Lucene search
+L

82 matches found

Tenable Nessus
Tenable Nessus
β€’added 2026/09/18 12:00 a.m.β€’7 views

Linux Distros Unpatched Vulnerability : CVE-2026-92485

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - bpf: Fix WARNING in bpftracinglinkrelease The trampoline could be corrupted by the blindly 'tr-flags = BPFTRAMPFTAILCALLCTX' in verifier. 1. A fexit attached to...

7.8CVSS0.00154EPSS
SaveExploits0References3
OSV
OSV
β€’added 2026/09/17 5:17 p.m.β€’6 views

DEBIAN-CVE-2026-90358

In the Linux kernel, the following vulnerability has been resolved: bpf, x86: Fix trampoline stack size for 128-bit arguments btfdistillfuncproto accepts a function argument up to 16 bytes, so a 128-bit scalar such as int128 reaches the x86 trampoline with argsize == 16. But the current...

7.8CVSS0.00163EPSS
SaveExploits0References1
CVE
CVE
β€’added 2026/09/17 4:09 p.m.β€’17 views

CVE-2026-90359

CVE-2026-90359 affects the Linux kernel BPF subsystem. The btf_distill_func_proto() function, which builds the function model for fentry/fexit/fmod_ret/fsession trampolines and struct_ops , has accepted 16-byte __int128 return values since the trampoline was introduced. However, the BPF trampolin...

0.00189EPSS
SaveExploits0References2
EUVD
EUVD
β€’added 2026/09/17 4:09 p.m.β€’7 views

EUVD-2026-82020

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject 8 byte return values on return-reading trampoline paths btfdistillfuncproto builds the function model used for the fentry/fexit/fmodret/fsession trampolines and structops. It has accepted a 16-byte int128 return value...

0.00189EPSS
SaveExploits0References2
EUVD
EUVD
β€’added 2026/09/17 4:09 p.m.β€’10 views

EUVD-2026-82019

In the Linux kernel, the following vulnerability has been resolved: bpf, x86: Fix trampoline stack size for 128-bit arguments btfdistillfuncproto accepts a function argument up to 16 bytes, so a 128-bit scalar such as int128 reaches the x86 trampoline with argsize == 16. But the current...

0.00163EPSS
SaveExploits0References4
OSV
OSV
β€’added 2026/09/17 4:07 p.m.β€’6 views

CVE-2026-90210 bpf: Fix UAF in bpf_trampoline_multi_attach_free on update failure

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix UAF in bpftrampolinemultiattachfree on update failure When bpftrampolineupdate fails before modifyfentrymulti/ unregisterfentrymulti is called, curimage is unchanged curimage == oldimage and ftrace still calls into it...

7.8CVSS
SaveExploits0References5
AstraLinux
AstraLinux
β€’added 2026/09/14 12:01 p.m.β€’12 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: BPF: Fixed a UAF issue in bpftrampolinelinkcgroupshim The root cause of this bug is that when β€˜bpflinkput’ reduces the refcount of β€˜shimlink-link.link’ to zero, the resource is considered released, but may still be referenced via...

7.8CVSS5.3AI score0.00126EPSS
SaveExploits0References2
AstraLinux
AstraLinux
β€’added 2026/09/14 12:01 p.m.β€’11 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: bpf: A potential array overflow has been fixed in bpftrampolinegetprogs. The cnt value in the cnt = BPFMAXTRAMPPROGS check does not include BPFTRAMPMODIFYRETURN bpf programs. As a result, the number of BPFTRAMPMODIFYRETURN bpf...

7.8CVSS6.2AI score0.00296EPSS
SaveExploits0References2
AstraLinux
AstraLinux
β€’added 2026/08/24 10:19 a.m.β€’3 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: bpf, arm64: Fixed the trampoline for BPFTRAMPFCALLORIG. When BPFTRAMPFCALLORIG is set, the trampoline calls the bpftrampenter and bpftrampexit functions, passing struct bpftrampimage im as an argument in R0. The trampoline...

7.8CVSS5.7AI score0.00231EPSS
SaveExploits0References2
AstraLinux
AstraLinux
β€’added 2026/05/20 5:53 a.m.β€’9 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: bpf: Fixed a panic that occurred due to an incorrect pageattr of im-image. In the scenario where livepatch and kretfunc coexist, the pageattr of im-image becomes rox after archpreparebpftrampoline in bpftrampolineupdate. Then, wh...

