| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-g23j-2vwm-5c25 | local-deep-research has an SSRF bypass in `safe_get` |
Solution
No solution given by the vendor.
Workaround
No workaround given by the vendor.
Fri, 29 May 2026 14:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Metrics |
ssvc
|
Thu, 28 May 2026 21:00:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| First Time appeared |
Learningcircuit
Learningcircuit local Deep Research |
|
| Vendors & Products |
Learningcircuit
Learningcircuit local Deep Research |
Thu, 28 May 2026 19:00:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | Local Deep Research is an AI-powered research assistant for deep, iterative research. Prior to 1.6.10, the URL checking logic in local-deep-research has a logical flaw that could be bypassed by attackers, leading to SSRF attacks. The current project uses validate_url to validate the input URL. The main logic is to perform security checks on the host portion of the URL extracted by urlparse to prevent SSRF attacks. However, there are indeed differences in parsing between urlparse and the library that actually sends the request. For example, in safe_get, validate_url is first used to perform an SSRF check, and then requests.get is used to send the actual request. This vulnerability is fixed in 1.6.10. | |
| Title | Local Deep Research: SSRF bypass in `safe_get` | |
| Weaknesses | CWE-918 | |
| References |
|
|
| Metrics |
cvssV3_1
|
Projects
Sign in to view the affected projects.
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-05-29T14:05:55.976Z
Reserved: 2026-05-14T19:12:32.755Z
Link: CVE-2026-46526
Updated: 2026-05-29T14:05:07.559Z
Status : Received
Published: 2026-05-28T19:16:39.430
Modified: 2026-05-29T15:16:23.987
Link: CVE-2026-46526
No data.
OpenCVE Enrichment
Updated: 2026-05-28T21:15:27Z
Github GHSA