LiveActive security incident?Get immediate response
CVE Record

CVE-2015-9241: Certain input passed into the If-Modified-Since or Last-Modified headers will cause an 'illegal access' exc...

Certain input passed into the If-Modified-Since or Last-Modified headers will cause an 'illegal access' exception to be raised. Instead of sending a HTTP 500 error back to the sender, hapi node module before 11.1.3 will continue to hold the socket open until timed out (default node timeout is 2 minutes).

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This flaw affects older hapi Node.js applications. Certain HTTP date headers can trigger an exception, but the server keeps the connection open until timeout instead of failing quickly. That can tie up resources and create denial-of-service risk for exposed services.

Executive priority

Treat as a targeted maintenance priority for any exposed legacy hapi service. It is not confirmed as actively exploited, but it can affect service availability and should be fixed during the next security update cycle.

Technical view

hapi before 11.1.3 mishandles specific input in If-Modified-Since or Last-Modified headers. The condition raises an illegal access exception and leaves the socket open until the Node timeout, described as two minutes by default. The issue maps to CWE-400 resource consumption.

Likely exposure

Exposure is most likely in internet-facing or high-traffic Node.js services using hapi versions earlier than 11.1.3. The provided sources do not identify affected downstream products beyond the hapi node module.

Exploitation context

The source bundle does not show CISA KEV listing, public exploitation in the wild, or CVSS scoring. The described behavior is remotely reachable through HTTP headers, but no exploit procedure or observed campaign is cited.

Researcher notes

Evidence is sparse but consistent: older hapi mishandles certain date headers and retains sockets until timeout. The fixed boundary is 11.1.3. No CVSS, weaponized exploit evidence, or broader product matrix is provided in the supplied sources.

Mitigation direction

  • Identify services using hapi versions earlier than 11.1.3.
  • Upgrade hapi to 11.1.3 or later where applicable.
  • Review vendor guidance and the upstream fix before deploying changes.
  • Prioritize exposed services with high connection volume or limited worker capacity.
  • Monitor for unusual socket timeouts and related header parsing errors.

Validation and detection

  • Check dependency manifests and lockfiles for hapi versions below 11.1.3.
  • Confirm running deployments match the remediated dependency version.
  • Review logs for illegal access exceptions and elevated connection timeout patterns.
  • Regression test HTTP caching header handling after upgrading.
  • Validate service capacity and timeout metrics after remediation.
Prepared
Confidence
medium
Sources
5

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

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

CVE-2015-9241 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
HackerOnehapi node module<11.1.3Listed
Weakness

CWE details

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

CWE-400 · source CWE mapping

Uncontrolled Resource Consumption

Uncontrolled Resource Consumption represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.