CVE-2026-32753
Last modified
CVE-2026-32753 is a medium-severity vulnerability rated 5.4/10 on the CVSS scale. FreeScout is a free help desk and shared inbox built with PHP's Laravel framework. In versions 1.8.208 and below, bypasses of the attachment view logic and SVG sanitizer make it possible to upload and render an SVG that runs malicious JavaScript. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
FreeScout is a free help desk and shared inbox built with PHP's Laravel framework. In versions 1.8.208 and below, bypasses of the attachment view logic and SVG sanitizer make it possible to upload and render an SVG that runs malicious JavaScript. An extension of .png with content type of image/svg+xml is allowed, and a fallback mechanism on invalid XML leads to unsafe sanitization. The application restricts which uploaded files are rendered inline: only files considered "safe" are displayed in the browser; others are served with Content-Disposition: attachment. This decision is based on two checks: the file extension (e.g. .png is allowed, while .svg may not be) and the declared Content-Type (e.g. image/* is allowed). By using a filename with an allowed extension (e.g. xss.png) and a Content-Type of image/svg+xml, an attacker can satisfy both checks and cause the server to treat the upload as a safe image and render it inline, even though the body is SVG and can contain scripted behavior. Any authenticated user can set up a specific URL, and whenever another user or administrator visits it, XSS can perform any action on their behalf. This issue has been fixed in version 1.8.209.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Freescout | Freescout | < 1.8.209 |
References
- https://github.com/freescout-help-desk/freescout/releases/tag/1.8.209Product, Release Notes
- https://github.com/freescout-help-desk/freescout/security/advisories/GHSA-cvr8-cw5c-5pfwExploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-32753?
How severe is CVE-2026-32753?
How do I fix CVE-2026-32753?
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-32748Squid is a caching proxy for the Web. Prior to version 7.5, …7.5
- CVE-2026-32749SiYuan is a personal knowledge management system. In version…9.1
- CVE-2026-3275A weakness has been identified in Tenda F453 1.0.0.3. This a…8.8
- CVE-2026-32750SiYuan is a personal knowledge management system. In version…6.8
- CVE-2026-32751SiYuan is a personal knowledge management system. In version…9
- CVE-2026-32752FreeScout is a free help desk and shared inbox built with PH…8.1
- CVE-2026-32754FreeScout is a free help desk and shared inbox built with PH…9.3
- CVE-2026-32755Admidio is an open-source user management solution. In versi…5.7
- CVE-2026-32756Admidio is an open-source user management solution. Versions…8.8
- CVE-2026-32757Admidio is an open-source user management solution. In versi…5.4
- CVE-2026-32758File Browser is a file managing interface for uploading, del…6.5
- CVE-2026-32759File Browser is a file managing interface for uploading, del…8.1
Are you affected by CVE-2026-32753?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
