cvelist/2017/7xxx/CVE-2017-7465.json

87 lines
3.0 KiB
JSON
Raw Normal View History

2017-10-16 12:31:07 -04:00
{
2023-02-12 23:02:06 +00:00
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
2019-03-18 03:57:31 +00:00
"CVE_data_meta": {
"ID": "CVE-2017-7465",
2023-02-12 23:02:06 +00:00
"ASSIGNER": "secalert@redhat.com",
2019-03-18 03:57:31 +00:00
"STATE": "PUBLIC"
},
2023-02-12 23:02:06 +00:00
"description": {
"description_data": [
{
"lang": "eng",
"value": "It was found that the JAXP implementation used in JBoss EAP 7.0 for XSLT processing is vulnerable to code injection. An attacker could use this flaw to cause remote code execution if they are able to provide XSLT content for parsing. Doing a transform in JAXP requires the use of a 'javax.xml.transform.TransformerFactory'. If the FEATURE_SECURE_PROCESSING feature is set to 'true', it mitigates this vulnerability."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-611",
"cweId": "CWE-611"
}
]
}
]
},
2019-03-18 03:57:31 +00:00
"affects": {
"vendor": {
"vendor_data": [
{
2023-02-12 23:02:06 +00:00
"vendor_name": "[UNKNOWN]",
2019-03-18 03:57:31 +00:00
"product": {
"product_data": [
{
"product_name": "jboss",
"version": {
"version_data": [
{
2023-02-12 23:02:06 +00:00
"version_affected": "=",
2019-03-18 03:57:31 +00:00
"version_value": "n/a"
}
]
}
}
]
2023-02-12 23:02:06 +00:00
}
2019-03-18 03:57:31 +00:00
}
]
}
},
2023-02-12 23:02:06 +00:00
"references": {
"reference_data": [
2018-06-26 14:58:45 +10:00
{
2023-02-12 23:02:06 +00:00
"url": "http://www.securityfocus.com/bid/97605",
"refsource": "MISC",
"name": "http://www.securityfocus.com/bid/97605"
},
{
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2017-7465",
"refsource": "MISC",
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2017-7465"
2018-06-26 14:58:45 +10:00
}
2019-03-18 03:57:31 +00:00
]
},
"impact": {
"cvss": [
{
2023-02-12 23:02:06 +00:00
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.0"
2018-06-26 14:58:45 +10:00
}
2019-03-18 03:57:31 +00:00
]
}
}