๐Ÿ” CVE Alert

CVE-2026-45721

CRITICAL 9.0

Algernon: handler.lua discovery walks parent directories above the server root

CVSS Score
9.0
EPSS Score
0.0%
EPSS Percentile
0th

Algernon is a small self-contained pure-Go web server. Prior to 1.17.7, when Algernon is asked for any URL path that resolves to a directory without an index file, DirPage walks upward through parent directories โ€” past the configured server root โ€” looking for a file named handler.lua to execute as the request handler. The loop terminates only after 100 ancestor steps or when filepath.Dir returns ., so on any absolute server-root path the search reaches the filesystem root (/ on Unix, drive letter on Windows). The first handler.lua it finds is loaded into the Lua interpreter with the full Algernon API exposed โ€” including run3(), httpclient, os.execute, io.popen, PQ, MSSQL, raw filesystem access, and the userstate database. Any process that can write handler.lua anywhere in a parent directory of the server root obtains pre-authenticated remote code execution on the next HTTP request. This is reachable without authentication โ€” the lookup happens before the permission check returns a hit (the perm system only gates URL prefixes, not the handler-resolution step), and any URL pointing at a directory without an index triggers the walk. On a fresh stock Algernon install the request GET / is enough. This vulnerability is fixed in 1.17.7.

CWE CWE-20 CWE-426 CWE-552
Vendor xyproto
Product algernon
Published May 26, 2026
Last Updated May 26, 2026
Stay Ahead of the Next One

Get instant alerts for xyproto algernon

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

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

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

xyproto / algernon
< 1.17.7

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/xyproto/algernon/security/advisories/GHSA-xwcr-wm99-g9jc