LiveActive security incident?Get immediate response
CVE Record

CVE-2015-10082: UIKit0 libplist XML xplist.c plist_from_xml xml external entity reference

A vulnerability classified as problematic has been found in UIKit0 libplist 1.12. This affects the function plist_from_xml of the file src/xplist.c of the component XML Handler. The manipulation leads to xml external entity reference. The patch is named c086cb139af7c82845f6d565e636073ff4b37440. It is recommended to apply a patch to fix this issue. The associated identifier of this vulnerability is VDB-221499.

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2015-10082 is a medium-severity XML parsing flaw in UIKit0 libplist 1.12. If exposed code processes attacker-controlled XML plist data, it may allow limited confidentiality, integrity, and availability impact through XML external entity handling.

Executive priority

Treat this as a targeted dependency remediation item, not an emergency. Prioritize assets that parse untrusted XML plist data, then fold remaining instances into normal patch governance.

Technical view

The flaw affects plist_from_xml in src/xplist.c, within libplist's XML handler. Sources classify it as CWE-611, XML External Entity Reference. The listed fix is GitHub commit c086cb139af7c82845f6d565e636073ff4b37440.

Likely exposure

Exposure is limited to environments using UIKit0 libplist version 1.12, especially where XML plist input can be supplied by low-privileged or adjacent attackers. The source bundle lists no CPEs or broader affected product set.

Exploitation context

No KEV listing or cited source indicates active exploitation. The CVSS vector reports adjacent attack vector, low complexity, low privileges required, no user interaction, and low impact to confidentiality, integrity, and availability.

Researcher notes

Evidence is concise and mostly points to VulDB and one patch commit. Validate exact package provenance because the affected entry names UIKit0 libplist 1.12 and provides no CPE mapping.

Mitigation direction

  • Inventory applications and dependencies for UIKit0 libplist 1.12.
  • Apply the vendor patch commit c086cb139af7c82845f6d565e636073ff4b37440.
  • Prioritize systems parsing XML plist data from untrusted sources.
  • Check vendor guidance for any additional supported upgrade path.
  • Reduce acceptance of untrusted XML plist input where feasible.

Validation and detection

  • Confirm deployed libplist versions are not vulnerable 1.12 builds.
  • Verify the patch commit is present in built artifacts or source.
  • Review SBOMs and lockfiles for UIKit0 libplist references.
  • Check whether any service processes XML plist input from untrusted sources.
  • Run existing regression tests after patching XML parsing behavior.
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-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-2015-10082 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.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:A/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
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
5.5CVSS 3.1MediumCVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L2.13.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.5Medium
CVSS 3.1 vector shape for CVE-2015-10082Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:A/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
UIKit0libplist1.12Listed
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.