Skip to content

Commit e3bb177

Browse files
1 parent 71e230c commit e3bb177

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

advisories/github-reviewed/2022/02/GHSA-8v38-pw62-9cw2/GHSA-8v38-pw62-9cw2.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-8v38-pw62-9cw2",
4-
"modified": "2023-09-11T22:51:42Z",
4+
"modified": "2025-12-20T03:15:43Z",
55
"published": "2022-02-18T00:00:33Z",
66
"aliases": [
77
"CVE-2022-0639"
88
],
99
"summary": "url-parse Incorrectly parses URLs that include an '@'",
10-
"details": "A specially crafted URL with an '@' sign but empty user info and no hostname, when parsed with url-parse, url-parse will return the incorrect href. In particular,\n\n```js\nparse(\\\"http://@/127.0.0.1\\\")\n```\nWill return:\n```yaml\n{\n slashes: true,\n protocol: 'http:',\n hash: '',\n query: '',\n pathname: '/127.0.0.1',\n auth: '',\n host: '',\n port: '',\n hostname: '',\n password: '',\n username: '',\n origin: 'null',\n href: 'http:///127.0.0.1'\n }\n```\nIf the 'hostname' or 'origin' attributes of the output from url-parse are used in security decisions and the final 'href' attribute of the output is then used to make a request, the decision may be incorrect.\n",
10+
"details": "A specially crafted URL with an '@' sign but empty user info and no hostname, when parsed with url-parse, url-parse will return the incorrect href. In particular,\n\n```js\nparse(\\\"http://@/127.0.0.1\\\")\n```\nWill return:\n```yaml\n{\n slashes: true,\n protocol: 'http:',\n hash: '',\n query: '',\n pathname: '/127.0.0.1',\n auth: '',\n host: '',\n port: '',\n hostname: '',\n password: '',\n username: '',\n origin: 'null',\n href: 'http:///127.0.0.1'\n }\n```\nIf the 'hostname' or 'origin' attributes of the output from url-parse are used in security decisions and the final 'href' attribute of the output is then used to make a request, the decision may be incorrect.",
1111
"severity": [
1212
{
1313
"type": "CVSS_V3",
@@ -55,6 +55,10 @@
5555
{
5656
"type": "WEB",
5757
"url": "https://lists.debian.org/debian-lts-announce/2023/02/msg00030.html"
58+
},
59+
{
60+
"type": "WEB",
61+
"url": "https://lists.debian.org/debian-lts-announce/2025/12/msg00024.html"
5862
}
5963
],
6064
"database_specific": {

advisories/github-reviewed/2025/07/GHSA-4vq8-7jfc-9cvp/GHSA-4vq8-7jfc-9cvp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-4vq8-7jfc-9cvp",
4-
"modified": "2025-08-14T19:36:09Z",
4+
"modified": "2025-12-20T03:14:48Z",
55
"published": "2025-07-29T19:56:25Z",
66
"aliases": [
77
"CVE-2025-54410"

0 commit comments

Comments
 (0)