The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsThere is no fixed version for github.com/gotenberg/gotenberg/v7/pkg/gotenberg.
Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) in the IsPublicIP function. An attacker can access internal network resources and potentially exfiltrate sensitive information by crafting a DNS AAAA record that resolves to specific IPv6 prefixes, which are incorrectly classified as public IPs. This allows outbound HTTP requests to be tunneled to internal services such as cloud metadata endpoints, leading to possible credential leakage. This is only exploitable if the deployment is configured with WithDenyPrivateIPs(true) on dual-stack or NAT64-enabled hosts.