CVE-2018-25412
Description
Delta Sql 1.8.2 contains an arbitrary file upload vulnerability that allows unauthenticated attackers to upload malicious files by sending POST requests to docs_upload.php with crafted multipart form data. Attackers can upload PHP files with arbitrary content to the upload directory and execute them on the server for remote code execution.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Unauthenticated arbitrary file upload in Delta Sql 1.8.2 allows remote code execution via crafted POST to docs_upload.php.
Vulnerability
Delta Sql version 1.8.2 and earlier contains an arbitrary file upload vulnerability in docs_upload.php. The script lacks authentication checks (CWE-306), allowing unauthenticated attackers to send POST requests with crafted multipart form data to upload files of arbitrary content to the server's upload directory [3]. The vulnerability exists in the default installation without requiring any special configuration.
Exploitation
An attacker can exploit this vulnerability by sending a POST request to the docs_upload.php endpoint with a multipart form-data payload containing a PHP file (e.g., a web shell). No authentication or prior access is required. The uploaded file is saved to the upload directory, and the attacker can then access it directly via HTTP to execute arbitrary PHP code on the server [3].
Impact
Successful exploitation allows an attacker to execute arbitrary PHP code on the server with the privileges of the web server process. This leads to full remote code execution (RCE), enabling data theft, server compromise, lateral movement, or further attacks. The CVSS v3 base score is 9.8 (Critical) [3].
Mitigation
As of the reference publication date, no official patch has been released for Delta Sql 1.8.2. Users should consider upgrading to a patched version if available, or implement access controls on the docs_upload.php endpoint, such as requiring authentication or restricting access via web server configuration (e.g., .htaccess). The vulnerability has been identified by VulnCheck and is listed with CWE-306 [3]. There is no indication of inclusion in the CISA KEV catalog at the time of writing.
AI Insight generated on May 30, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1Patches
0No patches discovered yet.
Vulnerability mechanics
No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.
References
5News mentions
0No linked articles in our index yet.