CVE-2024-53099

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-53099
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-53099.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-53099
Downstream
Related
Published
2024-11-25T22:15:16Z
Modified
2025-08-09T20:01:26Z
Severity
  • 7.1 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H CVSS Calculator
Summary
[none]
Details

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

bpf: Check validity of link->type in bpflinkshow_fdinfo()

If a newly-added link type doesn't invoke BPFLINKTYPE(), accessing bpflinktype_strs[link->type] may result in an out-of-bounds access.

To spot such missed invocations early in the future, checking the validity of link->type in bpflinkshow_fdinfo() and emitting a warning when such invocations are missed.

References

Affected packages