GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

OESA-2026-3792 (CVE-2026-18374)

Vulnerability from osv_openeuler – Published: 2026-09-14 16:34 – Updated: 2026-09-14 16:34 – Source website
VLAI
Summary
glibc security update
Details

The GNU C Library project provides the core libraries for the GNU system and GNU/Linux systems, as well as many other systems that use Linux as the kernel. These libraries provide critical APIs including ISO C11, POSIX.1-2008, BSD, OS-specific APIs and more. These APIs include such foundational facilities as open, read, write, malloc, printf, getaddrinfo, dlopen, pthread_create, crypt, login, exit and more.

Security Fix(es):

Passing an effectively empty string to the ,ccs= syntax extension of the mode argument in the fopen function in the GNU C Library version 2.45 or earlier may result in a heap buffer overflow when the mode string input to the function is attacker controlled. This usage pattern is not seen in applications in common GNU/Linux distributions and applications that process user-supplied values for ccs should not pass them through without validation.(CVE-2026-18374)

A flaw was found in glibc. The strfmon and strfmon_l functions are vulnerable to a buffer overflow when processing right-justified width padding. This occurs because an incorrect length is used for an internal memory operation, causing data to be written beyond its intended buffer. An attacker could exploit this by providing specially crafted input, potentially leading to arbitrary code execution or other severe impacts.(CVE-2026-19499)

A flaw was found in glibc. A remote attacker could exploit this vulnerability by providing specially crafted input during SHIFT_JISX0213 to UCS-4 text conversion. This crafted input can cause the application to repeatedly emit a buffered code point without consuming further input, leading to persistent retry churn. This can result in a denial of service (DoS) for callers converting untrusted text.(CVE-2026-77117)

A flaw was found in glibc. This vulnerability allows a remote attacker to cause a denial of service (DoS) by providing specially crafted text to an application that converts text from SHIFT_JISX0213 to UCS-4. The crafted input can lead to a continuous loop of processing, preventing the application from making progress and consuming resources. Exploitation requires specific conditions, including the application retrying conversion after an error with limited output space.(CVE-2026-80489)


{
  "affected": [
    {
      "ecosystem_specific": {
        "aarch64": [
          "glibc-2.38-126.oe2403sp4.aarch64.rpm",
          "glibc-all-langpacks-2.38-126.oe2403sp4.aarch64.rpm",
          "glibc-common-2.38-126.oe2403sp4.aarch64.rpm",
          "glibc-debuginfo-2.38-126.oe2403sp4.aarch64.rpm",
          "glibc-debugsource-2.38-126.oe2403sp4.aarch64.rpm",
          "glibc-debugutils-2.38-126.oe2403sp4.aarch64.rpm",
          "glibc-devel-2.38-126.oe2403sp4.aarch64.rpm",
          "glibc-locale-archive-2.38-126.oe2403sp4.aarch64.rpm",
          "glibc-locale-source-2.38-126.oe2403sp4.aarch64.rpm",
          "glibc-nss-devel-2.38-126.oe2403sp4.aarch64.rpm",
          "libnsl-2.38-126.oe2403sp4.aarch64.rpm",
          "nscd-2.38-126.oe2403sp4.aarch64.rpm",
          "nss_modules-2.38-126.oe2403sp4.aarch64.rpm"
        ],
        "noarch": [
          "glibc-help-2.38-126.oe2403sp4.noarch.rpm"
        ],
        "src": [
          "glibc-2.38-126.oe2403sp4.src.rpm"
        ],
        "x86_64": [
          "glibc-2.38-126.oe2403sp4.x86_64.rpm",
          "glibc-all-langpacks-2.38-126.oe2403sp4.x86_64.rpm",
          "glibc-common-2.38-126.oe2403sp4.x86_64.rpm",
          "glibc-debuginfo-2.38-126.oe2403sp4.x86_64.rpm",
          "glibc-debugsource-2.38-126.oe2403sp4.x86_64.rpm",
          "glibc-debugutils-2.38-126.oe2403sp4.x86_64.rpm",
          "glibc-devel-2.38-126.oe2403sp4.x86_64.rpm",
          "glibc-locale-archive-2.38-126.oe2403sp4.x86_64.rpm",
          "glibc-locale-source-2.38-126.oe2403sp4.x86_64.rpm",
          "glibc-nss-devel-2.38-126.oe2403sp4.x86_64.rpm",
          "libnsl-2.38-126.oe2403sp4.x86_64.rpm",
          "nscd-2.38-126.oe2403sp4.x86_64.rpm",
          "nss_modules-2.38-126.oe2403sp4.x86_64.rpm"
        ]
      },
      "package": {
        "ecosystem": "openEuler:24.03-LTS-SP4",
        "name": "glibc",
        "purl": "pkg:rpm/openEuler/glibc\u0026distro=openEuler-24.03-LTS-SP4"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "2.38-126.oe2403sp4"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "severity": "Medium"
  },
  "details": "The GNU C Library project provides the core libraries for the GNU system and GNU/Linux systems, as well as many other systems that use Linux as the kernel. These libraries provide critical APIs including ISO C11, POSIX.1-2008, BSD, OS-specific APIs and more. These APIs include such foundational facilities as open, read, write, malloc, printf, getaddrinfo, dlopen, pthread_create, crypt,  login, exit and more.\r\n\r\nSecurity Fix(es):\n\nPassing an effectively empty string to the `,ccs=` syntax extension of the mode argument in the `fopen` function in the GNU C Library version 2.45 or earlier may result in a heap buffer overflow when the mode string input to the function is attacker controlled. This usage pattern is not seen in applications in common GNU/Linux distributions and applications that process user-supplied values for `ccs` should not pass them through without validation.(CVE-2026-18374)\n\nA flaw was found in glibc. The strfmon and strfmon_l functions are vulnerable to a buffer overflow when processing right-justified width padding. This occurs because an incorrect length is used for an internal memory operation, causing data to be written beyond its intended buffer. An attacker could exploit this by providing specially crafted input, potentially leading to arbitrary code execution or other severe impacts.(CVE-2026-19499)\n\nA flaw was found in glibc. A remote attacker could exploit this vulnerability by providing specially crafted input during SHIFT_JISX0213 to UCS-4 text conversion. This crafted input can cause the application to repeatedly emit a buffered code point without consuming further input, leading to persistent retry churn. This can result in a denial of service (DoS) for callers converting untrusted text.(CVE-2026-77117)\n\nA flaw was found in glibc. This vulnerability allows a remote attacker to cause a denial of service (DoS) by providing specially crafted text to an application that converts text from SHIFT_JISX0213 to UCS-4. The crafted input can lead to a continuous loop of processing, preventing the application from making progress and consuming resources. Exploitation requires specific conditions, including the application retrying conversion after an error with limited output space.(CVE-2026-80489)",
  "id": "OESA-2026-3792",
  "modified": "2026-09-14T16:34:25Z",
  "published": "2026-09-14T16:34:25Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2026-3792"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-18374"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-19499"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-77117"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-80489"
    }
  ],
  "schema_version": "1.7.2",
  "severity": [
    {
      "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:H/A:H",
      "type": "CVSS_V3"
    }
  ],
  "summary": "glibc security update",
  "upstream": [
    "CVE-2026-18374",
    "CVE-2026-19499",
    "CVE-2026-77117",
    "CVE-2026-80489"
  ]
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…