From 0b444284b533e48eb7d86a0c4f3654b316981fe8 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 18:07:59 +0000 Subject: [PATCH] Publish GHSA-vwhg-jwr4-vxgg --- .../GHSA-vwhg-jwr4-vxgg.json | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 advisories/github-reviewed/2024/08/GHSA-vwhg-jwr4-vxgg/GHSA-vwhg-jwr4-vxgg.json diff --git a/advisories/github-reviewed/2024/08/GHSA-vwhg-jwr4-vxgg/GHSA-vwhg-jwr4-vxgg.json b/advisories/github-reviewed/2024/08/GHSA-vwhg-jwr4-vxgg/GHSA-vwhg-jwr4-vxgg.json new file mode 100644 index 00000000000..6a95a6689cc --- /dev/null +++ b/advisories/github-reviewed/2024/08/GHSA-vwhg-jwr4-vxgg/GHSA-vwhg-jwr4-vxgg.json @@ -0,0 +1,54 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-vwhg-jwr4-vxgg", + "modified": "2024-08-15T18:06:50Z", + "published": "2024-08-15T18:06:50Z", + "aliases": [ + "CVE-2024-43370" + ], + "summary": "gettext.js has a Cross-site Scripting injection ", + "details": "### Impact\nPossible vulnerability to XSS injection if .po dictionary definition files is corrupted\n\n### Patches\nUpdate gettext.js to 2.0.3\n\n### Workarounds\nMake sure you control the origin of the definition catalog to prevent the use of this flaw in the definition of plural forms.\n", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "gettext.js" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.0.3" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/guillaumepotier/gettext.js/security/advisories/GHSA-vwhg-jwr4-vxgg" + }, + { + "type": "PACKAGE", + "url": "https://github.com/guillaumepotier/gettext.js" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-08-15T18:06:50Z", + "nvd_published_at": null + } +} \ No newline at end of file