VYPR
Vypr IntelligenceAI-generatedAug 27, 2026· 3 CVEs

GNU C Library & Wget: Three Medium-Severity Flaws Disclosed Together

GNU C Library and Wget face three medium-severity vulnerabilities disclosed in late August 2026, including heap overflow and denial-of-service flaws.

Key findings

  • Three medium-severity vulnerabilities disclosed in GNU C Library and Wget between August 25-27, 2026.
  • CVE-2026-18374: Heap buffer overflow in glibc's fopen function due to specific mode string input.
  • CVE-2026-80489: Non-progress DoS in glibc's SHIFT_JISX0213 to UCS-4 conversion.
  • CVE-2026-16599: DoS in GNU Wget's FTP OPIE/S-KEY authentication due to unbounded loop.
  • Affected glibc versions include 2.45 and earlier for CVE-2026-18374.

The GNU C Library (glibc), a foundational component of many Linux systems, is facing scrutiny following the coordinated disclosure of three vulnerabilities. The batch, spanning from August 25 to August 27, 2026, includes two denial-of-service (DoS) flaws and one heap buffer overflow, all rated as Medium severity. These vulnerabilities, detailed by independent researchers and coordinated through security advisories, highlight potential risks in how glibc handles specific input strings and network protocols.

One of the disclosed vulnerabilities, CVE-2026-18374, resides in the fopen function's mode argument. Specifically, passing an "effectively empty string" to the ,ccs= syntax extension within the mode parameter can trigger a heap buffer overflow. This vulnerability is contingent on attacker-controlled input to the mode string, a usage pattern not commonly observed in typical applications. The potential for a heap overflow, even if the specific trigger is uncommon, warrants attention for systems processing untrusted mode strings.

Another DoS vulnerability, CVE-2026-80489, affects the state management within character set conversions. This flaw specifically impacts the conversion from SHIFT-JISX0213 to UCS-4, leading to a "non-progress DoS." Such vulnerabilities can halt the normal execution of programs relying on these specific character encodings, potentially disrupting services that handle internationalized text.

The third vulnerability, CVE-2026-16599, impacts GNU Wget, a widely used command-line utility for downloading files from the internet. This DoS vulnerability is found in Wget's FTP authentication mechanism, specifically with OPIE/S-KEY. A malicious FTP server or a network attacker could exploit this by providing a crafted FTP challenge line. The server-supplied sequence number is used in an MD5 key-derivation loop without proper upper-bound validation, allowing an attacker to cause a denial of service.

While these vulnerabilities are rated as Medium, their presence in core system libraries and utilities like glibc and Wget underscores the importance of timely patching. The heap overflow in CVE-2026-18374, though potentially difficult to exploit due to specific usage patterns, represents a memory corruption risk. The DoS vulnerabilities, CVE-2026-80489 and CVE-2026-16599, could be leveraged to disrupt services, particularly those involving character set conversions or FTP operations.

As of the disclosure, the GNU C Library versions affected by CVE-2026-18374 are 2.45 and earlier. Information regarding specific patched versions for CVE-2026-80489 and CVE-2026-16599 is available in the respective security advisories. Users of GNU Wget and systems relying on glibc are advised to consult vendor advisories and apply updates as soon as they become available to mitigate these risks.

This batch of vulnerabilities serves as a reminder that even foundational software components require continuous security review. The coordinated disclosure of these issues allows developers and system administrators to proactively address potential weaknesses before they can be exploited in the wild. Vigilance in updating core system libraries and utilities remains a critical aspect of maintaining a secure computing environment.

AI-written article. Grounded in 3 CVE records listed below.
GNU C Library & Wget: Three Medium-Severity Flaws Disclosed Together · VYPR