Security readout for executives and security teams
Plain-English summary
This vulnerability affects PHP 5.x handling around libxml cleanup. Under specific conditions, a remote attacker could bypass open_basedir restrictions and read files that the application was meant to block. The main business risk is exposure of local files or secrets on legacy PHP systems.
Executive priority
Prioritize if any internet-facing or multi-tenant legacy PHP 5.x systems remain. For modern supported PHP estates, urgency is lower, but confirm rather than assume because the provided affected-version data is incomplete.
Technical view
CVE-2012-1171 describes an open_basedir bypass in PHP 5.x libxml RSHUTDOWN behavior involving custom stream wrappers and a stream_close method call. The provided sources indicate arbitrary file read impact, but do not provide CVSS scoring, exact fixed versions, or current exploit evidence.
Likely exposure
Most likely exposure is legacy PHP 5.x applications that use libxml features, custom stream wrappers, and open_basedir as a containment control. The source bundle does not identify specific distributions, package versions, or non-PHP affected products.
Exploitation context
The CVE text says remote attackers can trigger arbitrary file reads through specific stream wrapper behavior. The bundle does not show CISA KEV listing or any cited evidence of active exploitation.
Researcher notes
Evidence is limited to the CVE description, PHP bug reference, Red Hat bug reference, and PHP regression test files. The supplied metadata lacks CVSS, CWE, exact patched versions, and exploit-in-the-wild confirmation.
Mitigation direction
- Check PHP and distribution guidance for CVE-2012-1171 or PHP bug 61367.
- Migrate PHP 5.x workloads to supported PHP versions where feasible.
- Do not rely on open_basedir as the only file isolation boundary.
- Restrict filesystem permissions for secrets and sensitive local files.
- Review custom stream wrappers used with XML or libxml flows.
Validation and detection
- Inventory externally reachable systems still running PHP 5.x.
- Identify applications that enable open_basedir for tenant or file isolation.
- Review code for custom stream wrappers used near libxml/XML processing.
- Confirm whether vendor or distribution packages include the relevant fix.
- Assess whether readable local files contain credentials or sensitive data.
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.
CVE-2012-1171 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
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
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 and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://bugzilla.redhat.com/show_bug.cgi?id=802591CVE reference · x_refsource_CONFIRM
- https://github.com/php/php-src/blob/master/ext/libxml/tests/bug61367-write.phptCVE reference · x_refsource_CONFIRM
- https://bugs.php.net/bug.php?id=61367CVE reference · x_refsource_MISC
- https://github.com/php/php-src/blob/master/ext/libxml/tests/bug61367-read.phptCVE reference · x_refsource_CONFIRM
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.
