mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-05-28 09:12:00 +00:00
93 lines
3.7 KiB
JSON
93 lines
3.7 KiB
JSON
{
|
|
"CVE_data_meta": {
|
|
"ASSIGNER": "security@apache.org",
|
|
"DATE_PUBLIC": "2016-11-08T00:00:00",
|
|
"ID": "CVE-2016-6806",
|
|
"STATE": "PUBLIC"
|
|
},
|
|
"affects": {
|
|
"vendor": {
|
|
"vendor_data": [
|
|
{
|
|
"product": {
|
|
"product_data": [
|
|
{
|
|
"product_name": "Apache Wicket",
|
|
"version": {
|
|
"version_data": [
|
|
{
|
|
"version_value": "6.20.0"
|
|
},
|
|
{
|
|
"version_value": "6.21.0"
|
|
},
|
|
{
|
|
"version_value": "6.22.0"
|
|
},
|
|
{
|
|
"version_value": "6.23.0"
|
|
},
|
|
{
|
|
"version_value": "6.24.0"
|
|
},
|
|
{
|
|
"version_value": "7.0.0"
|
|
},
|
|
{
|
|
"version_value": "7.1.0"
|
|
},
|
|
{
|
|
"version_value": "7.2.0"
|
|
},
|
|
{
|
|
"version_value": "7.3.0"
|
|
},
|
|
{
|
|
"version_value": "7.4.0"
|
|
},
|
|
{
|
|
"version_value": "8.0.0-M1"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"vendor_name": "Apache Software Foundation"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"data_format": "MITRE",
|
|
"data_type": "CVE",
|
|
"data_version": "4.0",
|
|
"description": {
|
|
"description_data": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "Apache Wicket 6.x before 6.25.0, 7.x before 7.5.0, and 8.0.0-M1 provide a CSRF prevention measure that fails to discover some cross origin requests. The mitigation is to not only check the Origin HTTP header, but also take the Referer HTTP header into account when no Origin was provided. Furthermore, not all Wicket server side targets were subjected to the CSRF check. This was also fixed."
|
|
}
|
|
]
|
|
},
|
|
"problemtype": {
|
|
"problemtype_data": [
|
|
{
|
|
"description": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "CSRF check fails"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"references": {
|
|
"reference_data": [
|
|
{
|
|
"name": "[wicket-announce] 20161108 CVE-2016-6806: Apache Wicket CSRF detection vulnerability",
|
|
"refsource": "MLIST",
|
|
"url": "https://lists.apache.org/thread.html/074b72585f4b7c6adda1af52aecbfe1be23c6d6f5bb9382270f059cd@%3Cannounce.apache.org%3E"
|
|
}
|
|
]
|
|
}
|
|
} |