Lucene search
+L

6027 matches found

Positive Technologies
Positive Technologies
•added 2025/12/30 12:00 a.m.•20 views

PT-2025-54002

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel related to the bpf event output function. The issue arises from nesting protection being used without preemption being disabled. This can lead to a kern...

6.2AI score0.00149EPSS
SaveExploits0
Positive Technologies
Positive Technologies
•added 2025/12/30 12:00 a.m.•12 views

PT-2025-54149

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel related to preemption handling within the bpf perf event output function. The nesting protection in this function relies on disabled preemption, which i...

6.1AI score0.00148EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
•added 2025/12/30 12:00 a.m.•14 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2025-992320)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992320 advisory. In the Linux kernel, the following vulnerability has been resolved: bpf: Fix KASAN use-after-free Read in computeeffectiveprogs Syzbot found a Use After Free bug in...

7.8CVSS6.3AI score0.00228EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2025/12/30 12:00 a.m.•8 views

Linux Distros Unpatched Vulnerability : CVE-2023-54247

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - bpf: Silence a warning in btftypeidsize syzbot reported a warning in 1 with the following stacktrace: WARNING: CPU: 0 PID: 5005 at kernel/bpf/btf.c:1988...

5.9AI score0.00193EPSS
SaveExploits0References3
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2025/12/30 12:00 a.m.•0 views

CVE-2023-54312: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: samples/bpf: Fix buffer overflow in tcpbasertt Using sizeofnv or strlennv+1 is correct...

6.2AI score0.00211EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
•added 2025/12/30 12:00 a.m.•18 views

SUSE SLES15: cluster-md-kmp-default / dlm-kmp-default / gfs2-kmp-default / etc (SUSE-SU-2025:4320-1)

The remote SUSE Linux SLES15 / SLESSAP15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2025:4320-1 advisory. The SUSE Linux Enterprise 15 SP5 kernel was updated to fix various security issues The following security issues were fixed: -...

9.8CVSS6.8AI score0.22293EPSS
SaveExploits0References611
Tenable Nessus
Tenable Nessus
•added 2025/12/26 12:00 a.m.•6 views

Linux Distros Unpatched Vulnerability : CVE-2025-68355

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - bpf: Fix exclusive map memory leak When exclproghash is 0 and exclproghashsize is non-zero, the map also needs to be freed. Otherwise, the map memory will not b...

5.1AI score0.00194EPSS
SaveExploits0References2
Microsoft CVE
Microsoft CVE
•added 2025/12/25 9:04 a.m.•20 views

bpf: Do not let BPF test infra emit invalid GSO types to stack

...

5.5CVSS5.9AI score0.00181EPSS
SaveExploits0
SUSE CVE
SUSE CVE
•added 2025/12/25 12:57 a.m.•10 views

SUSE CVE-2023-54033

In the Linux kernel, the following vulnerability has been resolved: bpf: fix a memory leak in the LRU and LRUPERCPU hash maps The LRU and LRUPERCPU maps allocate a new element on update before locking the target hash table bucket. Right after that the maps try to lock the bucket. If this fails,...

5.5CVSS6.2AI score0.00186EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2025/12/25 12:55 a.m.•9 views

SUSE CVE-2023-54086

In the Linux kernel, the following vulnerability has been resolved: bpf: Add preemptcountsub,add into btf id deny list The recursion check in bpfprogenter and bpfprogexit leave preemptcountsub,add unprotected. When attaching trampoline to them we get panic as follows, 867.843050 BUG: TASK stack...

6.6AI score0.00208EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2025/12/25 12:24 a.m.•10 views

SUSE CVE-2025-68355

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix exclusive map memory leak When exclproghash is 0 and exclproghashsize is non-zero, the map also needs to be freed. Otherwise, the map memory will not be reclaimed, just like the memory leak problem reported by syzbot 1...

5.5CVSS6.5AI score0.00194EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2025/12/25 12:24 a.m.•11 views

