mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish Advisories
GHSA-grv7-fg5c-xmjg GHSA-wgrm-67xf-hhpq
This commit is contained in:
+27
-4
@@ -1,11 +1,12 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-grv7-fg5c-xmjg",
|
||||
"modified": "2024-05-22T12:32:25Z",
|
||||
"modified": "2024-06-10T20:17:26Z",
|
||||
"published": "2024-05-14T18:30:54Z",
|
||||
"aliases": [
|
||||
"CVE-2024-4068"
|
||||
],
|
||||
"summary": "Uncontrolled resource consumption in braces",
|
||||
"details": "The NPM package `braces` fails to limit the number of characters it can handle, which could lead to Memory Exhaustion. In `lib/parse.js,` if a malicious user sends \"imbalanced braces\" as input, the parsing will enter a loop, which will cause the program to start allocating heap memory without freeing it at any moment of the loop. Eventually, the JavaScript heap limit is reached, and the program will crash.\n",
|
||||
"severity": [
|
||||
{
|
||||
@@ -14,7 +15,25 @@
|
||||
}
|
||||
],
|
||||
"affected": [
|
||||
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "npm",
|
||||
"name": "braces"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "0"
|
||||
},
|
||||
{
|
||||
"fixed": "3.0.3"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
@@ -41,6 +60,10 @@
|
||||
"type": "WEB",
|
||||
"url": "https://devhub.checkmarx.com/cve-details/CVE-2024-4068"
|
||||
},
|
||||
{
|
||||
"type": "PACKAGE",
|
||||
"url": "https://github.com/micromatch/braces"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/micromatch/braces/blob/98414f9f1fabe021736e26836d8306d5de747e0d/lib/parse.js#L308"
|
||||
@@ -51,8 +74,8 @@
|
||||
"CWE-1050"
|
||||
],
|
||||
"severity": "HIGH",
|
||||
"github_reviewed": false,
|
||||
"github_reviewed_at": null,
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2024-06-10T20:17:26Z",
|
||||
"nvd_published_at": "2024-05-14T15:42:48Z"
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-wgrm-67xf-hhpq",
|
||||
"modified": "2024-05-07T10:25:08Z",
|
||||
"modified": "2024-06-10T20:18:18Z",
|
||||
"published": "2024-05-07T10:25:08Z",
|
||||
"aliases": [
|
||||
"CVE-2024-4367"
|
||||
@@ -40,6 +40,10 @@
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/mozilla/pdf.js/security/advisories/GHSA-wgrm-67xf-hhpq"
|
||||
},
|
||||
{
|
||||
"type": "ADVISORY",
|
||||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-4367"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/mozilla/pdf.js/pull/18015"
|
||||
@@ -55,6 +59,26 @@
|
||||
{
|
||||
"type": "PACKAGE",
|
||||
"url": "https://github.com/mozilla/pdf.js"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://lists.debian.org/debian-lts-announce/2024/05/msg00010.html"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://lists.debian.org/debian-lts-announce/2024/05/msg00012.html"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://www.mozilla.org/security/advisories/mfsa2024-21"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://www.mozilla.org/security/advisories/mfsa2024-22"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://www.mozilla.org/security/advisories/mfsa2024-23"
|
||||
}
|
||||
],
|
||||
"database_specific": {
|
||||
@@ -64,6 +88,6 @@
|
||||
"severity": "HIGH",
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2024-05-07T10:25:08Z",
|
||||
"nvd_published_at": null
|
||||
"nvd_published_at": "2024-05-14T18:15:12Z"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user