ghsa-pch5-whg9-qr2r
Vulnerability from github
Published
2021-03-29 21:32
Modified
2023-09-08 20:25
Severity ?
Summary
netmask npm package mishandles octal input data
Details
The netmask package before 2.0.1 for Node.js mishandles certain unexpected characters in an IP address string, such as an octal digit of 9. This (in some situations) allows attackers to bypass access control that is based on IP addresses. NOTE: this issue exists because of an incomplete fix for CVE-2021-28918.
{ "affected": [ { "package": { "ecosystem": "npm", "name": "netmask" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "2.0.1" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2021-29418" ], "database_specific": { "cwe_ids": [ "CWE-20" ], "github_reviewed": true, "github_reviewed_at": "2021-03-29T21:31:24Z", "nvd_published_at": "2021-03-30T07:15:00Z", "severity": "MODERATE" }, "details": "The netmask package before 2.0.1 for Node.js mishandles certain unexpected characters in an IP address string, such as an octal digit of 9. This (in some situations) allows attackers to bypass access control that is based on IP addresses. NOTE: this issue exists because of an incomplete fix for CVE-2021-28918.", "id": "GHSA-pch5-whg9-qr2r", "modified": "2023-09-08T20:25:35Z", "published": "2021-03-29T21:32:05Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-29418" }, { "type": "WEB", "url": "https://github.com/rs/node-netmask/commit/3f19a056c4eb808ea4a29f234274c67bc5a848f4" }, { "type": "WEB", "url": "https://security.netapp.com/advisory/ntap-20210604-0001" }, { "type": "WEB", "url": "https://sick.codes/sick-2021-011" }, { "type": "WEB", "url": "https://sick.codes/universal-netmask-npm-package-used-by-270000-projects-vulnerable-to-octal-input-data-server-side-request-forgery-remote-file-inclusion-local-file-inclusion-and-more-cve-2021-28918" }, { "type": "WEB", "url": "https://vuln.ryotak.me/advisories/6" }, { "type": "WEB", "url": "https://www.npmjs.com/package/netmask" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N", "type": "CVSS_V3" } ], "summary": "netmask npm package mishandles octal input data" }
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.