CVE-2025-67743: Local Deep Research is Vulnerable to Server-Side Request Forgery (SSRF) in Download Service
The download service (download_service.py) makes HTTP requests using raw requests.get() without utilizing the application’s SSRF protection (safe_requests.py). This can allow attackers to access internal services and attempt to reach cloud provider metadata endpoints (AWS/GCP/Azure), as well as perform internal network reconnaissance, by submitting malicious URLs through the API, depending on the deployment and surrounding controls.
CWE: CWE-918 (Server-Side Request Forgery)
References
- github.com/LearningCircuit/local-deep-research
- github.com/LearningCircuit/local-deep-research/commit/b79089ff30c5d9ae77e6b903c408e1c26ad5c055
- github.com/LearningCircuit/local-deep-research/security/advisories/GHSA-9c54-gxh7-ppjc
- github.com/advisories/GHSA-9c54-gxh7-ppjc
- nvd.nist.gov/vuln/detail/CVE-2025-67743
Code Behaviors & Features
Detect and mitigate CVE-2025-67743 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →