LiveActive security incident?Get immediate response
CVE Record

CVE-2016-15026: 3breadt dd-plist xml external entity reference

A vulnerability was found in 3breadt dd-plist 1.17 and classified as problematic. Affected by this issue is some unknown functionality. The manipulation leads to xml external entity reference. An attack has to be approached locally. Upgrading to version 1.18 is able to address this issue. The patch is identified as 8c954e8d9f6f6863729e50105a8abf3f87fff74c. It is recommended to upgrade the affected component. VDB-221486 is the identifier assigned to this vulnerability.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
medium
Sources
7

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-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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
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

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
6Source 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
5.3CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L1.83.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2016-15026Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
3breadtdd-plist1.17Listed
Weakness

CWE details

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

CWE-611 · source CWE mapping

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.