CVE-2024-45339

high

Description

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.

References

https://pkg.go.dev/vuln/GO-2025-3372

https://owasp.org/www-community/vulnerabilities/Insecure_Temporary_File

https://lists.debian.org/debian-lts-announce/2025/02/msg00019.html

https://groups.google.com/g/golang-announce/c/H-Q4ouHWyKs

https://github.com/golang/glog/pull/74/commits/b8741656e406e66d6992bc2c9575e460ecaa0ec2

https://github.com/golang/glog/pull/74

Details

Source: Mitre, NVD

Published: 2025-01-28

Updated: 2025-02-17

Risk Information

CVSS v2

Base Score: 6.2

Vector: CVSS2#AV:L/AC:L/Au:S/C:N/I:C/A:C

Severity: Medium

CVSS v3

Base Score: 7.1

Vector: CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N

Severity: High