<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','Security Researchers Discover Huge Flaws in E-Voting System');

// if breadcrumb == true, then it fill in the right trail in the issue
// array
$smarty->assign('breadcrumb','false');

// example:
//$issue = array("Issues" => "/issues/", "Privacy" => "/issues/privacy/", "TIA" => "/issues/privacy/tia/");

//Creative Commons - If you need to turn OFF the CC license, set cc = false
//$smarty->assign('cc',"false");

$smarty->assign('issue',$issue);

$content  = '
<div id="featuretext">




<h4>For Immediate Release: Thursday, July 24, 2003</h4>

<h1>Security Researchers Discover Huge Flaws in E-Voting System</h1>

<h2>Electronic Frontier Foundation Supports E-Voting Law</h2>
<h4>Electronic Frontier Foundation Media Release</h4>

<p>
San Francisco - In response to today\'s release of research
about critical security flaws in e-voting systems, the
Electronic Frontier Foundation (EFF) urged immediate passage
of e-voting legislation to prevent election fraud.
</p>

<p>
Security researchers at Johns Hopkins University and Rice
University announced today that they have discovered numerous
serious security flaws in what they believe is one of the
leading e-voting systems in the country -- the Diebold
Electron Systems\' e-voting terminal.
</p>

<p>
Among the security flaws discovered were several ways in
which individual voters could vote multiple times in a
given election. The researchers also uncovered methods
permitting voters to "trick" the e-voting machines into
allowing them system administrator privileges or even
terminating an election before tallying all legitimate
votes.
</p>

<p>
"EFF supports electronic voting, but this report indicates
Diebold\'s e-voting system isn\'t ready for prime time," said
EFF Legal Director Cindy Cohn, who advised the security
researchers. "This report describes how voters, election
officials, insiders at e-voting companies, and even
custodians at election locations could manipulate
elections and defraud the public."
</p>

<p>
"Only with open review, vigorous security testing, and a
voter verifiable paper audit trail can the public have
confidence that e-voting machines will provide an actual
accounting of the will of the people," said EFF Activist
Ren Bucholz. "We urge everyone who cares about democracy to
support effective e-voting legislation."
</p>

<p>
Concerned citizens can voice their support for
Representative Holt\'s bill to require open source e-voting
systems and voter verifiable paper audit trails.
</p>


<h3>Links:</h3>

<ul>
	<li><a href="http://avirubin.com/vote.pdf">E-voting security research report </a> [<a href="20030724_evote_research_report.pdf">EFF mirror</a>] (PDF)</li>


	<li><a href="http://action.eff.org/action/index.asp?step=2&amp;item=2754">EFF action alert on e-voting legislation</a></li>


	<li><a href="http://www.nytimes.com/2003/07/24/technology/24VOTE.html">New York Times article on e-voting report</a></li>

</ul>


<h3>Contact:</h3>

<p>
Cindy Cohn<br />
&nbsp;&nbsp;Legal Director<br />
&nbsp;&nbsp;Electronic Frontier Foundation<br />
&nbsp;&nbsp;<a href="mailto:cindy@eff.org">cindy@eff.org</a><br />
&nbsp;&nbsp;+1 415 436-9333 x108 (office)
</p>

<p>
Ren Bucholz<br />
&nbsp;&nbsp;Activist<br />
&nbsp;&nbsp;Electronic Frontier Foundation<br />
&nbsp;&nbsp;<a href="mailto:ren@eff.org">ren@eff.org</a><br />
&nbsp;&nbsp;+1 415 436-9333 x121 (office)
</p>



<h3>About EFF:</h3>

<p>
The Electronic Frontier Foundation is the leading civil
liberties organization working to protect rights in the
digital world. Founded in 1990, EFF actively encourages and
challenges industry and government to support free
expression and privacy online. EFF is a member-supported
organization and maintains one of the most linked-to
websites in the world at
http://www.eff.org/
</p>


</div>
';

global $REQUEST_URI;
$smarty->assign('content',$content);
$smarty->display('generic.tpl',$REQUEST_URI);

?>
