Blue Goat CyberBlue Goat CyberSMMedical Device Cybersecurity
    ⌘K
    Blog · Fundamentals

    PACS in Medical Devices: What It Is and How to Secure It

    PACS is the imaging archive that stores and moves DICOM studies. Learn how PACS is regulated, where it is exposed, and what the FDA expects you to document.

    Abstract digital network connections representing medical imaging data flow and cybersecurity protection
    On this page
    Christian Espinosa, Founder & CEO at Blue Goat Cyber

    By Christian Espinosa, MBA, CISSP

    Founder & CEO · Blue Goat Cyber

    Published: February 24, 2024 · Last reviewed: May 1, 2026

    Key Takeaways

    • PACS is a regulated medical device in the United States, not general-purpose hospital IT.
    • Its core protocol, DICOM, supports security features but does not require them by default.
    • Exposed DICOM ports have been repeatedly found on the public internet, exposing studies with patient identifiers.
    • The archive is a multi-patient asset, so a single compromise carries broader harm than one device.
    • Your submission must describe the PACS interface as an attack surface, with authentication and encryption stated explicitly.
    • Interoperability with third-party viewers and AI tools expands your threat model rather than reducing your responsibility.
    Direct Answer

    PACS stands for Picture Archiving and Communication System. It is the software and storage infrastructure that receives, archives, retrieves, and distributes medical images from modalities such as CT, MRI, ultrasound, and X-ray, almost always using the DICOM standard. In the United States, PACS is a regulated medical device, generally Class II under 21 CFR 892.2050, which means the cybersecurity expectations that apply to imaging hardware apply to the archive as well.

    Reviewed September 17, 2026

    A hospital can lose access to every prior study in its archive without a single imaging machine being touched. That is what makes PACS worth understanding as a device rather than as IT plumbing. It sits between the modalities that create images and the clinicians who read them, it holds years of patient studies, and it speaks a protocol that was designed for a trusted network in an era when hospital networks were assumed to be closed.

    Manufacturers building imaging systems, viewers, AI triage tools, or cloud archives inherit that history. If your product sends, receives, or stores DICOM, your submission has to explain how the interface behaves when the network is not friendly. This page covers what PACS actually is, where it is exposed, and what regulators expect you to document.

    Why PACS Security Matters More Than Most Imaging Components

    PACS matters because it concentrates risk. A single modality produces studies for the patients scanned on it; the archive holds the studies for everyone. When the FDA's premarket cybersecurity guidance, issued February 3, 2026, asks manufacturers to consider multi-patient harm in their security architecture views, the archive is the clearest example of what that means in practice.

    The exposure is not theoretical. Security researchers scanning for open DICOM services have repeatedly found unauthenticated systems reachable from the public internet, returning studies complete with patient names, dates of birth, and identifiers. Reporting on these scans, including work published by ProPublica in 2019 based on research by Greenbone Networks, documented millions of exposed images across multiple countries. The underlying cause is consistent: a protocol that permits open association requests, deployed on a network that was assumed to be private.

    For a manufacturer, the regulatory consequence is straightforward. Section 524B of the FD&C Act applies to cyber devices, and a PACS product that connects to the internet and contains software falls squarely inside that definition. The archive is also a place where the availability half of security maps directly to clinical impact: when priors cannot be retrieved, diagnosis is delayed, and delayed diagnosis is patient harm under ISO 14971, not merely an IT outage.

    What PACS Actually Does in a Clinical Workflow

    PACS performs four functions: acquisition, archiving, retrieval, and distribution. A modality completes a study and pushes it to the archive. The archive stores it, indexes it against the patient record, and serves it back when a radiologist opens a worklist. That worklist usually arrives from a separate system, the RIS, and the order that created it usually originated in the EHR.

    Understanding those boundaries matters because each one is an interface you must document.

    Component What it does Typical protocol Security question to answer
    Modality Acquires the image DICOM C-STORE Can an unauthorized host send studies in?
    PACS archive Stores and indexes studies DICOM, SQL Is data encrypted at rest and access logged?
    Viewer or workstation Displays studies to clinicians DICOMweb, WADO, proprietary Is the session authenticated and encrypted?
    RIS Manages orders and worklists HL7, DICOM MWL Can worklist data be altered in transit?
    VNA or cloud archive Long-term vendor-neutral storage DICOMweb, object storage Who holds the keys and who can read the bucket?

    [KEY REQUIREMENT] Every one of those arrows is an interface in your security architecture views. A submission that draws PACS as a single box labeled "archive" has not described its attack surface.

    Is PACS Regulated as a Medical Device?

    Yes. In the United States, a PACS is generally classified under 21 CFR 892.2050 as a medical image management and processing system, a Class II device that typically reaches market through the 510(k) pathway. That classification is why PACS vendors submit to the FDA at all, and why the cybersecurity documentation expectations in the February 3, 2026 premarket guidance apply to them.

    The classification has practical consequences beyond paperwork. It means the software is subject to the Quality Management System Regulation, it means changes may require a new submission depending on their significance, and it means postmarket obligations under Section 524B, including vulnerability disclosure and the ability to deploy updates, apply to the archive just as they do to the scanner.

    Cloud-hosted archives do not escape this. Hosting changes where the risk lives, not whether the product is a device. A cloud PACS adds tenancy isolation, key management, and provider shared-responsibility questions on top of everything an on-premises archive already had to answer.

    Where DICOM Leaves the Door Open

    DICOM is not an insecure protocol; it is a permissive one. The standard defines security mechanisms, including TLS transport and user identity negotiation, but it does not force a product to use them, and interoperability pressure has historically pushed vendors toward the most permissive configuration that works with the most equipment.

    The practical failure modes follow from that.

    Weakness What goes wrong Control that closes it
    Open association acceptance Any host that knows the AE title can query or store Restrict by calling AE title, host, and port; require authentication
    Unencrypted transport Studies and identifiers readable on the wire DICOM TLS, or DICOMweb over HTTPS
    Weak or shared credentials Service accounts reused across installs Unique credentials per deployment, no default passwords
    No audit logging Access to studies cannot be reconstructed DICOM audit trail events sent to a syslog collector
    Unbounded C-FIND queries Bulk extraction of the patient index Query limits, rate limiting, and result scoping by role
    Legacy SOP class support Old code paths kept alive for compatibility Explicit decision to disable, documented in the threat model

    The last row is the one most often skipped. Backward compatibility is a business requirement, not a security exemption, and a submission reads better when it says plainly that a legacy path was kept, why, and what compensating control surrounds it.

    What the FDA Expects in a PACS Submission

    The expectations are the same as for any cyber device, but the emphasis shifts toward data handling and multi-patient impact. Your threat model should show what an attacker gains from reaching the archive rather than a single endpoint, and your architecture views should show the archive's position relative to every system that reads from or writes to it.

    See also: CVSS Scoring for Medical Devices: A Complete Walkthrough, Healthcare Cybersecurity Companies: A Buyer's Selection Guide, and Medical Device Software Development: A Compliance Guide.

    Practically, a reviewer is looking for these elements to be present and consistent with each other:

    Deliverable What it must show for PACS specifically
    Threat model Scenarios involving bulk study access, study alteration, and archive unavailability
    SBOM Every third-party imaging library, database, and web framework in the product
    Security architecture views The archive shown with its modality, viewer, RIS, and cloud interfaces
    Authentication design How DICOM peers and human users are each authenticated, separately
    Cryptography inventory What protects data in transit, at rest, and in backups, with key handling described
    Testing evidence Penetration testing that exercised the DICOM interface, not only the web viewer
    Update capability How the archive is patched without losing access to prior studies

    Testing scope is where products most often come up short. A web-based viewer gets tested because it looks like a web application, while the DICOM listener, which is the interface an attacker on the network would actually reach first, goes untested. If your evidence package covers only the browser-facing component, expect a question about it.

    How Interoperability Changes the Risk Picture

    Modern imaging environments rarely stop at one vendor. A hospital may run an archive from one supplier, viewers from another, an AI triage tool from a third, and a vendor-neutral archive underneath all of it. Each integration adds a party that can read studies, and each one is a place where your product's security assumptions meet someone else's defaults.

    Two principles keep this manageable. First, state your assumptions rather than relying on them silently. If your archive assumes the network segment it sits on is controlled, say so in the labeling and in the threat model, because an unstated assumption is an unverifiable one. Second, treat every third-party integration as an authenticated relationship with defined scope, not as a trusted peer with full access. An AI tool that needs to read chest CTs does not need the ability to delete studies.

    Interoperability also affects your postmarket posture. When a vulnerability appears in a shared imaging library, your customers will ask whether your product is affected, and they will ask quickly. The SBOM you produced for the submission is what lets you answer in hours rather than weeks.

    How Blue Goat Cyber Approaches This

    We test PACS and imaging products the way an attacker on a hospital network would reach them: at the DICOM listener, at the web services, and at the trust relationships between the archive and everything connected to it. That means association handling, query behavior, authentication paths, transport protection, and the interfaces your viewer exposes, with findings written in terms a reviewer can map to your threat model.

    If you are preparing an imaging submission, our medical device penetration testing work produces the testing evidence that supports it, and our threat modeling engagements make sure the archive appears in your architecture views as the multi-patient asset it is.

    Frequently Asked Questions

    Is PACS considered a medical device by the FDA?

    Yes. PACS is generally regulated under 21 CFR 892.2050 as a medical image management and processing system, typically Class II, reaching market through the 510(k) pathway. Because it contains software and connects to networks, a PACS product also falls within the definition of a cyber device under Section 524B, which brings premarket cybersecurity documentation and postmarket update obligations with it.

    What is the difference between PACS, RIS, and DICOM?

    PACS stores and distributes images. RIS, the radiology information system, manages orders, scheduling, and reporting workflow. DICOM is the standard that defines both the image file format and the network protocol they use to exchange studies. They are commonly discussed together because a working imaging department needs all three, but they are distinct systems with distinct interfaces to secure.

    Can DICOM traffic be encrypted?

    Yes. The DICOM standard supports TLS for transport security, and DICOMweb services run over HTTPS. The obstacle is rarely technical capability and usually deployment practice, because encryption has historically been optional and disabling it removes interoperability friction with older equipment. A submission should state whether encryption is on by default and what happens when a peer does not support it.

    Why do exposed PACS systems keep appearing on the internet?

    Because DICOM services can accept connections without authentication, and because archives are sometimes placed on networks with more reachability than their owners realize. Research scans have repeatedly identified unauthenticated DICOM endpoints returning studies with patient identifiers. The fix is a combination of network placement, mandatory authentication, and configurations that do not accept associations from unknown peers.

    Does a cloud-hosted archive reduce a manufacturer's responsibility?

    No. Hosting shifts some controls to the cloud provider but leaves the manufacturer responsible for tenancy isolation, key management, access control, logging, and the security of the application itself. The FDA will expect the shared-responsibility boundary to be described explicitly, including which controls the customer must configure and which are yours.

    What testing should a PACS product undergo before submission?

    At minimum, penetration testing that exercises the DICOM interface directly, testing of any web viewer or API, authentication and authorization testing across user roles, and verification that the security requirements you wrote were actually implemented. Testing that covers only the browser-facing portion leaves the interface most reachable from the hospital network unexamined.

    Get Your Imaging Product Reviewed Before the FDA Does

    If your product stores, moves, or displays DICOM studies, the archive interface belongs in your threat model and your testing scope. We can tell you what a reviewer will ask and what an attacker would find. Book a strategy session and bring your architecture diagram.


    Blue Goat Cyber specializes in medical device cybersecurity, from threat modeling and penetration testing through premarket submission support. Our team works exclusively with device manufacturers preparing FDA submissions. Learn more about Christian Espinosa, our founder and CEO.

    About the author

    Christian Espinosa, Founder & CEO at Blue Goat Cyber

    Christian Espinosa, MBA, CISSP · Founder & CEO, Blue Goat Cyber

    U.S. Air Force Academy graduate and veteran with 30+ years in cybersecurity. Founded Alpine Security in 2014 (acquired 2020), then Blue Goat Cyber in 2022. Has supported 275+ FDA medical device submissions; no client has failed to clear due to cybersecurity. Author of three books including The Smartest Person in the Room. Ironman triathlete and mountaineer.

    Read more about ChristianLinkedIn

    More in this category

    More Fundamentals articles

    Browse all
    Related 524B & eSTAR resources

    Keep going: the 524B and eSTAR working set

    Start with the walkthrough hub, then drill into the statute, the eSTAR field map, SBOM monitoring, postmarket planning, and deficiency response. Use these as the playbook behind every cyber device submission.

    Hub
    FDA Section 524B & eSTAR Cybersecurity Walkthrough

    Start here: the hub that ties the statute, the February 2026 guidance, and the eSTAR fields together in the order a submission team works through them.

    Related services

    Put this into practice on your device

    Every Blue Goat Cyber engagement maps directly to FDA Section 524B and the SPDF - so the evidence you need lands in your submission, not in a separate report.

    Ready when you are

    Get FDA cleared without the cybersecurity headaches.

    30-minute strategy session. No cost, no commitment - just answers from people who've shipped 275+ FDA submissions.