CVE-2026-89765: timers/itimer: Zero-init old itimerval before copy to userspace

Published Sep 11, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

timers/itimer: Zero-init old itimerval before copy to userspace

On native sparc64, struct kerneloldtimeval contains a four-byte hole after tvusec because tvsec is 64-bit while kernelsusecondst is 32-bit. putitimerval() fills only the named fields in a stack-allocated kernelolditimerval and copies the entire object to userspace, so getitimer() can expose the two padding holes.

Zero-initialize the aggregate before assigning the fields so implicit padding is deterministic before it crosses the user/kernel boundary.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 11, 2026
CVE Published
via MITRE·07:47 PM
Data Sourced
via MITRE·07:47 PM
Description

Frequently Asked Questions

1

Which systems are exposed to this information leak?

The issue affects native sparc64 systems because the legacy timeval structure has padding holes on that architecture. The described exposure occurs when getitimer() copies the legacy itimerval structure from the kernel to userspace.

2

What does an attacker need to do to trigger the leak?

A local userspace process needs to invoke getitimer() and receive the old itimerval structure. The vulnerability does not describe any network-access requirement or need for elevated privileges.

3

Are default configurations affected?

The issue is in the kernel's handling of getitimer() on native sparc64 and does not depend on an optional feature or non-default configuration in the provided information.

4

What is exposed by the vulnerability?

The kernel may copy uninitialized stack bytes contained in two structure-padding holes to userspace. The provided information does not identify the contents or amount of sensitive data that may be present in those bytes.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203