LiveActive security incident?Get immediate response
CVE Record

CVE-2014-125087: java-xmlbuilder xml external entity reference

A vulnerability was found in java-xmlbuilder up to 1.1. It has been rated as problematic. Affected by this issue is some unknown functionality. The manipulation leads to xml external entity reference. Upgrading to version 1.2 is able to address this issue. The name of the patch is e6fddca201790abab4f2c274341c0bb8835c3e73. It is recommended to upgrade the affected component. The identifier of this vulnerability is VDB-221480.

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This is a medium-severity XML handling flaw in java-xmlbuilder versions 1.0 and 1.1. If exposed in an application path, it may let a low-privileged attacker influence XML external entity processing, with limited confidentiality, integrity, and availability impact. The cited fix is upgrading to version 1.2.

Executive priority

Treat this as a targeted dependency hygiene issue, not an emergency. Prioritize systems that process XML from less-trusted sources or include vendor products referencing this CVE. Remediate through normal patch cycles unless exposed business-critical paths are found.

Technical view

CVE-2014-125087 maps to CWE-611, XML External Entity Reference. VulDB describes affected unknown functionality in java-xmlbuilder up to 1.1, fixed by GitHub commit e6fddca201790abab4f2c274341c0bb8835c3e73 and release v1.2. CVSS 3.1 is 5.5 with adjacent attack vector and low privileges required.

Likely exposure

Exposure is most likely in Java applications or embedded products that include java-xmlbuilder 1.0 or 1.1. Evidence in the bundle does not identify specific application routes, affected functions, or concrete NetApp product exposure details.

Exploitation context

The source bundle does not show CISA KEV listing or confirmed active exploitation. The CVSS vector indicates adjacent access, low privileges, low attack complexity, and no user interaction, but public sources here do not provide exploitation details.

Researcher notes

Key gaps remain: the bundle says affected functionality is unknown and provides no exploit narrative. Validation should focus on dependency presence, reachable XML processing paths, and whether vendor products embed the vulnerable library. Do not assume internet exposure without application-specific evidence.

Mitigation direction

  • Upgrade java-xmlbuilder to version 1.2 where the component is present.
  • Inventory direct and transitive dependencies for java-xmlbuilder 1.0 or 1.1.
  • Review vendor advisories for products that may embed this library.
  • If upgrade is delayed, follow vendor guidance for safe XML handling.
  • Track the referenced GitHub patch and release in remediation evidence.

Validation and detection

  • Search dependency manifests and lock files for java-xmlbuilder 1.0 or 1.1.
  • Confirm packaged artifacts do not include vulnerable java-xmlbuilder versions.
  • Review SBOMs for embedded or transitive copies of the component.
  • Check vendor advisories for third-party appliances or products using the library.
  • Verify remediation by confirming java-xmlbuilder version 1.2 or later.
Prepared
Confidence
medium
Sources
8

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-2014-125087 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
7Source 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-2014-125087Attack 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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/ajava-xmlbuilder1.0, 1.1Listed
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.