EIP-2026-102642

PRE-CVE

Linux < 4.16.9 / < 4.14.41 - 4-byte Infoleak via Uninitialized Struct Field in compat adjtimex Syscall

Title source: legacy
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for EIP-2026-102642. PoCs published by Google Security Research.

AI-analyzed exploit summary This exploit demonstrates an information leak vulnerability in the Linux kernel's compat adjtimex syscall, where uninitialized memory from the kernel is leaked to userspace due to a missing memset() in compat_get_timex(). The PoC triggers the leak by invoking adjtimex with an invalid mode, causing an early bailout without writing to the tai field.

Description

Linux < 4.16.9 / < 4.14.41 - 4-byte Infoleak via Uninitialized Struct Field in compat adjtimex Syscall

Exploits (1)

exploitdb WORKING POC VERIFIED
by Google Security Research · cdoslinux
https://www.exploit-db.com/exploits/44641

This exploit demonstrates an information leak vulnerability in the Linux kernel's compat adjtimex syscall, where uninitialized memory from the kernel is leaked to userspace due to a missing memset() in compat_get_timex(). The PoC triggers the leak by invoking adjtimex with an invalid mode, causing an early bailout without writing to the tai field.

Classification
Working Poc 100%
Attack Type
Info Leak
Complexity
Trivial
Reliability
Reliable
Target: Linux kernel (versions affected by commit 3a4d44b61625, fixed in 0a0b98734479)
No auth needed
Prerequisites: Access to a vulnerable Linux kernel with 32-bit compatibility mode enabled
devstral-2 · analyzed Feb 16, 2026 Full analysis →

Details

Status pre_cve
Tracked Since Feb 18, 2026