๐Ÿ” CVE Alert

CVE-2026-52792

UNKNOWN 0.0

Algernon: Server-side script source disclosure on Windows via NTFS filename

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-69
Vendor xyproto
Product algernon
Published Aug 19, 2026
Last Updated Aug 19, 2026
Stay Ahead of the Next One

Get instant alerts for xyproto algernon

Be the first to know when new unknown vulnerabilities affecting xyproto algernon are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

xyproto / algernon
< 1.17.9

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/xyproto/algernon/security/advisories/GHSA-mm6c-5j6x-hq8m github.com: https://github.com/xyproto/algernon/commit/a6b0724928a0c35a29640b18ad5bd547f5e2efa6 github.com: https://github.com/xyproto/algernon/releases/tag/v1.17.9