CVE-2026-93146
Last modified
CVE-2026-93146 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: time/namespace: Validate nanosecond field in proc_timens_set_offset() The function validates tv_sec to be within [-KTIME_SEC_MAX, KTIME_SEC_MAX] but never validates that tv_nsec is within the valid range of [0, NSEC_PER_SEC-1] before using it in timespec64_add(). timespec64_add() expects both timespec64 structures to have normalized values with tv_nsec in the range [0, 999999999]. If off->val.tv_nsec contains invalid values (negative or >= NSEC_PER_SEC), it could lead to incorrect calculations or unexpected behavior. Add validation to ensure tv_nsec is within the valid range before performing the addition..
Description
In the Linux kernel, the following vulnerability has been resolved: time/namespace: Validate nanosecond field in proc_timens_set_offset() The function validates tv_sec to be within [-KTIME_SEC_MAX, KTIME_SEC_MAX] but never validates that tv_nsec is within the valid range of [0, NSEC_PER_SEC-1] before using it in timespec64_add(). timespec64_add() expects both timespec64 structures to have normalized values with tv_nsec in the range [0, 999999999]. If off->val.tv_nsec contains invalid values (negative or >= NSEC_PER_SEC), it could lead to incorrect calculations or unexpected behavior. Add validation to ensure tv_nsec is within the valid range before performing the addition.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 04a8682a71becdb639ec9c0d82b315a2baef7a5d, < db667d2970c756cc7b483f45f272440f845a665b; >= 04a8682a71becdb639ec9c0d82b315a2baef7a5d, < 1f0c3c0c36c7aedf55a60d9c71c4bd258b8937ce; >= 04a8682a71becdb639ec9c0d82b315a2baef7a5d, < 06aba58e58492d2b8eae059274caed29025ea96e |
| Linux | Linux | 5.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93146?
How severe is CVE-2026-93146?
How do I fix CVE-2026-93146?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-93140In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93141In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93142In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93143In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93144In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93145In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93147In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93148In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93149In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93150In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93151In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-93152In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93146?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
