cvelist/2022/24xxx/CVE-2022-24373.json
2022-09-30 06:00:37 +00:00

102 lines
3.6 KiB
JSON

{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ASSIGNER": "report@snyk.io",
"DATE_PUBLIC": "2022-09-30T05:00:01.672924Z",
"ID": "CVE-2022-24373",
"STATE": "PUBLIC",
"TITLE": "Regular Expression Denial of Service (ReDoS)"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "react-native-reanimated",
"version": {
"version_data": [
{
"version_affected": "<",
"version_value": "3.0.0-rc.1"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Regular Expression Denial of Service (ReDoS)"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "MISC",
"url": "https://security.snyk.io/vuln/SNYK-JS-REACTNATIVEREANIMATED-2949507",
"name": "https://security.snyk.io/vuln/SNYK-JS-REACTNATIVEREANIMATED-2949507"
},
{
"refsource": "MISC",
"url": "https://github.com/software-mansion/react-native-reanimated/pull/3382",
"name": "https://github.com/software-mansion/react-native-reanimated/pull/3382"
},
{
"refsource": "MISC",
"url": "https://github.com/software-mansion/react-native-reanimated/pull/3382/commits/7adf06d0c59382d884a04be86a96eede3d0432fa",
"name": "https://github.com/software-mansion/react-native-reanimated/pull/3382/commits/7adf06d0c59382d884a04be86a96eede3d0432fa"
},
{
"refsource": "MISC",
"url": "https://github.com/software-mansion/react-native-reanimated/releases/tag/3.0.0-rc.1",
"name": "https://github.com/software-mansion/react-native-reanimated/releases/tag/3.0.0-rc.1"
}
]
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "The package react-native-reanimated before 3.0.0-rc.1 are vulnerable to Regular Expression Denial of Service (ReDoS) due to improper usage of regular expression in the parser of Colors.js."
}
]
},
"impact": {
"cvss": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"availabilityImpact": "LOW"
}
},
"credit": [
{
"lang": "eng",
"value": "matias-la"
}
]
}