← Vulnerability feed

Vulnerability record · CVE-2018-1000811 · published 20 December 2018

CVE-2018-1000811: Bludit content upload allows dangerous file type leading to RCE

Bludit · Bludit

Bludit 3.0.0's Pages Editor content upload accepts files of dangerous types, letting a user upload a crafted PHP payload. Because uploaded content can be executed by the web server, this turns a file upload into remote command execution. The flaw is rated high (CVSS 3.0 8.8) and has public exploit references.

8.8 CVSS 3.0 High EPSS 48% · top 1.2% CWE-434 · Unrestricted file upload
8.8CVSS 3.0 base score, v2 6.5
48%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
4References, 2 tagged exploit
17 Jun 2026Last modified by NVD

Description

bludit version 3.0.0 contains a Unrestricted Upload of File with Dangerous Type vulnerability in Content Upload in Pages Editor that can result in Remote Command Execution. This attack appear to be exploitable via malicious user have to upload a crafted payload containing PHP code.

CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 20 September 2026. Confidence: high.

high priorityRemote code execution via a low-privileged upload with public exploit code and very high EPSS, though it requires an authenticated account and is not in KEV.

What it is

Bludit 3.0.0's Pages Editor content upload accepts files of dangerous types, letting a user upload a crafted PHP payload. Because uploaded content can be executed by the web server, this turns a file upload into remote command execution. The flaw is rated high (CVSS 3.0 8.8) and has public exploit references.

Impact

An attacker with a low-privileged account can upload and execute arbitrary PHP, gaining code execution in the context of the web server. That typically leads to full compromise of the Bludit instance and any data or host access the web user holds.

Attack surface

Reachable over the network through the Pages Editor upload function; the CVSS vector requires low privileges (PR:L) and no user interaction (UI:N). No authentication bypass is described, so a valid low-privileged account is needed.

Exploitation

Not listed in CISA KEV, but EPSS is high (0.476 probability, 98.8th percentile) and references are tagged Exploit, indicating public exploit code exists. No ransomware association is documented.

What to do

  • Upgrade Bludit past 3.0.0 to a release that restricts upload file types; patch first.
  • If upgrade is not possible, disable or restrict the Pages Editor upload feature and remove upload permissions from untrusted accounts.
  • Enforce server-side allowlisting of uploaded file extensions and MIME types, and store uploads outside the web root.
  • Configure the web server to never execute PHP from upload or content directories.
  • Audit existing accounts and uploaded content for unauthorized PHP files.

Detection

  • Monitor web server logs for POST requests to Pages Editor upload endpoints followed by requests to newly written PHP files.
  • Alert on PHP files appearing in upload or content directories, especially with recent creation times.
  • Scan the Bludit content and upload directories for files containing PHP tags or executable extensions.
  • Review web server error and access logs for execution attempts against uploaded paths.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

LinkTags
https://github.com/bludit/bludit/issues/812 ExploitThird Party Advisory
https://www.exploit-db.com/exploits/46060/ Third Party AdvisoryVDB Entry
https://github.com/bludit/bludit/issues/812 ExploitThird Party Advisory
https://www.exploit-db.com/exploits/46060/ Third Party AdvisoryVDB Entry

Track CVE-2018-1000811 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

9.8CVE-2020-18879Bludit unrestricted file upload vulnerabilityUnrestricted File Upload in Bludit v3.8.1 allows remote attackers to execute arbitrary code by uploading malicious files via the component 'bl-kereln…EPSS 3.1%9.8CVE-2019-17240Bludit improper restriction of authentication attempts vulnerabilitybl-kernel/security.class.php in Bludit 3.9.2 allows attackers to bypass a brute-force protection mechanism by using many different forged X-Forwarded…EPSS 40%9.1CVE-2020-20495Bludit vulnerabilitybludit v3.13.0 contains an arbitrary file deletion vulnerability in the backup plugin via the `deleteBackup' parameter.EPSS 1.5%9.1CVE-2020-18190Bludit path traversal vulnerabilityBludit v3.8.1 is affected by directory traversal. Remote attackers are able to delete arbitrary files via /admin/ajax/upload-profile-picture.EPSS 2.0%8.9CVE-2024-24551Bludit command injection vulnerabilityA security vulnerability has been identified in Bludit, allowing authenticated attackers to execute arbitrary code through the Image API. This vulner…EPSS 0.76%8.9CVE-2024-24550Bludit command injection vulnerabilityA security vulnerability has been identified in Bludit, allowing attackers with knowledge of the API token to upload arbitrary files through the File…EPSS 0.69%8.8CVE-2020-20210Bludit unrestricted file upload vulnerabilityBludit 3.9.2 is vulnerable to Remote Code Execution (RCE) via /admin/ajax/upload-images.EPSS 1.3%8.8CVE-2023-31572Bludit vulnerabilityAn issue in Bludit 4.0.0-rc-2 allows authenticated attackers to change the Administrator password and escalate privileges via a crafted request.EPSS 0.84%

Source: NIST National Vulnerability Database (record CVE-2018-1000811), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.