低危 Jetty 的 OpenId Revoked 身份验证允许一个请求 (CVE-2023-41900)
CVE编号
CVE-2023-41900利用情况
暂无补丁情况
官方补丁披露时间
2023-09-04漏洞描述
Jetty is a Java based web server and servlet engine. Versions 9.4.21 through 9.4.51, 10.0.15, and 11.0.15 are vulnerable to weak authentication. If a Jetty `OpenIdAuthenticator` uses the optional nested `LoginService`, and that `LoginService` decides to revoke an already authenticated user, then the current request will still treat the user as authenticated. The authentication is then cleared from the session and subsequent requests will not be treated as authenticated. So a request on a previously authenticated session could be allowed to bypass authentication after it had been rejected by the `LoginService`. This impacts usages of the jetty-openid which have configured a nested `LoginService` and where that `LoginService` will is capable of rejecting previously authenticated users. Versions 9.4.52, 10.0.16, and 11.0.16 have a patch for this issue.解决建议
建议您更新当前系统或软件至最新版,完成漏洞的修复。受影响软件情况
# | 类型 | 厂商 | 产品 | 版本 | 影响面 | ||||
1 | |||||||||
---|---|---|---|---|---|---|---|---|---|
运行在以下环境 | |||||||||
应用 | eclipse | jetty | * | From (including) 10.0.0 | Up to (excluding) 10.0.16 | ||||
运行在以下环境 | |||||||||
应用 | eclipse | jetty | * | From (including) 11.0.0 | Up to (excluding) 11.0.16 | ||||
运行在以下环境 | |||||||||
应用 | eclipse | jetty | * | From (including) 9.4.21 | Up to (excluding) 9.4.52 | ||||
运行在以下环境 | |||||||||
系统 | debian_10 | jetty9 | * | Up to (excluding) 9.4.16-0+deb10u1 | |||||
运行在以下环境 | |||||||||
系统 | debian_11 | jetty9 | * | Up to (excluding) 9.4.39-3+deb11u2 | |||||
运行在以下环境 | |||||||||
系统 | debian_12 | jetty9 | * | Up to (excluding) 9.4.50-4+deb12u1 | |||||
运行在以下环境 | |||||||||
系统 | debian_sid | jetty9 | * | Up to (excluding) 9.4.52-1 | |||||
- 攻击路径 本地
- 攻击复杂度 困难
- 权限要求 管控权限
- 影响范围 有限影响
- EXP成熟度 未验证
- 补丁情况 官方补丁
- 数据保密性 无影响
- 数据完整性 无影响
- 服务器危害 无影响
- 全网数量 N/A
CWE-ID | 漏洞类型 |
CWE-1390 | Weak Authentication |
Exp相关链接

版权声明
本站原创文章转载请注明文章出处及链接,谢谢合作!
评论