cvelist/2020/13xxx/CVE-2020-13954.json

107 lines
4.6 KiB
JSON
Raw Normal View History

2020-06-08 14:01:20 +00:00
{
"CVE_data_meta": {
2020-11-12 12:43:50 +00:00
"ASSIGNER": "security@apache.org",
2020-06-08 14:01:20 +00:00
"ID": "CVE-2020-13954",
2020-11-12 12:43:50 +00:00
"STATE": "PUBLIC",
"TITLE": "Apache CXF Reflected XSS in the services listing page via the styleSheetPath"
2020-06-08 14:01:20 +00:00
},
2020-11-12 12:43:50 +00:00
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Apache CXF",
"version": {
"version_data": [
{
"version_affected": "<",
"version_value": "3.4.1"
},
{
"version_affected": "<",
"version_value": "3.3.8"
}
]
}
}
]
},
"vendor_name": "Apache Software Foundation"
}
]
}
},
"credit": [
{
"lang": "eng",
"value": "Thanks to Ryan Lambeth for reporting this issue."
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2020-06-08 14:01:20 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2020-11-12 13:01:53 +00:00
"value": "By default, Apache CXF creates a /services page containing a listing of the available endpoint names and addresses. This webpage is vulnerable to a reflected Cross-Site Scripting (XSS) attack via the styleSheetPath, which allows a malicious actor to inject javascript into the web page. This vulnerability affects all versions of Apache CXF prior to 3.4.1 and 3.3.8. Please note that this is a separate issue to CVE-2019-17573."
2020-11-12 12:43:50 +00:00
}
]
},
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": {},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-79 Cross-site Scripting (XSS)"
}
]
2020-06-08 14:01:20 +00:00
}
]
2020-11-12 12:43:50 +00:00
},
"references": {
"reference_data": [
{
2020-11-12 13:01:53 +00:00
"refsource": "MISC",
"url": "http://cxf.apache.org/security-advisories.data/CVE-2020-13954.txt.asc?version=1&modificationDate=1605183670659&api=v2",
"name": "http://cxf.apache.org/security-advisories.data/CVE-2020-13954.txt.asc?version=1&modificationDate=1605183670659&api=v2"
2020-11-12 14:01:34 +00:00
},
{
"refsource": "MLIST",
"name": "[cxf-dev] 20201112 CVE-2020-13954: Apache CXF Reflected XSS in the services listing page via the styleSheetPath",
"url": "https://lists.apache.org/thread.html/r51fdd73548290b2dfd0b48f7ab69bf9ae064dd100364cd8a15f0b3ec@%3Cdev.cxf.apache.org%3E"
},
{
"refsource": "MLIST",
"name": "[cxf-commits] 20201112 svn commit: r1067927 - in /websites/production/cxf/content: cache/main.pageCache security-advisories.data/CVE-2020-13954.txt.asc security-advisories.html",
"url": "https://lists.apache.org/thread.html/rd49aabd984ed540c8ff7916d4d79405f3fa311d2fdbcf9ed307839a6@%3Ccommits.cxf.apache.org%3E"
},
{
"refsource": "MLIST",
"name": "[cxf-users] 20201112 CVE-2020-13954: Apache CXF Reflected XSS in the services listing page via the styleSheetPath",
"url": "https://lists.apache.org/thread.html/r51fdd73548290b2dfd0b48f7ab69bf9ae064dd100364cd8a15f0b3ec@%3Cusers.cxf.apache.org%3E"
2020-11-12 16:01:39 +00:00
},
{
"refsource": "MLIST",
"name": "[oss-security] 20201112 CVE-2020-13954: Apache CXF Reflected XSS in the services listing page via the styleSheetPath",
"url": "http://www.openwall.com/lists/oss-security/2020/11/12/2"
2020-11-12 12:43:50 +00:00
}
]
},
"source": {
"discovery": "UNKNOWN"
},
"work_around": [
{
"lang": "eng",
"value": "Users of Apache CXF should update to either 3.3.8 or 3.4.1. Alternatively, it is possible to disable the service listing altogether by setting the \"hide-service-list-page\" servlet parameter to \"true\".\n"
}
]
2020-11-12 13:01:53 +00:00
}