forked from hxp2k6/cvelist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCVE-2013-2071.json
99 lines (99 loc) · 3.1 KB
/
CVE-2013-2071.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
93
94
95
96
97
98
99
{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ID" : "CVE-2013-2071",
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "n/a",
"version" : {
"version_data" : [
{
"version_value" : "n/a"
}
]
}
}
]
},
"vendor_name" : "n/a"
}
]
}
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "java/org/apache/catalina/core/AsyncContextImpl.java in Apache Tomcat 7.x before 7.0.40 does not properly handle the throwing of a RuntimeException in an AsyncListener in an application, which allows context-dependent attackers to obtain sensitive request information intended for other applications in opportunistic circumstances via an application that records the requests that it processes."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "n/a"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"url" : "http://archives.neohapsis.com/archives/bugtraq/2013-05/0040.html"
},
{
"url" : "http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/AsyncContextImpl.java?r1=1471372&r2=1471371&pathrev=1471372"
},
{
"url" : "http://svn.apache.org/viewvc?view=revision&revision=1471372"
},
{
"url" : "http://tomcat.apache.org/security-7.html"
},
{
"url" : "https://issues.apache.org/bugzilla/show_bug.cgi?id=54178"
},
{
"url" : "http://www.oracle.com/technetwork/topics/security/cpujan2014-1972949.html"
},
{
"url" : "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/106342.html"
},
{
"url" : "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/105886.html"
},
{
"url" : "http://lists.fedoraproject.org/pipermail/package-announce/2013-May/105855.html"
},
{
"url" : "http://marc.info/?l=bugtraq&m=139344248911289&w=2"
},
{
"url" : "http://lists.opensuse.org/opensuse-updates/2013-08/msg00013.html"
},
{
"url" : "http://www.ubuntu.com/usn/USN-1841-1"
},
{
"url" : "http://www.securityfocus.com/bid/64758"
},
{
"url" : "http://www.securityfocus.com/bid/59798"
}
]
}
}