Home / Vulnerability Database / Kotlin : Unsafe access to environment variable values
Kotlin

Kotlin : Unsafe access to environment variable values

Overview

Because environment variables are visible to all children of the process that defines them, and not just to the immediate Java subprocess, they have the most global effect. They may have significantly different semantics on different operating systems, such as case insensitivity. For these reasons, environment variables are more likely to have unpredictable side effects that an attacker can exploit.

LOW

DerScanner Severity Score

Do you want to fix Kotlin : Unsafe access to environment variable values in your application?

See also

Kotlin

Kotlin : Missing required cryptographic step

Kotlin

Kotlin : Logging into system output

Kotlin

Kotlin : Call of notify() in synchronized block