forked from Liby99/cwe-bench-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapache__shiro_CVE-2023-34478_1.11.0.json
92 lines (92 loc) · 2.24 KB
/
apache__shiro_CVE-2023-34478_1.11.0.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"schema_version": "1.4.0",
"id": "GHSA-pmhc-2g4f-85cg",
"modified": "2023-09-15T18:29:37Z",
"published": "2023-07-24T21:30:39Z",
"aliases": [
"CVE-2023-34478"
],
"summary": "Path Traversal in Apache Shiro",
"details": "Apache Shiro, before 1.12.0 or 2.0.0-alpha-3, may be susceptible to a path traversal attack that results in an authentication bypass when used together with APIs or other web frameworks that route requests based on non-normalized requests.\n\nMitigation: Update to Apache Shiro 1.12.0+ or 2.0.0-alpha-3+\n",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.shiro:shiro-web"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.12.0"
}
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.apache.shiro:shiro-web"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "2.0.0-alpha-1"
},
{
"fixed": "2.0.0-alpha-3"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-34478"
},
{
"type": "WEB",
"url": "https://github.com/apache/shiro/commit/c3ede3f94efb442acb0795714a022c2c121d1da0"
},
{
"type": "PACKAGE",
"url": "https://github.com/apache/shiro"
},
{
"type": "WEB",
"url": "https://lists.apache.org/thread/mbv26onkgw9o35rldh7vmq11wpv2t2qk"
},
{
"type": "WEB",
"url": "https://security.netapp.com/advisory/ntap-20230915-0005"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2023/07/24/4"
}
],
"database_specific": {
"cwe_ids": [
"CWE-22"
],
"severity": "CRITICAL",
"github_reviewed": true,
"github_reviewed_at": "2023-07-25T13:51:45Z",
"nvd_published_at": "2023-07-24T19:15:10Z"
}
}