LIVE · cybersecurity feed
vulnerability

DICOM, Pydicom, GDCM, and Orthanc: A technical tour of what really happens in the heap

zeroday.news·41d ago

Researchers have detailed a heap overflow vulnerability affecting systems that process DICOM (Digital Imaging and Communications in Medicine) files, a standard widely used in medical imaging. The vulnerability can be triggered during the image upload process, potentially leading to an out-of-bounds write on an Orthanc server, a popular open-source PACS (Picture Archiving and Communication System) server.

DICOM parsing has been a significant area of research due to the critical nature of DICOM in healthcare and its inherent complexity. Hospitals depend on DICOM-based PACS systems, which often automatically ingest files received over networks. This automatic ingestion means that malformed data can directly exploit vulnerabilities in the decoders, presenting a substantial attack surface for those examining system robustness.

This specific case study demonstrates how a heap overflow vulnerability can be created by exploiting the DICOM file format. The research aims to illustrate how an Orthanc server can be targeted during the image upload phase, resulting in an out-of-bounds write. The analysis delves into the internal workings of DICOM parsing libraries and servers, examining how data is handled in memory.

While the source material mentions Pydicom and GDCM as relevant technologies in the DICOM ecosystem, it does not provide specific details about vulnerabilities within those libraries themselves. The focus of the provided information is on the exploitation of the DICOM format to impact an Orthanc server.

The implications of such a vulnerability could be severe, potentially allowing attackers to disrupt the availability of medical imaging systems or even execute arbitrary code on vulnerable servers. This could have significant consequences for healthcare operations, impacting patient care and data integrity.

The research highlights the importance of robust parsing and validation of DICOM files, especially in systems that automatically process incoming data. Secure coding practices and thorough testing of parsers are crucial to prevent such vulnerabilities from being exploited.

Further details on the specific exploitation techniques and the exact nature of the out-of-bounds write are not provided in the source material. However, the general principle involves crafting a malicious DICOM file that, when processed by the vulnerable Orthanc server, causes memory corruption on the heap.

Mitigation strategies would typically involve updating the affected software to patched versions once they become available. Additionally, implementing stricter input validation on incoming DICOM files before they are processed by the server can serve as a preventative measure. Network segmentation and access controls can also limit the potential impact of a successful exploit.

vulnerability
← Back to latest

More News

view all →
zeroday.news · 4h ago·critical

Ubiquiti Patches Critical UniFi Flaws Across Connect, Talk, Access, Protect, and OS

Ubiquiti has released security updates to address several critical vulnerabilities affecting its UniFi product line, including UniFi Connect, Talk, Access, Protect, and OS. These flaws could allow attackers to escalate privileges or execute arbitrary commands on affected devices. While no active exploitation has been reported for these specific vulnerabilities, the company has previously seen its UniFi OS and Edge OS products targeted by threat actors.

zeroday.news · 4h ago·critical

Attackers using Langflow flaw for credential harvesting (CVE-2026-55255)

CISA has issued a warning regarding a critical vulnerability (CVE-2026-55255) in the Langflow AI framework, which is being actively exploited by attackers. The flaw allows authenticated users to execute arbitrary flows belonging to other users, potentially leading to the theft of sensitive credentials and data exposure, especially in multi-tenant environments. US federal agencies have been mandated to patch this vulnerability by July 10th.

zeroday.news · 3h ago·high

China-Linked APT Expands Arsenal With New ‘Leash’ Backdoors

A China-linked advanced persistent threat (APT) group, identified as LapDogs, has reportedly enhanced its malicious toolkit. Security researchers have observed the deployment of three new backdoors: LongLeash, DogLeash, and JarLeash, which are designed to compromise small office/home office (SOHO) routers.

zeroday.news · 3h ago·high

RedWing Android Spyware Sold as a Service on Telegram

A new Android spyware called RedWing is being offered as a service on Telegram, allowing less sophisticated attackers to compromise phones and steal banking information. Researchers have identified it as a polished malware-as-a-service operation with extensive documentation and a subscription model, potentially linked to Russian threat actors. RedWing employs fake login overlays, SMS interception, call forwarding, and even screen control to harvest credentials and conduct further malicious activities.

zeroday.news · 4h ago·high

Operationalizing Day Minus Seven: The Cloud-Native ROC

The article introduces the concept of a Risk Operations Center (ROC) as a necessary evolution for cybersecurity teams facing AI-driven threats. It argues that traditional risk management models are insufficient due to the speed at which AI can discover and exploit vulnerabilities, especially in cloud environments. A ROC, powered by platforms like Qualys Enterprise TruRisk Management (ETM), aims to unify disparate security findings, hyper-prioritize risks based on exploitability and business impact, and enable autonomous remediation to keep pace with attackers.

zeroday.news · 4h ago·high

Armored Likho Hits Government, Energy Sectors With BusySnake Stealer

Cybersecurity researchers have identified a new threat actor, dubbed Armored Likho, targeting government and energy sectors in Russia, Kazakhstan, and Brazil with a sophisticated phishing campaign. The operation utilizes a custom-built Python infostealer named BusySnake, designed to steal credentials, sensitive documents, and other high-value data. The attackers employ AI-generated payloads to obscure their activities and maintain persistence through various methods, including reverse SSH tunneling.