Security readout for executives and security teams
Plain-English summary
Malformed HTTP/2 traffic can crash affected HHVM proxygen servers, causing denial of service. The issue is availability-only: sources do not indicate data theft or code execution. Risk is highest where HHVM directly handles external HTTP/2 requests.
Executive priority
Prioritize remediation for internet-facing HHVM HTTP/2 services because exploitation could disrupt service without credentials. This is not described as a confidentiality breach, but outage impact can still be material.
Technical view
CVE-2018-6335 is a CWE-400 denial-of-service flaw in HHVM proxygen HTTP/2 handling. A malformed h2 frame can trigger a std::out_of_range exception while parsing priority metadata. CVSS 3.1 is 7.5, network exploitable, low complexity, no privileges, no user interaction, availability high impact.
Likely exposure
Exposure is likely limited to HHVM deployments using proxygen to handle HTTP/2 requests. The description names supported HHVM versions 3.25.2, 3.24.6, and 3.21.10 and below. Organizations not using HHVM proxygen for HTTP/2 are unlikely to be affected.
Exploitation context
The sources support network denial-of-service potential but do not cite active exploitation, public weaponization, or KEV listing. Treat internet-facing HTTP/2 endpoints as higher priority because the CVSS vector requires no authentication or user interaction.
Researcher notes
Evidence is sufficient for vulnerability class, affected context, and availability impact. The provided affected-version metadata appears less clear than the description, so validate exact branch status against HHVM release guidance rather than assuming all listed versions are vulnerable or fixed.
Mitigation direction
- Upgrade HHVM to a vendor release containing the fix, starting with HHVM 3.25.3 guidance.
- Review the linked HHVM release note and commit for branch-specific fixed versions.
- Restrict direct external HTTP/2 exposure to HHVM proxygen where upgrade cannot be immediate.
- Use upstream load balancers or controls to reduce malformed HTTP/2 traffic reaching vulnerable services.
Validation and detection
- Inventory HHVM versions and identify services using proxygen for HTTP/2 handling.
- Confirm whether exposed endpoints accept HTTP/2 directly at the HHVM/proxygen layer.
- Check package or build provenance against the referenced HHVM 3.25.3 release and fixing commit.
- Review service crash logs for std::out_of_range exceptions during HTTP/2 frame handling.
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-400: 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 lookupCVE-2018-6335 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://hhvm.com/blog/2018/05/04/hhvm-3.25.3.htmlCVE reference · x_refsource_MISC
- https://github.com/facebook/hhvm/commit/4cb57dd753a339654ca464c139db9871fe961d56CVE 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.
