Envoy is an open source L7 proxy and communication bus designed for large modern service oriented architectures. In versions below 1.32.10 and 1.33.0 through 1.33.6, 1.34.0 through 1.34.4 and 1.35.0, insufficient Session Expiration in the Envoy OAuth2 filter leads to failed logout operations. When configured with __Secure- or __Host- prefixed cookie names, the filter fails to append the required Secure attribute to the Set-Cookie header during deletion. Modern browsers ignore this invalid request, causing the session cookie to persist. This allows a user to remain logged in after they believe they have logged out, creating a session hijacking risk on shared computers. The current implementation iterates through the configured cookie names to generate deletion headers but does not check for these prefixes. This failure to properly construct the deletion header means the user's session cookies are never removed by the browser, leaving the session active and allowing the next user of the same browser to gain unauthorized access to the original user's account and data. This is fixed in versions 1.32.10, 1.33.7, 1.34.5 and 1.35.1.
Conclusion & alert: CVE-2025-55162 is rated Exploit Available (50/100): CVSS Medium severity, with low exploitation likelihood (EPSS 0.31%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.01% | 0.31% | +0.30% |
| 2 | 2025-09-04 | — | 0.01% | — |
Full EPSS history (2 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 6.3 | 3.1 | MEDIUM |
|
2.1 | 4.2 | [email protected] |
| 8.8 | 3.1 | HIGH |
|
2.8 | 5.9 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
redhat
|
medium | — | https://access.redhat.com/security/cve/CVE-2025-55162 |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| envoyproxy | envoy | < 1.32.10 | cpe:2.3:a:envoyproxy:envoy:*:*:*:*:*:*:*:* |
| envoyproxy | envoy | >= 1.33.0, <= 1.33.7 | cpe:2.3:a:envoyproxy:envoy:*:*:*:*:*:*:*:* |
| envoyproxy | envoy | >= 1.34.0, < 1.34.5 | cpe:2.3:a:envoyproxy:envoy:*:*:*:*:*:*:*:* |
| envoyproxy | envoy | 1.35.0 | cpe:2.3:a:envoyproxy:envoy:1.35.0:*:*:*:*:*:*:* |
| URL | Tags |
|---|---|
| https://github.com/envoyproxy/envoy/releases/tag/v1.35.1 | Release Notes |
| https://github.com/envoyproxy/envoy/security/advisories/GHSA-95j4-hw7f-v2rh | Exploit Mitigation Third Party Advisory |