Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Government Medicine Security Software Science

FDA: Software Failure Behind 24% of Last Year's Medical Device Recalls 128

chicksdaddy writes "Software failures were behind 24 percent of all the medical device recalls in 2011, according to data from the U.S. Food and Drug Administration's (FDA's) Office of Science and Engineering Laboratories (OSEL). The absence of solid architecture and 'principled engineering practices' in software development affects a wide range of medical devices, with potentially life-threatening consequences, the FDA warned. In response, FDA told Threatpost that it is developing tools to disassemble and test medical device software and locate security problems and weak design."
This discussion has been archived. No new comments can be posted.

FDA: Software Failure Behind 24% of Last Year's Medical Device Recalls

Comments Filter:
  • by sizzzzlerz ( 714878 ) on Thursday June 21, 2012 @11:01AM (#40398379)

    It seems like that should be of even more concern.

    • Re: (Score:3, Insightful)

      In my experience there is way way more software failures. The vendor just sends software updates every couple months. Oh yeah the previous version had a problem where if you did things in the wrong order it would change the patient that the radiation machine was programmed for. Sorry about that but here is the fix. Or worse notices saying their is a problem so telling users to double check all the time until they release a new version ... sometime.

      • by mcmonkey ( 96054 )

        In my experience there is way way more software failures. The vendor just sends software updates every couple months. Oh yeah the previous version had a problem where if you did things in the wrong order it would change the patient that the radiation machine was programmed for. Sorry about that but here is the fix. Or worse notices saying their is a problem so telling users to double check all the time until they release a new version ... sometime.

        What you describe are not software failures. If there's something wrong in the code, it's likely a bug. That the wrong software made it through testing and QC and was released may be a failure of process. But a software failure is an event, not a condition.

        If the software would do the wrong thing is certain conditions occur, but the software is fixed before those conditions are actually encountered, then there was no software failure.

        In my experience there are way way more failures of the development pro

    • Hardware can fail for a much wider variety of reasons; poor maintenance, overuse, physical abuse, one off manufacturing defects, etc. Software failures are caused by an error in design or implementation; they are almost guaranteed to be present in every single instance of the device even if it takes an oddball corner case to set it off.

      • Those things can cause hardware failure, but they generally don't cause recalls. Remember that we're talking about device recalls, here. The hardware failures are also likely to "be present in every single instance of the device" if they need to fix all of them.
      • by tlhIngan ( 30335 )

        Hardware can fail for a much wider variety of reasons; poor maintenance, overuse, physical abuse, one off manufacturing defects, etc. Software failures are caused by an error in design or implementation; they are almost guaranteed to be present in every single instance of the device even if it takes an oddball corner case to set it off.

        For hardware, to combat failures you overdesign it. E.g., if it's powered by the AC line, you make sure the power supply components are overrated for their worst case load (d

        • by mcmonkey ( 96054 )

          If there's an alarm, you add a microphone and light sensors to determine that if you're in the alarm state, there is an alarm sound playing and the lights are flashing.

          How do you add serial complexity to the system without increases the risk of failure? Now you've got to account for failure of the sound-detection process as well as the sound-producing process.

          Why not, for example, add a second alarm? With 2 alarms, the system fails only if BOTH alarms fail to sound. With the detection loop, you get an error condition if EITHER the alarm or the microphone fails.

          • by sjames ( 1099 )

            How do you add serial complexity to the system without increases the risk of failure? Now you've got to account for failure of the sound-detection process as well as the sound-producing process.

            Actually, you don't. All you have to know is that one of them isn't working. The goal isn't to have the thing run for as long as it possibly can before failing silently, it's to make sure it doesn't fail silently. If either the alarm OR the microphone fail, the device is no longer dependable so you enter the unit failed state and signal that condition through LEDs and behavior..

        • Derating power supplies and such is great, but microphones and light sensors to check on buzzers and lights is quite backwards. Both can be spoofed by ambient noise or light assuming simple to moderate detection models. Cheap, easy, and reliable would be to just measure the current and voltage drop across critical components. Bonus is that you can use one detection method and likely IC for multiple subsystems and that programming it into the software is trivial compared anything else.

          The other method of

    • I would expect it is probably all from one company *Cough*Siemens*Cough*

    • Where are you getting a 76% failure rate from hardware?

      Medical devises can be recalled for reasons other than hardware failure.

      76% would be the ratio of recalls not due to Software failures to total failures (though Mcmonkey points out [slashdot.org] that the 24% reported is not found in the underlying report).

      A failure rate would be the ratio of the number of failures to total deployments or uses of medical devices.

  • In response, FDA told Threatpost that it is developing tools to disassemble and test medical device software and locate security problems and weak design

    Do we, the patients, have the right to do this, or does it have to go on behind closed doors and NDAs?

    In a distopian novel, the government would do this so that they could turn off your heart, if you said anything out of turn.

  • by SJHillman ( 1966756 ) on Thursday June 21, 2012 @11:01AM (#40398385)

    It would seem they don't do backups either. Every time I've had my hearing aids sent in for repair, I've had to have them reprogrammed from scratch because they never save the settings first.

    I have an appointment to have them repaired again in 3 hours. Any bets on whether its a software issues?

    • If the medical company follows a process, and you should hope they do, they will send the equipment back to you in a known good state. Your settings are not part of the known good state even though they are within guidelines. Further, if a new setting is added to the hearing aid, where should they set it? Is setting it to the default compatible to your previous settings?

      It's a feature.

      PS, a company following a process will do the same thing even if it's something like my tractor. Every time John Deere c

      • They have the capability to save the settings most of the time, they just choose not to. Even if the manufacturer doesn't do it, I would expect the audiologist to (in most cases, the audiologist acts as intermediary) without me needing to ask for it. It'd be like them reinstalling Windows if you took your laptop in because the exhaust fan died.

        The more technology improves, the more quality control seems to go down the can. I've had more problems with my current set than any other before it. My last set befo

        • Wouldn't that be a big liability for these manufactures to have and store and safeguard your personal medical information even if it just settings on a device?
          • by sjames ( 1099 )

            Since it's already in the device and they can in theory access it, the liability exists now.

        • The more technology improves, the more quality control seems to go down the can.

          As a medical professional, I'd say a company that takes in a device on RMA and returns it to a known good, known tested state, is far superior in "quality control" than a vendor who would individualize each service routine.

          What you're asking for is exactly why personalized medicine is doomed to fail.

          • What I'm asking for is that my newer hearing aids need to be sent in for repair less often, not more often. All of these new features are great, but I need reliability more than I need bluetooth.

      • by sjames ( 1099 )

        IF the update renders the old settings invalid, it's a feature. Otherwise it's just flushing other people's time and money down the crapper so they can shave a few seconds off of their own.

    • I still use analog ones. Currently Oticon 380p, a bone conduction hearing aid. It only has three rotatory settings and three switches. 380p model was released in 1994 and I had three different sets with that model since Oticon doesn't make newer analog models anymore since everything is digital now. It's easy to reconfigure since the settings are the same and my hearing is stable. They just break down physically after about five years. Headband breaks down faster (three years?). :(

      Too bad you can't reprogra

      • There's a world of difference in quality between digital and analog, especially if you're like a lot of people and hear better in some frequencies and worse in others (especially higher pitches). However, I never once had an issue with any of my analog hearing aids but the digital ones have to be repaired every 12-24 months.

        My biggest beef with the audiologist is that they won't give me a setting for better-than-normal hearing. I figure as long as I'm paying this much money I might as well use one of the ot

        • by antdude ( 79039 )

          Wow, they break that easily? If I want digital, then I will have to get an implants since I have no ear holes and cochlear. :(

  • by betterunixthanunix ( 980855 ) on Thursday June 21, 2012 @11:07AM (#40398445)
    Can someone please remind me why people should be unable to examine the software in their medical devices, software that their lives may depend on? Why these programs are not open to public review?

    Oh wait, I got sidetracked thinking that the point of medical devices is to keep people healthy, rather than to rake in profits for the companies that make them.
    • Why stop at the software ? For a complete review, the hardware design should be open too.

      • by glueball ( 232492 ) on Thursday June 21, 2012 @11:51AM (#40399035)

        The MRI machine I use has a complete circuit diagram along with design notes in a binder set next to the machine. In the US, you get the hardware manual for service. I don't believe the same is true for Europe and I have no idea about the rest of the world.

        • I hope that binder doesn't have metal rings:

          http://www.howstuffworks.com/question698.htm [howstuffworks.com]

        • by garyrich ( 30652 )

          You don't get the source code to their software. You probably rely on results of an FDA audit of the MRI vendor. The FDA auditor would look at the validation protocols for the software. If they say they are using a "waterfall" development paradigm, they will go through all the documentation for that and look for evidence of proper code review and sign offs. This is the sort of things auditors are trained to do. Theoretically they could audit and review the vendor's source code - in reality there are pro

    • I can tell you one reason based on a conversation I had with 2 doctors. Medical professionals are almost apprehensive about giving "unnecessary" information to patients because it leads to problematic self-diagnosing. Say there's an article in Time about a new disease. They then seen a spike of people coming it with timesmagazinitis, and if patients get fixated on some notion of what they might have, it makes it harder to get accurate information from them; e.g. "I have timesmagazinitis, so the fact that

      • by gorzek ( 647352 )

        Ugh, yeah, I've noticed the age of the Internet has made that worse, too. People erroneously think that medical diagnosis is simply a matter of checking off a bunch of symptoms. "Well, I have 8 out of the 10 symptoms listed for African megalocephalitic herpes! I'm going to die!"

    • by Anonymous Coward

      Capitalism is god. Whether or not the product does as it's advertised is inconsequential as long as the seller gets paid.

      As far as your health? You shouldn't have gotten sick in the first place.

      /there are people who actually believe this bullshit. me, not being one of them.

    • by neonv ( 803374 )

      Can someone please remind me why people should be unable to examine the software in their medical devices, software that their lives may depend on? Why these programs are not open to public review?

      That's a good idea! We really need people changing the code on their medical devices, that will fix all the problems ...

    • As far as the FDA goes I believe they are allowed to inspect actual software and development processes during audits, closed or open source.

      As for public review, many devices do include components from other manufacturers that include non disclosure agreements. Many rely upon trade secrets; ie, they're the only company with a new technique that gives them a competitive advantage. Opening this up to public review means opening up to the competitors. I don't doubt that giants like GE (lots of money, bland

  • I told them not to take Microsoft Dev's...
  • What do you want to bet this company outsourced to save .03% profit and used the cheapest overseas bidder? But the analyst got his bonus. Maybe I am being too cynical but many of these medical companies are the greediest folks imaginable and when all software is viewed just as a cost center the MBAs start doing dumb things based on GAAP rules rather than common sense.

    • by Anonymous Coward

      You're being too cynical. I work for a medical company and I can assure you that the general awareness is that doing things properly has a lower cost than patching things up afterwards. Our devices depend heavily on software and there are no costs being save there. Not much is outsourced.
      If figure that there are companies that have a different mentality, but I figure that the majority would operate by this rule.

      • by Anonymous Coward

        Excellent point. I work for a med device company, too, and know for a fact that the cost of a recall and/or patient lawsuits far outweighs any software development expenses. Cutting corners is not considered and the level of design and qualtiy controls is very high.

        I would suggest that Billy Gates is absolutely being too cynical. //24 years in the med device business

        • by plover ( 150551 ) *

          Good info, thanks. It raises a thousand more questions in my mind, though, about your quality processes. I would really like to know if your industry has specific mandated or regulated software quality standards you follow, like an ANSI or ISO standards? Or did your firm develop your quality processes entirely in house? Do you use Test Driven Development? Iterative methodologies, such as Agile? Or do you do big designs up front, and hold formal walkthroughs and reviews of those designs?

          Do you have stan

  • by WindBourne ( 631190 ) on Thursday June 21, 2012 @11:23AM (#40398687) Journal
    Seriously, the smart thing is to develop an Open platform on Linux, with libraries for equipment to use. Likewise, offer up secured ways of updating the equipment. If FDA was smart, they would talk to NSA.
    • Riggght. The NSA already has enough trouble telling us how many people they are eves dropping on... let's get them officially into the medical gear too!

    • For many devices, Linux is a non-starter. Linux is not a real-time OS, which is typically a requirement for any life-sustaining device.
      • by DeTech ( 2589785 )
        Riiight... Ever heard of RTlinux? RTAI maybe ? OSADL? You already find it in a lot of cool life/time critical systems already... esp in the defense world.
      • Re: (Score:2, Informative)

        by Anonymous Coward
        You will find that Linux is everywhere in the aviation and medical arena, except for where DO-178B is required. However, you have bluecat linux that has the same API as Lynx's DO-178B system. In addition, several groups are hard at work on doing DO-178B for Linux.

        In the mean time, there are PLENTY of equipment, mainly those using Windows, in which an open platform makes far more sense. And yes, Linux does have more of a real-time OS, than is windows.
  • My Pacemaker becomes Flash Updateable or "We found a bug in your Pacemaker, come in for a minor procedure to upload the fix."...just DEAR GOD don't make the fixes downloadable via wireless.
    • by HiThere ( 15173 )

      It probably already is. But the wireless range is quite short.

      I know my wife goes in regularly for reading, and they read it with a magnetic wand that they place on her skin over the device. I believe that they've occasionally added a patch, though I admit I'm not certain about this. (The doctors are not communicative in this area, and may not be knowledgeable. It's hard to tell. They seem to often just be following a guidebook...not necessarily a bad thing.)

  • by Anonymous Coward

    They might as well just start from scratch then. I used to work for a huge healthcare company and dealt with some of the debacles that these devices cause. "Our device only supports WEP....is that going to be a problem?" Pathetic. Luckily the place I worked was big enough to push them around and do things like force them to implement EAP-TLS, but it was tough going. Then you have all the BS with how the FDA "doesn't allow us to upgrade software without extensive testing", which of course is not entirely tru

  • I worked at a pacemaker company for a while as a consultant. No way in hell are they going to let you dink with the software.

    Letting me see it as a programmer would be interesting perhaps, but modifiable? Again, no way in hell.

    Everyone who gets an implantable cardiac device is by definition trying to die, and likely will from the problem that indicated an implant in the first place.

    The potential company liabilities are profound to say the least. Particularly with the sorry state of tort liability in th

    • Everyone who gets an implantable cardiac device is by definition trying to die, and likely will from the problem that indicated an implant in the first place.

      They are taking a calculated risk in the hope of dying later than they would otherwise. Or am I missing something?

  • by ZenDragon ( 1205104 ) on Thursday June 21, 2012 @12:11PM (#40399337)
    I like how everybody likes to blame their problems on "weak design" on the part of the developers. That may very well be true, but who is to say what is weak design and what isn't? As a developer, I often find that when beginning a project that has some characteristics that I have never worked with before, that it is almost impossible to find solid established information as to what actually is "strong design." And by that I mean good patterns and practices for a specific applications that really aren't very common. Sure there are a few good basic/general practices to adhere to, but for the most part its each coder for their own. So I wonder, what the hell the FDA things they are going to contribute to a world of code that they likely cant even comprehend? You can sit on the outside and say something like; I require 6 9's of up time, and such and such SLA, and this square brick fits into this hole; but what is done to make that happen will vary infinitely behind the scenes.

    If they really want to improve the stability and reliability of the code that supports these systems the need to open up the architecture to the entire community instead of keeping everything closed off for patent reasons or whatever. Obviously the companies that make this stuff are more concerned about their profit margin than they are about the safety of the patients that their equipment is treating. That's my opinion on the matter at least.
  • Karen Sandler (Score:2, Informative)

    by Anonymous Coward

    IP restrictions on medical devices' source code, no peer review or approval structure in place from FDA or health organisations. Complex medical devices that are implanted in humans bodies, e.g. insulin pumps, heart defibrillators etc. run software and operate more and more like computers. Here is a case of Karen Sandler, a woman who asked to see the code for the device she was to be implanted with to verify that is was safe. And what she discovered in the process.

    OSCON 2011: Karen Sandler
    www.youtube.com/wa

  • In response, FDA told Threatpost that it is developing tools to disassemble and test medical device software and locate security problems and weak design.

    Why would the FDA have to disassemble the code in the devices? The FDA approval process requires giving the FDA examiners access to the source code, along with design docs, schematics, etc. Why would they need to reverse-engineer a device? Something's not right here.

    • by Anonymous Coward

      Because software validation requires that every state of the machine be tested. Disassembling the compiled code would be another tool to achieve this. Having "source code, along with design docs, schematics, etc" is considered "design inputs." The compiled code is the design output (the actual thing doing something), which is what must be tested. Checking the design inputs is also required, but is not considered sufficient.

      This requirement isn't for software. It's for every medical product.

      Fro referenc

  • by gumpish ( 682245 ) on Thursday June 21, 2012 @12:48PM (#40399953) Journal

    Obligatory THERAC-25 mention. Software has killed before:

    http://en.wikipedia.org/wiki/Therac-25 [wikipedia.org]

  • Karen Sandler has a great talk [youtube.com] about how pacemaker-type devices (she has one) are completely closed-source, nobody (including the doctors who install them) cares, and the FDA doesn't/can't do much more than rubber stamp the software. Most of these devices now have unencrypted wireless access.

    sudo kill -9 heartbeat Is a real possibility with these devices.

  • Pretty much all PC software, tablet app, or other piece of software has a EULA that says "if this breaks your OS or PC or anything, you can't sue us." With software embedded in medical products, it's FDA law that you can't do that. So, write the equivilant of a Toyota Prius acceleration glitch into your pacemaker and it's lawsuit time and you're going to lose. Maybe they should take some of that 1000%+ profit margin on medical equipment and put it into hiring programmers who actually know what they're do
  • by mcmonkey ( 96054 ) on Thursday June 21, 2012 @03:36PM (#40402715) Homepage

    As a developer working for a medical device company, I am very interested in this story.

    However, I am not able to find in the linked report either that "24%" figure or the direct quote from TFA.

    The Agency is also acquiring expertise in areas like "detecting malware inside device designs...(and) reverse engineering certain types of malware to best identify the specific protective practices which manufacturers should be employing," the report reads.

    The word "malware" appears twice in the quoted passage, but not at all in the report. And 24 only appears as a page number or date.

    Am I just not hitting CTRL-F right today?

    • It's on page 22. It's not spelled out but it seems to be close to that number on the chart. Not sure how they got to the 24% though - in the text they cite 13 removal and recall actions. The closest number of total software attributable recalls would then be 3 - which is 23.07% of 13.

      On a side note - is it really that alarming that 3 out of a total of 13 recalled system were due to software error? If anything, it is a surprisingly low number.

      • by mcmonkey ( 96054 )

        From that section on pg 22:

        In collaboration with the inspection team, Ms.Simone identified a trend in customer complaints that the firm had not been aware of. This trend involved incorrect or missing patient results in a laboratory information system, and incorrect or missing notifications to clinicians that test results were out of range.

        Basically, problems with LIMS or other systems. It's not that the device released the incorrect dose, it's that the record keeping system had an incorrect dose history or test result, causing a doctor or nurse to administer an incorrect dose.

        Similar to the issue discussed here:
        http://www.economist.com/blogs/babbage/2012/05/medical-devices [economist.com]

        • True, however 'incorrect or missing patient results' in a record can be as deadly as a high dose of radiation. I'm sure you can imagine a catastrophic scenario yourself.
  • Are you joking that there trying to blame the software structure and the design? That is so much bull I can smell it from here. A good programmer doesn't need over structered code design and over engineered software solutions. Blame who's really responsible, blame the craptasktic programmers who can't do there job. Programmers who needs strict structure and standards to program need to change professioins.

    The reason code standards are made is simply because there are programmers who need to have t
  • A major related problem is that hospitals and other organizations get stuck using poorly-implemented devices because they are too fucking expensive to replace with something else. The expense in and of itself isn't totally unreasonable, because manufacturers of medical devices need to comply with a great deal of regulations and safety testing. However, that doesn't help the users any.

    The hospital I work at, for example, bought a software suite years ago for our pharmacy and financial departments to use, and

  • Looks like there were at least a couple of other medical device developers in this discussion, but for the rest of the readers here suggesting "open source", it's just not as simple of a solution as that. There are no standard hardware or software platforms that could be used across the board for medical devices, or should there be. The hardware and software needs of a glucometer are completely separate of those for a CAT scanner. The term "Medical Device" is much too broad and applies to many disparate

"Protozoa are small, and bacteria are small, but viruses are smaller than the both put together."

Working...