๐Ÿ” CVE Alert

CVE-2026-48126

HIGH 8.2

Algernon: Host header path traversal in --domain mode reads files and runs Lua from parent dir

CVSS Score
8.2
EPSS Score
0.0%
EPSS Percentile
0th

Algernon is a small self-contained pure-Go web server. Prior to 1.17.8, when algernon is started with --domain (or --letsencrypt, which silently turns on --domain at engine/flags.go:372), the request handler resolves the served directory by joining the configured --dir with the value of the client-supplied Host header. The join is performed by filepath.Join with no validation, so a Host: .. header walks one level above the document root. Subsequent file resolution then exposes everything in that parent directory โ€” arbitrary file read, full directory listing, and, if any .lua file is present, server-side Lua execution. This vulnerability is fixed in 1.17.8.

CWE CWE-22 CWE-23 CWE-644
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 high 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:L/PR:N/UI:N/S:U/C:H/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
Low
Availability
None

Affected Versions

xyproto / algernon
< 1.17.8

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/xyproto/algernon/security/advisories/GHSA-jc3j-x6pg-4hmv