VYPR
Unrated severityOSV Advisory· Published Oct 31, 2018· Updated Aug 5, 2024

CVE-2018-18867

CVE-2018-18867

Description

An SSRF issue was discovered in tecrail Responsive FileManager 9.13.4 via the upload.php url parameter. NOTE: this issue exists because of an incomplete fix for CVE-2018-15495.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

An SSRF vulnerability in Responsive FileManager 9.13.4 allows attackers to probe internal networks via the upload.php url parameter due to incomplete input validation.

Vulnerability

The upload.php script in Responsive FileManager version 9.13.4 contains a server-side request forgery (SSRF) vulnerability via the url parameter. The script attempts to download a remote image, but the fix for CVE-2018-15495 only checks that the URL starts with http:// or https://, failing to block requests to internal IP addresses. This allows an attacker to supply a URL pointing to an internal host, such as http://127.0.0.1:2233/aaaaaaa. [1]

Exploitation

An attacker can send a POST request to /filemanager/upload.php with parameters fldr and url set to an internal address. No authentication is required if the file manager is publicly accessible. The server will attempt to fetch the URL, and the response indicates whether the port is open (returning {"error":"Invalid URL"}) or closed (different error). This allows the attacker to scan internal ports and services. [1]

Impact

Successful exploitation enables an attacker to probe internal network services, potentially identifying live hosts and open ports behind the firewall. This information can be used to plan further attacks against internal systems. The vulnerability does not directly allow remote code execution or data exfiltration, but it aids in reconnaissance. [1]

Mitigation

The vendor has not released a patched version as of the publication date. Users should restrict access to the upload.php script, implement network-level controls to block outbound requests to internal IPs, or apply additional input validation to reject private IP ranges. [1]

AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

1

News mentions

0

No linked articles in our index yet.