CVE-2026-12473

Summary

Two data sources (DICOMWebProxy and DICOMJSON) shipped in the default configuration fetch an arbitrary URL parameter without validation. A global authentication service in OHIF automatically injects the authenticated user's OIDC Bearer token into the resulting requests, sending it to the attacker-controlled server. DICOMweb data sources are not impacted.

Affected Software

VendorProductVersion RangeStatus
Open Health Imaging Foundation (OHIF)DICOM Web Viewer Framework0 <= v3.12.0affected

Weaknesses

  • CWE-918: CWE-918 Server-Side request forgery (SSRF)

Workarounds

Users running OHIF with authentication should remove ALL unused DicomWebProxyDataSource and DicomJSONDataSource configurations from the configuration file they are deploying with. CISA recommends users take defensive measures to minimize the risk of exploitation of this vulnerability, such as:

  • Minimize network exposure for all control system devices and/or systems, ensuring they are not accessible from the internet. https://www.cisa.gov/uscert/ics/alerts/ICS-ALERT-10-301-01  

  • Locate control system networks and remote devices behind firewalls and isolating them from business networks.

  • When remote access is required, use more secure methods, such as virtual private networks (VPNs), recognizing VPNs may have vulnerabilities and should be updated to the most current version available. Also recognize VPN is only as secure as the connected devices.

ADP Enrichment

CISA ADP Vulnrichment

  • SSVC:
  • Exploitation: none
    • Automatable: no
    • Technical Impact: partial

References