Lucene search
+L

27 matches found

Debian CVE
Debian CVE
added yesterday4 views

CVE-2026-64353

In the Linux kernel, the following vulnerability has been resolved: bpf: Keep dynamic inner array lookups nullable An ARRAYOFMAPS can use an array created with BPFFINNERMAP as its inner map template. A concrete inner array with a different maxentries value can then replace the template. After a...

5.7AI score0.00206EPSS
SaveExploits0
EUVD
EUVD
added yesterday4 views

EUVD-2026-48897

In the Linux kernel, the following vulnerability has been resolved: bpf: Keep dynamic inner array lookups nullable An ARRAYOFMAPS can use an array created with BPFFINNERMAP as its inner map template. A concrete inner array with a different maxentries value can then replace the template. After a...

5.7AI score0.00206EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/05/11 2:14 p.m.15 views

SUSE CVE-2026-43333

In the Linux kernel, the following vulnerability has been resolved: bpf: reject direct access to nullable PTRTOBUF pointers checkmemaccess matches PTRTOBUF via basetype which strips PTRMAYBENULL, allowing direct dereference without a null check. Map iterator ctx-key and ctx-value are PTRTOBUF |...

5.6CVSS5.8AI score0.00123EPSS
SaveExploits0References16
EUVD
EUVD
added 2026/05/08 3:31 p.m.15 views

EUVD-2026-28617

In the Linux kernel, the following vulnerability has been resolved: bpf: reject direct access to nullable PTRTOBUF pointers checkmemaccess matches PTRTOBUF via basetype which strips PTRMAYBENULL, allowing direct dereference without a null check. Map iterator ctx-key and ctx-value are PTRTOBUF |...

5.8AI score0.00123EPSS
SaveExploits0References8
NVD
NVD
added 2026/05/08 2:16 p.m.17 views

CVE-2026-43333

In the Linux kernel, the following vulnerability has been resolved: bpf: reject direct access to nullable PTRTOBUF pointers checkmemaccess matches PTRTOBUF via basetype which strips PTRMAYBENULL, allowing direct dereference without a null check. Map iterator ctx-key and ctx-value are PTRTOBUF |...

5.5CVSS0.00123EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/05/08 1:31 p.m.35 views

CVE-2026-43333 bpf: reject direct access to nullable PTR_TO_BUF pointers

In the Linux kernel, the following vulnerability has been resolved: bpf: reject direct access to nullable PTRTOBUF pointers checkmemaccess matches PTRTOBUF via basetype which strips PTRMAYBENULL, allowing direct dereference without a null check. Map iterator ctx-key and ctx-value are PTRTOBUF |...

0.00123EPSS
SaveExploits0References7
CVE
CVE
added 2026/05/08 1:31 p.m.30 views

CVE-2026-43333

