CVE-2026-75915
Received Received - Intake

Environment Variable Exposure in CodeWhale js_execution Tool

Vulnerability report for CVE-2026-75915, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-18

Last updated on: 2026-08-18

Assigner: VulnCheck

Description

CodeWhale versions before 0.8.64 contain an environment variable exposure vulnerability in the js_execution tool that fails to scrub parent process environment variables before spawning Node.js. Attackers can craft malicious JavaScript code executed by the tool to read process.env and leak API keys, cloud credentials, and authentication tokens back to the model context.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-18
Last Modified
2026-08-18
Generated
2026-09-08
AI Q&A
2026-08-18
EPSS Evaluated
2026-09-07
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
codewhale codewhale to 0.8.64 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-200 The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-75915 is a vulnerability in CodeWhale versions before 0.8.64 where the js_execution tool fails to remove sensitive environment variables from the parent process before running Node.js. This allows malicious JavaScript code to access process.env and leak secrets like API keys or cloud credentials to the model context.

Detection Guidance

Check CodeWhale version with npm list codewhale or cargo list --package codewhale-tui. If version is >= 0.8.41 and < 0.8.64, the system is vulnerable. Monitor logs for unexpected JavaScript execution or environment variable access attempts.

Impact Analysis

Attackers could exploit this to steal sensitive data such as API keys, cloud credentials, or authentication tokens. This could lead to unauthorized access to systems, data breaches, or further attacks using exposed credentials. The vulnerability is exploitable even in auto-approve mode without user interaction.

Compliance Impact

This vulnerability could lead to unauthorized exposure of personal or sensitive data, violating GDPR and HIPAA requirements for data protection. Organizations using affected versions may face compliance violations, legal penalties, and reputational damage due to data leaks.

Mitigation Strategies

Upgrade CodeWhale to version 0.8.64 or later using npm update codewhale or cargo update -p codewhale-tui. If upgrading is not possible, restrict access to the js_execution tool or disable it entirely until patched.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-75915. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart