Vulnerability in Linux

CVE-2024-38662

In the Linux kernel, the following vulnerability has been resolved: bpf: Allow delete from sockmap/sockhash only if update is allowed We have seen an influx of syzkaller reports where a BPF program attached to a tracepoint triggers a locking rule violation by performing a map_delete on a sockmap/sockhash. We don't intend to support this artificial use scenario. Extend the existing verifier allowed-program-type check for updating sockmap/sockhash to also cover deleting from a map. From now on only BPF programs which were previously allowed to update sockmap/sockhash can delete from these map types.

EPSS: 0.002 (13.0th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 4.7 (Medium). Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N.

Affected products

  • Linux — versions 5.15.154, 6.6.26, 6af057ccdd8e7619960aca1f0428339f213b31cd
  • Linux Linux_kernel — versions 6.10.0

References

Frequently asked questions

What is CVE-2024-38662?
CVE-2024-38662 is a medium-severity vulnerability in Linux. CVSS score: 4.7/10. Published 2024-06-21.
How severe is CVE-2024-38662?
Medium severity. CVSS v3 base score is 4.7 out of 10.