Back to list

Algernon: handler.lua discovery walks parent directories above the server root — CVE-2026-45721

GitHub · GitHub · CVE-2026-45721

ID
CVE-2026-45721
Date
Activity
Source
GitHub
Vendor
GitHub
Threat
critical
CVSS
9

Summary

### Summary 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…

Product

go: github.com/xyproto/algernon

What to do

General, cautious steps (verify details in the official source):

  • Prioritize patching or mitigation immediately (treat as actively risky).
  • Identify affected product versions in your inventory and verify whether you are impacted.
  • Apply vendor patches/updates or recommended mitigations as soon as available.
  • Read the official advisory for exact affected versions and remediation steps.

Official advisory

Related advisories