Skip to content

Denial of Service in @hapi/subtext

High severity GitHub Reviewed Published Sep 3, 2020 to the GitHub Advisory Database • Updated Jan 9, 2023

Package

npm @hapi/subtext (npm)

Affected versions

>= 4.1.0, < 6.1.3
>= 7.0.0, < 7.0.3

Patched versions

6.1.3
7.0.3

Description

Versions of @hapi/subtext prior to 6.1.3 or 7.0.3 are vulnerable to Denial of Service. The Content-Encoding HTTP header parser has a vulnerability which will cause the function to throw a system error if the header contains some invalid values. Because hapi rethrows system errors (as opposed to catching expected application errors), the error is thrown all the way up the stack. If no unhandled exception handler is available, the application will exist, allowing an attacker to shut down services.

Recommendation

Upgrade to version 6.1.3 or 7.0.3

References

Reviewed Aug 31, 2020
Published to the GitHub Advisory Database Sep 3, 2020
Last updated Jan 9, 2023

Severity

High

Weaknesses

No CWEs

CVE ID

No known CVE

GHSA ID

GHSA-3wqh-h42r-x8fq

Source code

No known source code
Checking history
See something to contribute? Suggest improvements for this vulnerability.