SUSE CVE-2025-68378

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix stackmap overflow check in bpfgetstackid Syzkaller reported a KASAN slab-out-of-bounds write in bpfgetstackid when copying stack trace data. The issue occurs when the perf trace contains more stack entries than the stack...

5.5CVSS6.9AI score0.00188EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
•added 2025/12/25 12:23 a.m.•7 views

SUSE CVE-2025-68742

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix invalid prog-stats access when updateeffectiveprogs fails Syzkaller triggers an invalid memory access issue following fault injection in updateeffectiveprogs. The issue can be described as follows: cgroupbpfdetach...

4.1CVSS6.8AI score0.00207EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
•added 2025/12/25 12:23 a.m.•11 views

SUSE CVE-2025-68744

In the Linux kernel, the following vulnerability has been resolved: bpf: Free special fields when update lru,percpuhash maps As lru,percpuhash maps support BPFKPTRREF,PERCPU, missing calls to 'bpfobjfreefields' in 'pcpucopyvalue' could cause the memory referenced by BPFKPTRREF,PERCPU fields to be...

4.4CVSS6.5AI score0.00187EPSS
SaveExploits0References20
NVD
NVD
•added 2025/12/24 1:16 p.m.•9 views

CVE-2025-68744

In the Linux kernel, the following vulnerability has been resolved: bpf: Free special fields when update lru,percpuhash maps As lru,percpuhash maps support BPFKPTRREF,PERCPU, missing calls to 'bpfobjfreefields' in 'pcpucopyvalue' could cause the memory referenced by BPFKPTRREF,PERCPU fields to be...

0.00187EPSS
SaveExploits0References5
OSV
OSV
•added 2025/12/24 1:16 p.m.•17 views

AZL-73093 CVE-2025-68744 affecting package kernel for versions less than 6.6.121.1-1

In the Linux kernel, the following vulnerability has been resolved: bpf: Free special fields when update lru,percpuhash maps As lru,percpuhash maps support BPFKPTRREF,PERCPU, missing calls to 'bpfobjfreefields' in 'pcpucopyvalue' could cause the memory referenced by BPFKPTRREF,PERCPU fields to be...

5.6AI score0.00187EPSS
SaveExploits0References1
NVD
NVD
•added 2025/12/24 1:16 p.m.•16 views

CVE-2025-68742

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix invalid prog-stats access when updateeffectiveprogs fails Syzkaller triggers an invalid memory access issue following fault injection in updateeffectiveprogs. The issue can be described as follows: cgroupbpfdetach...

0.00207EPSS
SaveExploits0References7
NVD
NVD
•added 2025/12/24 1:16 p.m.•12 views

CVE-2023-54155

In the Linux kernel, the following vulnerability has been resolved: net: core: remove unnecessary framesz check in bpfxdpadjusttail Syzkaller reported the following issue: ======================================= Too BIG xdp-framesz = 131072 WARNING: CPU: 0 PID: 5020 at net/core/filter.c:4121...

0.00199EPSS
SaveExploits0References4
NVD
NVD
•added 2025/12/24 1:16 p.m.•9 views

CVE-2023-54086

In the Linux kernel, the following vulnerability has been resolved: bpf: Add preemptcountsub,add into btf id deny list The recursion check in bpfprogenter and bpfprogexit leave preemptcountsub,add unprotected. When attaching trampoline to them we get panic as follows, 867.843050 BUG: TASK stack...

0.00208EPSS
SaveExploits0References4
OSV
OSV
•added 2025/12/24 1:16 p.m.•12 views

UBUNTU-CVE-2023-54145

In the Linux kernel, the following vulnerability has been resolved: bpf: drop unnecessary user-triggerable WARNONCE in verifierl log It's trivial for user to trigger "verifier log line truncated" warning, as verifier has a fixed-sized buffer of 1024 bytes as of now, and there are at least two...

5.9AI score0.00197EPSS
SaveExploits0References5
Rows per page
Query Builder