Slashdot Mirror


ICS-CERT Warns of Serious Flaws In Tridium SCADA Software

Trailrunner7 writes "The DHS and ICS-CERT are warning users of some popular Tridium Niagara AX industrial control system software about a series of major vulnerabilities in the applications that are remotely exploitable and could be used to take over vulnerable systems. The bugs, discovered by researchers Billy Rios and Terry McCorkle, are just the latest in a series of vulnerabilities found in the esoteric ICS software packages that control utilities and other critical systems. The string of bugs reported by Rios and McCorkle include a directory traversal issue that gives an attacker the ability to access files that should be restricted. The researchers also discovered that the Niagara software stores user credentials in an insecure manner. There are publicly available exploits for some of the vulnerabilities."

25 of 34 comments (clear)

  1. Of course, since it's SCADA... by Anonymous Coward · · Score: 1

    ...these aren't machines you're hooking to the Internet. Right?

    1. Re:Of course, since it's SCADA... by Zlotnick · · Score: 3, Funny

      Of course they aren't connected to the internet. They're connected to each other by unencrypted radio links.

    2. Re:Of course, since it's SCADA... by Alarash · · Score: 2

      In the case of Stuxnet, the hackers aimed to infect all the computers in the Bushehr power plant. Eventually one got connected to a SCADA system and the main part of the virus kicked in (giving false readings while sending commands that'd break the system).

    3. Re:Of course, since it's SCADA... by Sulphur · · Score: 2

      Of course they aren't connected to the internet. They're connected to each other by unencrypted radio links.

      They do have checksums on the packets so that someone's garage door opener doesn't open a valve.

    4. Re:Of course, since it's SCADA... by binarylarry · · Score: 1

      You fool!

      This is clearly Doc Ock back in action.

      Poor Spiderman is probably too busy formatting his computer after catching a rootkit off Bing. :(

      --
      Mod me down, my New Earth Global Warmingist friends!
    5. Re:Of course, since it's SCADA... by wiredmikey · · Score: 1, Informative

      It's not really SCADA, it's different. SCADA is from Siemens, this is different and the Niagara Framework is used in places beyond big facilities such as power plants and factories. The Niagra framework reaches offices buildings, hospitals, airports and more.

      http://www.securityweek.com/niagara-vulnerabilities-put-office-buildings-airports-hospitals-risk

      That being said, this warning was originally issued back in July with ICS-CERT not really adding anything new in this warning.

      -M

    6. Re:Of course, since it's SCADA... by _0xd0ad · · Score: 4, Informative

      Actually, it's designed to be web-facing.

      Niagara^AX is a software framework and development environment that solves the challenges associated with building Internet-enabled products, device-to-enterprise applications and distributed Internet-enabled automation systems.

      Worse, this is a laughably simple exploit of the web-facing interface:

      By default, the Tridium Niagara AX software is not configured to deny access to restricted parent directories... An attacker could exploit this vulnerability by sending a specially crafted request to the Web server running on Port 80/TCP

      "The system insecurely stores user authentication credentials, which are susceptible to interception and retrieval. User authentication credentials are stored in the Niagara station configuration file, config.bog, which is located in the root of the station folder"

      In other words, it's about as simple as GET /../config.bog HTTP/1.1

    7. Re:Of course, since it's SCADA... by superflex · · Score: 5, Informative
      Sorry, what? It's not really SCADA? No, actually it's exactly SCADA.

      SCADA is a general-use acronym, Supervisory Control And Data Acquisition. It has been in common use in the industrial control system world for at least 20 years. It is not a term specific to Siemens or any other control systems vendor. And it is not incorrect to apply the acronym to application areas like building automation; there can be a fair amount of overlap in system architecture, devices, & communication protocols between building automation and industrial manafacturing automation.

      Source: 10 years experience as a industrial control systems engineer.

      --
      sigs are for suckers
    8. Re:Of course, since it's SCADA... by tibit · · Score: 1

      Yeah, but a bunch of modbus stuff going over a radio link isn't exactly hard to spoof, ya know.

      --
      A successful API design takes a mixture of software design and pedagogy.
    9. Re:Of course, since it's SCADA... by some+old+guy · · Score: 3, Insightful

      Mod Superflex up = Informative.

      Every platform that I've ever worked with in 20+ years of industrial networking (yeah, I remember TISTAR over coax) has demonstrated it's own unique vulnerabilities that the vendors arrogantly ignore. The diligent engineer/integrator must, regardless of platform or deployment, be aware and take reasonable precautions.

      Automation as an industry shares the same classic security handicaps as the internet and telecom industries: Careless users, badly written code, and low-budget management. We get paid to try to plug the holes.

      --
      Scruting the inscrutable for over 50 years.
    10. Re:Of course, since it's SCADA... by Sulphur · · Score: 1

      Your valve opened my garage door you insensitive clod

      Did they steal your Maserati?

    11. Re:Of course, since it's SCADA... by inasity_rules · · Score: 1

      Uh, yeah. Not always. The issue is the software guys don't understand how the blasted plant works and tend to come up with unworkable solutions. I have seen this many times. This is why we have automation engineers who understand both. I have seen software engineers produce horrendous quality production software that has people's lives depending on it, simply because they don't understand what they're doing. They don't understand failsafe. To a hardware guy a off signal is no voltage or a broken wire. To a software guy its just a zero. The hardware guy works from failsafe. The software guy (in every case I have seen) assumes the signal is good. I could go on. The issue is the disconnect between software engineers and basic reality.

      Then we get pushed complex and legacy solutions by the software guys (DCOM is hell on earth), you're standing in a plant and it has to run NOW!, so whats the easiest way out? Disable the bloody security. Thank goodness for some sanity in the form of OPC UA. No, keep the bloody software engineers out of anything mission critical thank you very much. I don't have time to keep rewriting their code to standard.

      --
      I have determined that my sig is indeterminate.
    12. Re:Of course, since it's SCADA... by mcgrew · · Score: 1

      Why do I get images of Trinity blowing up a power station in that Matrix movie that sucked so bad?

  2. Big Suprise by Infin1niteX · · Score: 4, Insightful

    All of these SCADA system were using security by obscurity or just no security at all for years. So we're going to keep seeing these alerts and warning for a while. Shoot we still see them with major desktop and server operating systems. If there is a reason to exploit a system, someone will figure out how to.

    1. Re:Big Suprise by tibit · · Score: 1

      You're an idiot.

      --
      A successful API design takes a mixture of software design and pedagogy.
    2. Re:Big Suprise by inasity_rules · · Score: 1

      Not really. They're often designed around OPC which uses DCOM security. It is obsolete, but there is security. It simply gets disabled because DCOM is a disaster to work with. They're pushing OPC UA and OPC Xi now to fix this.

      --
      I have determined that my sig is indeterminate.
  3. A load of.. by DaRanged · · Score: 1

    Errrm... SCADA is 'shit' in Greek.

  4. After All by TheSpoom · · Score: 3, Insightful

    They would know.

    --
    It's better to vote for what you want and not get it than to vote for what you don't want and get it.
    - E. Debs
  5. Directory Traversal? Noobs. by VortexCortex · · Score: 1

    chroot

  6. Same Warning Was Issued Back in July by wiredmikey · · Score: 3, Informative

    This alert is actually not very new and dates back to July. ICS-CERT re-releases things all the time in order to update small things and be sre people see an update, no matter how minor. Here is the original that came out in July:

    http://www.us-cert.gov/control_systems/pdf/ICS-ALERT-12-195-01.pdf [us-cert.gov] -- It's pretty much identical from what I can see.

  7. Re:Home, Pro or Factory Edition by OzPeter · · Score: 1

    So, industrial software companies are using retail/home user sounding names for their products?

    I've always thought of Tridium as a building automation system, not an industrial SCADA system. While I may be wrong in that I have never seen it considered for any large scale industrial plant.

    --
    I am Slashdot. Are you Slashdot as well?
  8. It's not a skirt, it's a kil...it's a skirt, nm. by Impy+the+Impiuos+Imp · · Score: 1

    I like the descripton: "This system is stuck in the 90s. We didn't even bother looking at the ActiveX stuff."

    All I could think of was that Next Gen' episode where an old Klingon ship timewarps from the past:

    Picard: Data, is there any way we can see through their cloaking device?
    Data: Cloaking devices of the time were leaky in the gamma range.
    Picard: Good. Make it our ho.

    --
    (-1: Post disagrees with my already-settled worldview) is not a valid mod option.
  9. Java running under Windows by dgharmon · · Score: 1

    'Extract the zip file to the "modules" directory of the Niagara AX installation on your PC or laptop. (Ex. C:\Niagara\Niagara-3.6.47\modules)`.

    Java running under Windows .. enough said ...

    --
    AccountKiller
  10. Crime by ThatsNotPudding · · Score: 2

    Running on or exposing industrial software to the Internet in any way, shape, or form should be an automatic 20-year stay in PMITA prison. Stop putting the laziness of PHB ingrates ahead of common sense and safety.

  11. Re: by Anonymous Coward · · Score: 1

    SCADA software and POS software has many similarities.