You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
cwe-434
About this tag
CWE-434, or unrestricted file upload, is a security weakness that allows attackers to upload arbitrary files to a server, often leading to remote code execution. On WindowsForum.com, discussions highlight real-world examples such as the SMA Sunny Portal vulnerability, where an unauthenticated attacker could upload a .aspx file instead of an image, and the Siemens RUGGEDCOM ROX II flaw (CVE-2025-33023), where authenticated users with high privileges could write malicious files to the filesystem. These cases underscore the importance of validating file types, restricting upload directories, and applying patches promptly. The tag covers industrial control systems and enterprise environments, emphasizing the need for layered security to prevent exploitation of file upload features.
Siemens’ RUGGEDCOM ROX II series is the subject of a newly spotlighted vulnerability that raises immediate operational concerns for industrial network operators: an unrestricted file upload condition in the device web interface can allow a high‑privilege, authenticated user to write arbitrary...
SMA’s Sunny Portal vulnerability has sent ripples through the cybersecurity community, reminding organizations that even the most routine file upload functionalities can harbor unforeseen risks. In this case, the heart of the issue lies in an unrestricted file upload flaw—commonly known as...