SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-52792

HIGH · CVSS 8.7 EPSS 0.43% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-19 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

Algernon web server versions prior to 1.17.9 on Windows are vulnerable to an unauthorized access flaw that allows an unauthenticated client to retrieve raw source code of server-side scripts by exploiting NTFS-equivalent file names. This can lead to exposure of sensitive information, including database credentials and API keys, potentially enabling session cookie forgery. Organizations using Algernon on Windows should prioritize upgrading to version 1.17.9 to mitigate this high-severity risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-52792
Severity
HIGH
CVSS
8.7
EPSS
0.43%
Windows Linux

Original NVD Description

Algernon is a small self-contained pure-Go web server. Prior to 1.17.9, Algernon on Windows selects a file handler in engine/handlers.go by calling filepath.Ext() without first rejecting NTFS-equivalent names such as x.lua::$DATA, x.lua., and x.lua . An unauthenticated client can append one of these suffixes to a public server-side script using the .lua, .tl, .po2, .amber, or .frm extension. The request path passes through URL2filename in utils/files.go, skips the renderer and execution cases, and reaches FilePage, os.Open, ReadAndLogErrors, and ToClient, while NTFS resolves the alias to the underlying script. The server consequently returns raw script source and can expose database credentials, API keys, and the SetCookieSecret value, which may permit forged session cookies. Linux and macOS hosts are not affected by this issue. This issue is fixed in version 1.17.9.