Path Traversal in Hapijs Inert

CVE-2026-48049

@hapi/inert provides static file and directory handlers for hapi.js. From 4.0.0 to 7.1.0, @hapi/inert serves static files from a directory configured with path in the directory or file handlers or relativeTo for h.file(), with confinement enforced by the confine option, but the confinement check compared the resolved absolute path against the confine directory using a raw string-prefix test, so a sibling directory such as /app/static-secret next to /app/static was incorrectly accepted and could allow an unauthenticated remote attacker to read files via /..%2fstatic-secret/secret.txt. This issue is fixed in version 7.1.1.

Vulnerability class: Path Traversal (Directory Traversal)

EPSS: 0.006 (45.9th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 5.3 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N.

Affected products

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2026-48049?
CVE-2026-48049 is a medium-severity vulnerability in Hapijs Inert, classified under Path Traversal. CVSS score: 5.3/10. Published 2026-07-17.
How severe is CVE-2026-48049?
Medium severity. CVSS v3 base score is 5.3 out of 10.