Security readout for executives and security teams
Plain-English summary
Older PHP Zend Engine versions can crash or consume excessive memory when parsing a specially crafted function definition. The main business risk is service outage, especially where untrusted users can upload or run PHP code, such as shared hosting. The source bundle does not show data theft, integrity impact, or active exploitation.
Executive priority
Prioritize if the organization still operates legacy PHP or shared-hosting services. The impact is outage rather than confidentiality loss, but the low-complexity availability risk makes unsupported exposed systems a business continuity concern.
Technical view
CVE-2013-3735 is a parser-error handling flaw in PHP before 5.4.16 RC1 and PHP 5.5.0 before RC2. A crafted function definition can cause denial of service through memory consumption and application crash. The supplied CVSS 3.1 vector is availability-only: AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H.
Likely exposure
Exposure is likely limited to legacy PHP deployments older than 5.4.16 RC1 or 5.5.0 RC2. Risk is highest in shared web-hosting or platforms where untrusted tenants can introduce PHP code. Modern maintained PHP versions should not be affected based on the supplied version bounds.
Exploitation context
The source bundle describes context-dependent attackers and a shared web-hosting demonstration. KEV is false, and no cited source in the bundle states active exploitation. Treat this as a denial-of-service risk, not evidence of remote code execution or data compromise.
Researcher notes
The evidence points to parser error state handling in Zend Engine, with remediation reflected in PHP source and release notes. Affected product metadata in the bundle is sparse, so validation should rely on deployed PHP versions and distribution backport documentation.
Mitigation direction
- Upgrade PHP beyond 5.4.16 RC1 or 5.5.0 RC2 where applicable.
- Check current PHP vendor or OS distribution guidance for supported fixed packages.
- Avoid shared execution contexts for untrusted PHP tenants.
- Use OS-level isolation with separate web server users for critical separation.
- Retire unsupported PHP 5.x environments where replacement is feasible.
Validation and detection
- Inventory externally reachable and shared-hosting PHP runtimes.
- Confirm PHP versions are not before 5.4.16 RC1 or 5.5.0 RC2.
- Review hosting models for untrusted tenant PHP execution.
- Check crash or memory-exhaustion logs on legacy PHP hosts.
- Verify vendor package changelogs include the relevant PHP fix.
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-2013-3735 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
- High
- CVSS
- 7.5 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
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:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H3.93.6Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.5HighVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/php/php-src/commit/fb58e69a84f4fde603a630d2c9df2fa3be16d846CVE reference · x_refsource_CONFIRM
- https://github.com/php/php-src/blob/php-5.5.0RC2/NEWSCVE reference · x_refsource_CONFIRM
- https://github.com/php/php-src/blob/php-5.4.16RC1/NEWSCVE reference · x_refsource_CONFIRM
- https://bugs.php.net/bug.php?id=64660CVE reference · x_refsource_MISC
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.
