THREAT OPS › Threat News › [GHSA] GHSA-5r34-2g38-6569 (high) — praisonaiagents web_crawl vulnerable to SSRF via redirect-following
[GHSA] GHSA-5r34-2g38-6569 (high) — praisonaiagents web_crawl vulnerable to SSRF via redirect-following
GHSA-5r34-2g38-6569 Severity: high CVE: CVE-2026-55525
praisonaiagents web_crawl vulnerable to SSRF via redirect-following
### Summary `web_crawl` (an exported, model-callable tool) validates only the INITIAL URL's resolved IP against a private/loopback blocklist, then fetches with `httpx.Client(follow_redirects=True)` and never re-validates redirect targets.
An attacker who controls the agent
MITRE ATT&CK techniques
- CredentialsT1589.001
Indicators of compromise
- CVE-2026-55525cve
- https://attacker.example/r`url
- http://169.254.169.254/latest/meta-data/iam/security-credentials/url
- http://127.0.0.1:url
- http://127.0.0.1:{port}/latest/meta-data/iam/security-credentials/url
- https://httpbin.org/redirect-to?url
Original source: https://github.com/advisories/GHSA-5r34-2g38-6569