CVE-2026-52792
Last modified
CVE-2026-52792 is a high-severity vulnerability rated 8.7/10 on the CVSS scale. 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 . EPSS estimates a 0.43% chance of exploitation in the next 30 days.
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| xyproto | algernon | < 1.17.9 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-52792?
How severe is CVE-2026-52792?
How do I fix CVE-2026-52792?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-52782OpenProject is open-source, web-based project management sof…9.9
- CVE-2026-52783OpenProject is open-source, web-based project management sof…8.2
- CVE-2026-52784OpenProject is open-source, web-based project management sof…8.8
- CVE-2026-52785OpenProject is open-source, web-based project management sof…9.9
- CVE-2026-5279Object corruption in V8 in Google Chrome prior to 146.0.7680…8.8
- CVE-2026-52791fuse-overlayfs is an implementation of overlayfs in FUSE for…2
- CVE-2026-52793Froxlor is open source server administration software. Prior…8.1
- CVE-2026-52794Sentry is an error tracking and performance monitoring tool.…7.5
- CVE-2026-52795Gogs is an open source self-hosted Git service. In 0.14.3 an…4.3
- CVE-2026-52796Gogs is an open source self-hosted Git service. Prior to 0.1…3.5
- CVE-2026-52797Gogs is an open source self-hosted Git service. Prior to 0.1…8.5
- CVE-2026-52798Gogs is an open source self-hosted Git service. Prior to 0.1…8.9
Are you affected by CVE-2026-52792?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
