First published: Thu May 30 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: keys: Fix overwrite of key expiration on instantiation The expiry time of a key is unconditionally overwritten during instantiation, defaulting to turn it permanent. This causes a problem for DNS resolution as the expiration set by user-space is overwritten to TIME64_MAX, disabling further DNS updates. Fix this by restoring the condition that key_set_expiry is only called when the pre-parser sets a specific expiry.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/kernel | <5.10.217 | 5.10.217 |
redhat/kernel | <5.15.159 | 5.15.159 |
redhat/kernel | <6.1.91 | 6.1.91 |
redhat/kernel | <6.6.31 | 6.6.31 |
redhat/kernel | <6.8.10 | 6.8.10 |
redhat/kernel | <6.9.1 | 6.9.1 |
redhat/kernel | <6.10 | 6.10 |
Linux Kernel | >=5.10.206<5.10.217 | |
Linux Kernel | >=5.15.146<5.15.159 | |
Linux Kernel | >=6.1.70<6.1.91 | |
Linux Kernel | >=6.6.9<6.6.31 | |
Linux Kernel | >=6.7<6.8.10 | |
Linux Kernel | >=6.9<6.9.1 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.129-1 6.1.128-1 6.12.20-1 6.12.21-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2024-36031 is currently classified as high due to the potential impact on key expiration handling in the Linux kernel.
To fix CVE-2024-36031, upgrade the Linux kernel to version 5.10.223-1 or later, or 5.15.159 or later, or install the recommended patches from your distribution.
CVE-2024-36031 affects multiple Linux kernel versions, including versions prior to 5.10.217, 5.15.159, 6.1.91, and others specified by your distribution.
CVE-2024-36031 is part of a series of vulnerabilities related to key management, specifically affecting key expiration functionality.
CVE-2024-36031 does not directly involve remote exploitation but can affect systems that rely on proper key management, potentially leading to security risks.