-
Vulnerability
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
-
False
-
-
False
-
None
-
None
-
-
-
-
CVEORG
-
CVE-2024-45339
-
7.1 CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
-
CWE-59
-
ocp-vulnerability/vuln4shift-backend
-
github.com/golang/glog
-
False
-
Important
Security Tracking Issue
Do not make this issue public.
Flaw:
Vulnerability when creating log files in github.com/golang/glog
https://bugzilla.redhat.com/show_bug.cgi?id=2342463
When logs are written to a widely-writable directory (the default), an unprivileged attacker may predict a privileged process's log file path and pre-create a symbolic link to a sensitive file in its place. When that privileged process runs, it will follow the planted symlink and overwrite that sensitive file. To fix that, glog now causes the program to exit (with status code 2) when it finds that the configured log file already exists.
~~~
- links to
(1 links to)