Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spring Framework 特殊匹配模式下身份认证绕过漏洞(CVE-2023-20860) #6011

Closed
q343959872 opened this issue Nov 10, 2023 · 1 comment · Fixed by #6013
Closed
Labels

Comments

@q343959872
Copy link

漏洞描述
Spring Security 是一套为基于Spring的应用程序提供说明性安全保护的安全框架。
在受影响版本中,当Spring Security使用mvcRequestMatcher配置并将"**"作为匹配模式时,在Spring Security 和 Spring MVC 之间会发生模式不匹配,最终可能导致身份认证绕过。

受影响版本:
6.0.0 <= Spring Framework < 6.0.7
5.3.0 <= Spring Framework < 5.3.26
解决建议
Spring Framework 升级至 5.3.26 及以上版本 或者 6.0.7 及以上版本

看下Seata中是否存在【Spring Security使用mvcRequestMatcher配置并将"**"作为匹配模式】,如果不存在,此漏洞可解释。

如果存在,就要升级seata,看看哪个版本的Spring Framework 在 5.3.26 及以上 或者 6.0.7

@leizhiyuan
Copy link
Contributor

Not using the Spring MVC framework.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants