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

Current docker images are using a vulnerable glibc library ldd (Debian GLIBC 2.36-9+deb12u3) 2.36 with severe privilege escalation exploits #464

Open
vincejv opened this issue Feb 4, 2024 · 2 comments

Comments

@vincejv
Copy link

vincejv commented Feb 4, 2024

Describe the bug

To Reproduce

  1. Deploy tubesync docker
  2. Check glibc version with ldd --version
  3. Shows 'ldd (Debian GLIBC 2.36-9+deb12u3) 2.36'

Expected behavior
Security issue has been fixed on glibc 2.39, but backported to 2.36-9+deb12u4, 2.36-9+deb12u3 remains vulnerable, docker image should use the patched library 2.36-9+deb12u4

Error messages
n/a

Additional context
Flagged as HIGH: https://nvd.nist.gov/vuln/detail/CVE-2023-6246
https://www.kaspersky.com/blog/cve-2023-6246-glibc-vulnerability/50369/
https://thehackernews.com/2024/01/new-glibc-flaw-grants-attackers-root.html
https://www.bleepingcomputer.com/news/security/new-linux-glibc-flaw-lets-attackers-get-root-on-major-distros/
https://security-tracker.debian.org/tracker/CVE-2023-6246

Proposed fix
Rebuild the images with security updates from debian

@vincejv
Copy link
Author

vincejv commented Feb 4, 2024

Vulnerable images
sha256:381f526be6e3e64d2c0ab2e0acb008c82777bc5aa0c2ddd88e59c5687d2e5541

@meeb
Copy link
Owner

meeb commented Feb 5, 2024

Thanks for the issue. This will be automatically fixed in the next release. It's not super critical due to the very limited exposure of this particular issue in the container, but it'll obviously get fixed. Thanks!

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

2 participants