CVE-2026-52792CWE-69

CVE-2026-52792

published August 19, 2026

CVSS
8.7
EPSS
0%
Percentile
35.9
In the wild
Unconfirmed
What it is

Algernon is a small self-contained pure-Go web server. Prior to 1.17.9, Algernon on Windows selects a file handler in engine/handlers.go by calling filepath.Ext() without first rejecting NTFS-equivalent names such as x.lua::$DATA, x.lua., and x.lua . An unauthenticated client can append one of these suffixes to a public server-side script using the .lua, .tl, .po2, .amber, or .frm extension. The request path passes through URL2filename in utils/files.go, skips the renderer and execution cases, and reaches FilePage, os.Open, ReadAndLogErrors, and ToClient, while NTFS resolves the alias to the underlying script. The server consequently returns raw script source and can expose database credentials, API keys, and the SetCookieSecret value, which may permit forged session cookies. Linux and macOS hosts are not affected by this issue. This issue is fixed in version 1.17.9.

The record
Technical detail
CVSS
8.7 · NONE
CVSS v4.0
8.7 · CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
EPSS
0.00428 · 35.9th percentile
Weakness
CWE-69 · Improper Handling of Windows ::DATA Alternate Data Stream
Published
2026-08-19T19:17Z
References (4)
EPSS history
Timeline
  • 19 AUG 14:49Z
    Algernon: Server-side script source disclosure on Windows via NTFS filename
    cvelistv5