Pivotal Spring Security における信頼性のないデータのデシリアライゼーションに関する脆弱性
| Title |
Pivotal Spring Security における信頼性のないデータのデシリアライゼーションに関する脆弱性
|
| Summary |
Pivotal Spring Security には、信頼性のないデータのデシリアライゼーションに関する脆弱性が存在します。
|
| Possible impacts |
情報を取得される、情報を改ざんされる、およびサービス運用妨害 (DoS) 状態にされる可能性があります。 |
| Solution |
ベンダより正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。 |
| Publication Date |
June 8, 2017, midnight |
| Registration Date |
Jan. 5, 2018, 12:27 p.m. |
| Last Update |
Jan. 5, 2018, 12:27 p.m. |
|
CVSS3.0 : 重要
|
| Score |
8.1
|
| Vector |
CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H |
|
CVSS2.0 : 警告
|
| Score |
6.8
|
| Vector |
AV:N/AC:M/Au:N/C:P/I:P/A:P |
Affected System
| Pivotal Software, Inc. |
|
Spring Security 4.2.0.RELEASE から 4.2.2.RELEASE
|
|
Spring Security 5.0.0.M1
|
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
Change Log
| No |
Changed Details |
Date of change |
| 0 |
[2018年01月05日] 掲載 |
Feb. 17, 2018, 10:37 a.m. |
NVD Vulnerability Information
CVE-2017-4995
| Summary |
An issue was discovered in Pivotal Spring Security 4.2.0.RELEASE through 4.2.2.RELEASE, and Spring Security 5.0.0.M1. When configured to enable default typing, Jackson contained a deserialization vulnerability that could lead to arbitrary code execution. Jackson fixed this vulnerability by blacklisting known "deserialization gadgets." Spring Security configures Jackson with global default typing enabled, which means that (through the previous exploit) arbitrary code could be executed if all of the following is true: (1) Spring Security's Jackson support is being leveraged by invoking SecurityJackson2Modules.getModules(ClassLoader) or SecurityJackson2Modules.enableDefaultTyping(ObjectMapper); (2) Jackson is used to deserialize data that is not trusted (Spring Security does not perform deserialization using Jackson, so this is an explicit choice of the user); and (3) there is an unknown (Jackson is not blacklisting it already) "deserialization gadget" that allows code execution present on the classpath. Jackson provides a blacklisting approach to protecting against this type of attack, but Spring Security should be proactive against blocking unknown "deserialization gadgets" when Spring Security enables default typing.
|
| Publication Date |
Nov. 27, 2017, 7:29 p.m. |
| Registration Date |
Jan. 26, 2021, 1:25 p.m. |
| Last Update |
Nov. 21, 2024, 12:26 p.m. |
Affected software configurations
| Configuration1 |
or higher |
or less |
more than |
less than |
| cpe:2.3:a:vmware:spring_security:4.2.1:release:*:*:*:*:*:* |
|
|
|
|
| cpe:2.3:a:vmware:spring_security:4.2.2:release:*:*:*:*:*:* |
|
|
|
|
| cpe:2.3:a:vmware:spring_security:5.0.0:m1:*:*:*:*:*:* |
|
|
|
|
| cpe:2.3:a:vmware:spring_security:4.2.0:release:*:*:*:*:*:* |
|
|
|
|
Related information, measures and tools
Common Vulnerabilities List