Skip to content

Commit 9059254

Browse files
1 parent cd0befe commit 9059254

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

advisories/github-reviewed/2025/09/GHSA-qm9p-f9j5-w83w/GHSA-qm9p-f9j5-w83w.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-qm9p-f9j5-w83w",
4-
"modified": "2026-01-29T02:37:59Z",
4+
"modified": "2026-04-13T18:49:40Z",
55
"published": "2025-09-17T21:30:42Z",
66
"aliases": [
77
"CVE-2025-56648"
88
],
99
"summary": "Parcel has an Origin Validation Error vulnerability",
10-
"details": "parcel versions 1.6.1 and above have an Origin Validation Error vulnerability. Malicious websites can send XMLHTTPRequests to the application's development server and read the response to steal source code when developers visit them.",
10+
"details": "parcel versions 1.6.1 and above have an Origin Validation Error vulnerability. Malicious websites can send XMLHTTPRequests to the application's development server and read the response to steal source code when developers visit them. Version 2.16.4 supports a `--no-cors` option which disables CORS headers in the dev server.",
1111
"severity": [
1212
{
1313
"type": "CVSS_V3",
@@ -28,11 +28,14 @@
2828
"introduced": "1.6.1"
2929
},
3030
{
31-
"last_affected": "2.16.3"
31+
"fixed": "2.16.4"
3232
}
3333
]
3434
}
35-
]
35+
],
36+
"database_specific": {
37+
"last_known_affected_version_range": "<= 2.16.3"
38+
}
3639
}
3740
],
3841
"references": [
@@ -52,6 +55,10 @@
5255
"type": "WEB",
5356
"url": "https://github.com/parcel-bundler/parcel/commit/4bc56e3242a85491c7edf589966e9b44c6330c49"
5457
},
58+
{
59+
"type": "WEB",
60+
"url": "https://github.com/parcel-bundler/parcel/commit/9e2f6f1377123cff3b82f6dde4e20336efc846a1"
61+
},
5562
{
5663
"type": "WEB",
5764
"url": "https://gist.github.com/R4356th/41f468def606b2406e36f7193f5322b8"

0 commit comments

Comments
 (0)