Lucene search
+L

108 matches found

UbuntuCve
UbuntuCve
•added 2026/08/15 6:22 a.m.•17 views

CVE-2026-74305

In the Linux kernel, the following vulnerability has been resolved: bpf: Tighten cgroup storage cookie checks for prog arrays The fix in commit abad3d0bad72 "bpf: Fix oob access in cgroup local storage" is still incomplete. The prog-array compatibility check treats a program with no cgroup storag...

7.8CVSS5.5AI score0.00176EPSS
SaveExploits0References10
OSV
OSV
•added 2026/08/15 6:22 a.m.•8 views

UBUNTU-CVE-2026-74305

In the Linux kernel, the following vulnerability has been resolved: bpf: Tighten cgroup storage cookie checks for prog arrays The fix in commit abad3d0bad72 "bpf: Fix oob access in cgroup local storage" is still incomplete. The prog-array compatibility check treats a program with no cgroup storag...

7.8CVSS5.4AI score0.00176EPSS
SaveExploits0References11
Cvelist
Cvelist
•added 2026/08/15 5:58 a.m.•40 views

CVE-2026-74305 bpf: Tighten cgroup storage cookie checks for prog arrays

In the Linux kernel, the following vulnerability has been resolved: bpf: Tighten cgroup storage cookie checks for prog arrays The fix in commit abad3d0bad72 "bpf: Fix oob access in cgroup local storage" is still incomplete. The prog-array compatibility check treats a program with no cgroup storag...

7.8CVSS0.00176EPSS
SaveExploits0References7
EUVD
EUVD
•added 2026/08/15 5:58 a.m.•16 views

EUVD-2026-59452

In the Linux kernel, the following vulnerability has been resolved: bpf: Tighten cgroup storage cookie checks for prog arrays The fix in commit abad3d0bad72 "bpf: Fix oob access in cgroup local storage" is still incomplete. The prog-array compatibility check treats a program with no cgroup storag...

5.4AI score0.00176EPSS
SaveExploits0References7
OSV
OSV
•added 2026/08/15 5:58 a.m.•38 views

CVE-2026-74305 bpf: Tighten cgroup storage cookie checks for prog arrays

In the Linux kernel, the following vulnerability has been resolved: bpf: Tighten cgroup storage cookie checks for prog arrays The fix in commit abad3d0bad72 "bpf: Fix oob access in cgroup local storage" is still incomplete. The prog-array compatibility check treats a program with no cgroup storag...

7.8CVSS5.5AI score
SaveExploits0References10
CVE
CVE
•added 2026/08/15 5:58 a.m.•53 views

CVE-2026-74305

The provided CVE covers a Linux kernel bug in BPF cgroup storage checks for prog arrays. The underlying issue was an incomplete fix in the commit abad3d0bad72, where a program with no cgroup storage could be treated as compatible with any stored storage cookie, enabling a storage-less leaf to tai...

7.8CVSS5.4AI score0.00176EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
•added 2026/08/15 12:00 a.m.•13 views

PT-2026-72741

In the Linux kernel, the following vulnerability has been resolved: bpf: Tighten cgroup storage cookie checks for prog arrays The fix in commit abad3d0bad72 "bpf: Fix oob access in cgroup local storage" is still incomplete. The prog-array compatibility check treats a program with no cgroup storag...

5.4AI score0.00176EPSS
SaveExploits0References8
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/08/15 12:00 a.m.•2 views

CVE-2026-74305: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: bpf: Tighten cgroup storage cookie checks for prog arrays The fix in commit abad3d0bad72 "bpf: Fix oob access in cgroup local storage" is still incomplete. The prog-array compatibility check treats a program with no cgroup storag...

7.8CVSS5.8AI score0.00176EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
•added 2026/07/24 4:21 p.m.•12 views

SUSE CVE-2026-63864

In the Linux kernel, the following vulnerability has been resolved: bpf: Propagate error from visittailcallinsn Commit e40f5a6bf88a "bpf: correct stack liveness for tail calls" added visittailcallinsn but did not check its return value...

