CVE-2026-93712
— UNSCOREDpublic exploit availablePublished 2026-09-22 · Updated 2026-09-22
AI analysis for this CVE has not been generated yet. Raw NVD data is shown below.
NVD description
Dancer2 versions from 2.1.0 before 2.2.0 for Perl serve files from outside public_dir via relative path segments in the File route handler. The handler joins the request path onto public_dir without collapsing relative segments, and checks only that the result is a readable regular file. A request for `/../outside.txt` escapes public_dir, and percent-encoding the dots reaches the same file. The handler is off by default. An application is affected once it names File in route_handlers and sets static_handler to 0, which otherwise refuses a dot segment before the route runs. Any file the worker process can read is served to an unauthenticated request, including the application's config.yml above public_dir.
Weaknesses
CWE-22
Public exploit & PoC references
All references
Source data: NVD (nvd.nist.gov), public domain. Exploit-DB.ai adds local AI analysis for defensive use only.
Related CVEs
- MEDIUMCVE-2025-1280
- HIGHCVE-2025-1281
- HIGHCVE-2026-12609PoC
- MEDIUMCVE-2026-14194
- HIGHCVE-2026-15801
- HIGHCVE-2026-15979
- CRITICALCVE-2026-16940
- MEDIUMCVE-2026-18853PoC
Related by shared AI tags and CWE weakness class. Browse the full archive.