Skip to content

Commit 9aa36d9

Browse files
1 parent 5797021 commit 9aa36d9

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

advisories/github-reviewed/2025/09/GHSA-9965-vmph-33xx/GHSA-9965-vmph-33xx.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-9965-vmph-33xx",
4-
"modified": "2025-10-13T20:08:58Z",
4+
"modified": "2025-10-27T12:53:01Z",
55
"published": "2025-09-30T18:30:25Z",
66
"aliases": [
77
"CVE-2025-56200"
88
],
99
"summary": "validator.js has a URL validation bypass vulnerability in its isURL function",
10-
"details": "A URL validation bypass vulnerability exists in validator.js through version 13.15.15. The isURL() function uses '://' as a delimiter to parse protocols, while browsers use ':' as the delimiter. This parsing difference allows attackers to bypass protocol and domain validation by crafting URLs leading to XSS and Open Redirect attacks.",
10+
"details": "A URL validation bypass vulnerability exists in validator.js prior to version 13.15.20. The isURL() function uses '://' as a delimiter to parse protocols, while browsers use ':' as the delimiter. This parsing difference allows attackers to bypass protocol and domain validation by crafting URLs leading to XSS and Open Redirect attacks.",
1111
"severity": [
1212
{
1313
"type": "CVSS_V3",
@@ -28,7 +28,7 @@
2828
"introduced": "0"
2929
},
3030
{
31-
"last_affected": "13.15.15"
31+
"fixed": "13.15.20"
3232
}
3333
]
3434
}
@@ -44,6 +44,14 @@
4444
"type": "WEB",
4545
"url": "https://github.com/validatorjs/validator.js/issues/2600"
4646
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/validatorjs/validator.js/pull/2608"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://github.com/validatorjs/validator.js/commit/cbef5088f02d36caf978f378bb845fe49bdc0809"
54+
},
4755
{
4856
"type": "WEB",
4957
"url": "https://gist.github.com/junan-98/27ae092aa40e2a057d41a0f95148f666"
@@ -56,6 +64,10 @@
5664
"type": "PACKAGE",
5765
"url": "https://github.com/validatorjs/validator.js"
5866
},
67+
{
68+
"type": "WEB",
69+
"url": "https://github.com/validatorjs/validator.js/releases/tag/13.15.20"
70+
},
5971
{
6072
"type": "WEB",
6173
"url": "http://validatorjs.com"

0 commit comments

Comments
 (0)