SB2024042363 - Path traversal in hono
Published: April 23, 2024 Updated: July 24, 2026
Breakdown by Severity
- Low
- Medium
- High
- Critical
Description
This security bulletin contains information about 1 vulnerability.
1) Path traversal (CVE-ID: CVE-2024-32869)
CWE-ID: CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
CVSSv4: 6.9 [CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N]
The vulnerability allows a remote attacker to disclose sensitive information.
The vulnerability exists due to path traversal in serveStatic middleware when handling crafted requests for static files in deno deployments. A remote attacker can send a specially crafted request containing traversal sequences to disclose sensitive information.
The issue is restricted to files reachable from the directory where main.ts is located.
Remediation
Install update from vendor's website.