cvelist/2022/0xxx/CVE-2022-0437.json

89 lines
2.3 KiB
JSON
Raw Normal View History

2022-02-01 02:01:07 +00:00
{
2022-02-05 01:49:54 +00:00
"CVE_data_meta": {
"ASSIGNER": "security@huntr.dev",
"ID": "CVE-2022-0437",
"STATE": "PUBLIC",
"TITLE": "Cross-site Scripting (XSS) - DOM in karma-runner/karma"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "karma-runner/karma",
"version": {
"version_data": [
{
"version_affected": "<",
"version_value": "6.3.14"
}
]
}
}
]
},
"vendor_name": "karma-runner"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Cross-site Scripting (XSS) - DOM in NPM karma prior to 6.3.14."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.0"
2022-02-01 02:01:07 +00:00
}
2022-02-05 01:49:54 +00:00
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://huntr.dev/bounties/64b67ea1-5487-4382-a5f6-e8a95f798885",
"refsource": "CONFIRM",
"url": "https://huntr.dev/bounties/64b67ea1-5487-4382-a5f6-e8a95f798885"
},
{
"name": "https://github.com/karma-runner/karma/commit/839578c45a8ac42fbc1d72105f97eab77dd3eb8a",
"refsource": "MISC",
"url": "https://github.com/karma-runner/karma/commit/839578c45a8ac42fbc1d72105f97eab77dd3eb8a"
}
]
},
"source": {
"advisory": "64b67ea1-5487-4382-a5f6-e8a95f798885",
"discovery": "EXTERNAL"
}
2022-02-01 02:01:07 +00:00
}