-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
nacos能否在哪个版本修复下springsecurity漏洞(CVE-2024-22257) #11904
Comments
目前最新版本是5.7.11, spring boot应该已经是最新版本了, 如果spring boot的2.x已经不会再更新的话, 需要手动修改一下spring secutity版本。 |
@KomachiSion 老师 ,那再请教一下, 如果直接把 nacos 2.3.0版本(或者2.3.1版本)里依赖的spring security包改成 5.7.12版本(修复了漏洞的版本), nacos能正常运行不收影响是吧 ? |
- CVE-2024-22257 Upgrade Spring Security to 5.7.12. - Use spring-framework-bom as dependencyManagement. Closes alibaba#11904
理论上不影响,nacos在不开启prometheus sd协议的情况下,不强依赖security,但是具体要看spring security改了什么。 |
- CVE-2024-22257 Upgrade Spring Security to 5.7.12. - Use spring-framework-bom as dependencyManagement. Closes #11904
…. - Use spring-framework-bom as dependencyManagement. Closes alibaba#11904
请问下老师们🙏:
nacos能否在哪个版本修复下springsecurity漏洞(CVE-2024-22257), 修复的方法是需要将springSecurity升级到5.7.12、 5.8.11、 6.0.10、6.1.8、6.2.3及以上版本。
The text was updated successfully, but these errors were encountered: