Grails Spring Security Core plugin is vulnerable to privilege escalation. The vulnerability allows an attacker access to one endpoint (i.e. the targeted endpoint) using the authorization requirements of a different endpoint (i.e. the donor endpoint). In some Grails framework applications, access to the targeted endpoint will be granted based on meeting the authorization requirements of the donor endpoint, which can result in a privilege escalation attack. This vulnerability has been patched in grails-spring-security-core versions 3.3.2, 4.0.5 and 5.1.1. Impacted Applications: Grails Spring Security Core plugin versions: 1.x 2.x >=3.0.0 <3.3.2 >=4.0.0 <4.0.5 >=5.0.0 <5.1.1 We strongly suggest that all Grails framework applications using the Grails Spring Security Core plugin be updated to a patched release of the plugin. Workarounds: Users should create a subclass extending one of the following classes from the `grails.plugin.springsecurity.web.access.intercept` package, depending on their security configuration: * `AnnotationFilterInvocationDefinition` * `InterceptUrlMapFilterInvocationDefinition` * `RequestmapFilterInvocationDefinition` In each case, the subclass should override the `calculateUri` method like so: ``` @Override protected String calculateUri(HttpServletRequest request) { UrlPathHelper.defaultInstance.getRequestUri(request) } ``` This should be considered a temporary measure, as the patched versions of grails-spring-security-core deprecates the `calculateUri` method. Once upgraded to a patched version of the plugin, this workaround is no longer needed. The workaround is especially important for version 2.x, as no patch is available version 2.x of the GSSC plugin.
総合評価: CVE-2022-41923 は中リスク(63.7/100)。CVSS 深刻度は重大。悪用される可能性が高い(EPSS 1.69%、74 パーセンタイル) 根拠: 直近 1 日で EPSS が +1.34% 上昇。悪用への関心が高まっている可能性があります。 推奨対応: 影響資産を整理し、修補計画に組み込んでください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.35% | 1.69% | +1.34% |
| 2 | 2026-06-09 | 0.26% | 0.35% | +0.09% |
| 3 | 2026-03-04 | — | 0.26% | — |
EPSS の全履歴 (全 34 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 9.1 | 3.1 | CRITICAL |
|
3.9 | 5.2 | [email protected] |
| 9.8 | 3.1 | CRITICAL |
|
3.9 | 5.9 | [email protected] |
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| grails | spring_security_core | >= 1.0, < 3.3.2 | cpe:2.3:a:grails:spring_security_core:*:*:*:*:*:grails:*:* |
| grails | spring_security_core | >= 4.0.0, < 4.0.5 | cpe:2.3:a:grails:spring_security_core:*:*:*:*:*:grails:*:* |
| grails | spring_security_core | >= 5.0.0, < 5.1.1 | cpe:2.3:a:grails:spring_security_core:*:*:*:*:*:grails:*:* |
| URL | タグ |
|---|---|
| https://github.com/grails/GSSC-CVE-2022-41923 | Mitigation Third Party Advisory |
| https://github.com/grails/grails-spring-security-core/security/advisories/GHSA-frqg-vvxg-jqqh | Patch Third Party Advisory |
| https://grails.org/blog/2022-11-22-ss-plugin-auth-cve.html | Patch Vendor Advisory |