Home / Vulnerability Database / Delphi : Unsafe access to environment variables
Delphi

Delphi : Unsafe access to environment variables

Overview

Environment variables have a more global effect because they are visible to all descendants of the process which defines them. They can have subtly different semantics, such as case insensitivity, on different operating systems. For these reasons, environment variables are more likely to have unintended side effects. It is best to use system properties where possible. Environment variables should be used when a global effect is desired, or when an external system interface requires an environment variable (such as PATH).

LOW

DerScanner Severity Score

Do you want to fix Delphi : Unsafe access to environment variables in your application?

See also

Delphi

Delphi : Incorrect Raise call

Delphi

Delphi : Empty encryption key

Delphi

Delphi : Weak random number generator