# CVE-2026-88896

## Summary

- **CVE ID:** CVE-2026-88896
- **Severity:** MEDIUM
- **CVSS Score:** 6.9 (CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:L/SI:L/SA:L)
- **CWE:** CWE-918
- **Published:** Sep 10, 2026
- **Last Modified:** Sep 10, 2026

## Description

EspoCRM before 10.0.4 is vulnerable to server-side request forgery. HostCheck::ipAddressIsNotInternal(), which validates outbound URLs to block requests to internal/private IP addresses, strips ::ffff: (IPv4-mapped IPv6) prefixes but does not recognize IPv6 transition addresses that embed private IPv4 addresses: NAT64 (64:ff9b::), 6to4 (2002::), and Teredo (2001:0000::). An attacker who controls a domain with AAAA records pointing to such transition addresses can bypass both the internal-host validation and the CURLOPT_RESOLVE IP-pinning check, causing EspoCRM to issue outbound requests to internal network services. Affected paths include POST /Attachment/fromImageUrl, reachable by any authenticated user with attachment access, and outbound webhook delivery, which requires an admin or API user.

## Affected Products

- espocrm — espocrm (0)
- espocrm — espocrm (10.0.4)

## References

- [CNA](https://github.com/espocrm/espocrm/security/advisories/GHSA-xwmh-j8hf-cfqw)
- [CNA](https://www.vulncheck.com/advisories/espocrm-before-10.0.4-ssrf-via-ipv6-transition-address-bypass)

---
_Exported from OnDuty AI Vulnerability Intelligence on 2026-09-10._