Slashdot Mirror


File-Sharing Software On State Election Servers Could Expose Them To Intruders (propublica.org)

An anonymous reader quotes a report from ProPublica: As recently as Monday, computer servers that powered Kentucky's online voter registration and Wisconsin's reporting of election results ran software that could potentially expose information to hackers or enable access to sensitive files without a password. The insecure service run by Wisconsin could be reached from internet addresses based in Russia, which has become notorious for seeking to influence U.S. elections. Kentucky's was accessible from other Eastern European countries.

The service, known as FTP, provides public access to files -- sometimes anonymously and without encryption. As a result, security experts say, it could act as a gateway for hackers to acquire key details of a server's operating system and exploit its vulnerabilities. Some corporations and other institutions have dropped FTP in favor of more secure alternatives. Officials in both states said that voter-registration data has not been compromised and that their states' infrastructure was protected against infiltration. Still, Wisconsin said it turned off its FTP service following ProPublica's inquiries. Kentucky left its password-free service running and said ProPublica didn't understand its approach to security.
"FTP is a 40-year-old protocol that is insecure and not being retired quickly enough," said Joseph Lorenzo Hall, the chief technologist at the Center for Democracy and Technology in Washington, D.C., and an advocate for better voting security. "Every communication sent via FTP is not secure, meaning anyone in the hotel, airport or coffee shop on the same public Wi-Fi network that you are on can see everything sent and received. And malicious attackers can change the contents of a transmission without either side detecting the change."

