gsd-2022-41879
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. In versions prior to 5.3.3 or 4.10.20, a compromised Parse Server Cloud Code Webhook target endpoint allows an attacker to use prototype pollution to bypass the Parse Server `requestKeywordDenylist` option. This issue has been patched in versions 5.3.3 and 4.10.20. There are no known workarounds.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2022-41879", "id": "GSD-2022-41879" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2022-41879" ], "details": "Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. In versions prior to 5.3.3 or 4.10.20, a compromised Parse Server Cloud Code Webhook target endpoint allows an attacker to use prototype pollution to bypass the Parse Server `requestKeywordDenylist` option. This issue has been patched in versions 5.3.3 and 4.10.20. There are no known workarounds.", "id": "GSD-2022-41879", "modified": "2023-12-13T01:19:33.080116Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-41879", "STATE": "PUBLIC", "TITLE": "Parse Server subject to Prototype pollution via Cloud Code Webhooks" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "parse-server", "version": { "version_data": [ { "version_value": "\u003c 4.10.20" }, { "version_value": "\u003e= 5.0.0, \u003c 5.3.3" } ] } } ] }, "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. In versions prior to 5.3.3 or 4.10.20, a compromised Parse Server Cloud Code Webhook target endpoint allows an attacker to use prototype pollution to bypass the Parse Server `requestKeywordDenylist` option. This issue has been patched in versions 5.3.3 and 4.10.20. There are no known workarounds." } ] }, "impact": { "cvss": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/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-93vw-8fm5-p2jf", "refsource": "CONFIRM", "url": "https://github.com/parse-community/parse-server/security/advisories/GHSA-93vw-8fm5-p2jf" } ] }, "source": { "advisory": "GHSA-93vw-8fm5-p2jf", "discovery": "UNKNOWN" } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003c4.10.20||\u003e=5.0.0 \u003c5.3.3", "affected_versions": "All versions before 4.10.20, all versions starting from 5.0.0 before 5.3.3", "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" ], "date": "2022-11-15", "description": "Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. In versions prior to 5.3.3 or 4.10.20, a compromised Parse Server Cloud Code Webhook target endpoint allows an attacker to use prototype pollution to bypass the Parse Server `requestKeywordDenylist` option. This issue has been patched in versions 5.3.3 and 4.10.20. There are no known workarounds.", "fixed_versions": [ "4.10.20", "5.3.3" ], "identifier": "CVE-2022-41879", "identifiers": [ "CVE-2022-41879", "GHSA-93vw-8fm5-p2jf", "GMS-2022-6745" ], "not_impacted": "All versions starting from 4.10.20 before 5.0.0, all versions starting from 5.3.3", "package_slug": "npm/parse-server", "pubdate": "2022-11-10", "solution": "Upgrade to versions 4.10.20, 5.3.3 or above.", "title": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2022-41879", "https://github.com/parse-community/parse-server/security/advisories/GHSA-93vw-8fm5-p2jf", "https://github.com/parse-community/parse-server/pull/8305", "https://github.com/parse-community/parse-server/pull/8306", "https://github.com/parse-community/parse-server/commit/60c5a73d257e0d536056b38bdafef8b7130524d8", "https://github.com/parse-community/parse-server/commit/6c63f04ba37174021082a5b5c4ba1556dcc954f4", "https://github.com/parse-community/parse-server/releases/tag/4.10.20", "https://github.com/parse-community/parse-server/releases/tag/5.3.3", "https://github.com/advisories/GHSA-93vw-8fm5-p2jf" ], "uuid": "cb16a6d1-f2a4-47e6-a3fd-e4ac4ad4945b" }, { "affected_range": "\u003c0", "affected_versions": "All versions before 4.10.20, all versions starting from 5.0.0 before 5.3.3", "cwe_ids": [ "CWE-1035", "CWE-937" ], "date": "2022-11-10", "description": "A compromised Parse Server Cloud Code Webhook target endpoint allows an attacker to use prototype pollution to bypass the Parse Server `requestKeywordDenylist` option.", "fixed_versions": [ "4.10.20", "5.3.3" ], "identifier": "GMS-2022-6745", "identifiers": [ "GHSA-93vw-8fm5-p2jf", "GMS-2022-6745", "CVE-2022-41879" ], "not_impacted": "All versions starting from 4.10.20 before 5.0.0, all versions starting from 5.3.3", "package_slug": "npm/parse-server", "pubdate": "2022-11-10", "solution": "Upgrade to versions 4.10.20, 5.3.3 or above.", "title": "Duplicate of ./npm/parse-server/CVE-2022-41879.yml", "urls": [ "https://github.com/parse-community/parse-server/security/advisories/GHSA-93vw-8fm5-p2jf", "https://github.com/parse-community/parse-server/pull/8305", "https://github.com/parse-community/parse-server/pull/8306", "https://github.com/parse-community/parse-server/commit/60c5a73d257e0d536056b38bdafef8b7130524d8", "https://github.com/parse-community/parse-server/commit/6c63f04ba37174021082a5b5c4ba1556dcc954f4", "https://github.com/parse-community/parse-server/releases/tag/4.10.20", "https://github.com/parse-community/parse-server/releases/tag/5.3.3", "https://github.com/advisories/GHSA-93vw-8fm5-p2jf" ], "uuid": "e661eed8-b87d-4f38-b231-6e3f22620513" } ] }, "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": "4.10.20", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:parseplatform:parse-server:*:*:*:*:*:node.js:*:*", "cpe_name": [], "versionEndExcluding": "5.3.3", "versionStartIncluding": "5.0.0", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-41879" }, "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. In versions prior to 5.3.3 or 4.10.20, a compromised Parse Server Cloud Code Webhook target endpoint allows an attacker to use prototype pollution to bypass the Parse Server `requestKeywordDenylist` option. This issue has been patched in versions 5.3.3 and 4.10.20. 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-93vw-8fm5-p2jf", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://github.com/parse-community/parse-server/security/advisories/GHSA-93vw-8fm5-p2jf" } ] } }, "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-15T19:50Z", "publishedDate": "2022-11-10T21: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.
- 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…