Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

skupper-service-controller/site-controller/config-sync:1.8.3 contains CVE-2024-45339 #1948

Open
kevinwangcn opened this issue Feb 7, 2025 · 0 comments

Comments

@kevinwangcn
Copy link

Describe the bug
CVE-2024-45339 is reported for the following images:
config-sync:1.8.3
site-controller:1.8.3
service-controller:1.8.3

https://osv.dev/vulnerability/GHSA-6wxm-mpqj-6jpf

Issue Summary
Insecure Temporary File usage in github.com/golang/glog

Issue Details
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.

How To Reproduce
Image scan via TwistLock

Expected behavior
Update the glog module from v1.1.0 to v1.2.4

Scan result

twistlock-scan-results-20250207-154539-N-UTC-69B2BCE8.results.csv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant