|
|
|
|
|
by vertex-four
4277 days ago
|
|
> But I don't think this author knows how deeply the bug runs, either; the most recent way to exploit it is to export an environment variable of, say, ls to a bash function. If you can set arbitrary environment variables, you're pwned and have always been pwned. You can set all manner of interesting things, including LD_PRELOAD, to control the execution environment and potentially execute arbitrary code. EDIT: Putting random data in an environment variable where you pick the name should always be secure, though, which is an assumption that most of *nix makes. |
|