vendor:
PHP
by:
SiLvER | Faisal Alhadlaq
8,8
CVSS
HIGH
Session Data Injection
94
CWE
Product Name: PHP
Affected Version From: 7.3.15-3
Affected Version To: 7.3.15-3
Patch Exists: NO
Related CWE: N/A
CPE: a:php:php:7.3.15-3
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: PHP Version is 7.3.15-3
2021
PHP 7.3.15-3 – ‘PHP_SESSION_UPLOAD_PROGRESS’ Session Data Injection
This exploit abuses the PHP_SESSION_UPLOAD_PROGRESS parameter to trigger a race condition and gain remote code execution. The script will return a reverse shell using netcat.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in a session.