cvelist/2022/31xxx/CVE-2022-31777.json

96 lines
3.0 KiB
JSON
Raw Normal View History

2022-06-02 13:41:13 +00:00
{
"CVE_data_meta": {
2022-11-01 16:32:48 +01:00
"ASSIGNER": "security@apache.org",
2022-06-02 13:41:13 +00:00
"ID": "CVE-2022-31777",
2022-11-01 16:32:48 +01:00
"STATE": "PUBLIC",
"TITLE": "Apache Spark XSS vulnerability in log viewer UI Javascript"
2022-06-02 13:41:13 +00:00
},
2022-11-01 16:32:48 +01:00
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "Apache Spark",
"version": {
"version_data": [
{
"version_affected": "<=",
"version_name": "3.2.1 and earlier",
"version_value": "3.2.1"
},
{
"version_affected": "=",
"version_name": "3.3.0",
"version_value": "3.3.0"
}
]
}
}
]
},
"vendor_name": "Apache Software Foundation"
}
]
}
},
"credit": [
{
"lang": "eng",
"value": "Florian Walter (Veracode)"
}
],
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2022-06-02 13:41:13 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2022-11-01 16:32:48 +01:00
"value": "A stored cross-site scripting (XSS) vulnerability in Apache Spark 3.2.1 and earlier, and 3.3.0, allows remote attackers to execute arbitrary JavaScript in the web browser of a user, by including a malicious payload into the logs which would be returned in logs rendered in the UI."
}
]
},
"generator": {
"engine": "Vulnogram 0.0.9"
},
"impact": [
{
"other": "moderate"
}
],
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-74 Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')"
}
]
2022-06-02 13:41:13 +00:00
}
]
2022-11-01 16:32:48 +01:00
},
"references": {
"reference_data": [
{
"refsource": "CONFIRM",
"url": "https://lists.apache.org/thread/60mgbswq2lsmrxykfxpqq13ztkm2ht6q"
}
]
},
"source": {
"defect": [
"SPARK-39505"
],
"discovery": "UNKNOWN"
},
"work_around": [
{
"lang": "eng",
"value": "Upgrade to Apache Spark maintenance releases 3.2.2, or 3.3.1 or later"
}
]
}