CVE-2026-33872: CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') in revelrylabs elixir-nodejs
elixir-nodejs provides an Elixir API for calling Node.js functions. A vulnerability in versions prior to 3.1.4 results in Cross-User Data Leakage or Information Disclosure due to a race condition in the worker protocol. The 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. In 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. This 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. The issue is fixed in v3.1.4.
AI Analysis
Technical Summary
The vulnerability identified as CVE-2026-33872 affects the elixir-nodejs library developed by revelrylabs, which provides an Elixir API to invoke Node.js functions. Versions prior to 3.1.4 suffer from a race condition (CWE-362) in the worker protocol responsible for handling request-response interactions. Specifically, the protocol lacks proper request-response correlation, meaning the worker does not verify that a response corresponds to the initiating request. Under conditions of high throughput, concurrency, or timeouts, this can cause the worker to return a stale or mismatched response from its buffer to an unrelated caller. Consequently, data belonging to one user (User A) may be inadvertently sent to another user (User B), resulting in unauthorized disclosure of sensitive information such as personally identifiable information (PII), authentication tokens, or private records. This flaw is particularly dangerous because the application may not detect or flag the error, instead delivering plausible but incorrect data, complicating detection and forensic analysis. The vulnerability has a CVSS 4.0 base score of 7.1 (high severity), reflecting its network attack vector, low attack complexity, no privileges or user interaction required, and high impact on confidentiality. No known exploits are currently reported in the wild. The issue is resolved in elixir-nodejs version 3.1.4 by implementing proper synchronization and request-response correlation in the worker protocol to ensure responses are correctly matched to their originating requests.
Potential Impact
This vulnerability poses a significant risk to organizations using elixir-nodejs in environments processing sensitive or private data. The unauthorized disclosure of confidential information such as PII, authentication tokens, or private records can lead to privacy violations, regulatory non-compliance (e.g., GDPR, HIPAA), reputational damage, and potential financial penalties. Because the flaw can cause data leakage silently without triggering errors, it complicates detection and incident response efforts. High-throughput or concurrent systems are especially vulnerable, increasing the likelihood of exposure in production environments. Attackers do not need to authenticate or interact with users to exploit this issue, enabling remote exploitation over the network. Although no exploits are currently known, the presence of a public CVE and high severity score increases the risk of future exploitation attempts. Organizations relying on elixir-nodejs for critical or sensitive applications must consider this vulnerability a serious threat to confidentiality and data integrity.
Mitigation Recommendations
Organizations should immediately upgrade all deployments of elixir-nodejs to version 3.1.4 or later, where the vulnerability is fixed. Until upgrading, consider implementing strict request-response correlation at the application layer to detect and reject stale or mismatched responses. Employ runtime monitoring and logging to identify anomalous data leakage patterns or unexpected data returned to users. Limit concurrency and throughput where feasible to reduce the likelihood of race conditions triggering. Conduct thorough code reviews and testing of any custom integrations using elixir-nodejs to ensure proper synchronization and data isolation. Additionally, apply network segmentation and access controls to restrict exposure of services using this library. Finally, maintain an incident response plan that includes procedures for investigating potential data leakage incidents stemming from this vulnerability.
Affected Countries
United States, Germany, United Kingdom, France, Canada, Australia, Netherlands, India, Japan, South Korea
CVE-2026-33872: CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') in revelrylabs elixir-nodejs
Description
elixir-nodejs provides an Elixir API for calling Node.js functions. A vulnerability in versions prior to 3.1.4 results in Cross-User Data Leakage or Information Disclosure due to a race condition in the worker protocol. The 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. In 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. This 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. The issue is fixed in v3.1.4.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The vulnerability identified as CVE-2026-33872 affects the elixir-nodejs library developed by revelrylabs, which provides an Elixir API to invoke Node.js functions. Versions prior to 3.1.4 suffer from a race condition (CWE-362) in the worker protocol responsible for handling request-response interactions. Specifically, the protocol lacks proper request-response correlation, meaning the worker does not verify that a response corresponds to the initiating request. Under conditions of high throughput, concurrency, or timeouts, this can cause the worker to return a stale or mismatched response from its buffer to an unrelated caller. Consequently, data belonging to one user (User A) may be inadvertently sent to another user (User B), resulting in unauthorized disclosure of sensitive information such as personally identifiable information (PII), authentication tokens, or private records. This flaw is particularly dangerous because the application may not detect or flag the error, instead delivering plausible but incorrect data, complicating detection and forensic analysis. The vulnerability has a CVSS 4.0 base score of 7.1 (high severity), reflecting its network attack vector, low attack complexity, no privileges or user interaction required, and high impact on confidentiality. No known exploits are currently reported in the wild. The issue is resolved in elixir-nodejs version 3.1.4 by implementing proper synchronization and request-response correlation in the worker protocol to ensure responses are correctly matched to their originating requests.
Potential Impact
This vulnerability poses a significant risk to organizations using elixir-nodejs in environments processing sensitive or private data. The unauthorized disclosure of confidential information such as PII, authentication tokens, or private records can lead to privacy violations, regulatory non-compliance (e.g., GDPR, HIPAA), reputational damage, and potential financial penalties. Because the flaw can cause data leakage silently without triggering errors, it complicates detection and incident response efforts. High-throughput or concurrent systems are especially vulnerable, increasing the likelihood of exposure in production environments. Attackers do not need to authenticate or interact with users to exploit this issue, enabling remote exploitation over the network. Although no exploits are currently known, the presence of a public CVE and high severity score increases the risk of future exploitation attempts. Organizations relying on elixir-nodejs for critical or sensitive applications must consider this vulnerability a serious threat to confidentiality and data integrity.
Mitigation Recommendations
Organizations should immediately upgrade all deployments of elixir-nodejs to version 3.1.4 or later, where the vulnerability is fixed. Until upgrading, consider implementing strict request-response correlation at the application layer to detect and reject stale or mismatched responses. Employ runtime monitoring and logging to identify anomalous data leakage patterns or unexpected data returned to users. Limit concurrency and throughput where feasible to reduce the likelihood of race conditions triggering. Conduct thorough code reviews and testing of any custom integrations using elixir-nodejs to ensure proper synchronization and data isolation. Additionally, apply network segmentation and access controls to restrict exposure of services using this library. Finally, maintain an incident response plan that includes procedures for investigating potential data leakage incidents stemming from this vulnerability.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-03-24T15:10:05.679Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 69c6e53a3c064ed76fede072
Added to database: 3/27/2026, 8:14:50 PM
Last enriched: 3/27/2026, 8:31:16 PM
Last updated: 3/27/2026, 11:40:16 PM
Views: 7
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.