gsd-2022-39396
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Versions prior to 4.10.18, and prior to 5.3.1 on the 5.X branch, are vulnerable to Remote Code Execution via prototype pollution. An attacker can use this prototype pollution sink to trigger a remote code execution through the MongoDB BSON parser. This issue is patched in version 5.3.1 and in 4.10.18. There are no known workarounds.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2022-39396", "description": "Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Versions prior to 4.10.18, and prior to 5.3.1 on the 5.X branch, are vulnerable to Remote Code Execution via prototype pollution. An attacker can use this prototype pollution sink to trigger a remote code execution through the MongoDB BSON parser. This issue is patched in version 5.3.1 and in 4.10.18. There are no known workarounds.", "id": "GSD-2022-39396" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2022-39396" ], "details": "Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Versions prior to 4.10.18, and prior to 5.3.1 on the 5.X branch, are vulnerable to Remote Code Execution via prototype pollution. An attacker can use this prototype pollution sink to trigger a remote code execution through the MongoDB BSON parser. This issue is patched in version 5.3.1 and in 4.10.18. There are no known workarounds.", "id": "GSD-2022-39396", "modified": "2023-12-13T01:19:20.415318Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-39396", "STATE": "PUBLIC", "TITLE": "Parse Server vulnerable to Remote Code Execution via prototype pollution in MongoDB BSON parser" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "parse-server", "version": { "version_data": [ { "version_value": "\u003c 4.10.18" }, { "version_value": "\u003e= 5.0.0, \u003c 5.3.1" } ] } } ] }, "vendor_name": "parse-community" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Versions prior to 4.10.18, and prior to 5.3.1 on the 5.X branch, are vulnerable to Remote Code Execution via prototype pollution. An attacker can use this prototype pollution sink to trigger a remote code execution through the MongoDB BSON parser. This issue is patched in version 5.3.1 and in 4.10.18. There are no known workarounds." } ] }, "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" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-1321: Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/parse-community/parse-server/security/advisories/GHSA-prm5-8g2m-24gg", "refsource": "CONFIRM", "url": "https://github.com/parse-community/parse-server/security/advisories/GHSA-prm5-8g2m-24gg" } ] }, "source": { "advisory": "GHSA-prm5-8g2m-24gg", "discovery": "UNKNOWN" } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003c4.10.18||\u003e=5.0.0 \u003c5.3.1", "affected_versions": "All versions before 4.10.18, all versions starting from 5.0.0 before 5.3.1", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "cwe_ids": [ "CWE-1035", "CWE-1321", "CWE-937", "CWE-78" ], "date": "2022-11-11", "description": "Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Versions prior to 4.10.18, and prior to 5.3.1 on the 5.X branch, is vulnerable to Remote Code Execution via prototype pollution. An attacker can use this prototype pollution sink to trigger a remote code execution through the MongoDB BSON parser. This issue is patched in version 5.3.1 and in 4.10.18. There are no known workarounds.", "fixed_versions": [ "4.10.18", "5.3.1" ], "identifier": "CVE-2022-39396", "identifiers": [ "CVE-2022-39396", "GHSA-prm5-8g2m-24gg", "GMS-2022-6498" ], "not_impacted": "All versions starting from 4.10.18 before 5.0.0, all versions starting from 5.3.1", "package_slug": "npm/parse-server", "pubdate": "2022-11-10", "solution": "Upgrade to versions 4.10.18, 5.3.1 or above.", "title": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2022-39396", "https://github.com/parse-community/parse-server/security/advisories/GHSA-prm5-8g2m-24gg", "https://github.com/parse-community/parse-server/pull/8295", "https://github.com/parse-community/parse-server/pull/8296", "https://github.com/parse-community/parse-server/releases/tag/4.10.18", "https://github.com/parse-community/parse-server/releases/tag/5.3.1", "https://github.com/advisories/GHSA-prm5-8g2m-24gg" ], "uuid": "75de088c-529d-48db-a08b-5bdf8e8c2bcd" }, { "affected_range": "\u003c0", "affected_versions": "All versions before 4.10.18, all versions starting from 5.0.0 before 5.3.1", "cwe_ids": [ "CWE-1035", "CWE-78", "CWE-937" ], "date": "2022-11-09", "description": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027) in parse-server.", "fixed_versions": [ "4.10.18", "5.3.1" ], "identifier": "GMS-2022-6498", "identifiers": [ "GHSA-prm5-8g2m-24gg", "GMS-2022-6498", "CVE-2022-39396" ], "not_impacted": "All versions starting from 4.10.18 before 5.0.0, all versions starting from 5.3.1", "package_slug": "npm/parse-server", "pubdate": "2022-11-08", "solution": "Upgrade to versions 4.10.18, 5.3.1 or above.", "title": "Duplicate of ./npm/parse-server/CVE-2022-39396.yml", "urls": [ "https://github.com/parse-community/parse-server/security/advisories/GHSA-prm5-8g2m-24gg", "https://github.com/parse-community/parse-server/pull/8295", "https://github.com/parse-community/parse-server/pull/8296", "https://github.com/parse-community/parse-server/releases/tag/4.10.18", "https://github.com/parse-community/parse-server/releases/tag/5.3.1", "https://github.com/advisories/GHSA-prm5-8g2m-24gg" ], "uuid": "9c8690a3-4af9-41a0-a65a-29bacbf8d620" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:parseplatform:parse-server:*:*:*:*:*:node.js:*:*", "cpe_name": [], "versionEndExcluding": "5.3.1", "versionStartIncluding": "5.0.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:parseplatform:parse-server:*:*:*:*:*:node.js:*:*", "cpe_name": [], "versionEndExcluding": "4.10.18", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-39396" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Versions prior to 4.10.18, and prior to 5.3.1 on the 5.X branch, are vulnerable to Remote Code Execution via prototype pollution. An attacker can use this prototype pollution sink to trigger a remote code execution through the MongoDB BSON parser. This issue is patched in version 5.3.1 and in 4.10.18. There are no known workarounds." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-1321" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/parse-community/parse-server/security/advisories/GHSA-prm5-8g2m-24gg", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://github.com/parse-community/parse-server/security/advisories/GHSA-prm5-8g2m-24gg" } ] } }, "impact": { "baseMetricV3": { "cvssV3": { "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" }, "exploitabilityScore": 3.9, "impactScore": 5.9 } }, "lastModifiedDate": "2022-11-11T02:01Z", "publishedDate": "2022-11-10T01:15Z" } } }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…