gsd-2022-25927
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
Versions of the package ua-parser-js from 0.7.30 and before 0.7.33, from 0.8.1 and before 1.0.33 are vulnerable to Regular Expression Denial of Service (ReDoS) via the trim() function.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2022-25927", "description": "Versions of the package ua-parser-js from 0.7.30 and before 0.7.33, from 0.8.1 and before 1.0.33 are vulnerable to Regular Expression Denial of Service (ReDoS) via the trim() function.", "id": "GSD-2022-25927" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2022-25927" ], "details": "Versions of the package ua-parser-js from 0.7.30 and before 0.7.33, from 0.8.1 and before 1.0.33 are vulnerable to Regular Expression Denial of Service (ReDoS) via the trim() function.", "id": "GSD-2022-25927", "modified": "2023-12-13T01:19:27.637811Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "report@snyk.io", "ID": "CVE-2022-25927", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "ua-parser-js", "version": { "version_data": [ { "version_affected": "=", "version_value": "0.7.30" }, { "version_affected": "=", "version_value": "0.8.1" } ] } } ] }, "vendor_name": "n/a" } ] } }, "credits": [ { "lang": "en", "value": "Beau Harder" } ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Versions of the package ua-parser-js from 0.7.30 and before 0.7.33, from 0.8.1 and before 1.0.33 are vulnerable to Regular Expression Denial of Service (ReDoS) via the trim() function." } ] }, "impact": { "cvss": [ { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P", "version": "3.1" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "cweId": "CWE-1333", "lang": "eng", "value": "Regular Expression Denial of Service (ReDoS)" } ] } ] }, "references": { "reference_data": [ { "name": "https://security.snyk.io/vuln/SNYK-JS-UAPARSERJS-3244450", "refsource": "MISC", "url": "https://security.snyk.io/vuln/SNYK-JS-UAPARSERJS-3244450" }, { "name": "https://github.com/faisalman/ua-parser-js/commit/a6140a17dd0300a35cfc9cff999545f267889411", "refsource": "MISC", "url": "https://github.com/faisalman/ua-parser-js/commit/a6140a17dd0300a35cfc9cff999545f267889411" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003e=0.7.30 \u003c0.7.33||\u003e=0.8.1 \u003c1.0.33", "affected_versions": "All versions starting from 0.7.30 before 0.7.33, all versions starting from 0.8.1 before 1.0.33", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "cwe_ids": [ "CWE-1035", "CWE-1333", "CWE-937" ], "date": "2023-02-02", "description": "Versions of the package ua-parser-js from 0.7.30 and before 0.7.33, from 0.8.1 and before 1.0.33 is vulnerable to Regular Expression Denial of Service (ReDoS) via the trim() function.", "fixed_versions": [ "0.7.33", "1.0.33" ], "identifier": "CVE-2022-25927", "identifiers": [ "CVE-2022-25927", "GHSA-fhg7-m89q-25r3", "GMS-2023-120" ], "not_impacted": "All versions before 0.7.30, all versions starting from 0.7.33 before 0.8.1, all versions starting from 1.0.33", "package_slug": "npm/ua-parser-js", "pubdate": "2023-01-26", "solution": "Upgrade to versions 0.7.33, 1.0.33 or above.", "title": "Inefficient Regular Expression Complexity", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2022-25927", "https://security.snyk.io/vuln/SNYK-JS-UAPARSERJS-3244450", "https://github.com/faisalman/ua-parser-js/commit/a6140a17dd0300a35cfc9cff999545f267889411", "https://github.com/faisalman/ua-parser-js/security/advisories/GHSA-fhg7-m89q-25r3", "https://github.com/advisories/GHSA-fhg7-m89q-25r3" ], "uuid": "70f9cf79-cd0b-4f8a-a3d1-983a349435c5" }, { "affected_range": "\u003c0", "affected_versions": "All versions before 0.7.33, all versions starting from 0.8.0 before 1.0.33", "cwe_ids": [ "CWE-1035", "CWE-937" ], "date": "2023-01-24", "description": "### Description:\nA regular expression denial of service (ReDoS) vulnerability has been discovered in `ua-parser-js`.\n\n### Impact:\nThis vulnerability bypass the library\u0027s `MAX_LENGTH` input limit prevention. By crafting a very-very-long user-agent string with specific pattern, an attacker can turn the script to get stuck processing for a very long time which results in a denial of service (DoS) condition.\n\n### Affected Versions:\nAll versions of the library prior to version `0.7.33` / `1.0.33`.\n\n### Patches:\nA patch has been released to remove the vulnerable regular expression, update to version `0.7.33` / `1.0.33` or later.\n\n### References:\n[Regular expression Denial of Service - ReDoS](https://owasp.org/www-community/attacks/Regular_expression_Denial_of_Service_-_ReDoS)\n\n### Credits:\nThanks to @Snyk who first reported the issue.", "fixed_versions": [ "0.7.33", "1.0.33" ], "identifier": "GMS-2023-120", "identifiers": [ "GHSA-fhg7-m89q-25r3", "GMS-2023-120", "CVE-2022-25927" ], "not_impacted": "All versions starting from 0.7.33 before 0.8.0, all versions starting from 1.0.33", "package_slug": "npm/ua-parser-js", "pubdate": "2023-01-24", "solution": "Upgrade to versions 0.7.33, 1.0.33 or above.", "title": "Duplicate of ./npm/ua-parser-js/CVE-2022-25927.yml", "urls": [ "https://github.com/faisalman/ua-parser-js/security/advisories/GHSA-fhg7-m89q-25r3", "https://github.com/faisalman/ua-parser-js/commit/a6140a17dd0300a35cfc9cff999545f267889411", "https://github.com/advisories/GHSA-fhg7-m89q-25r3" ], "uuid": "854aa79f-e88b-4970-a538-fdd775c9d2f8" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:ua-parser-js_project:ua-parser-js:*:*:*:*:*:node.js:*:*", "cpe_name": [], "versionEndExcluding": "1.0.33", "versionStartIncluding": "0.8.1", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:ua-parser-js_project:ua-parser-js:*:*:*:*:*:node.js:*:*", "cpe_name": [], "versionEndExcluding": "0.7.33", "versionStartIncluding": "0.7.30", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "report@snyk.io", "ID": "CVE-2022-25927" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Versions of the package ua-parser-js from 0.7.30 and before 0.7.33, from 0.8.1 and before 1.0.33 are vulnerable to Regular Expression Denial of Service (ReDoS) via the trim() function." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-1333" } ] } ] }, "references": { "reference_data": [ { "name": "https://security.snyk.io/vuln/SNYK-JS-UAPARSERJS-3244450", "refsource": "MISC", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://security.snyk.io/vuln/SNYK-JS-UAPARSERJS-3244450" }, { "name": "https://github.com/faisalman/ua-parser-js/commit/a6140a17dd0300a35cfc9cff999545f267889411", "refsource": "MISC", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/faisalman/ua-parser-js/commit/a6140a17dd0300a35cfc9cff999545f267889411" } ] } }, "impact": { "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.6 } }, "lastModifiedDate": "2023-02-02T18:26Z", "publishedDate": "2023-01-26T21: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.