ghsa-g694-m8vq-gv9h
Vulnerability from github
Published
2022-04-05 00:00
Modified
2022-04-15 02:53
Severity ?
Summary
URL Confusion When Scheme Not Supplied in medialize/uri.js
Details
Medialize is a Javascript URL mutation library. When parsing a URL without a scheme and with excessive slashes, like ///www.example.com, URI.js will parse the hostname as null and the path as /www.example.com. Such behaviour is different from that exhibited by browsers, which will parse ///www.example.com as http://www.example.com instead. For example, the following will cause a redirect to http://www.example.com: A fix was released in version 1.19.11.
{ "affected": [ { "package": { "ecosystem": "npm", "name": "urijs" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.19.11" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2022-1233" ], "database_specific": { "cwe_ids": [ "CWE-115", "CWE-601" ], "github_reviewed": true, "github_reviewed_at": "2022-04-05T18:34:38Z", "nvd_published_at": "2022-04-04T20:15:00Z", "severity": "MODERATE" }, "details": "Medialize is a Javascript URL mutation library. When parsing a URL without a scheme and with excessive slashes, like ///www.example.com, URI.js will parse the hostname as null and the path as /www.example.com. Such behaviour is different from that exhibited by browsers, which will parse ///www.example.com as http://www.example.com instead. For example, the following will cause a redirect to http://www.example.com: A fix was released in version 1.19.11.", "id": "GHSA-g694-m8vq-gv9h", "modified": "2022-04-15T02:53:33Z", "published": "2022-04-05T00:00:17Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1233" }, { "type": "WEB", "url": "https://github.com/medialize/uri.js/commit/88805fd3da03bd7a5e60947adb49d182011f1277" }, { "type": "PACKAGE", "url": "https://github.com/medialize/uri.js" }, { "type": "WEB", "url": "https://huntr.dev/bounties/228d5548-1109-49f8-8aee-91038e88371c" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "type": "CVSS_V3" } ], "summary": "URL Confusion When Scheme Not Supplied in medialize/uri.js" }
Loading...
Loading...
- 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.