Local Deep Research: SSRF bypass in `safe_get`
Summary
| CVE | CVE-2026-46526 |
|---|---|
| State | PUBLISHED |
| Assigner | GitHub_M |
| Source Priority | CVE Program / NVD first with legacy fallback |
| Published | 2026-05-28 19:16:39 UTC |
| Updated | 2026-05-29 15:16:23 UTC |
| 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. |
Risk And Classification
Primary CVSS: v3.1 5 MEDIUM from [email protected]
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N
Problem Types: CWE-918 | CWE-918 CWE-918: Server-Side Request Forgery (SSRF)
| Version | Source | Type | Score | Severity | Vector |
|---|---|---|---|---|---|
| 3.1 | [email protected] | Secondary | 5 | MEDIUM | CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N |
| 3.1 | CNA | DECLARED | 5 | MEDIUM | CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N |
CVSS v3.1 Breakdown
Attack Vector
NetworkAttack Complexity
LowPrivileges Required
LowUser Interaction
NoneScope
ChangedConfidentiality
LowIntegrity
NoneAvailability
NoneCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N
Vendor Declared Affected Products
| Source | Vendor | Product | Version | Platforms |
|---|---|---|---|---|
| CNA | LearningCircuit | Local-deep-research | affected < 1.6.10 | Not specified |
References
| Reference | Source | Link | Tags |
|---|---|---|---|
| github.com/LearningCircuit/local-deep-research/security/advisories/GHSA-... | 134c704f-9b21-4f2e-91b3-4a467353bcc0 | github.com | |
| github.com/LearningCircuit/local-deep-research/pull/3873 | [email protected] | github.com | |
| github.com/LearningCircuit/local-deep-research/pull/3889 | [email protected] | github.com | |
| github.com/LearningCircuit/local-deep-research/pull/3882 | [email protected] | github.com | |
| github.com/LearningCircuit/local-deep-research/pull/3932 | [email protected] | github.com | |
| github.com/LearningCircuit/local-deep-research/releases/tag/v1.6.10 | [email protected] | github.com | |
| CVE Program record | CVE.ORG | www.cve.org | canonical |
| NVD vulnerability detail | NVD | nvd.nist.gov | canonical, analysis |
No vendor comments have been submitted for this CVE.
There are currently no legacy QID mappings associated with this CVE.