125 comments

  1. FTP can be secure by Anonymous Coward · · Score: 1, Informative

    The article talks about the how ftp can be used to peek at the operating system but any worthwhile ftp blocks that sort of nonsense. No, ftp doesn't encrypt or sign data but neither does http and people love that protocol.

    Ftp actually can be secure. See gss.

    1. Re: FTP can be secure by Anonymous Coward · · Score: 1

      Until you man in the middle attack it and read all the data or change the contents of the files being sent.

      Just use sftp, its standardised and secure

    2. Re:FTP can be secure by Gravis+Zero · · Score: 1, Troll

      No, ftp doesn't encrypt or sign data but neither does http and people love that protocol.

      Not for elections, you anontard! You seemed to have missed that this is a critical system that should NOT have ANY file sharing software on it at all.

      How dense can you be?! What fool modded you up?!

      --
      Anons need not reply. Questions end with a question mark.
    3. Re:FTP can be secure by ShanghaiBill · · Score: 2

      Ftp actually can be secure.

      Maybe it CAN be secure, but it isn't by default, and there are more secure protocols, such as scp, that make ftp unnecessary. There is no good reason to run it on any system, much less an election server.

    4. Re: FTP can be secure by Anonymous Coward · · Score: 0

      scp is a bad example as its functionality is ridiculously limited compared to sftp.

    5. Re:FTP can be secure by Anonymous Coward · · Score: 0

      Because why is this machine on the internet in the first place? I suspect the original article is hyberbole about some edge system that is part of the voting results. Like distribution of tallies to interested parties. Early Access not official results.

      Think for yourself. Stop letting fud from the left or right confuse you.

    6. Re:FTP can be secure by Anonymous Coward · · Score: 1

      These computers are not VOTING systems. These are the servers "used to report voting results" - most likely web servers. Who gives a flip if someone defaces a web page? It'll be fixed shortly, and the results won't change. At worst, you're talking about a minor delay in the public finding out the results.

      For all your over-reaction, you seem to have failed to think through what the actual threats or risks are.

    7. Re: FTP can be secure by guruevi · · Score: 1

      Or FTPS, you can create TLS channels over "modern" FTP.

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
    8. Re: FTP can be secure by Junta · · Score: 2

      All this is true, ftp *can* be done secure.

      However, it's *much* easier to do rsync or sftp in so many ways that I could hardly see a reason to bother with ftp and trying to bolt on security through kerberos and/or tls.

      --
      XML is like violence. If it doesn't solve the problem, use more.
    9. Re:FTP can be secure by ctilsie242 · · Score: 2

      Why would you want to make an old protocol secure, when there are other protocols out that solve the issues FTP has from the ground up. FTPS (as in SSL/TLS over FTP) is a band-aid at best. Why even bother with that, when you have SFTP which is designed from the ground up to be secure, can be configured to allow for RSA authentication from both ends, so a password never goes in the clear, can't be brute-forced, and goes over only one port.

      With how easy it is to use SSH, why even bother with FTP these days?

    10. Re: FTP can be secure by Anonymous Coward · · Score: 0

      Why would you want to use an old insecure protocol like HTTP when there are modern protocols that do the job better? HTTPS is a band aid at best. With HTTP opening up further connections like websockets, it can never be secured.

    11. Re:FTP can be secure by f3rret · · Score: 1

      Yes.
      But what other systems are these connected to behind the scenes? Can you move laterally from these servers and deeper into more sensitive parts of the votins system?

      --
      Admit nothing. Deny Everything. Make Counter-accusations.
    12. Re:FTP can be secure by AmiMoJo · · Score: 1

      The only sensible way to do this, if you really must have remote access to the voting machines, is to have the machines connect to a VPN in your secure data centre. Anything that requires the machines to accept connections is a bad idea, they should be connecting to your secure network and verifying with up to date certificates and encryption protocols.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    13. Re: FTP can be secure by e3m4n · · Score: 1

      I think the article is misleading. They only imply this is a critical server to elections. They never actually said it. They said it was a server used for results. Well the state lottery websites are used for âresultsâ(TM) also. But try as you might, feel free to compromise the hell out of it if you want. Youâ(TM)re never actually getting access to the real lottery servers where all the information is stores. Bi-weekly the winnjng numbers are manually entered into the public server.

      They interesting part is that its âvulnerabilityâ(TM) was based entirely on the source countries having access. So had they still ran same software but blocked all the /8s to APNIC, Afrinic, RIPE, etc, they would be considered âsecureâ(TM). Which does nothing for snooping on the same network segment. However, if you have no overseas customers or needs, you should always block APNIC, RIPE, etc.

    14. Re:FTP can be secure by Anonymous Coward · · Score: 0

      So, it's faintly possible someone could read results before .gov can cook the books? Heresy!

    15. Re: FTP can be secure by Anonymous Coward · · Score: 0

      Wrong; rsync most certainly isn't secure, it has to be transported over a secure (bolt-on) protocol like ssh. It amazes me the number of security-by-picture-book intellectual minnows for whom "ftp" is a trigger word posting on this story.

    16. Re:FTP can be secure by pnutjam · · Score: 1

      Because windows doesn't have built in ssh, and this sucks.

    17. Re: FTP can be secure by guruevi · · Score: 1

      Kerberos with SSH is also bolted on. Often it's easier to use an existing library or migrate existing infrastructure by simply checking a "secure" box. Windows until 2017 did not have native SSH support, many systems still rely on (virtualized) mainframes with complex programs in COBOL where you certainly won't find SSH. Anonymous SSH doesn't exist either.

      FTP is also more robust than SSH when it comes to establishing and maintaining connections and allows for point-to-point (eg external connections) TLS while internally backends continue to talk old-style FTP.

      The security issues with FTP have over time resulted in standard practices like chrooting the daemon while SSH still runs standard as root.

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
  2. FTP is for cows. by Anonymous Coward · · Score: 0

    You are all cows. Cows say moo. MOOOOOO! MOOOOOOO! Moo cows MOOOOOO! Moo say the cows. YOU PORT 21 COWS!!

  3. Never heard of breaches in the tech news by evanh · · Score: 1

    FTP doesn't seem to be reported for getting compromised. Is that because it is mostly non-existent now?

    Or is it like the Vice item, where they reported on a something, browser history sniffing, that would only occur for those that don't care about how much they lose.

    1. Re:Never heard of breaches in the tech news by cwsumner · · Score: 1

      FTP doesn't seem to be reported for getting compromised. Is that because it is mostly non-existent now? ...

      Or maybe because people that don't know how to secure stuff, also don't know about FTP...

    2. Re:Never heard of breaches in the tech news by AlanObject · · Score: 1

      My guess is that you don't hear much because it is no longer on any default install package and why the hell would you install it when OpenSSH gives you scp which is secure and so much easier to use?

      Even in Windows.

      Also, most FTP install packages generally set it up so that it can only see one target directory that has nothing in it. You really have to go out of your way even with FTP to fsck yourself up.

    3. Re:Never heard of breaches in the tech news by Aighearach · · Score: 2

      It is just standard basic precautions, not a major attack vector.

      The fear isn't so much related to that it might be compromised, but that it isn't encrypted and so everybody on your subnet can read the traffic, and if somebody p0wned your router they could also alter that traffic. And the router in question really might be a consumer wifi router!

      Personally, I think election systems demand even stronger security than banks, but if we could at least get the security up to the level the local public library has it would be a great start!

    4. Re:Never heard of breaches in the tech news by 93+Escort+Wagon · · Score: 1

      FTP doesn't seem to be reported for getting compromised.

      How can one compromise a protocol which is insecure by design? There’s not really anything secure there which needs to be broken - the transactions are already out in the open.

      --
      #DeleteChrome
    5. Re:Never heard of breaches in the tech news by whoever57 · · Score: 1

      There have been privilege escalation attacks against FTP servers in the past.

      Snooping on an ftp transaction should only give you the credentials for an unprivileged account. If you can escalate to Administrator privileges, then you can do anything.

      --
      The real "Libtards" are the Libertarians!
    6. Re:Never heard of breaches in the tech news by Bert64 · · Score: 1

      There have been privilege escalation attacks against lots of protocols and the programs which implement them in the past...
      FTP at least is a relatively simple protocol, how it works is well known as is how to harden it... I'm actually far more comfortable with a simple protocol like FTP that provides a clear demarcation between authenticated and unauthenticated, than something extremely complex like SMB running as a high privilege process on the host box.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    7. Re:Never heard of breaches in the tech news by Anonymous Coward · · Score: 0

      Nevertheless, there shouldn't be an FTP Server on a voting machine. And if there is this, there is almost certainly more.

    8. Re:Never heard of breaches in the tech news by Junta · · Score: 1

      I also recall back in the day a wave of vulnerabilities to escape the anonymous ftp folder and get other things...

      --
      XML is like violence. If it doesn't solve the problem, use more.
    9. Re:Never heard of breaches in the tech news by Cassini2 · · Score: 2

      A common configuration for FTP servers was that they support all logins, both privileged and unprivileged. That means you can simply run a password guesser at it until you find the login for a privileged account. Alternatively, you can snoop on the traffic until someone logs in, steal there credentials, and hope they have privileged access. A privilege escalation attack works too.

      If you had the ability to snoop and modify the traffic, then a good approach would be to wait until the wait until election day and modify the results in real-time. As long as there are no other checks, it would be very difficult to prove.

      An interesting complication would be if multiple parties tried to hack the system simultaneously. A clever malicious hacker would keep the changes within the limits of statistical feasibility. A poor hacker would simply make everyone vote the same way. For the clever malicious hacker to be succeed, he would also need to secure the system against the poor hacker without being detected. Thus, for the malicious, there is an optimal level of security. Too much security, and the system can't be modified. Too little security, and it is possible that someone else will hack the system, and expose the flaws.

      A malicious actor requires a very specific level of insecurity. A competently designed system with paper ballots won't work, because an audit-check on the paper ballots would expose tampering. The malicious actor requires a system that appears to be secure, but has no effective audit checks. If the system was completely insecure, then some script kiddy could break in, and the scheme would unravel. Similarly, the system can't have any deliberately engineered security holes, because the author of the software could turn states-witness and the scheme would unravel too. The system needs a set of security holes that can be attributable to design incompetence. Is an FTP server might be a suitable middle-ground? Maybe ...

      It makes me feel so good to vote on Tuesday.

    10. Re:Never heard of breaches in the tech news by Anonymous Coward · · Score: 0

      As a devil's advocate, the commonly used FTP servers like vsftpd tend to have an unprivileged user, and drop rights, even chrooting by default. When this is used with SELinux, even if the daemon is compromised with root privs, it still won't be able to get out of its chroot jail or hop to other areas on the filesystem.

    11. Re:Never heard of breaches in the tech news by rtb61 · · Score: 2

      So drop all the electronic bullshit and go back to pencil and paper and eyeballs. Make you mark on you bit of paper and afterwards, reps of those representatives seeking election, count the votes togethor, tabulate them and put them up on a board and phone that information to the state vote counting centres, who under public camera view put the numbers up and tabulate, keeping in mind those who originally counted them can see their numbers go up on the central board for the total count.

      Elections should be about people, not corruptly created and manipulated electronics. Your elections are being stolen and will continue to be until you go back to an entirely manual system, accept the reality, you are being conned.

      --
      Chaos - everything, everywhere, everywhen
    12. Re:Never heard of breaches in the tech news by jythie · · Score: 1

      On the other end though, FTP and its various implementations not changed much in decades, so at this point the FTP services themselves are pretty well vetted. FTP is still in pretty common use for bulk data downloads that permit anonymous access, so it isn't even that it is 'rare'. Like any software that doesn't change much, it really has not been seeing new problems added in and old problems slowly being removed.

    13. Re:Never heard of breaches in the tech news by jythie · · Score: 1

      I think that last line is esp important. FTP, when installed, is pretty good about limiting where users can access on the server. It is a well vetted, well contained service at this point. The OP seems to mostly be upset that people can listen in to the traffic, but when the whole point is providing public access to data that is kinda a non-issue.

  4. can the MPAA and RIAA's shut down the vote if by Joe_Dragon · · Score: 3, Interesting

    can the MPAA and RIAA's shut down the vote if say the hot new movies where to be hosted there?

    1. Re:can the MPAA and RIAA's shut down the vote if by cwsumner · · Score: 1

      can the MPAA and RIAA's shut down the vote if say the hot new movies where to be hosted there?

      I can't tell if that is serious or joking. Maybe it is -both-? ;-)

    2. Re:can the MPAA and RIAA's shut down the vote if by sheramil · · Score: 1

      can the MPAA and RIAA's shut down the vote if say the hot new movies where to be hosted there?

      You need new movies that are hot, to do this.

    3. Re:can the MPAA and RIAA's shut down the vote if by Calydor · · Score: 1

      Only by the definition of the MPAA.

      --
      -=This sig has nothing to do with my comment. Move along now=-
  5. FTP can be as secure as you make it... by Anonymous Coward · · Score: 0

    ... just like everything else. I wonder how many of those devices are hooked up to routers / access points that have the default admin password and web based login enabled.

    I'm not a betting man but I'd put money on it being at least one of them.

    1. Re:FTP can be as secure as you make it... by Aighearach · · Score: 1

      FTP use by State and local employees at that level wouldn't have dedicated infrastructure, so accessing it from the wifi provided by coffee shops and hotels would be totally expected.

      So yes, you can be 100% certain that many involved routers are easily infiltrated.

      If you found a sucker to take that sort of bet; switch to sales. You have a gift and don't need to take chances.

  6. FTP you say? by Anonymous Coward · · Score: 1

    Well surely this new internet evil "FTP" should be banned. We need to draft new legislation against this new insidious threat actor.

    1. Re: FTP you say? by Anonymous Coward · · Score: 0

      Better yet, let's just blame the Democrats as they don't support anything decent like building walls.

    2. Re: FTP you say? by PopeRatzo · · Score: 1

      Better yet, let's just blame the Democrats as they don't support anything decent like building walls.

      Building a wall around your router isn't going to help. You're going to need a wall and razor wire to be really effective. Maybe a few gun turrets.

      --
      You are welcome on my lawn.
    3. Re: FTP you say? by Anonymous Coward · · Score: 0

      Mexico can't afford all that. They said they'd only pay for the wall.

    4. Re: FTP you say? by Zocalo · · Score: 2

      You mean something like this on-going sequence of events concerning Georgia's equally exploitable voter registration system? It might not be the actually voting machines here, but the whole sequence of events and actions by those involved is sketchy as hell, so it's sure going to be interesting to see how many "dead people" etc. turn out to have voted in this one...

      --
      UNIX? They're not even circumcised! Savages!
    5. Re: FTP you say? by Anonymous Coward · · Score: 0

      LOL, if you believe that, then ask yourself why no specific allegations were made and nobody verified the vulnerabilities.

      Not that Kemp isn't a fool, mind you. He did make a stupid announcement that will forever taint the election.

    6. Re: FTP you say? by Anonymous Coward · · Score: 0

      A fool? He's a fraud. He did it intentionally and there's no evidence of his claim, so that's no "fool" that's intent. Criminal.

  7. How the internet works by king+neckbeard · · Score: 1

    The insecure service run by Wisconsin could be reached from internet addresses based in Russia, which has become notorious for seeking to influence U.S. elections. Kentucky's was accessible from other Eastern European countries.

    These could also be reached from internet addresses based in any other country, because it's facing the internet and poorly secured.

    --
    This is my signature. There are many like it, but this one is mine.
    1. Re:How the internet works by Anonymous Coward · · Score: 0

      wput ftp://admin:admin@allvoting-machines.org bulkdemocratsvotes.txt

    2. Re:How the internet works by Anonymous Coward · · Score: 0

      People should suspect Russia anyway. At this point any mention of "Russia" is just a reminder to never vote for any hysterical leftist.

  8. Oh Good Lord by 93+Escort+Wagon · · Score: 3, Insightful

    Regardless of the presence of state actors wanting to interfere in our elections...

    WHAT KIND OF MORON RUNS FTP ON AN ELECTIONS SERVER?

    --
    #DeleteChrome
    1. Re: Oh Good Lord by Anonymous Coward · · Score: 0

      The US government, that's who.

    2. Re:Oh Good Lord by gtall · · Score: 1

      Maybe not a moron. It is possible, and I do not know this to be the case, that someone could set that up so that certain groups inside the U.S. could have access that they shouldn't.

    3. Re:Oh Good Lord by PopeRatzo · · Score: 1, Interesting

      WHAT KIND OF MORON RUNS FTP ON AN ELECTIONS SERVER?

      The kind that welcomes foreign interference?

      The kind that removes the only polling place in a town just because it has 60% Hispanic voters? The kind that will block your voter registration if your signature at age 60 looks at all different from your signature when you first registered to vote at 18? The kind that "loses" 60,000 vote-by-mail ballots from minority districts? The kind that tries to block half a state's population because they are Native American and live on reservations?

      When we're dealing with a certain political party who I will not name (but whose initials are, "GOP"), you should never ascribe to stupidity what can more readily be attributed to racism, evil, and a thirst for power that exceeds their own understanding.

      --
      You are welcome on my lawn.
    4. Re:Oh Good Lord by 93+Escort+Wagon · · Score: 4, Insightful

      I understand what you’re saying - and why - but I still ascribe to “never attribute to malice what can be adequately explained by incompetence”.

      --
      #DeleteChrome
    5. Re:Oh Good Lord by Anonymous Coward · · Score: 0

      Regardless of the presence of state actors wanting to interfere in our elections...

      WHAT KIND OF MORON RUNS FTP ON AN ELECTIONS SERVER?

      Anyone who wants plausible deniability.

      The machines where put there to be tampered with.

    6. Re:Oh Good Lord by Immerman · · Score: 1

      That presupposes that incompetence is substantially more common than malice - I'm not sure that holds in politics, where both seem nearly ubiquitous.

      --
      --- Most topics have many sides worth arguing, allow me to take one opposite you.
    7. Re:Oh Good Lord by Anonymous Coward · · Score: 0

      I understand what you’re saying - and why - but I still ascribe to “never attribute to malice what can be adequately explained by incompetence”.

      We crossed that line a long time ago.
      It is not possible to adequately explain what is going on with incompetence anymore.

      Georgias voting records didn't get removed by some clumsy accident.

    8. Re: Oh Good Lord by Anonymous Coward · · Score: 0

      You just blew my mind

    9. Re:Oh Good Lord by Anonymous Coward · · Score: 0

      Thank god for the incompetent malicious, competent malicious people are dangerous, the incompetent ones are just funny.

    10. Re:Oh Good Lord by Nutria · · Score: 1

      The much more important question is, "What directories were exposed, and what was in them?"

      If -- and I mean if -- it's only /pub, and there's nothing in /pub then what's to worry about?

      --
      "I don't know, therefore Aliens" Wafflebox1
    11. Re:Oh Good Lord by fahrbot-bot · · Score: 0

      Regardless of the presence of state actors wanting to interfere in our elections...

      WHAT KIND OF MORON RUNS FTP ON AN ELECTIONS SERVER?

      Well... You could ask Brian Kemp, Georgia's Secretary of State and the Republican gubernatorial candidate in Georgia. He's overseeing his own election.

      He and his office just (two days before the election), without citing any evidence, just opened an investigation (and other sources) into Georgia Democrats over an alleged ‘hack’. Maybe it was an FTP hack.

      --
      It must have been something you assimilated. . . .
    12. Re: Oh Good Lord by Anonymous Coward · · Score: 0

      Hey dumbass, don't you know that the US Government (Federal Government) does not run these servers in Wisconsin and Tennessee?
      Those servers are run by the STATE Governments - and they are both Republican. Ya know the dumbasses that run Washington DC? The Chumps for Trump?

    13. Re:Oh Good Lord by Anonymous Coward · · Score: 1

      Plausible deniability. Manipulation of a secure system would leave very few possible suspects.

    14. Re:Oh Good Lord by Anonymous Coward · · Score: 0

      Regardless of the presence of state actors wanting to interfere in our elections...

      WHAT KIND OF MORON RUNS FTP ON AN ELECTIONS SERVER?

      It's a setup, commonly referred to as a sting operation. The intended targets are US citizens.

    15. Re: Oh Good Lord by Cmdln+Daco · · Score: 1

      Only dumbasses win elections. Or so it seems.

    16. Re:Oh Good Lord by Anonymous Coward · · Score: 0

      You worship encryption, but you're fucking ignorant. The simpler the protocol, the more secure the server can be. A tiny FTP server has many fewer points of vulnerability than any cryptographic secured server.

    17. Re:Oh Good Lord by Anonymous Coward · · Score: 0

      Irrelevant, really. If you can't prove malice - which, when the results are indistinguishable from incompetence, you can't - then it's better not to allege it.

    18. Re:Oh Good Lord by Anonymous Coward · · Score: 0

      The type that can read TFS and understand that these servers are not "elections servers"? These have nothing to do with voting machines. In fact, it's most likely that they are, like the Wisconsin server, a simple web server - nothing more.

      Do you really panic at the thought that someone could deface a poster hung up by the Wisconsin government with the election results? Are you really as dumb as you accuse them of being?

      The article - hell, even the summary told you that these were not "elections servers", but you were too busy yelling to understand.

    19. Re:Oh Good Lord by Anonymous Coward · · Score: 0

      WHAT KIND OF MORON RUNS FTP ON AN ELECTIONS SERVER?

      The same kind that will also run telnet?

      Slashdot quote fail: Filter error: Don't use so many caps. It's like YELLING.

    20. Re:Oh Good Lord by Junta · · Score: 1

      Once upon a time, that would have been nearly excusable, as ftp as a common default was a thing, but locked down to uselessness. However it would be best practice to remove it.

      For anything in the last decade or so, the presence of an ftp server indicates intentional set up of ftp. Again this doesn't *have* to mean it is used poorly or can be attacked, but the presence certainly suggests that it is probably being used and it's almost certainly being used insecurely by someone. Someone mentioned theoretically you can truly secure ftp, but it's so convoluted and using sftp or an https service is much easier and occam's razor would say if it is ftp, it isn't being used securely.

      --
      XML is like violence. If it doesn't solve the problem, use more.
    21. Re:Oh Good Lord by Nutria · · Score: 1

      For anything in the last decade or so, the presence of an ftp server indicates intentional set up of ftp.

      You don't know government (or Big Business) very well. I wouldn't be surprised if that server is actually a 15 year old SCO server, not patched in 12 years, and the hardware out of support for 10 years.

      --
      "I don't know, therefore Aliens" Wafflebox1
    22. Re:Oh Good Lord by swillden · · Score: 2

      That presupposes that incompetence is substantially more common than malice - I'm not sure that holds in politics, where both seem nearly ubiquitous.

      What about incompetent malice?

      I assert that competence is rare everywhere -- including in politics -- and that this is the true basis of Hanlon's Razor. The reason you should never attribute to malice what can be adequately explained by stupidity (or incompetence) isn't so much that malice is rare [*], but that incompetence is so incredibly common. Nearly all attributions of malice implicitly assume competent malice, because the incompetently malicious generally screw up in some way, and it's this assumption of competence more than the assumption of malice that calls the assertion into question.

      Conspiracy theories are always dubious for exactly this same reason. Competent conspirators are really hard to find, so as the number of people who would have to be involved for the conspiracy to work rises, the probability that the conspiracy continues to successfully avoid leaking proof of its existence falls. If more than a handful of extraordinarily dedicated and competent people would have to be in on it, then it's just not so.

      [*] It's worth pointing out that malice is actually pretty rare, and that malice in its purest form -- malice for its own sake -- is extremely uncommon. Screwing your neighbor to benefit yourself is more common, but the fact that being known as someone who will shaft their neighbor to benefit themselves is almost always more costly than whatever benefit can be obtained from the betrayal means that people are pretty reluctant to do it. The vast majority of people are also held back by morality... though we also tend to have tremendous powers of self-justification. That last sentence really just describes emotions which are themselves an evolutionary adaptation to the fact that screwing your neighbor is likely to come back on you, and cooperation is likely to give the best outcome -- unless you can be really sure you won't be caught.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    23. Re:Oh Good Lord by swillden · · Score: 2

      The much more important question is, "What directories were exposed, and what was in them?"

      If -- and I mean if -- it's only /pub, and there's nothing in /pub then what's to worry about?

      Vulnerabilities in the FTP server and, far more likely, misconfigurations that mean that /pub isn't the only thing exposed. If a system is badly misconfigured enough to have an FTP server enabled by accident, what are the odds that it's configured correctly and patched up?

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    24. Re:Oh Good Lord by swillden · · Score: 1

      For anything in the last decade or so, the presence of an ftp server indicates intentional set up of ftp.

      You don't know government (or Big Business) very well. I wouldn't be surprised if that server is actually a 15 year old SCO server, not patched in 12 years, and the hardware out of support for 10 years.

      In which case it almost certainly has a raft of well-known vulnerabilities which can be exploited to break out of the locked-down configuration.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    25. Re: Oh Good Lord by astrofurter · · Score: 1

      "The kind that welcomes foreign interference?"

      Or the kind that welcomes domestic interference. Or both!

    26. Re: Oh Good Lord by astrofurter · · Score: 1

      If you leave your front door hanging wide open, there's very little chance a burglar will try to climb in the window.

    27. Re:Oh Good Lord by Anonymous Coward · · Score: 0

      Never attribute to Stupidity that which is adequately explained by Malice.

      It's a bloody election, not someone tripping on their mop.

    28. Re:Oh Good Lord by Anonymous Coward · · Score: 0

      That only applies to the lowest, single-individual-no-decision level in reality.
      Yes, the girl probably just forgot to put the cheese in your burger (unless she saw your face, knows it's your order, and you made a move on her man last week - then there might be spit in there).
      Yes, the floor is wet because it wasn't mopped quite properly - or maybe someone tripped on the bucket, or it's not even the janitor it's some kid that dropped their water bottle and walked off not thinking about the little puddle there ever again.
      Yes, you didn't drop your pencil out of spite most probably.

      But with systems of multiple decision-making, authorization and control levels all of which are run "through legal" at some point, verified by numerous entities as part of a process of planning, implementation and execution? NEVER allow them to convince you it's "just a whoops". Pretending any of these acts is a mistake is nothing but a (very unfortunately still effective) attempt to not be dragged out into the streets with their families and hung for murdering democracy, in hopes that they'll get to keep stabbing it in the neck long enough that by the time everyone realizes why all those tragedies (which are consistently accompanied by demands to disarm the whole population) kept being allowed to happen, it's too late.
      Then, they're in complete control of a captive, helpless population like the average North Korean villagers. And evil once again has won.

    29. Re:Oh Good Lord by Anonymous Coward · · Score: 0

      Let me edit that statement for you :

      WHAT KIND OF MORON RUNS FTP?

    30. Re:Oh Good Lord by Anonymous Coward · · Score: 0

      The moron, and his or her manager who have not been fired. Seriously the person responsible for IT security needs to be fired. May as well run windows 3.1 and dos scripts, unpatched. There should have been an audit. Oh well, Russia or China can hack, and put up and embarrassing web page such as these election results have been calculated and sponsored by the GRU with a big Russian flag. Also the AUDITOR, both internal and external need to be fired .

    31. Re:Oh Good Lord by AmiMoJo · · Score: 1

      Incompetence is the correct answer. Their software sucks and is buggy. Installing updates and doing diagnostics on site is an expensive process, so the bosses demand it be made cheaper. They could do it properly, have the machine VPN back to their servers or something, but that requires infrastructure and administration... Cheapest option is just to enable FTP.

      Security is an expense they don't need. If someone hacks their machines they can just play the victim and besides which failure isn't really a problem when you have he politicians in charge of the bidding process in your pocket.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    32. Re:Oh Good Lord by Anonymous Coward · · Score: 0

      FTP MAN BAD.

    33. Re:Oh Good Lord by Anonymous Coward · · Score: 0

      It's fairly benign if it's strictly anonymous FTP and read-only. However, in that case it's still uniformly worse for its own purpose than simply using HTTP. For uploads or other file management tasks SFTP (unrelated to FTP, despite the similar name) does everything better, is highly secure, and even happens to be simpler to use.

    34. Re:Oh Good Lord by Anonymous Coward · · Score: 0

      Perhaps they intend to offer transparent and open access to current voting totals for the various ballot measures.
      No need for encryption or privacy because the information is supposed to be available.
      A simple anonymous FTP service could pose as a viable alternative to HTTP without as much fear of proxy cache issues.

    35. Re:Oh Good Lord by Anonymous Coward · · Score: 0

      He and his office just (two days before the election), without citing any evidence, just opened an investigation [nytimes.com] (and other sources) into Georgia Democrats over an alleged ‘hack’.

      So, why is this a problem? Doesn't seem to be an issue at the Federal level. What's good for the goose is good for the gander.

      No kids, a rehash of a bad 4chan posting isn't evidence of "collusion", REEEEEEEEEEEEEEeeeeeEEEeeeeeeee.

    36. Re:Oh Good Lord by strikethree · · Score: 1

      While I do have to wonder why anyone would run an FTP server on a server being used for Elections (what EXACTLY is an election server?), what has been described is not necessarily a problem.

      A properly configured FTP server used to be how the Internet shared files, long before WWW became as abused as it is today. Anonymous login is/was a feature that is/was routinely used.

      Assuming a secure and intelligent setup and purpose for the FTP server, sharing data is not necessarily an issue.

      Perhaps I should read the article, but the TL;DR version failed to get my panties bunched up.

      --
      "Someone needs to talk to the tree of liberty about its ghoulish drinking problem." by ohnocitizen
    37. Re:Oh Good Lord by Darkk · · Score: 1

      My uncle's invoice management system was written to run on a SCO server and has been running for 20+ years. Yes on a Pentium II processor! He's not concerned about it because the server is not even connected to the network. All connected via serial WYSE terminals. For giggles I've made a ghost image of the server and got it running as a VM but unfortunately the way the special serial cards are designed it won't work as a VM. The TCP/IP stack can't be installed on the version of the server he has now due to $$$. Eventually he will have to upgrade to something more modern but for now it works.
       

    38. Re:Oh Good Lord by Anonymous Coward · · Score: 0

      Tell us about more crap that never happened, Fatzo, you turbodouche.

    39. Re:Oh Good Lord by painandgreed · · Score: 1

      [*] It's worth pointing out that malice is actually pretty rare, and that malice in its purest form -- malice for its own sake -- is extremely uncommon.

      I'm guessing you browse at +1 and just never see all the Anonymous Coward posts here.

    40. Re:Oh Good Lord by swillden · · Score: 1

      [*] It's worth pointing out that malice is actually pretty rare, and that malice in its purest form -- malice for its own sake -- is extremely uncommon.

      I'm guessing you browse at +1 and just never see all the Anonymous Coward posts here.

      Trolling is boredom, not actual malice.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
  9. Intruders, oh my! by Anonymous Coward · · Score: 0

    This is why all my servers are fully armed. No intruder will ever surprise my beloved Dell Optiplex on the toilet without the ability for it to return fire. PROTECT YUR FREEDOM: ARM YUR COMPUTER SERVERS!

    1. Re: Intruders, oh my! by astrofurter · · Score: 1

      Rumor has it that AWS us-east-1, at least, is protected by a SAM battery (among other things, no doubt).

  10. Stop blaming FTP by Anonymous Coward · · Score: 0

    FTP is perfectly reasonable when used and protected appropriately.

  11. Pure FUDD by Anonymous Coward · · Score: 1

    This article is so much FUDD that is disgusts me.

    Yes, the servers the allow people to register and post the election results are connected to the Internet and they should have FTP so the public can get election data.

    The missing part is that the tabulation servers and equipment are air gapped and on their own separate system, as well as the state database that maintains registration. Can you hack the site and change the results? Yes, you can change the html export from the tabulation system to say whatever you want. It isn't going to change the official tabulation results that are communicated to the state and verified three times against the ballot boxes and tabulation systems.

    The system is secure. Don't believe me? You can ask to be an auditor and watch how the poll-workers conduct the election and the procedures used back at the warehouse. Every ballot is counted. The numbers must match ballots issued at the poll vs ballots tabulated vs voters checked in. These are three separate systems that are reconciled against each other by hand and electronically by multiple individuals.

    Overall the system is only as secure as the folks conducting it. They usually welcome outsiders to watch as it reinforces transparency.

    1. Re:Pure FUDD by Anonymous Coward · · Score: 0

      fboot.nb0
      models with no paper trail such as the 10 year old AccuVote-TS
      and complete control of the election system by a party shown to completely and utterly throw the rule of law into a woodchipper whenever it suits them

      The election system was demonstrated to be so readily hackable that a handful of people with any access to any part of it anywhere at any point between "prior to the last updates" and "switch all machines to post-election-mode" could swing the whole damn thing. In some ways the biggest crime here is Democrat operatives not throwing in some hacks of their own to counterbalance what's already being done.

    2. Re:Pure FUDD by Anonymous Coward · · Score: 0

      Well you win. Nearly everyone else on this thread has taken the bait.

    3. Re:Pure FUDD by Anonymous Coward · · Score: 0

      It wasn't hard, just say "security" and "ftp" together in the same sentence and the screaming idiots will jump through flaming hoops to reach the conclusion you want them to. It's a trigger word for those who've done low-grade security courses through rote recitation.

  12. Is it really necessary by themusicgod1 · · Score: 1

    to explain what FTP is on a /. post? I get TFA might have ...but...in the preview text, really?

    --
    GENERATION 26: The first time you see this, copy it into your sig on any forum and add 1 to the generation.
  13. Uh, yeah? by Anonymous Coward · · Score: 0

    That's the whole point of installing it on there?
    Those GOP wins aren't going to win themselves.

  14. so low by Anonymous Coward · · Score: 0

    "The service, known as FTP, provides public access to files"
    Wow slashdot has gone so low that we need to be explained what ftp is ?

    1. Re:so low by Anonymous Coward · · Score: 0

      "The service, known as FTP, provides public access to files"
      Wow slashdot has gone so low that we need to be explained what ftp is ?

      I totally agree. Except that without explaining what a "file" is, people won't be able to understand what a deadly menance we have when ftp exists on a server. Or not.
      And what the heck is a "server" anyway? Is "server" the same as "election server"? It appears many slashdot responders think so.

  15. Please Seed by Anonymous Coward · · Score: 0

    I've been trying to download Putin's Greatest Hits. I'm stuck at 99%

  16. CULT of DEAD COWS by Anonymous Coward · · Score: 0

    damn those TLS connections

  17. Court declines to end paperless voting in Georgia by Anonymous Coward · · Score: 0

    Court declines to end paperless voting in Georgia before midterms

    https://www.politico.com/story/2018/09/18/georgia-voting-paperless-elections-791427

    "“While Plaintiffs have shown the threat of real harms to their constitutional interests, the eleventh-hour timing of their motions and an instant grant of the paper ballot relief requested could just as readily jeopardize the upcoming elections, voter turnout, and the orderly administration of the election,” Judge Amy Totenberg wrote in her ruling siding with Georgia Secretary of State Brian Kemp and the other state defendants over the activists"

    KEMP, the man running the election can put any vote count he likes on those machines, so that KEMP, the man trying to get elected can win.

    In a not too surpising twist, KEMP claims the Democrats hacked his machines ahead of the election. Which means he's setting the back story defense if any inconsistencies are spotted.

    My guess is KEMP will declare KEMP the winner, by a close 51%. He'll say it was a close thing but he was glad the electorate decided for him KEMP. KEMP will congratulate KEMP on his victory and declare there was nothing wrong with the election which was totally fair.

  18. Not news. since the 90s by Anonymous Coward · · Score: 0

    I personally have seen horrible things done by otherwise good election processes.
    Such as in the 90s a personal office laptop was used to manage totals for a whole metro county and this same windows 98 laptop ran a free anon FTP server to share exported text files that all news networks used to get results imported into excel etc.

    The FTP was wide open and known to have problems and I didn't even bother a port scan but I suspect the usual things were blocked by the firewall not that it would matter because their FTP was open to manipulation; the system could be hacked and the vote counting software compromised. this happend for YEARS! and I'm told not much different elsewhere at the time all over.

    The thing wasn't that the news was going to be wrong that could be sorted out if it happened and a bad hacker would get caught after the FBI got involved and they would since people would notice big shifts... that is until they banned exit polling!
    We had paper ballots. still do. but are machine counted. big changes might be noticed by local officials as not matching. but that never happened. possible.

    The BAD part is that the official count totals were done on this same computer! after exit polls were dead... they could have had a few % shift and probably not have it go noticed; you just need a judge in an area who doesn't double check... or the newer machines which directly uploaded the numbers to the county without a person seeing what exactly they were doing...

    FTP isn't bad as long as it's another machine. doesn't matter what they use; as long as there is no WRITE access to the real election machine. screwing up the FTP shouldn't do anything but confuse reporting by the news orgs.

    anon for reasons.

  19. This the kind of razorsharp technical analysis we' by najajomo · · Score: 1

    As recently as Monday, computer servers .. ran software that could potentially expose information to hackers or enable access to sensitive files without a password. The insecure service .. could be reached from internet addresses based in Russia, which has become notorious for seeking to influence U.S. elections. Kentucky's was accessible from other Eastern European countries.”

    Yea, there's this thing called the Internet, it's like a network of computers that can connect to other computers on the same er .. doh .. network. Serious dudes, enough with this anti-Russian cyber bollix.

  20. Idiot by Anonymous Coward · · Score: 1

    It's not a voting machine, and it's not a critical system. It's a reporting machine that has to be publicly facing to give the public the election reports. In fact, putting FTP on it is a *good* idea to allow bulk transfer of data, as it's a much more appropriate protocol than HTTP for file transfer. Oh, and you idiots suggesting rsync or scp, the entire point is to allow the data to be available without a login. FTP does that, your favorite protocols don't.

  21. FTP is for sales by astrofurter · · Score: 2

    100% of real-world FTP servers I've seen running in the last decade were setup on orders from Sales or Marketing departments. Those folks tend to have low technical ability, zero understanding of security, and far more political power than Dev or IT.

    In fact, the presence of an FTP server on an important host tells us something about their organizational structure. It tells us there is at least one zero-tech-knowledge person in the org, whose mere whim carries more weight than the CTO's (or CSO's) total office-political power.

    It's a social problem. We now live in a world where everything is controlled by computers. Yet programmers have no real upward career path and are systematically excluded from leadership positions in most organizations. Thus even highly tech- dependent orgs usually have 100% tech-illiterate leaders.

    Until this social problem is fixed, expect security incidents to get steadily worse and more frequent.

    1. Re: FTP is for sales by Anonymous Coward · · Score: 0

      Actually the non tech people havent heard of anything that isn't "the web", so you're wrong. Generally hosting providers have to support a wide range of technologies to allow all of their customers to interoperate, many of whom have legacy systems, and its the techs that drive this process. The better ones will have secured them all appropriately. I'd put a well secured FTP server up against a know-nothing millenials "followed the guide on youtube" system any day of the year.

    2. Re: FTP is for sales by Anonymous Coward · · Score: 0

      #AmateurHour

    3. Re: FTP is for sales by Anonymous Coward · · Score: 0

      #cows

    4. Re: FTP is for sales by Anonymous Coward · · Score: 0

      #moooooo

  22. The lowest bidder by Anonymous Coward · · Score: 0

    Having worked on federal, state and local projects for almost two decades I can assure you that the project was almost certainly implemented by the lowest bidder who either:

    a) Substituted junior staff fresh out of college for the staff who actually did the presentation and were in the proposal/quals.
    b) Farmed the work out to one of their off-shore teams.

    Thankfully a lot of RFP's are starting to stop this kind of nonsense, stating that a certain percentage of the staff is physically onsite and that a certain percentage of the staff explicitly listed in the proposal actually work on the project. However, contractors still find ways around this.

    For my own sanity I stopped working on this nonsense (although I found out my former consulting firm is still using my resume as part of their quals package... even though there is zero chance of me actually working on it).

  23. Reads like a leftist scare mongering article by Anonymous Coward · · Score: 0

    Of course they are accessible in "Russia and other eastern European countries" It's on the god damn internet. Any country also on the internet can access it.

    FTP like HTTP does not need to always be SSL/TLS encrypted depending on your use case. If you are just using it to serve up what are otherwise public files that any one can access there is no problem with an ftp that allows anonymous logins to retrieve files. Same as there is no real reason to have anything that is not an ecomerce site or a site handling some other form of PII behind https. Sure it doesn't hurt, but i really get the feeling there is a sh*t load of scaremongering going on about what actually needs to be encrypted and what does not. Google and its browser warnings are not helping either.

    1. Re:Reads like a leftist scare mongering article by Anonymous Coward · · Score: 0

      Someone's going to lose and wants a scapegoat/excuse to tie things up later?

  24. How come Russians don't know about proxies? by Anonymous Coward · · Score: 0

    You would think that people who try to influence the political climate in other countries would be smart enough to cover their tracks... Wait! maybe they are! I can rent proxies in Russia, why couldn't a US interest do the same?

  25. Electronic voting was DESIGNED for fraud by Anonymous Coward · · Score: 0

    It is beyond belief that the public have accepted electronic voting, it is so obviously vulnerable to fraud.
    Try the 'Robinson Method' - fraud proof, no computers or technology needed whatsoever, the result is known INSTANTLY the moment the final vote has been cast. The 'ballot' boxes are never taken out of the sight of whoever wants to be present throughout the voting period (which could be thousands of people if necessary), and the results can be shown on video, over the internet, as they are revealed.

    Unfortunately the website that explains it all has a MySQL problem at the moment:
    http://paul-robinson.us/index.php?blog=5&title=the_robinson_method_a_really_simple_way_&more=1&c=1&tb=1&pb=1

  26. there is nothing wrong with ftp by sad_ · · Score: 1

    there is nothing wrong with ftp, as long as it is used in the correct way.

    --
    On a long enough timeline, the survival rate for everyone drops to zero.
  27. FTP still has uses. by kbg · · Score: 1

    I still use FTP for file transfer. It's simple to set up and has many good features, it's extremely handy for transferring multiple and large files. I mean what else are you going to use? HTTP? Good luck trying to transfer that 500GB file without restarting the transfer when you are losing the connection every once in a while. FTP has restarts and retries and I don't see how you are going to get that with HTTP. FTP isn't insecure by default, it's just as secure as any other protocol.

    1. Re:FTP still has uses. by Anonymous Coward · · Score: 0

      scp
      SFTP

      a friggin' thumb-drive that you manually move from one location to another (yourself).

  28. Re:This the kind of razorsharp technical analysis by Anonymous Coward · · Score: 0

    Displays the agenda, as well as insulting the reader's intelligence. I wonder how many are that dumb?