Umbra Wiki weakness weakness/CWE-214
Back to wiki

CWE-214 — Invocation of Process Using Visible Sensitive Information

provenance: imported · CWE: CWE-214

CWE-214: Invocation of Process Using Visible Sensitive Information

MITRE CWE weakness

Kind Weakness
Abstraction Base
Status Incomplete
Likelihood of exploit

Description

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.

Many operating systems allow a user to list information about processes that are owned by other users. Other users could see information such as command line arguments or environment variable settings. When this data contains sensitive information such as credentials, it might allow other users to launch an attack against the product or related resources.

Common consequences

  • Confidentiality: Read Application Data

Mitigations

(none listed)

References

  • CWE page: https://cwe.mitre.org/data/definitions/214.html
  • CWE list: https://cwe.mitre.org/data/index.html