CVE-2026-45721CRITICAL 9.0EPSS p34.8%

CVE-2026-45721CVE-2026-45721

Description

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.

Scoring

CVSS 3.19.0 (CRITICAL)
VectorCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H
EPSS0.44% probability of exploitation · percentile 34.8% · 2026-06-18T12:00:27Z
Published2026-05-26
Last modified2026-05-26

Underlying weaknesses· 3

CWE-20CWE-426CWE-552

References

  1. https://github.com/xyproto/algernon/security/advisories/GHSA-xwcr-wm99-g9jc
  2. https://github.com/xyproto/algernon/security/advisories/GHSA-xwcr-wm99-g9jc

3

TypeTargetConfidenceTier
WeaknessImproper Input Validationcwe-200%live
WeaknessUntrusted Search Pathcwe-4260%live
WeaknessFiles or Directories Accessible to External Partiescwe-5520%live

Related by meaning· 6

Nearest entities by semantic similarity across the cs-graph corpus.

CVE
CVE-2026-48126
CVE
Apache HTTP Server Path Traversal Vulnerability
CVE
CVE-2026-24897
CVE
CVE-2026-28808
CVE
CVE-2026-25161
CVE
CVE-2026-35397
Sourced from NVD + FIRST.org EPSS. Curated for EU compliance use cases by Adam Lundqvist, Founder at SQUR.