🌐
CVE Details
cvedetails.com › vulnerability-list › vendor_id-72 › product_id-767 › GNU-Glibc.html
GNU Glibc : Security vulnerabilities, CVEs
This issue occurs when the openlog function was not called, or called with the ident argument set to NULL, and the program name (the basename of argv[0]) is bigger than 1024 bytes, resulting in an application crash or local privilege escalation. This issue affects glibc 2.36 and newer. Source: Red Hat, Inc. ... A flaw was found in the GNU C Library.
🌐
GNU
gnu.org › software › hurd › open_issues › glibc.html
glibc
<pinotree> all of them <gnu_srs> ? <pinotree> - applications should not assume that because you have accept4 (which is not posix) then SOCK_CLOEXEC and SOCK_NONBLOCK (flags for it) are usable to socket and socketpair <pinotree> - glibc should (as the idea of my patch) handle implementations providing SOCK_* but not supporting them for socket/socketpair <pinotree> - finally the hurd part of glibc could implement them <gnu_srs> to conclude: should I send a bug report for dbus then? <gnu_srs> pinotree: yes or no? <pinotree> gnu_srs: *shrug* i wrote it above, so an *upstream* report (not a debian one) ... <gnu_srs> I've found another error code issue, now in glib2.0 (and dbus).
Discussions

