Vulnerability record · CVE-2018-14728 · published 3 August 2018
CVE-2018-14728: Responsive FileManager upload.php SSRF via url parameter
Tecrail · Responsive Filemanager
Responsive FileManager 9.13.1 exposes an SSRF flaw in upload.php through the url parameter, allowing the server to fetch attacker-controlled URLs. The record gives no detail on what the fetched response is used for, so the practical consequence beyond server-side request forgery is not stated. With a CVSS 3.0 score of 9.8 and public exploit references, it warrants prompt attention wherever this component is deployed.
Description
upload.php in Responsive FileManager 9.13.1 allows SSRF via the url parameter.
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Automated analysis
critical priorityCVSS 9.8 with no privileges or interaction required, public exploit references and a very high EPSS score make this an urgent fix despite the absence of KEV listing.
What it is
Responsive FileManager 9.13.1 exposes an SSRF flaw in upload.php through the url parameter, allowing the server to fetch attacker-controlled URLs. The record gives no detail on what the fetched response is used for, so the practical consequence beyond server-side request forgery is not stated. With a CVSS 3.0 score of 9.8 and public exploit references, it warrants prompt attention wherever this component is deployed.
Impact
An attacker can make the affected server issue requests to arbitrary URLs, which can reach internal services or cloud metadata endpoints that are not otherwise exposed. The record does not state whether response data is returned to the attacker, so data exfiltration cannot be confirmed from the supplied facts.
Attack surface
Reached over the network through upload.php with the url parameter; the CVSS vector shows no privileges required and no user interaction. No authentication requirement is documented in the record.
Exploitation
Public exploit code is referenced on Packet Storm and Exploit-DB, and EPSS is 0.76511 (99.5th percentile), indicating high predicted exploitation activity. The CVE is not listed in CISA KEV, so confirmed in-the-wild use is not established by this record.
What to do
- Upgrade Responsive FileManager past 9.13.1 to a version where the SSRF is fixed, or remove the component if it is unused.
- Restrict outbound network access from the web server so it cannot reach internal addresses, link-local ranges or cloud metadata endpoints.
- Validate and allowlist the url parameter in upload.php, rejecting internal, loopback and non-HTTP schemes.
- Place the file manager behind authentication and network controls if it must remain reachable.
Detection
- Review web server and proxy logs for requests to upload.php with a url parameter pointing at internal, loopback or metadata addresses.
- Monitor outbound connections from the web server to unexpected hosts or ports, especially 169.254.169.254 and RFC1918 ranges.
- Alert on repeated or anomalous upload.php requests from single sources, which may indicate scanning or exploitation attempts.
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
| Link | Tags |
|---|---|
| http://packetstormsecurity.com/files/148742/Responsive-Filemanager-9.13.1-Server-Side-Request-Forgery.html | ExploitThird Party AdvisoryVDB Entry |
| https://www.exploit-db.com/exploits/45103/ | ExploitThird Party AdvisoryVDB Entry |
| http://packetstormsecurity.com/files/148742/Responsive-Filemanager-9.13.1-Server-Side-Request-Forgery.html | ExploitThird Party AdvisoryVDB Entry |
| https://www.exploit-db.com/exploits/45103/ | ExploitThird Party AdvisoryVDB Entry |
Track CVE-2018-14728 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.
Related vulnerabilities
Same products first, then exploited flaws of the same weakness class.
Source: NIST National Vulnerability Database (record CVE-2018-14728), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.