CVE-2026-43333 (Linux kernel BPF): The vulnerability arises from direct dereference of nullable PTR_TO_BUF pointers in check_mem_access(), where PTR_TO_BUF is matched via base_type() after PTR_MAYBE_NULL stripping, allowing NULL dereferences in map iterators ctx->key/value (NULL on stop callba...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
added 2026/05/08 1:31 p.m.9 views

CVE-2026-43333

In the Linux kernel, the following vulnerability has been resolved: bpf: reject direct access to nullable PTRTOBUF pointers checkmemaccess matches PTRTOBUF via basetype which strips PTRMAYBENULL, allowing direct dereference without a null check. Map iterator ctx-key and ctx-value are PTRTOBUF |...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/05/08 12:0 a.m.13 views

PT-2026-38984

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the BPF subsystem where the check mem access function matches PTR TO BUF via base type, which strips PTR MAYBE NULL. This allows direct dereference of pointers without...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0
CNNVD
CNNVD
added 2026/04/01 12:0 a.m.14 views

Mbed TLS 安全漏洞

Mbed TLS is an open-source, portable, easy-to-use, readable, and flexible SSL library developed by Mbed TLS. Mbed TLS versions 3.6.5 and earlier, as well as 4.x to 4.0.0, have security vulnerabilities due to a nullable pointer dereferencing issue in resolvable name resolution. This vulnerability...

7.5CVSS5.8AI score0.00279EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/03/31 11:48 p.m.10 views

Flask-HTTPAuth invokes token verification callback when missing or empty token was given by client

Summary In a situation where the client makes a request to a token protected resource without passing a token, or passing an empty token, Flask-HTTPAuth would invoke the application's token verification callback function with the token argument set to an empty string. If the application had any...

8.2CVSS5.9AI score0.00324EPSS
SaveExploits0References6Affected Software1
SUSE Linux
SUSE Linux
added 2025/09/21 9:18 a.m.9 views

Security update for mybatis, ognl

This update for mybatis, ognl fixes the following issues: Version update to 3.5.7: Bug fixes: Improved performance under JDK 8. 2223 Version update to 3.5.8: List of changes: Avoid NullPointerException when mapping an empty string to java.lang.Character. 2368 Fixed an incorrect argument when...

8.6CVSS7.8AI score0.00557EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/21 9:18 a.m.4 views

SUSE-SU-2025:03285-1 Security update for mybatis, ognl

This update for mybatis, ognl fixes the following issues: Version update to 3.5.7: Bug fixes: + Improved performance under JDK 8. 2223 Version update to 3.5.8: List of changes: + Avoid NullPointerException when mapping an empty string to java.lang.Character. 2368 + Fixed an incorrect argument whe...

8.8CVSS6AI score0.00557EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2025/09/03 10:3 p.m.5 views

bpf: mark bpf_dummy_struct_ops.test_1 parameter as nullable

...

5.5CVSS7AI score0.00182EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/08/06 1:59 a.m.4 views

SUSE CVE-2024-42151

In the Linux kernel, the following vulnerability has been resolved: bpf: mark bpfdummystructops.test1 parameter as nullable Test case dummystops/dummyinitretvalue passes NULL as the first parameter of the test1 function. Mark this parameter as nullable to make verifier aware of such possibility...

5.5CVSS7.7AI score0.00182EPSS
SaveExploits0References3
OSV
OSV
added 2024/07/30 8:15 a.m.12 views

AZL-54059 CVE-2024-42151 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: bpf: mark bpfdummystructops.test1 parameter as nullable Test case dummystops/dummyinitretvalue passes NULL as the first parameter of the test1 function. Mark this parameter as nullable to make verifier aware of such possibility...

5.5CVSS5.8AI score0.00182EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/30 8:15 a.m.9 views

UBUNTU-CVE-2024-42151

In the Linux kernel, the following vulnerability has been resolved: bpf: mark bpfdummystructops.test1 parameter as nullable Test case dummystops/dummyinitretvalue passes NULL as the first parameter of the test1 function. Mark this parameter as nullable to make verifier aware of such possibility...

5.5CVSS5.7AI score0.00182EPSS
SaveExploits0References15
Vulnrichment
Vulnrichment
added 2024/07/30 7:46 a.m.16 views

CVE-2024-42151 bpf: mark bpf_dummy_struct_ops.test_1 parameter as nullable

In the Linux kernel, the following vulnerability has been resolved: bpf: mark bpfdummystructops.test1 parameter as nullable Test case dummystops/dummyinitretvalue passes NULL as the first parameter of the test1 function. Mark this parameter as nullable to make verifier aware of such possibility...

6.8AI score0.00182EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2024/07/30 12:0 a.m.4 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that originates in the bpf module in the test case dummystops/dummyinitretvalue, where the first argument of the test1...

5.5CVSS6.6AI score0.00182EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/04/23 12:0 a.m.9 views

PT-2024-29776

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to the Linux kernel's bpf Berkeley Packet Filter functionality. A test case, dummy st ops/dummy init ret value, passes a NULL value as the first parameter to the tes...

5.5CVSS5.5AI score0.00182EPSS
SaveExploits0
Rows per page
Query Builder