mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish GHSA-vwhg-jwr4-vxgg
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user