CWE-616Variant

Incomplete Identification of Uploaded File Variables (PHP)

Incomplete in the CWE catalog · 3 CVEs mapped

3
CVEs mapped
6.5
Median CVSS
What it is

The PHP application uses an old method for processing uploaded files by referencing the four global variables that are set for each file (e.g. $varname, $varname_size, $varname_name, $varname_type). These variables could be overwritten by attackers, causing the application to process unauthorized files.

Recent examples
7.5cvss
CVE-2026-67198

CVE-2026-67198 - HIGH Severity Vulnerability

Perspective 5.0.0 contains a denial-of-service vulnerability in the VirtualServer protocol dispatcher that allows unauthenticated remote attackers to crash the server process by sending malformed or incomplete protobuf messages. Attackers can send well-formed requests such as ViewToArrowReq with no viewport set or MakeTableReq with no data field to trigger unwrap() calls on None values at nine distinct sites, causing the process to abort with SIGABRT.

HIGHno explanation yet
0%
epss
5.4cvss
CVE-2026-22789

WebErpMesv2 has a File Upload Validation Bypass Leading to RCE

WebErpMesv2 is a Resource Management and Manufacturing execution system Web for industry. Prior to 1.19, WebErpMesv2 contains a file upload validation bypass vulnerability in multiple controllers that allows authenticated users to upload arbitrary files, including PHP scripts, leading to Remote Code Execution (RCE). This vulnerability is identical in nature to CVE-2025-52130 but exists in different code locations that were not addressed by the original fix. This vulnerability is fixed in 1.19.

MEDIUMno explanation yet
0%
epss
6.5cvss
CVE-2024-52305

UnoPim Stored XSS : Cookie hijacking through Create User function

UnoPim is an open-source Product Information Management (PIM) system built on the Laravel framework. A vulnerability exists in the Create User process, allowing the creation of a new admin account with an option to upload a profile image. An attacker can upload a malicious SVG file containing an embedded script. When the profile image is accessed, the embedded script executes, leading to the potential theft of session cookies. This vulnerability is fixed in 0.1.5.

MEDIUMno explanation yet
0%
epss
The record
Technical detail
CWE ID
CWE-616
Abstraction
Variant
Structure
Simple
Status
Incomplete