Impact
The vulnerability is an SSRF bypass in the safe_get function of Local Deep Research. Prior to version 1.6.10, URL validation performed by validate_url could be evaded due to differences in URL parsing between urlparse and the requests library, allowing an attacker to supply a URL that is falsely considered safe and causing the application to retrieve arbitrary internal resources. This flaw enables potential internal network access or data exposure through SSRF.
Affected Systems
Local Deep Research by LearningCircuit. All versions before 1.6.10 are affected. The remediation is available in release v1.6.10 and later.
Risk and Exploitability
With a CVSS score of 5, this vulnerability is considered medium. EPSS is not available, and it is not listed in CISA KEV. The likely attack vector is sending crafted URLs to safe_get; the attacker must be able to influence the application’s input. The flaw permits the application to perform internal requests, potentially exposing sensitive internal resources or services. Once the attacker can supply a malicious URL, the impact can be significant within the internal network.
OpenCVE Enrichment
Github GHSA