The glibc 2.41 update has been causing problems for Linux gaming
Linux always had issues with legacy application and dependency hell. If glibc doesn't find a stable base for compatibility it will be hard to have a good anti cheat support or just native games. More on reddit.com
🌐 r/linux_gaming
96
132
February 14, 2025
update: glibc
Name: glibc CVEs: CVE-2026-0861, CVE-2026-0915, CVE-2025-15281 CVSSs: 8.4, 7.5, 7.5 Action Needed: CVE-2026-{0861,0915} : update to >= 2.41-r9 or >= 2.42-r4, CVE-2025-15281: update to >= 2.41-r10 or >= 2.42-r5 ... CVE-2026-0861: Passing too large an alignment to the memalign suite of functions (memalign, posix_memalign, aligned_alloc) in the GNU ... More on github.com
🌐 github.com
1
January 19, 2026
`glibc` version too damn high?
Describe the bug nu: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by nu) nu: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by nu) nu... More on github.com
🌐 github.com
12
November 29, 2022
linux - Problems discovering glibc version in C++ - Stack Overflow
This works perfectly for the best part, however, some of my users report that despite having a new glibc, the old glibc binary is actually run. I have investigated this and have discovered that double g_ver is equal to 2, not 2.34 as it should be. That is, the decimal part is missing. gnu_get_... More on stackoverflow.com
🌐 stackoverflow.com
🌐
GitHub
github.com › wasp-lang › wasp › issues › 2705
Solve GLIBC incompatibilty issues · Issue #2705 · wasp-lang/wasp
April 28, 2025 - filip@ubuntu-20$ wasp version /home/filip/.local/share/wasp-lang/0.16.3/wasp-bin: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /home/filip/.local/share/wasp-lang/0.16.3/wasp-bin) /home/filip/.local/share/wasp-lang/0.16.3/wasp-bin: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /home/filip/.local/share/wasp-lang/0.16.3/wasp-bin) /home/filip/.local/share/wasp-lang/0.16.3/wasp-bin: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /home/filip/.local/share/wasp-lang/0.16.3/wasp-bin)
Author   wasp-lang
🌐
Reddit
reddit.com › r/linux_gaming › the glibc 2.41 update has been causing problems for linux gaming
r/linux_gaming on Reddit: The glibc 2.41 update has been causing problems for Linux gaming
February 14, 2025 - glibc has changed the defaults to remove the exec bit from pages initially allocated for stack use. Some programs execute instructions off the stack (eg. function trampolining) and those programs break unless compiled by a version of gcc/llvm ...
🌐
Techblume
techblume.com › post › gnu-c-library-finally-fixes-a-30-year-old-security-bug-in-glibc
GNU C Library Finally Fixes a 30-Year-Old Security Bug in glibc
January 19, 2026 - After three decades of quietly lurking in one of the most fundamental pieces of open-source software, a long-neglected security flaw in the GNU C Library (glibc) has finally been addressed by developers. Designated CVE-2026-0915, the issue stems ...
🌐
IBM
ibm.com › support › pages › what-glibc-bug-things-know-about-it
What is Glibc bug: Things To Know About It
Recently, Google experts have revealed a security fault because of which many devices and apps are at risk – Linux servers are also a part of it. It is a bug known as glibc bug which can distress hundreds of devices, applications and softwares which are internet connected.
🌐
GitHub
github.com › flatcar › Flatcar › issues › 1995
update: glibc · Issue #1995 · flatcar/Flatcar
January 19, 2026 - Name: glibc CVEs: CVE-2026-0861, CVE-2026-0915, CVE-2025-15281 CVSSs: 8.4, 7.5, 7.5 Action Needed: CVE-2026-{0861,0915} : update to >= 2.41-r9 or >= 2.42-r4, CVE-2025-15281: update to >= 2.41-r10 or >= 2.42-r5 ...
Author   flatcar
🌐
Ask Ubuntu
askubuntu.com › questions › 1557244 › problem-with-glibc
problem with glibc - Ask Ubuntu
October 11, 2025 - I am trying to run software that when I try to run it I get ./liftOver: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./liftOver) ./liftOver: /lib/x86_64-linux-gnu/li...
🌐
Cylab
cylab.be › blog › 388 › a-solution-to-version-glibc-2xx-not-found
A Solution to Version GLIBC_2.XX Not Found | cylab.be
January 15, 2025 - You may encounter an error when running a binary that requires a specific version of glibc that is not installed on your system. The error might look like this: ./my-binary: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.XX' not found (required by ./my-binary)
Find elsewhere
🌐
musl libc
wiki.musl-libc.org › functional-differences-from-glibc.html
musl libc - Functional differences from glibc
The GNU regex implementation also has an alternate API which can be used instead of the POSIX API. This alternate API is not supported by musl at all. Finally, glibc’s regex uses a 32-bit regoff_t even on 64-bit archs. This is non-conforming to POSIX and precludes giving correct output for ...
🌐
Chainguard
chainguard.dev › unchained › this-shit-is-hard-hardening-glibc
This Shit Is Hard: Hardening glibc
August 20, 2025 - In this blog post, I will tell ... of challenges and hidden knowledge, which allowed us to work with the upstream GNU Compiler Collection (GCC) and glibc projects to resolve complex issues and ultimately ship a hardened version of the library....
🌐
GitHub
github.com › nushell › nushell › issues › 7282
`glibc` version too damn high? · Issue #7282 · nushell/nushell
November 29, 2022 - nu: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by nu) nu: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by nu) nu: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by nu) The glibc version on current Debian 11 Bullseye (stable) is 2.31. Which means, the most recent version of nu cannot be installed through the officially recommended ways without unrecommended & potentially risky hacks to the system. I've seen other issues like this before.
Author   nushell
🌐
GitHub
github.com › fabro-sh › fabro › issues › 147
Linux binary requires glibc 2.38/2.39 — fails on Ubuntu 22.04 and Debian 11 · Issue #147 · fabro-sh/fabro
March 25, 2026 - Issue body actions · The official installer binary fails on Linux machines with older glibc: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.38 not found /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.39 not found · After installing Rust, cargo install fails due to missing system packages (pkg-config, libssl-dev).
Author   fabro-sh
🌐
SysTutorials
systutorials.com › gnu-glibc-manual
Understanding Glibc: The Linux C Standard Library - SysTutorials
April 11, 2026 - Your compiler automatically links the library when you build: gcc myprogram.c -o myprogram # Implicitly links glibc and other system libraries ... Version Mismatch: The most common problem occurs when a binary compiled against a newer glibc runs on a system with an older glibc version. You’ll ...
🌐
Debian
bugs.debian.org › glibc
Bugs in package glibc in unstable -- Debian Bug report logs
Reported by: Luca Monducci <luca.mo@tiscali.it>; Date: Sat, 23 Aug 2025 13:55:01 UTC; Severity: wishlist; Tags: l10n, patch; Fixed in version glibc/2.42-2; Done: Aurelien Jarno <aurel32@debian.org>; Filed 48 days ago; Modified 38 days ago;
🌐
GitHub
github.com › zerovm › glibc › blob › master › FAQ
glibc/FAQ at master · zerovm/glibc
A solution is to configure glibc with --enable-static-nss. In this case you · can create a static binary that will use only the services dns and files · (change /etc/nsswitch.conf for this).
Author   zerovm
🌐
GitHub
github.com › microsoft › vscode-remote-release › issues › 10688
Incorrect GLIBC version detected · Issue #10688 · microsoft/vscode-remote-release
> - find GLIBC >= v2.28.0 (but found v0.9000.0 instead) for GNU environments > - find /lib/ld-musl-x86_64.so.1, which is required to run the Visual Studio Code Server in musl environments [17:45:40.791] > 611fd4e32f0c: start > exitCode==207== > listeningOn==== > osReleaseId==fedora== > arch==x86_64== > vscodeArch==x64== > bitness==64== > tmpDir==/run/user/1000== > platform==linux== > unpackResult==success== > didLocalDownload==0== > downloadTime==849== > installTime==130== > serverStartTime==== > execServerToken==111aa11a-aaa1-1111-1111-111a1111111a== > platformDownloadPath==cli-alpine-x64== >
Author   microsoft
🌐
JetBrains
blog.jetbrains.com › home › intellij idea › updated system requirements for  linux gnu c library (glibc)
Updated System Requirements for Linux GNU C Library (glibc) - The JetBrains Blog
January 3, 2025 - Starting with v2025.1, IntelliJ-based IDEs will require glibc 2.28 or higher on Linux x64 systems. This change is being made to address potential security vulnerabilities associated with building and
🌐
Red Hat
access.redhat.com › articles › 2161461
Critical security flaw: glibc stack-based buffer overflow in getaddrinfo() (CVE-2015-7547) - Red Hat Customer Portal
This issue has been rated as having Critical impact by Red Hat Product Security. In a default libresolv configuration, the UDP-based vector is mitigated by using a trusted, protocol-compliant DNS resolver on a trusted network. A compliant resolver will not produce the kind of oversized responses which are necessary to exploit this vulnerability because by default, the glibc resolver does not enable EDNS0 and does not request large responses.