CWE-214Base

Invocation of Process Using Visible Sensitive Information

Incomplete in the CWE catalog · 30 CVEs mapped

30
CVEs mapped
5.5
Median CVSS
What it is

A process is invoked with sensitive command-line arguments, environment variables, or other elements that can be seen by other processes on the operating system.

Recent examples
6.2cvss
CVE-2026-81684

CVE-2026-81684 - MEDIUM Severity Vulnerability

In openssl_encrypt (pip package openssl-encrypt) versions <= 1.4.8, the desktop GUI passes the steganography password to the CLI child process on the command line via the --stego-password argument (on both encrypt and decrypt paths) instead of via an environment variable as done for the main password. Any local user can read the steganography password from /proc/<pid>/cmdline for the lifetime of the subprocess. Fixed in 1.4.9.

MEDIUMno explanation yet
0%
epss
5.5cvss
CVE-2026-80158

CVE-2026-80158 - MEDIUM Severity Vulnerability

A flaw was found in the ipa_getkeytab module of the community.general Ansible collection. The module's bind_pw parameter, used to supply the LDAP simple-bind password when retrieving a Kerberos keytab, is not declared with no_log, unlike the sibling password parameter in the same module. As a consequence, the supplied IPA/LDAP bind password is recorded in cleartext in the managed host's system journal/syslog (the module's "Invoked with" record), is included in the module's return values and verbose (-v) output, and is displayed in Automation Controller / AWX job output. The password is additionally passed on the command line to the ipa-getkeytab helper (as --bindpw <value>), exposing it in the process list to local users while the command runs. An attacker able to read these logs, job output, or the process table can obtain the directory bind credential, potentially compromising the accounts and objects that credential can access.

MEDIUMno explanation yet
0%
epss
5.5cvss
CVE-2026-65088

CVE-2026-65088 - MEDIUM Severity Vulnerability

NVIDIA NemoClaw contains a vulnerability where an attacker could cause invocation of process using visible sensitive information. A successful exploit of this vulnerability might lead to information disclosure.

MEDIUMno explanation yet
0%
epss
The record
Technical detail
CWE ID
CWE-214
Abstraction
Base
Structure
Simple
Status
Incomplete