VYPR
Unrated severityNVD Advisory· Published Aug 1, 2023· Updated Oct 17, 2024

CVE-2023-39110

CVE-2023-39110

Description

rconfig v3.9.4 was discovered to contain a Server-Side Request Forgery (SSRF) via the path parameter at /ajaxGetFileByPath.php. This vulnerability allows authenticated attackers to make arbitrary requests via injection of crafted URLs.

AI Insight

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

rConfig 3.9.4 contains an authenticated SSRF in ajaxGetFileByPath.php, enabling arbitrary requests and local file reads.

Vulnerability

A Server-Side Request Forgery (SSRF) vulnerability exists in rConfig version 3.9.4 within the file www/lib/ajaxHandlers/ajaxGetFileByPath.php. The path parameter from the GET request is passed directly to file_exists() without sufficient validation, allowing an attacker to inject arbitrary URLs. This code path is reachable only after authentication [1].

Exploitation

An authenticated attacker can send a crafted GET request to /ajaxGetFileByPath.php with a path parameter containing a malicious URL, such as file://localhost/etc/passwd or an internal HTTP address. The server then processes the request, effectively making the server-side application fetch the resource specified by the attacker. No additional user interaction is required beyond authentication [1].

Impact

Successful exploitation allows the attacker to force the server to make arbitrary requests, leading to local file disclosure (e.g., reading /etc/passwd) and potential probing of internal network services. The attacker gains the ability to read sensitive files and map internal infrastructure, escalating from an authenticated user to a broader information disclosure [1].

Mitigation

As of the publication date (2023-08-01), no official patch has been released for rConfig 3.9.4. The vendor has not yet addressed this vulnerability in the available references. Until a fix is provided, restrict access to the ajaxGetFileByPath.php endpoint via network controls or a web application firewall (WAF) to block suspicious path parameters [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.