← Vulnerability feed

Vulnerability record · CVE-2018-20526 · published 21 March 2019

CVE-2018-20526: Roxy Fileman unrestricted file upload in upload.php

Roxyfileman · Roxy Fileman

Roxy Fileman 1.4.5 exposes upload.php without restricting the type of file that can be uploaded. An attacker can place executable or otherwise dangerous files on the server, which is a direct path to remote code execution if the upload directory is web-accessible. The flaw is rated critical (CVSS 9.8) and has a very high EPSS probability, so it warrants prompt attention.

9.8 CVSS 3.0 Critical EPSS 73% · top 0.6% CWE-434 · Unrestricted file upload
9.8CVSS 3.0 base score, v2 7.5
73%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
4References
17 Jun 2026Last modified by NVD

Description

Roxy Fileman 1.4.5 allows unrestricted file upload in upload.php.

CVSS:3.0/AV:N/AC:L/PR:N/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 18 September 2026. Confidence: high.

critical priorityUnauthenticated network-reachable unrestricted file upload with CVSS 9.8 and very high EPSS makes full server compromise likely if exposed.

What it is

Roxy Fileman 1.4.5 exposes upload.php without restricting the type of file that can be uploaded. An attacker can place executable or otherwise dangerous files on the server, which is a direct path to remote code execution if the upload directory is web-accessible. The flaw is rated critical (CVSS 9.8) and has a very high EPSS probability, so it warrants prompt attention.

Impact

An attacker gains the ability to write arbitrary files to the server, which can lead to remote code execution, defacement, or hosting of malicious content. Full compromise of confidentiality, integrity and availability is possible per the CVSS vector.

Attack surface

Reachable over the network through upload.php with no authentication and no user interaction required, per the CVSS vector AV:N/AC:L/PR:N/UI:N. Any internet-exposed Roxy Fileman instance is directly reachable.

Exploitation

Not listed in CISA KEV, but EPSS is 0.73056 (99.4th percentile) and public exploit references exist on Exploit-DB and Packet Storm, indicating mature, widely available exploitation.

What to do

  • Upgrade Roxy Fileman to a version that restricts uploads, or remove/disable the product if it is no longer maintained.
  • Restrict upload.php to authenticated, trusted users and enforce a strict allowlist of file extensions and MIME types.
  • Store uploaded files outside the web root and serve them through a handler that never executes them.
  • Add WAF or server rules to block executable extensions (php, phtml, jsp, asp) in upload requests.
  • Monitor the upload directory for unexpected file creation and disable script execution there.

Detection

  • Alert on POST requests to upload.php, especially from unauthenticated clients.
  • Monitor the upload directory for newly written files with executable extensions or unusual MIME types.
  • Review web server logs for upload.php requests followed by access to the uploaded file path.
  • Watch for directory traversal patterns in upload parameters, as referenced in the public advisories.

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

Track CVE-2018-20526 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-2022-40797Roxyfileman roxy fileman unrestricted file upload vulnerabilityRoxy Fileman 1.4.6 allows Remote Code Execution via a .phar upload, because the default FORBIDDEN_UPLOADS value in conf.json only blocks .php, .php4,…EPSS 2.9%9.8CVE-2019-7174Roxyfileman roxy fileman vulnerabilityRoxy Fileman 1.4.5 allows attackers to execute renamefile.php (aka Rename File), createdir.php (aka Create Directory), fileslist.php (aka Echo File L…EPSS 1.7%9.1CVE-2018-20525Roxyfileman roxy fileman path traversal vulnerabilityRoxy Fileman 1.4.5 allows Directory Traversal in copydir.php, copyfile.php, and fileslist.php.EPSS 22%7.5CVE-2019-19731Roxyfileman roxy fileman path traversal vulnerabilityRoxy Fileman 1.4.5 for .NET is vulnerable to path traversal. A remote attacker can write uploaded files to arbitrary locations via the RENAMEFILE act…EPSS 12%7.5CVE-2018-12042Roxyfileman roxy fileman path traversal vulnerabilityRoxy Fileman through v1.4.5 has Directory traversal via the php/download.php f parameter.EPSS 1.8%10.0CVE-2026-56291Balbooa Forms Joomla extension unauthenticated arbitrary file upload RCEThe Balbooa Forms extension for Joomla before version 2.4.1 accepts file uploads without authentication and does not restrict file type, allowing exe…KEVEPSS 15%analysed10.0CVE-2026-48939iCagenda Joomla extension unrestricted file upload leads to PHP RCEThe iCagenda extension for Joomla fails to restrict file types in its file attachment feature, allowing arbitrary file uploads that result in PHP cod…KEVEPSS 20%analysed10.0CVE-2026-56290Joomla Page Builder CK unauthenticated file upload leads to RCEThe Joomla Page Builder CK extension before 3.6.0 allows unauthenticated arbitrary file uploads, letting an attacker place executable files on the se…KEVEPSS 31%analysed

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