8.4CVSS5.7AI score0.0018EPSS
SaveExploits0References3
NVD
NVD
•added 2026/07/19 3:16 p.m.•23 views

CVE-2026-63864

In the Linux kernel, the following vulnerability has been resolved: bpf: Propagate error from visittailcallinsn Commit e40f5a6bf88a "bpf: correct stack liveness for tail calls" added visittailcallinsn but did not check its return value...

8.4CVSS0.0018EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
•added 2026/07/19 12:00 a.m.•26 views

PT-2026-61181

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the bpf component where the visit tailcall insn function was implemented without a check for its return value, failing to propagate errors correctly. Recommendations A...

8.4CVSS5.1AI score0.0018EPSS
SaveExploits0
OSV
OSV
•added 2026/05/26 7:45 p.m.•22 views

JLSEC-2026-559

In Lua 5.4.3, an erroneous finalizer called during a tail call leads to a heap-based buffer over-read...

7.5CVSS7.2AI score0.01418EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
•added 2026/05/26 12:00 a.m.•37 views

PT-2026-47117

In Lua 5.4.3, an erroneous finalizer called during a tail call leads to a heap-based buffer over-read...

5.7AI score
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2026/01/14 12:00 a.m.•6 views

Unity Linux 20.1070-8ae / 20.1070e Security Update: kernel (UTSA-2026-001721)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-001721 advisory. An out-of-bounds memory read flaw was found in the Linux kernel's BPF subsystem in how a user calls the bpftailcall function with a key larger than the maxentries of...

5.5CVSS6.4AI score0.00355EPSS
SaveExploits1References3
AstraLinux
AstraLinux
•added 2026/01/13 2:01 p.m.•12 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: In the bpf module, it was necessary to check whether the helper function is valid in gethelperproto. The kernel test robot reported a bug related to the verifier 1, where the helper function pointer could be NULL due to a disable...

7.8CVSS5.6AI score0.00152EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
•added 2025/11/05 12:00 a.m.•12 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-988725)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-988725 advisory. In the Linux kernel, the following vulnerability has been resolved: bpf: Fix tailcallreachable rejection for interpreter when jit failed During testing of f263a81451...

7.8CVSS5.3AI score0.00235EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2025/10/16 11:24 p.m.•11 views

SUSE CVE-2025-39990

In the Linux kernel, the following vulnerability has been resolved: bpf: Check the helper function is valid in gethelperproto kernel test robot reported verifier bug 1 where the helper func pointer could be NULL due to disabled config option. As Alexei suggested we could check on that in...

5.5CVSS6.4AI score0.00152EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
•added 2025/10/16 10:45 a.m.•9 views

CVE-2025-39990

In the Linux kernel, the following vulnerability has been resolved: bpf: Check the helper function is valid in gethelperproto kernel test robot reported verifier bug 1 where the helper func pointer could be NULL due to disabled config option. As Alexei suggested we could check on that in...

5.5CVSS5.8AI score0.00152EPSS
SaveExploits0References4
EUVD
EUVD
•added 2025/10/15 9:30 a.m.•7 views

EUVD-2025-34583

In the Linux kernel, the following vulnerability has been resolved: bpf: Check the helper function is valid in gethelperproto kernel test robot reported verifier bug 1 where the helper func pointer could be NULL due to disabled config option. As Alexei suggested we could check on that in...

5.9AI score0.00152EPSS
SaveExploits0References4
OSV
OSV
•added 2025/10/15 8:15 a.m.•14 views

AZL-68519 CVE-2025-39990 affecting package kernel 6.6.157.1-1

In the Linux kernel, the following vulnerability has been resolved: bpf: Check the helper function is valid in gethelperproto kernel test robot reported verifier bug 1 where the helper func pointer could be NULL due to disabled config option. As Alexei suggested we could check on that in...

7.8CVSS6.4AI score0.00152EPSS
SaveExploits0References1
Rows per page
Query Builder