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

CVE-2023-39108

CVE-2023-39108

Description

rconfig v3.9.4 was discovered to contain a Server-Side Request Forgery (SSRF) via the path_b parameter in the doDiff Function of /classes/compareClass.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.

Authenticated SSRF in rConfig 3.9.4 allows attackers to force the application to make arbitrary requests via the `path_b` parameter in the `doDiff` function.

Vulnerability

rConfig version 3.9.4 contains a Server-Side Request Forgery (SSRF) vulnerability in the doDiff() function within /classes/compareClass.php. The path_b parameter, received via GET request in /www/lib/crud/configcompare.crud.php, is insufficiently sanitized and passed to the file() function in doDiff(). This allows an authenticated attacker to inject arbitrary URLs. The vulnerability requires authentication and affects all rConfig 3.9.4 installations [1].

Exploitation

An authenticated attacker can exploit this by sending a crafted GET request to the configcompare.crud.php endpoint with a malicious URL in the path_b parameter. The application will then use the server's HTTP context to request the injected URL, allowing the attacker to probe internal network resources or interact with external systems. No special network position is required beyond network access to the rConfig application [1].

Impact

Successful exploitation results in a Server-Side Request Forgery (SSRF), enabling the attacker to make arbitrary HTTP requests from the rConfig server. This can be used to scan internal networks, access internal services, or interact with cloud metadata endpoints, potentially leading to information disclosure or further lateral movement [1].

Mitigation

As of the available references, no patch has been released for rConfig 3.9.4. Users should restrict access to the rConfig application to trusted IPs, apply strict input validation on the path_b parameter, and monitor for unusual outbound traffic from the server. Consider disabling the vulnerable functionality until a fix is available. The vendor has not published a fixed version as of August 2023 [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.