LiveActive security incident?Get immediate response
CVE Record

CVE-2015-10009: nterchange code_caller_controller.php getContent code injection

A vulnerability was found in nterchange up to 4.1.0. It has been rated as critical. This issue affects the function getContent of the file app/controllers/code_caller_controller.php. The manipulation of the argument q with the input %5C%27%29;phpinfo%28%29;/* leads to code injection. The exploit has been disclosed to the public and may be used. Upgrading to version 4.1.1 is able to address this issue. The patch is named fba7d89176fba8fe289edd58835fe45080797d99. It is recommended to upgrade the affected component. The associated identifier of this vulnerability is VDB-217187.

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
high
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 · medium confidence lookup

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

CVE-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
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-10009Attack 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
n/anterchange4.0, 4.1Listed
Weakness

CWE details

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

CWE-94 · source CWE mapping

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.