CVE-2026-14946
Received Received - Intake

Remote Code Execution in Web Application via PHP File Upload

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

Publication date: 2026-08-20

Last updated on: 2026-08-20

Assigner: CERT VDE

Description

A high privileged remote attacker can upload a .php file and then request it directly from /uploads/<filename>.php to achieve arbitrary code execution due to improper file type validation which could result in full system compromise.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
frauscher fds102 *

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 allows a high-privileged remote attacker to upload a PHP file and execute arbitrary code by requesting it directly from the /uploads/ directory due to improper file type validation. This flaw can lead to full system compromise.

Detection Guidance

Check for unexpected PHP files in the /uploads/ directory. Use commands like 'find /uploads/ -name "*.php"' to locate suspicious files. Monitor network traffic for unusual requests to /uploads/ paths.

Impact Analysis

An attacker could gain full control over the affected system, execute malicious commands, steal sensitive data, or disrupt operations. The system could be used as a pivot point for further attacks.

Compliance Impact

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

Mitigation Strategies

Disable uploads to the /uploads/ directory if not required. Implement strict file type validation to block PHP files. Restrict write permissions to sensitive directories. Apply vendor patches if available.

Chat Assistant

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

EPSS Chart