Skip to content

Commit 6344228

Browse files
committed
1 parent 45c6ebb commit 6344228

1 file changed

Lines changed: 23 additions & 8 deletions

File tree

advisories/github-reviewed/2026/03/GHSA-vpq2-c234-7xj6/GHSA-vpq2-c234-7xj6.json

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,11 @@
77
"CVE-2026-3449"
88
],
99
"summary": "@tootallnate/once vulnerable to Incorrect Control Flow Scoping",
10-
"details": "Versions of the package @tootallnate/once before 3.0.1 are vulnerable to Incorrect Control Flow Scoping in promise resolving when AbortSignal option is used. The Promise remains in a permanently pending state after the signal is aborted, causing any await or .then() usage to hang indefinitely. This can cause a control-flow leak that can lead to stalled requests, blocked workers, or degraded application availability.",
10+
"details": "Affected versions of this package are vulnerable to Incorrect Control Flow Scoping in promise resolving when AbortSignal option is used. The Promise remains in a permanently pending state after the signal is aborted, causing any await or .then() usage to hang indefinitely. This can cause a control-flow leak that can lead to stalled requests, blocked workers, or degraded application availability.",
1111
"severity": [
12-
{
13-
"type": "CVSS_V3",
14-
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L"
15-
},
1612
{
1713
"type": "CVSS_V4",
18-
"score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P"
14+
"score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N"
1915
}
2016
],
2117
"affected": [
@@ -29,14 +25,33 @@
2925
"type": "ECOSYSTEM",
3026
"events": [
3127
{
32-
"introduced": "0"
28+
"introduced": "3.0.0"
3329
},
3430
{
3531
"fixed": "3.0.1"
3632
}
3733
]
3834
}
3935
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "npm",
40+
"name": "@tootallnate/once"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "0"
48+
},
49+
{
50+
"fixed": "2.0.1"
51+
}
52+
]
53+
}
54+
]
4055
}
4156
],
4257
"references": [
@@ -65,7 +80,7 @@
6580
"cwe_ids": [
6681
"CWE-705"
6782
],
68-
"severity": "LOW",
83+
"severity": "MODERATE",
6984
"github_reviewed": true,
7085
"github_reviewed_at": "2026-03-04T20:15:03Z",
7186
"nvd_published_at": "2026-03-03T05:17:25Z"

0 commit comments

Comments
 (0)