CVE-2025-55162 (CNNVD-202509-245)
中文标题:
Envoy 代码问题漏洞
英文标题:
Envoy: oAuth2 Filter Signout route will not clear cookies because of missing "secure;" flag
漏洞描述
中文描述:
Envoy是Enphase开源的一款用于连接智能家居设备的网关程序。 Envoy存在代码问题漏洞,该漏洞源于OAuth2 过滤器在删除 __Secure-/__Host- 前缀的会话 Cookie 时漏加 Secure 属性,导致浏览器拒绝删除指令,用户登出后会话仍存活。以下版本受到影响:1.32.10之前版本、1.33.0至1.33.6版本、1.34.0至1.34.4版本和1.35.0版本。
英文描述:
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.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| envoyproxy | envoy | >= 1.35.0, < 1.35.1 | - | - |
cpe:2.3:a:envoyproxy:envoy:>=_1.35.0,_<_1.35.1:*:*:*:*:*:*:*
|
| envoyproxy | envoy | >= 1.34.0, < 1.34.5 | - | - |
cpe:2.3:a:envoyproxy:envoy:>=_1.34.0,_<_1.34.5:*:*:*:*:*:*:*
|
| envoyproxy | envoy | >= 1.33.0, < 1.33.7 | - | - |
cpe:2.3:a:envoyproxy:envoy:>=_1.33.0,_<_1.33.7:*:*:*:*:*:*:*
|
| envoyproxy | envoy | <= 1.32.0, < 1.32.10 | - | - |
cpe:2.3:a:envoyproxy:envoy:<=_1.32.0,_<_1.32.10:*:*:*:*:*:*:*
|
| envoyproxy | envoy | * | - | - |
cpe:2.3:a:envoyproxy:envoy:*:*:*:*:*:*:*:*
|
| envoyproxy | envoy | 1.35.0 | - | - |
cpe:2.3:a:envoyproxy:envoy:1.35.0:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
CVSS评分详情
3.1 (cna)
MEDIUMCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:L/A:N
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2025-55162 |
2025-11-11 15:23:29 | 2025-11-11 07:40:43 |
| NVD | nvd_CVE-2025-55162 |
2025-11-11 15:01:01 | 2025-11-11 07:48:30 |
| CNNVD | cnnvd_CNNVD-202509-245 |
2025-11-11 15:12:55 | 2025-11-11 08:00:11 |
版本与语言
安全公告
变更历史
查看详细变更
- vulnerability_type: 未提取 -> 代码问题
- cnnvd_id: 未提取 -> CNNVD-202509-245
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- affected_products_count: 4 -> 6
- data_sources: ['cve'] -> ['cve', 'nvd']