cvelist/2024/27xxx/CVE-2024-27307.json

110 lines
4.5 KiB
JSON
Raw Normal View History

2024-02-22 19:00:34 +00:00
{
2024-03-07 14:00:30 +00:00
"data_version": "4.0",
2024-02-22 19:00:34 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-27307",
2024-03-07 14:00:30 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2024-02-22 19:00:34 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-03-07 14:00:30 +00:00
"value": "JSONata is a JSON query and transformation language. Starting in version 1.4.0 and prior to version 1.8.7 and 2.0.4, a malicious expression can use the transform operator to override properties on the `Object` constructor and prototype. This may lead to denial of service, remote code execution or other unexpected behavior in applications that evaluate user-provided JSONata expressions. This issue has been fixed in JSONata versions 1.8.7 and 2.0.4. Applications that evaluate user-provided expressions should update ASAP to prevent exploitation. As a workaround, one may apply the patch manually."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-1321: Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')",
"cweId": "CWE-1321"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "jsonata-js",
"product": {
"product_data": [
{
"product_name": "jsonata",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": ">= 1.4.0, < 1.8.7"
},
{
"version_affected": "=",
"version_value": ">= 2.0.0, < 2.0.4"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/jsonata-js/jsonata/security/advisories/GHSA-fqg8-vfv7-8fj8",
"refsource": "MISC",
"name": "https://github.com/jsonata-js/jsonata/security/advisories/GHSA-fqg8-vfv7-8fj8"
},
{
"url": "https://github.com/jsonata-js/jsonata/commit/1d579dbe99c19fbe509f5ba2c6db7959b0d456d1",
"refsource": "MISC",
"name": "https://github.com/jsonata-js/jsonata/commit/1d579dbe99c19fbe509f5ba2c6db7959b0d456d1"
},
{
"url": "https://github.com/jsonata-js/jsonata/commit/335d38f6278e96c908b24183f1c9c90afc8ae00c",
"refsource": "MISC",
"name": "https://github.com/jsonata-js/jsonata/commit/335d38f6278e96c908b24183f1c9c90afc8ae00c"
},
{
"url": "https://github.com/jsonata-js/jsonata/commit/c907b5e517bb718015fcbd993d742ba6202f2be2",
"refsource": "MISC",
"name": "https://github.com/jsonata-js/jsonata/commit/c907b5e517bb718015fcbd993d742ba6202f2be2"
},
{
"url": "https://github.com/jsonata-js/jsonata/releases/tag/v2.0.4",
"refsource": "MISC",
"name": "https://github.com/jsonata-js/jsonata/releases/tag/v2.0.4"
}
]
},
"source": {
"advisory": "GHSA-fqg8-vfv7-8fj8",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
2024-02-22 19:00:34 +00:00
}
]
}
}