CVE-2026-0861

Source
https://cve.org/CVERecord?id=CVE-2026-0861
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-0861.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-0861
Downstream
Related
Published
2026-01-14T21:01:11.037Z
Modified
2026-07-01T12:13:00.950741690Z
Severity
  • 8.4 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
Integer overflow in memalign leads to heap corruption
Details

Passing too large an alignment to the memalign suite of functions (memalign, posixmemalign, alignedalloc) in the GNU C Library version 2.30 to 2.42 may result in an integer overflow, which could consequently result in a heap corruption.

Note that the attacker must have control over both, the size as well as the alignment arguments of the memalign function to be able to exploit this. The size parameter must be close enough to PTRDIFFMAX so as to overflow sizet along with the large alignment argument. This limits the malicious inputs for the alignment for memalign to the range [1<<62+ 1, 1<<63] and exactly 1<<63 for posixmemalign and alignedalloc.

Typically the alignment argument passed to such functions is a known constrained quantity (e.g. page size, block size, struct sizes) and is not attacker controlled, because of which this may not be easily exploitable in practice. An application bug could potentially result in the input alignment being too large, e.g. due to a different buffer overflow or integer overflow in the application or its dependent libraries, but that is again an uncommon usage pattern given typical sources of alignments.

Database specific
{
    "cwe_ids": [
        "CWE-190"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/0xxx/CVE-2026-0861.json",
    "cna_assigner": "glibc"
}
References

Affected packages

Git / github.com/bminor/glibc

Affected ranges

Type
GIT
Repo
https://github.com/bminor/glibc
Events
Database specific
{
    "source": "CPE_RANGE",
    "extracted_events": [
        {
            "introduced": "2.30"
        },
        {
            "last_affected": "2.42"
        }
    ],
    "cpe": "cpe:2.3:a:gnu:glibc:*:*:*:*:*:*:*:*"
}
Type
GIT
Repo
https://sourceware.org/git/glibc.git
Events
Introduced
0a8262a1b269f8f1602933248e69dfb041aab7a2
Database specific
{
    "source": [
        "AFFECTED_FIELD",
        "CPE_RANGE"
    ],
    "extracted_events": [
        {
            "introduced": "2.30"
        },
        {
            "last_affected": "2.42"
        },
        {
            "introduced": "2.30"
        },
        {
            "last_affected": "2.42"
        }
    ],
    "cpe": "cpe:2.3:a:gnu:glibc:*:*:*:*:*:*:*:*"
}

Affected versions

Other
changelog-ends-here
glibc-2.*
glibc-2.30
glibc-2.30.9000
glibc-2.31
glibc-2.31.9000
glibc-2.32
glibc-2.32.9000
glibc-2.33
glibc-2.33.9000
glibc-2.34
glibc-2.34.9000
glibc-2.35
glibc-2.35.9000
glibc-2.36
glibc-2.36.9000
glibc-2.37
glibc-2.37.9000
glibc-2.38
glibc-2.38.9000
glibc-2.39
glibc-2.39.9000
glibc-2.40
glibc-2.40.9000
glibc-2.41
glibc-2.41.9000
glibc-2.42
glibc-2.42.9000
glibc-2.43
glibc-2.43.9000

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-0861.json"