CVE-2024-36031

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-36031
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-36031.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-36031
Downstream
Related
Published
2024-05-30T16:15:11Z
Modified
2025-08-09T19:01:29Z
Summary
[none]
Details

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 TIME64MAX, disabling further DNS updates. Fix this by restoring the condition that keyset_expiry is only called when the pre-parser sets a specific expiry.

References

Affected packages