CVE-2018-25412
Received Received - Intake
Arbitrary File Upload in Delta SQL 1.8.2

Publication date: 2026-05-30

Last updated on: 2026-05-30

Assigner: VulnCheck

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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-30
Last Modified
2026-05-30
Generated
2026-05-30
AI Q&A
2026-05-30
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
delta_sql delta_sql to 1.8.2 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-306 The product does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

Delta SQL version 1.8.2 contains a critical arbitrary file upload vulnerability. This flaw allows unauthenticated attackers to upload malicious files by sending specially crafted POST requests to the docs_upload.php endpoint using multipart form data.

Attackers can upload PHP files with arbitrary content to the server's upload directory. Once uploaded, these PHP files can be executed on the server, enabling remote code execution.


How can this vulnerability impact me? :

This vulnerability can have severe impacts as it allows attackers to execute arbitrary code on the affected server without any authentication.

  • Attackers can upload and run malicious PHP scripts.
  • Remote code execution can lead to full system compromise.
  • Sensitive data on the server can be accessed, modified, or deleted.
  • The server can be used as a launchpad for further attacks within the network.

How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

The vulnerability in Delta SQL 1.8.2 allows unauthenticated attackers to upload and execute arbitrary PHP files on the server, leading to remote code execution. This critical security flaw can result in unauthorized access to sensitive data and system compromise.

Such unauthorized access and potential data breaches can negatively impact compliance with common standards and regulations like GDPR and HIPAA, which require strict controls to protect personal and sensitive information from unauthorized access and disclosure.

Therefore, exploitation of this vulnerability could lead to violations of these regulations due to failure to adequately secure systems against unauthorized access and code execution.


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by monitoring for suspicious POST requests to the docs_upload.php endpoint that contain multipart form data with potentially malicious PHP files disguised as documents.

One way to detect exploitation attempts is to capture and analyze HTTP traffic for POST requests targeting docs_upload.php with unusual file uploads.

  • Use network traffic capture tools like tcpdump or Wireshark to filter POST requests to docs_upload.php.
  • Example tcpdump command to capture HTTP POST requests to docs_upload.php: tcpdump -i any -A 'tcp port 80 and (((ip[2:2] - ((ip[0]&0xf)<<2)) - ((tcp[12]&0xf0)>>2)) != 0)' | grep 'POST /docs_upload.php'
  • Check web server logs for POST requests to docs_upload.php with suspicious file extensions like .php.
  • Search the upload directory on the server for recently added PHP files that should not be present.

What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include restricting or disabling the vulnerable file upload functionality in docs_upload.php to prevent unauthenticated uploads.

Implement access controls to ensure only authenticated and authorized users can upload files.

Validate and sanitize all uploaded files to block executable files such as PHP scripts.

Remove any suspicious or unauthorized PHP files from the upload directory.

Apply any available patches or upgrade Delta SQL to a version that is not vulnerable.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart