CVE-2024-26835

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-26835
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-26835.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-26835
Downstream
Related
Published
2024-04-17T10:15:09Z
Modified
2025-08-09T19:01:28Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N CVSS Calculator
Summary
[none]
Details

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

netfilter: nf_tables: set dormant flag on hook register failure

We need to set the dormant flag again if we fail to register the hooks.

During memory pressure hook registration can fail and we end up with a table marked as active but no registered hooks.

On table/base chain deletion, nf_tables will attempt to unregister the hook again which yields a warn splat from the nftables core.

References

Affected packages