CVE-2026-5695
Received Received - Intake

Arbitrary File Upload in Web Application

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

Publication date: 2026-09-23

Last updated on: 2026-09-23

Assigner: Spanish National Cybersecurity Institute, S.A. (INCIBE)

Description

Arbitrary file upload vulnerability due to a lack of proper validation in upload forms. This allows authenticated users to upload files to the server without restrictions. An attacker could exploit this flaw to execute malicious code remotely (demonstrated by uploading the EICAR test file), which could result in the system being completely compromised.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
microweber microweber *

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 is an arbitrary file upload vulnerability caused by insufficient validation in upload forms. Authenticated users can upload files without restrictions, potentially allowing remote code execution. Attackers could exploit this by uploading malicious files, such as the EICAR test file, to compromise the entire system.

Detection Guidance

To detect arbitrary file upload vulnerabilities, monitor upload directories for unexpected files, check server logs for unusual upload activity, and test upload forms with benign test files like EICAR. Use commands such as 'find /var/www/uploads -type f -mtime -1' to list recently modified files or 'grep -r 'upload' /var/log/apache2/' to inspect server logs for upload attempts.

Impact Analysis

An attacker could gain full control of the affected system by uploading and executing malicious files. This could lead to data theft, system damage, or unauthorized access to sensitive information. Even authenticated users with limited privileges might escalate their access.

Compliance Impact

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

Mitigation Strategies

Immediately restrict file upload permissions to only necessary users, implement strict file type validation (e.g., allow only specific extensions), and scan uploaded files for malware. Update server configurations to block executable file uploads and restrict upload directories to prevent code execution.

Chat Assistant

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

EPSS Chart