The Lab · 2026-04-08 05:27:02 · GitHub Issues
A critical security vulnerability in the popular Hono.js web framework allows attackers to write files outside the intended directory during static site generation, posing a severe risk of arbitrary file creation and potential server compromise. The flaw, tracked as CVE-2026-39408, resides in the `toSSG()` function and...
The Lab · 2026-04-08 05:27:04 · GitHub Issues
A critical security flaw in the popular Hono.js web framework's static site generation feature has been disclosed, posing a direct risk of arbitrary file writes on affected systems. The vulnerability, tracked as CVE-2026-39408, resides within the `toSSG()` function. It allows an attacker to craft malicious dynamic rout...
The Lab · 2026-04-08 10:27:03 · GitHub Issues
A critical path traversal vulnerability in the Hono.js web framework's static site generation function, `toSSG()`, has been disclosed. The flaw, tracked as CVE-2026-39408, allows attackers to write files outside the configured output directory. This occurs when using dynamic route parameters via `ssgParams`; specially ...