CVE-2026-93146: time/namespace: Validate nanosecond field in proc_timens_set_offset()

Published Sep 17, 2026
·
Updated

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

time/namespace: Validate nanosecond field in proctimenssetoffset()

The function validates tvsec to be within [-KTIMESECMAX, KTIMESECMAX] but never validates that tvnsec is within the valid range of [0, NSECPERSEC-1] before using it in timespec64add().

timespec64add() expects both timespec64 structures to have normalized values with tvnsec in the range [0, 999999999]. If off->val.tvnsec contains invalid values (negative or >= NSECPERSEC), it could lead to incorrect calculations or unexpected behavior.

Add validation to ensure tvnsec is within the valid range before performing the addition.

Affected Software

1 affected component
Linux Kernel

Event History

Sep 17, 2026
CVE Published
via MITRE·04:11 PM
Data Sourced
via MITRE·04:11 PM
Description

Frequently Asked Questions

1

What input is required to trigger the issue?

An invalid nanosecond value in the time-namespace offset is required. Specifically, the tv_nsec field must be negative or greater than or equal to NSEC_PER_SEC (1,000,000,000) before it is used by timespec64_add().

2

How can I determine whether a system is affected?

Review whether the kernel includes the fix that validates tv_nsec in proc_timens_set_offset() before calling timespec64_add(). Affected code validates tv_sec but does not reject tv_nsec values outside 0 through 999,999,999.

3

What is the impact of supplying an invalid nanosecond value?

The invalid value can be passed to timespec64_add(), which expects normalized timespec64 values. This can cause incorrect time calculations or unexpected behavior.

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