LiveActive security incident?Get immediate response
CVE Record

CVE-2015-10029: kelvinmo simplexrd simplexrd.class.php xml external entity reference

A vulnerability classified as problematic was found in kelvinmo simplexrd up to 3.1.0. This vulnerability affects unknown code of the file simplexrd/simplexrd.class.php. The manipulation leads to xml external entity reference. Upgrading to version 3.1.1 is able to address this issue. The patch is identified as 4c9f2e028523ed705b555eca2c18c64e71f1a35d. It is recommended to upgrade the affected component. VDB-217630 is the identifier assigned to this vulnerability.

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2015-10029 is an XML External Entity issue in kelvinmo simplexrd through 3.1.0. It is rated medium, with limited confidentiality, integrity, and availability impact. The available sources name the affected file and fixed release, but do not describe affected applications or real-world exploitation.

Executive priority

Treat this as a moderate-priority dependency update. It is not currently supported by KEV evidence of active exploitation, but XML parser flaws can affect sensitive data and service reliability. Confirm whether simplexrd is present, then update to 3.1.1 during the normal security patch cycle.

Technical view

The issue is CWE-611 in simplexrd/simplexrd.class.php. CVSS 3.1 is 5.5 with adjacent-network attack vector, low complexity, low privileges, and no user interaction. Sources identify versions 3.0 and 3.1 as affected and version 3.1.1 plus commit 4c9f2e028523ed705b555eca2c18c64e71f1a35d as the fix.

Likely exposure

Exposure is most likely where kelvinmo simplexrd 3.0 or 3.1 is deployed directly or bundled in a PHP application. The sources do not identify downstream products, package managers, endpoints, or default deployment patterns, so inventory confirmation is required.

Exploitation context

The CVE is not listed as KEV in the provided bundle, and no cited source states active exploitation. The CVSS vector indicates an attacker needs adjacent-network access and low privileges. No public exploit steps should be inferred from the sources.

Researcher notes

Available detail is limited: VulDB and CVE metadata identify the component, file, CWE, CVSS vector, affected versions, and fix. They do not provide a complete vulnerable code path, deployment preconditions, or exploit evidence. Validation should focus on version and patch presence.

Mitigation direction

  • Upgrade kelvinmo simplexrd to version 3.1.1 or later.
  • Apply vendor patch commit 4c9f2e028523ed705b555eca2c18c64e71f1a35d if upgrading is not immediately possible.
  • Check vendor guidance for any additional hardening instructions.
  • Prioritize systems that parse XML from less-trusted adjacent users or services.

Validation and detection

  • Inventory PHP applications and dependencies for kelvinmo/simplexrd versions 3.0, 3.1, or earlier than 3.1.1.
  • Confirm whether simplexrd/simplexrd.class.php exists in deployed artifacts.
  • Verify the deployed code includes the referenced patch or release tag v3.1.1.
  • Review logs and access paths for XML parsing exposure, without attempting exploit reproduction.
Prepared
Confidence
medium
Sources
6

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-10029 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
5Source 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-10029Attack 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
kelvinmosimplexrd3.0, 3.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.