Lucene search
+L

477 matches found

CVE
CVE
•added 2024/05/21 3:22 p.m.•144 views

CVE-2023-52735

The CVE-2023-52735 entry concerns a Linux kernel vulnerability in bpf/sockmap where sock_map_{close,destroy,unhash} could call themselves, risking a recursive loop and potential stack overflow. The design should prevent sock_map proto callbacks from calling themselves; the fix breaks recursive ca...

9.1CVSS7.8AI score0.01219EPSS
SaveExploits0References3Affected Software1
OSV
OSV
•added 2024/05/21 3:22 p.m.•24 views

CVE-2023-52735 bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Don't let sockmapclose,destroy,unhash call itself sockmap proto callbacks should never call themselves by design. Protect against bugs like 1 and break out of the recursive loop to avoid a stack overflow in favor of...

9.1CVSS5.9AI score
SaveExploits0References6
NVD
NVD
•added 2024/05/21 3:15 p.m.•16 views

CVE-2021-47298

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix potential memory leak on unlikely error case If skblinearize is needed and fails we could leak a msg on the error handling. To fix ensure we kfree the msg block before returning error. Found during code review...

5.5CVSS6.6AI score0.00232EPSS
SaveExploits0References3
OSV
OSV
•added 2024/05/21 3:15 p.m.•13 views

CVE-2021-47298

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix potential memory leak on unlikely error case If skblinearize is needed and fails we could leak a msg on the error handling. To fix ensure we kfree the msg block before returning error. Found during code review...

5.5CVSS4.9AI score
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2024/05/21 3:15 p.m.•22 views

CVE-2021-47298

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix potential memory leak on unlikely error case If skblinearize is needed and fails we could leak a msg on the error handling. To fix ensure we kfree the msg block before returning error. Found during code review...

5.5CVSS5.8AI score0.00232EPSS
SaveExploits0References5
OSV
OSV
•added 2024/05/21 3:15 p.m.•12 views

UBUNTU-CVE-2021-47298

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix potential memory leak on unlikely error case If skblinearize is needed and fails we could leak a msg on the error handling. To fix ensure we kfree the msg block before returning error. Found during code review...

5.5CVSS5.8AI score0.00232EPSS
SaveExploits0References6
CVE
CVE
•added 2024/05/21 2:35 p.m.•81 views

CVE-2021-47298

