Lucene search
+L

4613 matches found

Vulnrichment
Vulnrichment
added 2024/02/27 6:47 p.m.24 views

CVE-2021-46974 bpf: Fix masking negation logic upon negative dst register

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix masking negation logic upon negative dst register The negation logic for the case where the offreg is sitting in the dst register is not correct given then we cannot just invert the add to a sub or vice versa. As a fix,...

6.7AI score0.00238EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/02/27 6:47 p.m.27 views

CVE-2021-46974 bpf: Fix masking negation logic upon negative dst register

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix masking negation logic upon negative dst register The negation logic for the case where the offreg is sitting in the dst register is not correct given then we cannot just invert the add to a sub or vice versa. As a fix,...

7.2AI score0.00238EPSS
SaveExploits0References7
CVE
CVE
added 2024/02/27 6:47 p.m.7179 views

CVE-2021-46974

CVE-2021-46974 — Linux kernel BPF masking negation bug: when the off_reg is in the destination, negation could flip an add to a sub incorrectly. The fix performs a final bitwise AND into AX from off_reg unconditionally, then moves from src to dst and uses AX as the source for the original pointer...

5.5CVSS6.2AI score0.00238EPSS
SaveExploits0References7Affected Software1
NVD
NVD
added 2024/02/27 7:15 a.m.22 views

CVE-2021-46908

In the Linux kernel, the following vulnerability has been resolved: bpf: Use correct permission flag for mixed signed bounds arithmetic We forbid adding unknown scalars with mixed signed bounds due to the spectre v1 masking mitigation. Hence this also needs bypassspecv1 flag instead of...

5.5CVSS5.4AI score0.00232EPSS
SaveExploits0References3
OSV
OSV
added 2024/02/27 7:15 a.m.8 views

CVE-2021-46908

In the Linux kernel, the following vulnerability has been resolved: bpf: Use correct permission flag for mixed signed bounds arithmetic We forbid adding unknown scalars with mixed signed bounds due to the spectre v1 masking mitigation. Hence this also needs bypassspecv1 flag instead of...

5.5CVSS7.5AI score
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/02/27 7:15 a.m.31 views

CVE-2021-46908

In the Linux kernel, the following vulnerability has been resolved: bpf: Use correct permission flag for mixed signed bounds arithmetic We forbid adding unknown scalars with mixed signed bounds due to the spectre v1 masking mitigation. Hence this also needs bypassspecv1 flag instead of...

5.5CVSS6.4AI score0.00232EPSS
SaveExploits0References5
Prion
Prion
added 2024/02/27 7:15 a.m.22 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: bpf: Use correct permission flag for mixed signed bounds arithmetic We forbid adding unknown scalars with mixed signed bounds due to the spectre v1 masking mitigation. Hence this also needs bypassspecv1 flag instead of...

7.2AI score0.00232EPSS
SaveExploits0References3
OSV
OSV
added 2024/02/27 7:15 a.m.5 views

UBUNTU-CVE-2021-46908

In the Linux kernel, the following vulnerability has been resolved: bpf: Use correct permission flag for mixed signed bounds arithmetic We forbid adding unknown scalars with mixed signed bounds due to the spectre v1 masking mitigation. Hence this also needs bypassspecv1 flag instead of...

5.5CVSS6.2AI score0.00232EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/02/27 6:53 a.m.17 views

CVE-2021-46908 bpf: Use correct permission flag for mixed signed bounds arithmetic

In the Linux kernel, the following vulnerability has been resolved: bpf: Use correct permission flag for mixed signed bounds arithmetic We forbid adding unknown scalars with mixed signed bounds due to the spectre v1 masking mitigation. Hence this also needs bypassspecv1 flag instead of...

6.9AI score0.00232EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/02/27 6:53 a.m.25 views

CVE-2021-46908 bpf: Use correct permission flag for mixed signed bounds arithmetic

In the Linux kernel, the following vulnerability has been resolved: bpf: Use correct permission flag for mixed signed bounds arithmetic We forbid adding unknown scalars with mixed signed bounds due to the spectre v1 masking mitigation. Hence this also needs bypassspecv1 flag instead of...

6AI score0.00232EPSS
SaveExploits0References3
CVE
CVE
added 2024/02/27 6:53 a.m.612 views

