LiveActive security incident?Get immediate response
CVE Record

CVE-2021-40732: XMP Toolkit SDK Null Pointer Dereference

XMP Toolkit version 2020.1 (and earlier) is affected by a null pointer dereference vulnerability that could result in leaking data from certain memory locations and causing a local denial of service in the context of the current user. User interaction is required to exploit this vulnerability in that the victim will need to open a specially crafted MXF file.

MediumCVSS 6.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Opening a malicious MXF media file with software using Adobe XMP Toolkit 2020.1 or earlier can crash the local process and may expose limited memory data. This is not a remote, no-click server takeover based on the provided evidence, but media-processing workflows should treat it as a real exposure.

Executive priority

Treat this as a moderate-priority remediation item for teams handling media files. Prioritize exposed ingestion pipelines, creative workstations, and packaged Linux deployments, but do not escalate as active exploitation without new evidence.

Technical view

CVE-2021-40732 is a CWE-476 null pointer dereference in Adobe XMP Toolkit SDK. The CVSS 3.1 score is 6.1 with local attack vector, no privileges required, required user interaction, low confidentiality impact, no integrity impact, and high availability impact.

Likely exposure

Exposure is most likely in desktop or server-side workflows that parse MXF files using Adobe XMP Toolkit 2020.1 or earlier, including packaged consumers such as Debian exempi where applicable. The provided bundle does not identify every downstream product.

Exploitation context

The sources require victim interaction: a user must open a specially crafted MXF file. The bundle does not list CISA KEV inclusion or any cited evidence of active exploitation, so active exploitation should not be assumed.

Researcher notes

The provided evidence identifies the bug class, impact, CVSS vector, user-interaction requirement, Adobe advisory, and Debian update references. It does not provide exploit status, full downstream product mapping, or detailed fixed-version information beyond vendor advisory references.

Mitigation direction

  • Update Adobe XMP Toolkit according to Adobe APSB21-85 guidance.
  • Apply Debian exempi security updates where that package is used.
  • Reduce opening or automated parsing of untrusted MXF files.
  • Run media parsing in least-privileged, isolated environments.
  • Check vendor guidance for downstream applications bundling XMP Toolkit.

Validation and detection

  • Inventory systems and applications using Adobe XMP Toolkit 2020.1 or earlier.
  • Check Linux package inventories for affected exempi versions.
  • Confirm Adobe APSB21-85 or Debian security updates are applied.
  • Review workflows that accept MXF files from external parties.
  • Verify media parsers run under non-privileged user contexts.
Prepared
Confidence
high
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-476: 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-2021-40732 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
Medium
CVSS
6.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:H

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.

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

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
6.1CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:H1.84.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.1Medium
CVSS 3.1 vector shape for CVE-2021-40732Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
AdobeXMP Toolkitunspecified, unspecifiedListed
Weakness

CWE details

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

CWE-476 · source CWE mapping

NULL Pointer Dereference

NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.