gsd-2017-16137
Vulnerability from gsd
Modified
2023-12-13 01:21
Details
The debug module is vulnerable to regular expression denial of service when untrusted user input is passed into the o formatter. It takes around 50k characters to block for 2 seconds making this a low severity issue.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2017-16137", "description": "The debug module is vulnerable to regular expression denial of service when untrusted user input is passed into the o formatter. It takes around 50k characters to block for 2 seconds making this a low severity issue.", "id": "GSD-2017-16137", "references": [ "https://www.suse.com/security/cve/CVE-2017-16137.html", "https://access.redhat.com/errata/RHSA-2021:3917" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2017-16137" ], "details": "The debug module is vulnerable to regular expression denial of service when untrusted user input is passed into the o formatter. It takes around 50k characters to block for 2 seconds making this a low severity issue.", "id": "GSD-2017-16137", "modified": "2023-12-13T01:21:00.447588Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "support@hackerone.com", "DATE_PUBLIC": "2018-04-26T00:00:00", "ID": "CVE-2017-16137", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "debug node module", "version": { "version_data": [ { "version_value": "\u003c= 2.6.8 || \u003e= 3.0.0 \u003c= 3.0.1" } ] } } ] }, "vendor_name": "HackerOne" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "The debug module is vulnerable to regular expression denial of service when untrusted user input is passed into the o formatter. It takes around 50k characters to block for 2 seconds making this a low severity issue." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "Denial of Service (CWE-400)" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/visionmedia/debug/pull/504", "refsource": "MISC", "url": "https://github.com/visionmedia/debug/pull/504" }, { "name": "https://github.com/visionmedia/debug/issues/501", "refsource": "MISC", "url": "https://github.com/visionmedia/debug/issues/501" }, { "name": "https://nodesecurity.io/advisories/534", "refsource": "MISC", "url": "https://nodesecurity.io/advisories/534" }, { "name": "[netbeans-commits] 20200429 [jira] [Created] (NETBEANS-4280) cleanup potential security breaches", "refsource": "MLIST", "url": "https://lists.apache.org/thread.html/r8ba4c628fba7181af58817d452119481adce4ba92e889c643e4c7dd3@%3Ccommits.netbeans.apache.org%3E" }, { "name": "[netbeans-notifications] 20200429 [GitHub] [netbeans] BradWalker opened a new pull request #2110: [NETBEANS-4280] - cleanup potential security breaches", "refsource": "MLIST", "url": "https://lists.apache.org/thread.html/rb5ac16fad337d1f3bb7079549f97d8166d0ef3082629417c39f12d63@%3Cnotifications.netbeans.apache.org%3E" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003e=2.0.0 \u003c2.6.9||\u003e=3.0.0 \u003c3.1.0", "affected_versions": "All versions starting from 2.0.0 before 2.6.9, all versions starting from 3.0.0 before 3.1.0", "cvss_v2": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "cvss_v3": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "cwe_ids": [ "CWE-1035", "CWE-400", "CWE-937" ], "date": "2019-10-09", "description": "The debug module is vulnerable to regular expression denial of service when untrusted user input is passed into the `o` formatter. It takes around k characters to block for 2 seconds making this a low severity issue.", "fixed_versions": [ "2.6.9", "3.1.0" ], "identifier": "CVE-2017-16137", "identifiers": [ "CVE-2017-16137" ], "not_impacted": "All versions before 2.0.0, all versions starting from 2.6.9 before 3.0.0, all versions starting from 3.1.0", "package_slug": "npm/debug", "pubdate": "2018-06-07", "solution": "Upgrade to versions 2.6.9, 3.1.0 or above.", "title": "Uncontrolled Resource Consumption", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2017-16137" ], "uuid": "90650124-5f0d-49bd-9819-a370df202231" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:debug_project:debug:*:*:*:*:*:node.js:*:*", "cpe_name": [], "versionEndExcluding": "3.1.0", "versionStartIncluding": "3.0.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:debug_project:debug:*:*:*:*:*:node.js:*:*", "cpe_name": [], "versionEndExcluding": "2.6.9", "versionStartIncluding": "2.0.0", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "cve-assignments@hackerone.com", "ID": "CVE-2017-16137" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "The debug module is vulnerable to regular expression denial of service when untrusted user input is passed into the o formatter. It takes around 50k characters to block for 2 seconds making this a low severity issue." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-400" } ] } ] }, "references": { "reference_data": [ { "name": "https://nodesecurity.io/advisories/534", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://nodesecurity.io/advisories/534" }, { "name": "https://github.com/visionmedia/debug/pull/504", "refsource": "MISC", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/visionmedia/debug/pull/504" }, { "name": "https://github.com/visionmedia/debug/issues/501", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://github.com/visionmedia/debug/issues/501" }, { "name": "[netbeans-commits] 20200429 [jira] [Created] (NETBEANS-4280) cleanup potential security breaches", "refsource": "MLIST", "tags": [], "url": "https://lists.apache.org/thread.html/r8ba4c628fba7181af58817d452119481adce4ba92e889c643e4c7dd3@%3Ccommits.netbeans.apache.org%3E" }, { "name": "[netbeans-notifications] 20200429 [GitHub] [netbeans] BradWalker opened a new pull request #2110: [NETBEANS-4280] - cleanup potential security breaches", "refsource": "MLIST", "tags": [], "url": "https://lists.apache.org/thread.html/rb5ac16fad337d1f3bb7079549f97d8166d0ef3082629417c39f12d63@%3Cnotifications.netbeans.apache.org%3E" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": true, "cvssV2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 5.0, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L", "version": "3.0" }, "exploitabilityScore": 3.9, "impactScore": 1.4 } }, "lastModifiedDate": "2019-10-09T23:24Z", "publishedDate": "2018-06-07T02:29Z" } } }
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.