CVE-2026-0861Passing too large an alignment to the memalign suite of functions (memalign, posix_memalign, aligned_alloc) 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 PTRDIFF_MAX so as to overflow size_t 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 posix_memalign and aligned_alloc. 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.
CWE-190 · Integer overflow
No public exploit
Nothing published shows this CVE being exploited, which is not the same as ruling it out.
CVSS E:U
Not a Java vulnerability. Outside ARMR's domain entirely.
| Decided by | non-java-upstream : A root cause in non-Java code: an OS kernel, a C library, or a bundled runtime |
|---|---|
| Finding | Root cause is in an ignored upstream product (The GNU C Library/glibc). Common reasons: not a Java library, vulnerability is in native/C code, or product is outside ARMR's mitigation scope. |
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
1 metric
VRT selects the newest version's highest entry and
publishes it as cvssScore, newest rather than largest because scores are not comparable
across versions, and highest rather than first because the first entry is frequently a CNA placeholder
scoring 0.0 over NVD's own analysis.
| Version | Score | Band | Vector | Assigner | Type | |
|---|---|---|---|---|---|---|
| CVSS 3.1 | 8.4 | HIGH | CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
CISA-ADP | Secondary | published |
| Advisory | Type | Quarter | Products Oracle named in risk matrix |
|---|---|---|---|
| Oracle Critical Patch Update July 2026 ↗ | CPU | 2026-Q3 | Oracle Communications / Configuration (glibc) (25.2.200) |
| Oracle Critical Patch Update April 2026 ↗ | CPU | 2026-Q2 | Oracle Communications / Configuration (glibc) (25.1.200, 25.2.200) Oracle Communications / Mediation Engine (glibc) (6.1.0.0.0) Oracle Communications / Third Party (glibc) (7.7.0, 7.8.0, 8.0.0) |
| Family | Component | Oracle's version cell (verbatim) | Indexed as |
|---|---|---|---|
| Oracle Communications | Configuration (glibc) | 25.1.200, 25.2.200 | 25.1.200 · 25.2.200 |
| Oracle Communications | Mediation Engine (glibc) | 6.1.0.0.0 | 6.1.0.0.0 |
| Oracle Communications | Third Party (glibc) | 7.7.0, 7.8.0, 8.0.0 | 7.7.0 · 7.8.0 · 8.0.0 |
| Source | Vendor | Product | Scheme | Affected Versions |
|---|---|---|---|---|
| nvd | gnu | glibc | generic | ≥ 2.30 and ≤ 2.42 |
| Published | 2026-01-14 | By the CVE Program. |
|---|---|---|
| NVD record modified | 2026-06-17 | NVD's own last-modified date for this record. |