Security readout for executives and security teams
Plain-English summary
CVE-2016-15026 affects the 3breadt dd-plist library version 1.17. A local, authenticated user could trigger XML external entity handling, which can expose or affect local data depending on how the component is used. The published fix is dd-plist 1.18.
Executive priority
Prioritize remediation during normal dependency maintenance, faster where dd-plist handles sensitive local data. This is not currently evidenced as internet-exploited or KEV-listed, but the fix is available and straightforward.
Technical view
The issue is classified as CWE-611, XML External Entity Reference, in 3breadt dd-plist 1.17. The CVSS 3.1 vector is AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L. Sources do not name the exact vulnerable function. The referenced patch is commit 8c954e8d9f6f6863729e50105a8abf3f87fff74c and release 1.18.
Likely exposure
Exposure is likely limited to environments that include dd-plist 1.17 and allow local users or local workflows to process plist XML through it. The source bundle does not identify downstream products.
Exploitation context
The source bundle says the attack is local and requires low privileges. CISA KEV status is false, and no provided source claims active exploitation. Treat this as dependency hygiene unless dd-plist processes sensitive local files or untrusted plist XML.
Researcher notes
Evidence is incomplete on the exact affected functionality. The key research angle is confirming whether dd-plist 1.17 permits XXE behavior in reachable local parsing paths and whether applications pass attacker-controlled plist XML to the library.
Mitigation direction
- Upgrade dd-plist from 1.17 to 1.18 or later.
- Verify the fixed release includes commit 8c954e8d9f6f6863729e50105a8abf3f87fff74c.
- Check project or vendor guidance if upgrade is blocked.
- Avoid processing untrusted plist XML with version 1.17 until remediated.
Validation and detection
- Search SBOMs, lockfiles, and package manifests for dd-plist 1.17.
- Confirm deployed artifacts use dd-plist 1.18 or later.
- Identify local workflows that parse plist XML through this library.
- Record whether affected systems process sensitive local files.
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.
CWE-611: 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 lookupCVE-2016-15026 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
- Medium
- CVSS
- 5.3 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:L/AC:L/PR:L/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:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L1.83.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
5.3MediumVector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
Source materials
- CVE List V5 sourceCVE List V5
- https://vuldb.com/?id.221486CVE reference · vdb-entry, technical-description
- https://vuldb.com/?ctiid.221486CVE reference · signature, permissions-required
- https://github.com/3breadt/dd-plist/pull/26CVE reference · issue-tracking
- https://github.com/3breadt/dd-plist/commit/8c954e8d9f6f6863729e50105a8abf3f87fff74cCVE reference · patch
- https://github.com/3breadt/dd-plist/releases/tag/dd-plist-1.18CVE reference · patch
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.
Improper Restriction of XML External Entity Reference
Improper Restriction of XML External Entity Reference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
