cvelist/2021/24xxx/CVE-2021-24045.json

74 lines
2.6 KiB
JSON
Raw Normal View History

2021-01-13 22:02:39 +00:00
{
"CVE_data_meta": {
2021-12-13 15:16:57 -05:00
"ASSIGNER": "cve-assign@fb.com",
"DATE_ASSIGNED": "2021-10-13",
2021-01-13 22:02:39 +00:00
"ID": "CVE-2021-24045",
2021-12-13 15:16:57 -05:00
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Facebook",
"product": {
"product_data": [
{
"product_name": "Hermes",
"version": {
"version_data": [
{
"version_affected": "!>=",
"version_value": "0.10.0"
},
{
"version_affected": "<",
"version_value": "0.10.0"
}
]
}
}
]
}
}
]
}
2021-01-13 22:02:39 +00:00
},
2021-12-13 15:16:57 -05:00
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
2021-01-13 22:02:39 +00:00
"description": {
"description_data": [
{
"lang": "eng",
2021-12-13 15:16:57 -05:00
"value": "A type confusion vulnerability could be triggered when resolving the \"typeof\" unary operator in Facebook Hermes prior to v0.10.0. Note that this is only exploitable if the application using Hermes permits evaluation of untrusted JavaScript. Hence, most React Native applications are not affected."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-843: Access of Resource Using Incompatible Type ('Type Confusion')"
}
]
}
]
},
"references": {
"reference_data": [
{
"refsource": "CONFIRM",
"name": "https://www.facebook.com/security/advisories/cve-2021-24045",
"url": "https://www.facebook.com/security/advisories/cve-2021-24045"
},
{
"refsource": "MISC",
"name": "https://github.com/facebook/hermes/commit/55e1b2343f4deb1a1b5726cfe1e23b2068217ff2",
"url": "https://github.com/facebook/hermes/commit/55e1b2343f4deb1a1b5726cfe1e23b2068217ff2"
2021-01-13 22:02:39 +00:00
}
]
}
2021-12-13 15:16:57 -05:00
}