5.8AI score0.00197EPSS
SaveExploits0References1
AstraLinux
AstraLinux
β€’added 2026/05/20 5:53 a.m.β€’12 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: bpf, arm64: A BTI error was fixed when returning to the patched function. When BPFTRAMPFCALLORIG is set, the BPF trampoline uses BLR to jump back to the instruction next to the call site, in order to call the patched function. Fo...

5.5CVSS5.6AI score0.0021EPSS
SaveExploits0References2
F5 Networks
F5 Networks
β€’added 2026/05/06 7:27 a.m.β€’26 views

K000161138: Linux kernel vulnerability CVE-2026-23307, CVE-2026-23319

Security Advisory Description CVE-2026-23307 In the Linux kernel, the following vulnerability has been resolved: can: emsusb: emsusbreadbulkcallback: check the proper length of a message When looking at the data in a USB urb, the actuallength is the size of the buffer passed to the driver, not th...

7.8CVSS5.9AI score0.00126EPSS
SaveExploits0
SUSE CVE
SUSE CVE
β€’added 2026/03/25 4:56 p.m.β€’14 views

SUSE CVE-2026-23319

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a UAF issue in bpftrampolinelinkcgroupshim The root cause of this bug is that when 'bpflinkput' reduces the refcount of 'shimlink-link.link' to zero, the resource is considered released but may still be referenced via...

6.4CVSS5.7AI score0.00126EPSS
SaveExploits0References15
EUVD
EUVD
β€’added 2026/03/25 12:30 p.m.β€’12 views

EUVD-2026-15269

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a UAF issue in bpftrampolinelinkcgroupshim The root cause of this bug is that when 'bpflinkput' reduces the refcount of 'shimlink-link.link' to zero, the resource is considered released but may still be referenced via...

5.7AI score0.00126EPSS
SaveExploits0References7
NVD
NVD
β€’added 2026/03/25 11:16 a.m.β€’15 views

CVE-2026-23319

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a UAF issue in bpftrampolinelinkcgroupshim The root cause of this bug is that when 'bpflinkput' reduces the refcount of 'shimlink-link.link' to zero, the resource is considered released but may still be referenced via...

7.8CVSS0.00126EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
β€’added 2026/03/25 11:16 a.m.β€’20 views

CVE-2026-23319

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a UAF issue in bpftrampolinelinkcgroupshim The root cause of this bug is that when 'bpflinkput' reduces the refcount of 'shimlink-link.link' to zero, the resource is considered released but may still be referenced via...

7.8CVSS6.5AI score0.00126EPSS
SaveExploits0References22
Cvelist
Cvelist
β€’added 2026/03/25 10:27 a.m.β€’45 views

CVE-2026-23319 bpf: Fix a UAF issue in bpf_trampoline_link_cgroup_shim

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a UAF issue in bpftrampolinelinkcgroupshim The root cause of this bug is that when 'bpflinkput' reduces the refcount of 'shimlink-link.link' to zero, the resource is considered released but may still be referenced via...

0.00126EPSS
SaveExploits0References6
attackerkb
attackerkb
β€’added 2026/03/25 10:27 a.m.β€’20 views

CVE-2026-23319

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a UAF issue in bpftrampolinelinkcgroupshim The root cause of this bug is that when 'bpflinkput' reduces the refcount of 'shimlink-link.link' to zero, the resource is considered released but may still be referenced via...

5.6AI score0.00126EPSS
SaveExploits0References7Affected Software1
OSV
OSV
β€’added 2026/03/25 10:27 a.m.β€’12 views

CVE-2026-23319 bpf: Fix a UAF issue in bpf_trampoline_link_cgroup_shim

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a UAF issue in bpftrampolinelinkcgroupshim The root cause of this bug is that when 'bpflinkput' reduces the refcount of 'shimlink-link.link' to zero, the resource is considered released but may still be referenced via...

5.7AI score
SaveExploits0References11
Debian CVE
Debian CVE
β€’added 2026/03/25 10:27 a.m.β€’14 views

CVE-2026-23319

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a UAF issue in bpftrampolinelinkcgroupshim The root cause of this bug is that when 'bpflinkput' reduces the refcount of 'shimlink-link.link' to zero, the resource is considered released but may still be referenced via...

7.8CVSS5.3AI score0.00126EPSS
SaveExploits0
Rows per page
Query Builder