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.
References
Configurations
No configuration.
History
15 Jul 2024, 07:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
03 Jul 2024, 02:02
Type | Values Removed | Values Added |
---|---|---|
CWE | CWE-324 | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 9.8 |
27 Jun 2024, 14:15
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
|
References |
|
30 May 2024, 16:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-05-30 16:15
Updated : 2024-07-15 07:15
NVD link : CVE-2024-36031
Mitre link : CVE-2024-36031
CVE.ORG link : CVE-2024-36031
JSON object : View
Products Affected
No product.
CWE
CWE-324
Use of a Key Past its Expiration Date