CVE-2026-23499

Saleor is an e-commerce platform. Starting in version 3.0.0 and prior to versions 3.20.108, 3.21.43, and 3.22.27, Saleor allowed authenticated staff users or Apps to upload arbitrary files, including malicious HTML and SVG files containing Javascript. Depending on the deployment strategy, these files may be served from the same domain as the dashboard without any restrictions leading to the execution of malicious scripts in the context of the user's browser. Malicious staff members could craft script injections to target other staff members, possibly stealing their access and/or refresh tokens. Users are vulnerable if they host the media files inside the same domain as the dashboard, e.g., dashboard is at `example.com/dashboard/` and media are under `example.com/media/`. They are not impact if media files are hosted in a different domain, e.g., `media.example.com`. Users are impacted if they do not return a `Content-Disposition: attachment` header for the media files. Saleor Cloud users are not impacted. This issue has been patched in versions: 3.22.27, 3.21.43, and 3.20.108. Some workarounds are available for those unable to upgrade. Configure the servers hosting the media files (e.g., CDN or reverse proxy) to return the Content-Disposition: attachment header. This instructs browsers to download the file instead of rendering them in the browser. Prevent the servers from returning HTML and SVG files. Set-up a `Content-Security-Policy` for media files, such as `Content-Security-Policy: default-src 'none'; base-uri 'none'; frame-ancestors 'none'; form-action 'none';`.
Configurations

Configuration 1 (hide)

OR cpe:2.3:a:saleor:saleor:*:*:*:*:*:*:*:*
cpe:2.3:a:saleor:saleor:*:*:*:*:*:*:*:*
cpe:2.3:a:saleor:saleor:*:*:*:*:*:*:*:*

History

29 Jan 2026, 18:19

Type Values Removed Values Added
CPE cpe:2.3:a:saleor:saleor:*:*:*:*:*:*:*:*
First Time Saleor
Saleor saleor
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.4
References () https://docs.saleor.io/security/#restricted-file-uploads - () https://docs.saleor.io/security/#restricted-file-uploads - Product
References () https://github.com/saleor/saleor/commit/77f7927a0db9a216440df92c51012136f13e1d99 - () https://github.com/saleor/saleor/commit/77f7927a0db9a216440df92c51012136f13e1d99 - Patch
References () https://github.com/saleor/saleor/commit/7d33efc7a06252320cd51cbb20c2e308aed2fd10 - () https://github.com/saleor/saleor/commit/7d33efc7a06252320cd51cbb20c2e308aed2fd10 - Patch
References () https://github.com/saleor/saleor/commit/9110eba68c3f73afa1f72b45bd9b1394c752d335 - () https://github.com/saleor/saleor/commit/9110eba68c3f73afa1f72b45bd9b1394c752d335 - Patch
References () https://github.com/saleor/saleor/commit/ac6936a336289c77398ef600cad3498ad4ba261c - () https://github.com/saleor/saleor/commit/ac6936a336289c77398ef600cad3498ad4ba261c - Patch
References () https://github.com/saleor/saleor/commit/b3cb27b3fe96dae3c879063e56d32a9398eabd24 - () https://github.com/saleor/saleor/commit/b3cb27b3fe96dae3c879063e56d32a9398eabd24 - Patch
References () https://github.com/saleor/saleor/security/advisories/GHSA-666h-2p49-pg95 - () https://github.com/saleor/saleor/security/advisories/GHSA-666h-2p49-pg95 - Vendor Advisory

21 Jan 2026, 22:15

Type Values Removed Values Added
New CVE

Information

Published : 2026-01-21 22:15

Updated : 2026-01-29 18:19


NVD link : CVE-2026-23499

Mitre link : CVE-2026-23499

CVE.ORG link : CVE-2026-23499


JSON object : View

Products Affected

saleor

  • saleor
CWE
CWE-79

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

CWE-434

Unrestricted Upload of File with Dangerous Type