Lucene search
+L

4617 matches found

Debian CVE
Debian CVE
added 2024/05/22 8:19 a.m.37 views

CVE-2021-47486

In the Linux kernel, the following vulnerability has been resolved: riscv, bpf: Fix potential NULL dereference The bpfjitbinaryfree function requires a non-NULL argument. When the RISC-V BPF JIT fails to converge in NRJITITERATIONS steps, jitdata-header will be NULL, which triggers a NULL...

7.5CVSS6.7AI score0.00677EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/22 8:19 a.m.27 views

CVE-2021-47486 riscv, bpf: Fix potential NULL dereference

In the Linux kernel, the following vulnerability has been resolved: riscv, bpf: Fix potential NULL dereference The bpfjitbinaryfree function requires a non-NULL argument. When the RISC-V BPF JIT fails to converge in NRJITITERATIONS steps, jitdata-header will be NULL, which triggers a NULL...

6.3AI score0.00677EPSS
SaveExploits0References3
CVE
CVE
added 2024/05/22 8:19 a.m.99 views

CVE-2021-47486

CVE-2021-47486 affects the Linux kernel’s RISC-V BPF JIT: when NR_JIT_ITERATIONS is reached and jit_data->header is NULL, bpf_jit_binary_free() dereferences a NULL and can crash. The fix is a NULL-argument check before calling bpf_jit_binary_free(), per the provided description. Public details...

7.5CVSS8.2AI score0.00677EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/22 8:19 a.m.30 views

CVE-2021-47486 riscv, bpf: Fix potential NULL dereference

In the Linux kernel, the following vulnerability has been resolved: riscv, bpf: Fix potential NULL dereference The bpfjitbinaryfree function requires a non-NULL argument. When the RISC-V BPF JIT fails to converge in NRJITITERATIONS steps, jitdata-header will be NULL, which triggers a NULL...

6.7AI score0.00677EPSS
SaveExploits0References3
NVD
NVD
added 2024/05/21 4:15 p.m.19 views

CVE-2023-52828

In the Linux kernel, the following vulnerability has been resolved: bpf: Detect IP == ksym.end as part of BPF program Now that bpfthrow kfunc is the first such call instruction that has noreturn semantics within the verifier, this also kicks in dead code elimination in unprecedented ways. For one...

6.6CVSS6.3AI score0.00246EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/21 4:15 p.m.2 views

DEBIAN-CVE-2023-52828

In the Linux kernel, the following vulnerability has been resolved: bpf: Detect IP == ksym.end as part of BPF program Now that bpfthrow kfunc is the first such call instruction that has noreturn semantics within the verifier, this also kicks in dead code elimination in unprecedented ways. For one...

5.5CVSS5.4AI score0.00246EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/21 4:15 p.m.31 views

CVE-2023-52767

In the Linux kernel, the following vulnerability has been resolved: tls: fix NULL deref on tlsswspliceeof with empty record syzkaller discovered that if tlsswspliceeof is executed as part of sendfile when the plaintext/ciphertext skmsg are empty, the send path gets confused because the empty...

5.5CVSS6.6AI score0.00172EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.31 views

CVE-2023-52767

In the Linux kernel, the following vulnerability has been resolved: tls: fix NULL deref on tlsswspliceeof with empty record syzkaller discovered that if tlsswspliceeof is executed as part of sendfile when the plaintext/ciphertext skmsg are empty, the send path gets confused because the empty...

5.5CVSS6AI score0.00172EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.31 views

CVE-2023-52828

In the Linux kernel, the following vulnerability has been resolved: bpf: Detect IP == ksym.end as part of BPF program Now that bpfthrow kfunc is the first such call instruction that has noreturn semantics within the verifier, this also kicks in dead code elimination in unprecedented ways. For one...

6.6CVSS6.1AI score0.00246EPSS
SaveExploits0References9
CVE
CVE
added 2024/05/21 3:31 p.m.90 views

CVE-2023-52828

CVE-2023-52828 (Linux kernel) : The vulnerability arises from BPF verifier handling after a bpf_throw call. Because bpf_throw is the first noreturn call in the verifier, dead code elimination causes subsequent instructions to be treated as unseen, which can affect stack unwinding when a program t...

6.6CVSS6.2AI score0.00246EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2024/05/21 3:31 p.m.37 views

CVE-2023-52828 bpf: Detect IP == ksym.end as part of BPF program

In the Linux kernel, the following vulnerability has been resolved: bpf: Detect IP == ksym.end as part of BPF program Now that bpfthrow kfunc is the first such call instruction that has noreturn semantics within the verifier, this also kicks in dead code elimination in unprecedented ways. For one...

6.3AI score0.00246EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/05/21 3:31 p.m.26 views

CVE-2023-52828 bpf: Detect IP == ksym.end as part of BPF program

In the Linux kernel, the following vulnerability has been resolved: bpf: Detect IP == ksym.end as part of BPF program Now that bpfthrow kfunc is the first such call instruction that has noreturn semantics within the verifier, this also kicks in dead code elimination in unprecedented ways. For one...

6.7AI score0.00246EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/05/21 3:31 p.m.25 views

CVE-2023-52828

In the Linux kernel, the following vulnerability has been resolved: bpf: Detect IP == ksym.end as part of BPF program Now that bpfthrow kfunc is the first such call instruction that has noreturn semantics within the verifier, this also kicks in dead code elimination in unprecedented ways. For one...

6.6CVSS5.4AI score0.00246EPSS
SaveExploits0
OSV
OSV
added 2024/05/21 3:31 p.m.20 views

CVE-2023-52828 bpf: Detect IP == ksym.end as part of BPF program

In the Linux kernel, the following vulnerability has been resolved: bpf: Detect IP == ksym.end as part of BPF program Now that bpfthrow kfunc is the first such call instruction that has noreturn semantics within the verifier, this also kicks in dead code elimination in unprecedented ways. For one...

6.6CVSS5AI score0.00246EPSS
SaveExploits0References9
CVE
CVE
added 2024/05/21 3:31 p.m.56 views

CVE-2023-52793

CVE-2023-52793 is rejected by its CVE Numbering Authority and does not represent an active vulnerability entry.

6.8AI score
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/21 3:31 p.m.43 views

CVE-2023-52793

Removed by vendor...

5AI score
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/21 3:30 p.m.67 views

CVE-2023-52767

In the Linux kernel, the following vulnerability has been resolved: tls: fix NULL deref on tlsswspliceeof with empty record syzkaller discovered that if tlsswspliceeof is executed as part of sendfile when the plaintext/ciphertext skmsg are empty, the send path gets confused because the empty...

5.5CVSS7AI score0.00172EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/21 3:30 p.m.15 views

CVE-2023-52767 tls: fix NULL deref on tls_sw_splice_eof() with empty record

In the Linux kernel, the following vulnerability has been resolved: tls: fix NULL deref on tlsswspliceeof with empty record syzkaller discovered that if tlsswspliceeof is executed as part of sendfile when the plaintext/ciphertext skmsg are empty, the send path gets confused because the empty...

6.9AI score0.00172EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/05/21 3:30 p.m.46 views

CVE-2023-52767 tls: fix NULL deref on tls_sw_splice_eof() with empty record

In the Linux kernel, the following vulnerability has been resolved: tls: fix NULL deref on tlsswspliceeof with empty record syzkaller discovered that if tlsswspliceeof is executed as part of sendfile when the plaintext/ciphertext skmsg are empty, the send path gets confused because the empty...

6.6AI score0.00172EPSS
SaveExploits0References3
CVE
CVE
added 2024/05/21 3:22 p.m.134 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
Rows per page
Query Builder