mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-13 10:04:45 +02:00
18 lines
844 B
Markdown
18 lines
844 B
Markdown
### [CVE-2014-9680](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-9680)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
sudo before 1.8.12 does not ensure that the TZ environment variable is associated with a zoneinfo file, which allows local users to open arbitrary files for read access (but not view file contents) by running a program within an sudo session, as demonstrated by interfering with terminal output, discarding kernel-log messages, or repositioning tape drives.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://openwall.com/lists/oss-security/2014/10/15/24
|
|
|
|
#### Github
|
|
- https://github.com/perlun/sudo-1.8.3p1-patched
|
|
|