CVE-2026-75496
Received Received - Intake

Remote Code Execution in QloApps via Malicious File Upload

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

Publication date: 2026-08-25

Last updated on: 2026-08-25

Assigner: Cybersecurity and Infrastructure Security Agency (CISA) U.S. Civilian Government

Description

Webkul QloApps does not perform proper validation on uploaded file extensions or MIME types before moving the file to a publicly accessible directory. A remote, authenticated attacker with administrative privileges could upload executable files and achieve remote code execution. Fixed in 153ec1c.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
webkul qloapps 153ec1c

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-434 The product allows the upload or transfer of dangerous file types that are automatically processed within its environment.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in Webkul QloApps allows authenticated attackers with admin privileges to upload executable files by bypassing validation checks for file extensions or MIME types. The files are then moved to a publicly accessible directory, enabling remote code execution.

Detection Guidance

Detecting this vulnerability requires checking for improperly validated file uploads in QloApps. Review server logs for suspicious file uploads in public directories, particularly executable files. Check for files with unexpected extensions in directories like /img/ or /upload/. Use commands like 'find /var/www/html -type f -executable' to locate executable files in web directories.

Impact Analysis

An attacker could exploit this to execute arbitrary code on your server, potentially stealing data, installing malware, or disrupting services. Since it requires admin access, the risk is higher if admin credentials are compromised.

Compliance Impact

This vulnerability could lead to unauthorized access or data breaches, violating GDPR (data protection) and HIPAA (health data security) requirements. Non-compliance may result in legal penalties or reputational damage.

Mitigation Strategies

Immediately update QloApps to the latest patched version referenced in commit 153ec1c. Disable file uploads in admin interfaces if not required. Implement strict file upload validation by allowing only specific non-executable file types. Restrict write permissions to web directories and audit all uploaded files for malicious content.

Chat Assistant

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

EPSS Chart