cvelist/2022/24xxx/CVE-2022-24723.json

98 lines
3.5 KiB
JSON
Raw Normal View History

2022-02-10 17:01:11 +00:00
{
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
2022-02-10 17:01:11 +00:00
"ID": "CVE-2022-24723",
"STATE": "PUBLIC",
"TITLE": "Improper Input Validation in URI.js"
2022-02-10 17:01:11 +00:00
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "URI.js",
"version": {
"version_data": [
{
"version_value": "< 1.19.9"
}
]
}
}
]
},
"vendor_name": "medialize"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2022-02-10 17:01:11 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2022-03-03 21:01:21 +00:00
"value": "URI.js is a Javascript URL mutation library. Before version 1.19.9, whitespace characters are not removed from the beginning of the protocol, so URLs are not parsed properly. This issue has been patched in version 1.19.9. Removing leading whitespace from values before passing them to URI.parse can be used as a workaround."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-20: Improper Input Validation"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/medialize/URI.js/security/advisories/GHSA-gmv4-r438-p67f",
"refsource": "CONFIRM",
"url": "https://github.com/medialize/URI.js/security/advisories/GHSA-gmv4-r438-p67f"
},
{
"name": "https://github.com/medialize/uri.js/commit/86d10523a6f6e8dc4300d99d671335ee362ad316",
"refsource": "MISC",
"url": "https://github.com/medialize/uri.js/commit/86d10523a6f6e8dc4300d99d671335ee362ad316"
},
{
"name": "https://github.com/medialize/URI.js/releases/tag/v1.19.9",
"refsource": "MISC",
"url": "https://github.com/medialize/URI.js/releases/tag/v1.19.9"
},
{
"name": "https://huntr.dev/bounties/82ef23b8-7025-49c9-b5fc-1bb9885788e5/",
"refsource": "MISC",
"url": "https://huntr.dev/bounties/82ef23b8-7025-49c9-b5fc-1bb9885788e5/"
2022-02-10 17:01:11 +00:00
}
]
},
"source": {
"advisory": "GHSA-gmv4-r438-p67f",
"discovery": "UNKNOWN"
2022-02-10 17:01:11 +00:00
}
}