Security readout for executives and security teams
Plain-English summary
CVE-2015-10009 is a code injection flaw in nterchange 4.0/4.1 through 4.1.0. A vulnerable controller can process manipulated q input in a way that enables attacker-supplied PHP code behavior. Public exploit information exists, but the bundle does not show confirmed active exploitation.
Executive priority
Treat this as a targeted remediation item, not a broad emergency, unless nterchange is internet-adjacent or business-critical. Prioritize upgrade validation because code injection can affect confidentiality, integrity, and availability even though the supplied CVSS rating is medium.
Technical view
The issue affects getContent in app/controllers/code_caller_controller.php. Manipulation of the q argument leads to CWE-94 code injection. CVSS 3.1 is 5.5 with adjacent-network access, low complexity, low privileges, no user interaction, and low confidentiality, integrity, and availability impact.
Likely exposure
Exposure is limited to deployments running nterchange 4.0 or 4.1 through 4.1.0, especially where the affected controller is reachable by users with required access. The provided data does not identify broader products, hosted services, or downstream packages.
Exploitation context
VulDB states the exploit has been disclosed publicly and may be used. The CVE is not marked as KEV in the supplied bundle, and no cited source confirms active exploitation in the wild.
Researcher notes
The source bundle contains inconsistent severity language: VulDB describes the issue as critical, while CVSS 3.1 is 5.5 medium. Analysis should anchor on affected versions, CWE-94, public disclosure, and the 4.1.1 patch. No exploit procedure should be needed for validation.
Mitigation direction
- Upgrade affected nterchange deployments to version 4.1.1.
- Confirm patch fba7d89176fba8fe289edd58835fe45080797d99 is present.
- Review vendor repository guidance for any backport or deployment-specific notes.
- Limit access to affected nterchange administration surfaces where operationally feasible.
Validation and detection
- Inventory nterchange installations and record exact versions.
- Check app/controllers/code_caller_controller.php against the 4.1.1 patch.
- Review application logs for unusual q parameter activity.
- Confirm vulnerable routes are not exposed beyond intended users.
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-94: Code execution behavior lookup
Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. 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-2015-10009 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.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
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:A/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L2.13.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
5.5MediumVector: CVSS:3.1/AV:A/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.217187CVE reference · vdb-entry, technical-description
- https://vuldb.com/?ctiid.217187CVE reference · signature, permissions-required
- https://github.com/nonfiction/nterchange_backend/commit/fba7d89176fba8fe289edd58835fe45080797d99CVE reference · patch
- https://github.com/nonfiction/nterchange_backend/releases/tag/4.1.1CVE 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 Control of Generation of Code ('Code Injection')
Improper Control of Generation of Code ('Code Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
