Security readout for executives and security teams
Plain-English summary
This flaw affects Java applications using TwelveMonkeys imageio-metadata before 3.7.1 when they process untrusted images. A crafted image with malicious XMP metadata can trigger XML External Entity handling, potentially exposing data, altering processing behavior, or disrupting service. Risk is highest for public upload features such as profile pictures.
Executive priority
Treat this as a high-priority dependency remediation for any externally reachable service that accepts image uploads. The main business concern is untrusted file processing in web-facing workflows, not broad platform compromise. Remediate through dependency upgrade and targeted validation.
Technical view
The vulnerable package initializes an XML parser insecurely while reading XMP metadata. If an application parses XMP from attacker-supplied image files, XXE behavior may be triggered. The CVSS 3.1 score is 7.3 with network attack vector, low complexity, no privileges, and low confidentiality, integrity, and availability impact.
Likely exposure
Exposure is likely in Java services using com.twelvemonkeys.imageio:imageio-metadata before 3.7.1 and parsing XMP metadata from user-uploaded images. Internet-facing upload workflows increase urgency. Systems that do not use this package or do not parse XMP metadata are less likely exposed.
Exploitation context
The source bundle describes exploitability through attacker-supplied files, such as profile pictures, when XMP metadata is parsed. It does not provide evidence of active exploitation, and the CVE is not listed as KEV in the provided data.
Researcher notes
Affected component is imageio-metadata before 3.7.1. Trigger conditions require attacker-controlled image content with XMP metadata and application parsing of that metadata. The bundle does not include CWE mapping, proof of active exploitation, or broader affected product claims.
Mitigation direction
- Upgrade com.twelvemonkeys.imageio:imageio-metadata to 3.7.1 or later.
- Prioritize public image upload and profile picture processing services.
- Restrict or disable XMP metadata parsing for untrusted uploads until upgraded.
- Check vendor project guidance and dependency advisories for additional remediation notes.
- Rebuild and redeploy services after dependency updates.
Validation and detection
- Search dependency manifests and lockfiles for com.twelvemonkeys.imageio:imageio-metadata versions before 3.7.1.
- Review SBOMs and runtime dependency reports for vulnerable transitive usage.
- Identify routes or jobs that parse XMP metadata from uploaded images.
- Confirm deployed artifacts contain imageio-metadata 3.7.1 or later.
- Run regression tests for image upload and metadata processing paths.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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.
CVE-2021-23792 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- High
- CVSS
- 7.3 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L3.93.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.3HighVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Source materials
- CVE List V5 sourceCVE List V5
- https://snyk.io/vuln/SNYK-JAVA-COMTWELVEMONKEYSIMAGEIO-2316763CVE reference · x_refsource_MISC
- https://github.com/haraldk/TwelveMonkeys/commit/da4efe98bf09e1cce91b7633cb251958a200fc80CVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
