216.73.216.233

CVE-2026-48126

· Published 26/05/2026 17:16 · Modified 26/05/2026 19:26

Labels: CVE-2026-48126 2026-05-26CVE-2026-48126CWE-22[email protected]

Essential information

Published
26/05/2026 17:16
Modified
26/05/2026 19:26
Author
Creator
CVSS
8.2 HIGH (v3.1)
CISA KEV
No
CWE
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N

CVSS metrics

Description

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.

NVD status

Status
Deferred — CVE has been recently published to the CVE List and has been received by the NVD.
Source
[email protected]
NVD
View on NVD

Affected products (CPE)

ProductCPE
algernon / algernon cpe:2.3:a:algernon:algernon:<1.17.8:*:*:*:*:*:*:*

References