diff --git a/advisories/unreviewed/2025/02/GHSA-76p7-773f-r4q5/GHSA-76p7-773f-r4q5.json b/advisories/github-reviewed/2025/02/GHSA-76p7-773f-r4q5/GHSA-76p7-773f-r4q5.json similarity index 70% rename from advisories/unreviewed/2025/02/GHSA-76p7-773f-r4q5/GHSA-76p7-773f-r4q5.json rename to advisories/github-reviewed/2025/02/GHSA-76p7-773f-r4q5/GHSA-76p7-773f-r4q5.json index 40c296b31a1..8a967e1c762 100644 --- a/advisories/unreviewed/2025/02/GHSA-76p7-773f-r4q5/GHSA-76p7-773f-r4q5.json +++ b/advisories/github-reviewed/2025/02/GHSA-76p7-773f-r4q5/GHSA-76p7-773f-r4q5.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-76p7-773f-r4q5", - "modified": "2025-02-10T18:30:47Z", + "modified": "2025-02-10T21:19:59Z", "published": "2025-02-10T18:30:47Z", "aliases": [ "CVE-2024-11831" ], + "summary": "Cross-site Scripting (XSS) in serialize-javascript", "details": "A flaw was found in npm-serialize-javascript. The vulnerability occurs because the serialize-javascript module does not properly sanitize certain inputs, such as regex or other JavaScript object types, allowing an attacker to inject malicious code. This code could be executed when deserialized by a web browser, causing Cross-site scripting (XSS) attacks. This issue is critical in environments where serialized data is sent to web clients, potentially compromising the security of the website or web application using this package.", "severity": [ { @@ -13,7 +14,27 @@ "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "serialize-javascript" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "6.0.2" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", @@ -34,6 +55,10 @@ { "type": "WEB", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2312579" + }, + { + "type": "PACKAGE", + "url": "https://github.com/yahoo/serialize-javascript" } ], "database_specific": { @@ -41,8 +66,8 @@ "CWE-79" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-02-10T21:19:59Z", "nvd_published_at": "2025-02-10T16:15:37Z" } } \ No newline at end of file