CVE-2021-47298 concerns the Linux kernel: a bpf/sockmap path could leak a message if skb_linearize fails, resolved by freeing the msg block before returning an error. Multiple connected advisories reference the same fix in the kernel; impact is a potential memory leak (no exploitation details pro...

5.5CVSS6.9AI score0.00232EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
•added 2024/05/21 2:35 p.m.•34 views

CVE-2021-47298

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix potential memory leak on unlikely error case If skblinearize is needed and fails we could leak a msg on the error handling. To fix ensure we kfree the msg block before returning error. Found during code review...

5.5CVSS4.9AI score0.00232EPSS
SaveExploits0
SUSE CVE
SUSE CVE
•added 2024/05/21 1:59 a.m.•16 views

SUSE CVE-2024-35895

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Prevent lock inversion deadlock in map delete elem syzkaller started using corpuses where a BPF tracing program deletes elements from a sockmap/sockhash map. Because BPF tracing programs can be invoked from any...

5.5CVSS6.4AI score0.00182EPSS
SaveExploits0References24
RedhatCVE
RedhatCVE
•added 2024/05/20 12:15 p.m.•22 views

CVE-2024-35895

CVE-2024-35895 addresses a vulnerability in the Linux kernel's Berkeley Packet Filter BPF subsystem, specifically within the sockmap feature. The issue arises when BPF tracing programs, which can execute in various interrupt contexts, attempt to delete elements from sockmap or sockhash maps. This...

5.5CVSS8.4AI score0.00182EPSS
SaveExploits0References4
OSV
OSV
•added 2024/05/19 9:15 a.m.•7 views

DEBIAN-CVE-2024-35895

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Prevent lock inversion deadlock in map delete elem syzkaller started using corpuses where a BPF tracing program deletes elements from a sockmap/sockhash map. Because BPF tracing programs can be invoked from any...

5.5CVSS5.5AI score0.00182EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
•added 2024/05/19 9:15 a.m.•28 views

CVE-2024-35895

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Prevent lock inversion deadlock in map delete elem syzkaller started using corpuses where a BPF tracing program deletes elements from a sockmap/sockhash map. Because BPF tracing programs can be invoked from any...

5.5CVSS5.9AI score0.00182EPSS
SaveExploits0References26
OSV
OSV
•added 2024/05/19 9:15 a.m.•19 views

UBUNTU-CVE-2024-35895

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Prevent lock inversion deadlock in map delete elem syzkaller started using corpuses where a BPF tracing program deletes elements from a sockmap/sockhash map. Because BPF tracing programs can be invoked from any...

5.5CVSS6.1AI score0.00182EPSS
SaveExploits0References27
Cvelist
Cvelist
•added 2024/05/19 8:34 a.m.•41 views

CVE-2024-35895 bpf, sockmap: Prevent lock inversion deadlock in map delete elem

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Prevent lock inversion deadlock in map delete elem syzkaller started using corpuses where a BPF tracing program deletes elements from a sockmap/sockhash map. Because BPF tracing programs can be invoked from any...

6.4AI score0.00182EPSS
SaveExploits0References7
CVE
CVE
•added 2024/05/19 8:34 a.m.•160 views

CVE-2024-35895

The CVE-2024-35895 vulnerability affects the Linux kernel, specifically the BPF sockmap/sockhash path. A deadlock could occur when map_delete_elem is invoked from a context where interrupts are disabled; the fix adds a hardirq-safety check to bail out if map_delete_elem runs in a non-hardirq-unsa...

5.5CVSS6.6AI score0.00182EPSS
SaveExploits0References9Affected Software1
Vulnrichment
Vulnrichment
•added 2024/05/19 8:34 a.m.•19 views

CVE-2024-35895 bpf, sockmap: Prevent lock inversion deadlock in map delete elem

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Prevent lock inversion deadlock in map delete elem syzkaller started using corpuses where a BPF tracing program deletes elements from a sockmap/sockhash map. Because BPF tracing programs can be invoked from any...

6.7AI score0.00182EPSS
SaveExploits0References7
OSV
OSV
•added 2024/05/19 8:34 a.m.•25 views

CVE-2024-35895 bpf, sockmap: Prevent lock inversion deadlock in map delete elem

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Prevent lock inversion deadlock in map delete elem syzkaller started using corpuses where a BPF tracing program deletes elements from a sockmap/sockhash map. Because BPF tracing programs can be invoked from any...

6AI score
SaveExploits0References12
RedhatCVE
RedhatCVE
•added 2024/04/04 1:24 a.m.•26 views

CVE-2024-26731

A vulnerability was found in the Linux kernel, where a race condition is present between the skpsockverdictdataready and skpsockstopverdict functions. If the functions are called concurrently, the psock packet socket object which both access could be NULL, causing a NULL pointer dereference,...

5.5CVSS6.1AI score0.00828EPSS
SaveExploits0References4
NVD
NVD
•added 2024/04/03 5:15 p.m.•15 views

CVE-2024-26731

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix NULL pointer dereference in skpsockverdictdataready syzbot reported the following NULL pointer dereference issue 1: BUG: kernel NULL pointer dereference, address: 0000000000000000 ... RIP: 0010:0x0 ... Call Trac...

5.3CVSS7.5AI score0.00828EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2024/04/03 5:15 p.m.•28 views

CVE-2024-26731

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix NULL pointer dereference in skpsockverdictdataready syzbot reported the following NULL pointer dereference issue 1: BUG: kernel NULL pointer dereference, address: 0000000000000000 ... RIP: 0010:0x0 ... Call Trac...

5.3CVSS5.9AI score0.00828EPSS
SaveExploits0References6
Rows per page
Query Builder