CVE-2021-46908

CVE-2021-46908 is a Linux kernel issue where the bpf permission flag for mixed signed bounds arithmetic was incorrect, enabling a vulnerability path that was mitigated by bypass_spec_v1 handling instead of allow_ptr_leaks. Connected advisories (e.g., SUSE-SU-2024:1465-1 / SUSE-SU-2024:1489-1) des...

5.5CVSS6.1AI score0.00232EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/02/27 6:53 a.m.14 views

CVE-2021-46908

In the Linux kernel, the following vulnerability has been resolved: bpf: Use correct permission flag for mixed signed bounds arithmetic We forbid adding unknown scalars with mixed signed bounds due to the spectre v1 masking mitigation. Hence this also needs bypassspecv1 flag instead of...

5.5CVSS5.8AI score0.00232EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/02/24 3:16 a.m.4 views

SUSE CVE-2024-26589

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject variable offset alu on PTRTOFLOWKEYS For PTRTOFLOWKEYS, checkflowkeysaccess only uses fixed off for validation. However, variable offset ptr alu is not prohibited for this ptr kind. So the variable offset is not...

4.4CVSS6.4AI score0.00239EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
added 2024/02/24 3:16 a.m.3 views

SUSE CVE-2024-26591

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix re-attachment branch in bpftracingprogattach The following case can cause a crash due to missing attachbtf: 1 load rawtp program 2 load fentry program with rawtp as targetfd 3 create tracing link for fentry program with...

5.5CVSS6.6AI score0.00231EPSS
SaveExploits0References9
NVD
NVD
added 2024/02/23 3:15 p.m.25 views

CVE-2023-52462

In the Linux kernel, the following vulnerability has been resolved: bpf: fix check for attempt to corrupt spilled pointer When register is spilled onto a stack as a 1/2/4-byte register, we set slottypeBPFREGSIZE - 1 plus potentially few more below it, depending on actual spill size. So to check i...

5.5CVSS6.1AI score0.00226EPSS
SaveExploits0References7
OSV
OSV
added 2024/02/23 3:15 p.m.7 views

DEBIAN-CVE-2023-52462

In the Linux kernel, the following vulnerability has been resolved: bpf: fix check for attempt to corrupt spilled pointer When register is spilled onto a stack as a 1/2/4-byte register, we set slottypeBPFREGSIZE - 1 plus potentially few more below it, depending on actual spill size. So to check i...

5.5CVSS5.4AI score0.00226EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/02/23 3:15 p.m.48 views

CVE-2023-52462

In the Linux kernel, the following vulnerability has been resolved: bpf: fix check for attempt to corrupt spilled pointer When register is spilled onto a stack as a 1/2/4-byte register, we set slottypeBPFREGSIZE - 1 plus potentially few more below it, depending on actual spill size. So to check i...

5.5CVSS6.1AI score0.00226EPSS
SaveExploits0References19
Prion
Prion
added 2024/02/23 3:15 p.m.18 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: bpf: fix check for attempt to corrupt spilled pointer When register is spilled onto a stack as a 1/2/4-byte register, we set slottypeBPFREGSIZE - 1 plus potentially few more below it, depending on actual spill size. So to check i...

7.4AI score0.00226EPSS
SaveExploits0References6
OSV
OSV
added 2024/02/23 3:15 p.m.9 views

UBUNTU-CVE-2023-52462

In the Linux kernel, the following vulnerability has been resolved: bpf: fix check for attempt to corrupt spilled pointer When register is spilled onto a stack as a 1/2/4-byte register, we set slottypeBPFREGSIZE - 1 plus potentially few more below it, depending on actual spill size. So to check i...

5.5CVSS6.1AI score0.00226EPSS
SaveExploits0References19
Cvelist
Cvelist
added 2024/02/23 2:46 p.m.24 views

CVE-2023-52462 bpf: fix check for attempt to corrupt spilled pointer

In the Linux kernel, the following vulnerability has been resolved: bpf: fix check for attempt to corrupt spilled pointer When register is spilled onto a stack as a 1/2/4-byte register, we set slottypeBPFREGSIZE - 1 plus potentially few more below it, depending on actual spill size. So to check i...

6.4AI score0.00226EPSS
SaveExploits0References6
Rows per page
Query Builder