Vulnerability Description
Nightingale (n9e), as of commit 8362cbe (main branch, confirmed 2026-08-27), contains a server-side request forgery vulnerability in the isPublicIP function in aiagent/tools/http.go, the SSRF guard for the http_fetch AI-agent tool. The function only unwraps standard IPv4-mapped (::ffff:a.b.c.d) IPv6 addresses before checking them against the forbidden-range list, and does not classify 6to4 (2002::/16), NAT64 (64:ff9b::/96, 64:ff9b:1::/48), or deprecated site-local (fec0::/10) addresses. On a dual-stack or NAT64-enabled host, an attacker able to supply a URL to the http_fetch tool can bypass the guard by encoding a forbidden IPv4 address (such as the cloud instance-metadata endpoint 169.254.169.254) in one of these IPv6 forms to reach internal or metadata services.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/ccfos/nightingale
- https://github.com/ccfos/nightingale/blob/v9.1.1/aiagent/tools/http.go
- https://github.com/ccfos/nightingale/issues/3363
- https://www.vulncheck.com/advisories/nightingale-9.1.1-ssrf-guard-bypass-via-ipv
- https://github.com/ccfos/nightingale/issues/3363
FAQ
What is CVE-2026-85692?
CVE-2026-85692 is a vulnerability with a CVSS score of 6.5 (MEDIUM). Nightingale (n9e), as of commit 8362cbe (main branch, confirmed 2026-08-27), contains a server-side request forgery vulnerability in the isPublicIP function in aiagent/tools/http.go, the SSRF guard fo...
How severe is CVE-2026-85692?
CVE-2026-85692 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-85692?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.