Bug 1226885 (CVE-2024-38662) - VUL-0: CVE-2024-38662: kernel: bpf: allow delete from sockmap/sockhash only if update is allowed
Summary: VUL-0: CVE-2024-38662: kernel: bpf: allow delete from sockmap/sockhash only i...
Status: NEW
Alias: CVE-2024-38662
Product: SUSE Security Incidents
Classification: Novell Products
Component: Incidents (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Normal
Target Milestone: ---
Assignee: Shung-Hsi Yu
QA Contact: Security Team bot
URL: https://smash.suse.de/issue/411759/
Whiteboard: CVSSv3.1:SUSE:CVE-2024-38662:5.5:(AV:...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-24 11:28 UTC by SMASH SMASH
Modified: 2024-06-25 12:32 UTC (History)
2 users (show)

See Also:
Found By: Security Response Team
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SMASH SMASH 2024-06-24 11:28:47 UTC
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.

References:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-38662
https://git.kernel.org/pub/scm/linux/security/vulns.git/plain/cve/published/2024/CVE-2024-38662.mbox
https://git.kernel.org/stable/c/29467edc23818dc5a33042ffb4920b49b090e63d
https://git.kernel.org/stable/c/11e8ecc5b86037fec43d07b1c162e233e131b1d9
https://git.kernel.org/stable/c/6693b172f008846811f48a099f33effc26068e1e
https://git.kernel.org/stable/c/000a65bf1dc04fb2b65e2abf116f0bc0fc2ee7b1
https://git.kernel.org/stable/c/b81e1c5a3c70398cf76631ede63a03616ed1ba3c
https://git.kernel.org/stable/c/98e948fb60d41447fd8d2d0c3b8637fc6b6dc26d
https://www.cve.org/CVERecord?id=CVE-2024-38662
https://bugzilla.redhat.com/show_bug.cgi?id=2293641