CVE-2026-97062
Deferred Deferred - Pending Action

Authenticated SVG File Upload Vulnerability in Aureus ERP

Vulnerability report for CVE-2026-97062, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-24

Last updated on: 2026-09-24

Assigner: VulnCheck

Description

Aureus ERP through 1.6.0 stores uploaded SVG files on its public disk and serves them from the application origin, allowing authenticated users to upload malicious SVG files containing JavaScript. Attackers can craft SVG files with script elements that execute in the application's origin when the file URL is opened directly, enabling session cookie theft and CSRF token exfiltration.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-24
Last Modified
2026-09-24
Generated
2026-09-24
AI Q&A
2026-09-24
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
aureus erp 1.6.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a stored cross-site scripting (XSS) flaw in Aureus ERP versions up to 1.6.0. Authenticated users can upload malicious SVG files containing JavaScript code. These files are stored on the public disk and served from the application's origin. When accessed directly via URL, the embedded scripts execute in the application's context, enabling actions like session cookie theft or CSRF token exfiltration.

Detection Guidance

Check for uploaded SVG files in public directories, especially under branding or company logo upload paths. Inspect file contents for embedded JavaScript or script tags. Review server logs for direct access to SVG files via URLs.

Impact Analysis

An attacker could steal session cookies or CSRF tokens, perform account defacement, or execute actions on behalf of the victim. This requires the victim to access the malicious SVG file directly via its URL after upload.

Mitigation Strategies

Block SVG file uploads entirely or restrict to trusted sources. Implement strict file type validation to reject SVG files with embedded scripts. Update to the patched version that blocks SVG uploads and prevents preserved filenames on public disk.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-97062. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart