Skip to content

Commit 6bf2cde

Browse files
1 parent 0c2bf53 commit 6bf2cde

1 file changed

Lines changed: 69 additions & 0 deletions

File tree

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-rwcr-rpcc-3g9m",
4+
"modified": "2026-03-26T18:23:01Z",
5+
"published": "2026-03-26T18:23:01Z",
6+
"aliases": [
7+
"CVE-2026-33872"
8+
],
9+
"summary": "Ielixir-nodejs has Cross-User Data Leakage or Information Disclosure due to Worker Protocol Race Condition",
10+
"details": "### Impact\n\nThis vulnerability results in Cross-User Data Leakage or Information Disclosure due to a race condition in the worker protocol.\n\nThe lack of request-response correlation creates a \"stale response\" vulnerability. Because the worker does not verify which request a response belongs to, it may return the next available data in the buffer to an unrelated caller.\n\nIn high-throughput environments where the library processes sensitive user data (e.g., PII, authentication tokens, or private records), a timeout or high concurrent load can cause Data A (belonging to User A) to be returned to User B.\n\nThis may lead to unauthorized information disclosure that is difficult to trace, as the application may not throw an error but instead provide \"valid-looking\" yet entirely incorrect and private data to the wrong session.\n\n### Patches\n\nfixed in v3.1.4\n\n### Resources\nhttps://github.com/revelrylabs/elixir-nodejs/issues/100\n\nhttps://github.com/revelrylabs/elixir-nodejs/pull/105",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Hex",
21+
"name": "nodejs"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "3.1.4"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/revelrylabs/elixir-nodejs/security/advisories/GHSA-rwcr-rpcc-3g9m"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/revelrylabs/elixir-nodejs/issues/100"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/revelrylabs/elixir-nodejs/pull/105"
50+
},
51+
{
52+
"type": "PACKAGE",
53+
"url": "https://github.com/revelrylabs/elixir-nodejs"
54+
},
55+
{
56+
"type": "WEB",
57+
"url": "https://github.com/revelrylabs/elixir-nodejs/releases/tag/v3.1.4"
58+
}
59+
],
60+
"database_specific": {
61+
"cwe_ids": [
62+
"CWE-362"
63+
],
64+
"severity": "HIGH",
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2026-03-26T18:23:01Z",
67+
"nvd_published_at": null
68+
}
69+
}

0 commit comments

Comments
 (0)