LiveActive security incident?Get immediate response
CVE Record

CVE-2020-35530: In LibRaw, there is an out-of-bounds write vulnerability within the "new_node()" function (libraw\src\x3f\x...

In LibRaw, there is an out-of-bounds write vulnerability within the "new_node()" function (libraw\src\x3f\x3f_utils_patched.cpp) that can be triggered via a crafted X3F file.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2020-35530 affects LibRaw, a library used to process raw image files. A specially crafted Sigma X3F file can trigger an out-of-bounds write, which can crash software and may create broader memory-corruption risk. The source bundle does not provide CVSS severity or active exploitation evidence.

Executive priority

Treat as a focused patching item for systems that process user-supplied images. Priority rises for internet-facing upload services, media pipelines, and forensic or creative tools that automatically parse raw files.

Technical view

The issue is a CWE-787 out-of-bounds write in LibRaw's new_node() function in src/x3f/x3f_utils_patched.cpp. The trigger is a crafted X3F file. Listed affected versions include LibRaw 0.20.0 through 0.20.2, 0.20-RC2, and 0.21-Beta1.

Likely exposure

Exposure is most likely where applications, services, or desktop workflows process untrusted raw image uploads or attachments using affected LibRaw versions, especially X3F files. Embedded or bundled LibRaw copies may be missed by package-only inventories.

Exploitation context

The bundle cites a crafted-file trigger, an upstream issue, an upstream commit, and a Debian LTS security update. It does not cite CISA KEV listing, public exploitation in the wild, weaponized exploit availability, or successful code execution.

Researcher notes

Evidence is sufficient for affected component and bug class, but incomplete for severity scoring and exploitation status. Analysis should stay anchored to memory corruption through crafted X3F parsing unless additional vendor or advisory data is obtained.

Mitigation direction

  • Upgrade LibRaw using upstream or distribution security updates.
  • Apply the Debian LTS libraw update where applicable.
  • Block or sandbox untrusted X3F processing until patched.
  • Check vendor guidance for applications bundling LibRaw.
  • Rebuild dependent software if it statically links LibRaw.

Validation and detection

  • Inventory LibRaw versions in packages and bundled dependencies.
  • Confirm affected versions are no longer present.
  • Identify workflows accepting X3F or raw image files.
  • Verify downstream applications use the patched library.
  • Review crash reports involving X3F parsing.
Prepared
Confidence
medium
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-787: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2020-35530 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/aLibRawLibRaw 0.21-Beta1, LibRaw 0.20.2, LibRaw 0.20.1, LibRaw 0.20.0, LibRaw 0.20-RC2Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-787 · source CWE mapping

Out-of-bounds Write

Out-of-bounds Write represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.