CVE-2026-53593
Last modified
CVE-2026-53593 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. FreeScout is a free help desk and shared inbox built with PHP's Laravel framework. Prior to version 1.8.224, the denylist that neutralizes dangerous file uploads (`Helper::$restricted_extensions`) is incomplete: it does not cover the `.pht` extension. EPSS estimates a 0.28% chance of exploitation in the next 30 days.
Description
FreeScout is a free help desk and shared inbox built with PHP's Laravel framework. Prior to version 1.8.224, the denylist that neutralizes dangerous file uploads (`Helper::$restricted_extensions`) is incomplete: it does not cover the `.pht` extension. The authenticated upload endpoint `POST /uploads/upload` (`SecureController@upload`) stores files with their original extension into the web-accessible directory `storage/app/public/uploads/` (served at `/storage/uploads/`). On the standard Apache + `libapache2-mod-php` deployment, the default handler `<FilesMatch ".+\.ph(ar|p[3457]?|t|tml)$">` executes `.pht`, so **any authenticated agent can upload a `.pht` web shell and run arbitrary commands as the web-server user** (`www-data`). This is a direct bypass of the fix for CVE-2025-48471, which added `phtml`/`phar` but not `pht` (nor `phtm`, `phps`). Version 1.8.224 contains an updated fix.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| freescout-help-desk | freescout | < 1.8.224 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-53593?
How severe is CVE-2026-53593?
How do I fix CVE-2026-53593?
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-53576Kestra is an open-source, event-driven orchestration platfor…10
- CVE-2026-53577Kestra is an open-source, event-driven orchestration platfor…6.5
- CVE-2026-5358Rejected reason: REJECTED: CVE-2026-5358 is rejected for two…
- CVE-2026-5359Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMB…
- CVE-2026-53591FreeScout is a free help desk and shared inbox built with PH…8.6
- CVE-2026-53592FreeScout is a free help desk and shared inbox built with PH…4.6
- CVE-2026-53594FreeScout is a free help desk and shared inbox built with PH…4.9
- CVE-2026-53595FreeScout is a free help desk and shared inbox built with PH…9.4
- CVE-2026-53596FreeScout is a free help desk and shared inbox built with PH…5.3
- CVE-2026-53597Prompty is a markdown file format (.prompty) for LLM prompts…8.7
- CVE-2026-53598Prompty is a markdown file format (.prompty) for LLM prompts…7.5
- CVE-2026-53599REDAXO is a PHP-based content management system. From 5.18.2…7.5
Are you affected by CVE-2026-53593?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
