Lucene search
+L

25576 matches found

RedhatCVE
RedhatCVE
added 2025/06/19 8:53 p.m.10 views

CVE-2022-49975

In the Linux kernel, the following vulnerability has been resolved: bpf: Don't redirect packets with invalid pktlen Syzbot found an issue 1: fqcodeldrop try to drop a flow whitout any skbs, that is, the flow-head is null. The root cause, as the 2 says, is because that bpfprogtestrunskb run a bpf...

3.3CVSS7.2AI score0.00242EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/06/19 3:45 a.m.16 views

SUSE CVE-2022-49972

In the Linux kernel, the following vulnerability has been resolved: xsk: Fix corrupted packets for XDPSHAREDUMEM Fix an issue in XDPSHAREDUMEM mode together with aligned mode where packets are corrupted for the second and any further sockets bound to the same umem. In other words, this does not...

5.5CVSS6.6AI score0.00206EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2025/06/19 3:43 a.m.8 views

SUSE CVE-2022-50036

In the Linux kernel, the following vulnerability has been resolved: drm/sun4i: dsi: Prevent underflow when computing packet sizes Currently, the packet overhead is subtracted using unsigned arithmetic. With a short sync pulse, this could underflow and wrap around to near the maximal u16 value. Fi...

5.5CVSS6.3AI score0.00176EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2025/06/19 3:42 a.m.10 views

SUSE CVE-2022-50069

In the Linux kernel, the following vulnerability has been resolved: BPF: Fix potential bad pointer dereference in bpfsysbpf The bpfsysbpf helper function allows an eBPF program to load another eBPF program from within the kernel. In this case the argument union bpfattr pointer as well as the insn...

5.5CVSS5.8AI score0.00221EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/06/19 3:40 a.m.13 views

SUSE CVE-2022-50167

In the Linux kernel, the following vulnerability has been resolved: bpf: fix potential 32-bit overflow when accessing ARRAY map element If BPF array map is bigger than 4GB, element pointer calculation can overflow because both index and elemsize are u32. Fix this everywhere by forcing 64-bit...

7.8CVSS6.8AI score0.00239EPSS
SaveExploits0References3
OSV
OSV
added 2025/06/18 11:15 a.m.2 views

DEBIAN-CVE-2022-50036

In the Linux kernel, the following vulnerability has been resolved: drm/sun4i: dsi: Prevent underflow when computing packet sizes Currently, the packet overhead is subtracted using unsigned arithmetic. With a short sync pulse, this could underflow and wrap around to near the maximal u16 value. Fi...

5.5CVSS5.3AI score0.00176EPSS
SaveExploits0References1
NVD
NVD
added 2025/06/18 11:15 a.m.12 views

CVE-2022-50036

In the Linux kernel, the following vulnerability has been resolved: drm/sun4i: dsi: Prevent underflow when computing packet sizes Currently, the packet overhead is subtracted using unsigned arithmetic. With a short sync pulse, this could underflow and wrap around to near the maximal u16 value. Fi...

5.5CVSS0.00176EPSS
SaveExploits0References4
OSV
OSV
added 2025/06/18 11:15 a.m.5 views

DEBIAN-CVE-2022-49975

In the Linux kernel, the following vulnerability has been resolved: bpf: Don't redirect packets with invalid pktlen Syzbot found an issue 1: fqcodeldrop try to drop a flow whitout any skbs, that is, the flow-head is null. The root cause, as the 2 says, is because that bpfprogtestrunskb run a bpf...

7.8CVSS5.6AI score0.00242EPSS
SaveExploits0References1
NVD
NVD
added 2025/06/18 11:15 a.m.14 views

CVE-2022-49975

In the Linux kernel, the following vulnerability has been resolved: bpf: Don't redirect packets with invalid pktlen Syzbot found an issue 1: fqcodeldrop try to drop a flow whitout any skbs, that is, the flow-head is null. The root cause, as the 2 says, is because that bpfprogtestrunskb run a bpf...

7.8CVSS0.00242EPSS
SaveExploits0References5
OSV
OSV
added 2025/06/18 11:15 a.m.9 views

UBUNTU-CVE-2022-50036

In the Linux kernel, the following vulnerability has been resolved: drm/sun4i: dsi: Prevent underflow when computing packet sizes Currently, the packet overhead is subtracted using unsigned arithmetic. With a short sync pulse, this could underflow and wrap around to near the maximal u16 value. Fi...

5.5CVSS6.1AI score0.00176EPSS
SaveExploits0References6
OSV
OSV
added 2025/06/18 11:15 a.m.6 views

UBUNTU-CVE-2022-49970

In the Linux kernel, the following vulnerability has been resolved: bpf, cgroup: Fix kernel BUG in purgeeffectiveprogs Syzkaller reported a triggered kernel BUG as follows: ------------ cut here ------------ kernel BUG at kernel/bpf/cgroup.c:925! invalid opcode: 0000 1 PREEMPT SMP NOPTI CPU: 1 PI...

7.1CVSS5.7AI score0.00258EPSS
SaveExploits0References6
OSV
OSV
added 2025/06/18 11:15 a.m.10 views

UBUNTU-CVE-2022-49975

In the Linux kernel, the following vulnerability has been resolved: bpf: Don't redirect packets with invalid pktlen Syzbot found an issue 1: fqcodeldrop try to drop a flow whitout any skbs, that is, the flow-head is null. The root cause, as the 2 says, is because that bpfprogtestrunskb run a bpf...

7.8CVSS5.8AI score0.00242EPSS
SaveExploits0References7
OSV
OSV
added 2025/06/18 11:15 a.m.10 views

UBUNTU-CVE-2022-50168

In the Linux kernel, the following vulnerability has been resolved: bpf, x86: fix freeing of not-finalized bpfprogpack syzbot reported a few issues with bpfprogpack 1, 2. This only happens with multiple subprogs. In jitsubprogs, we first call bpfintjitcompile on each sub program. And then, we cal...

7.8CVSS6.2AI score0.00233EPSS
SaveExploits0References5
OSV
OSV
added 2025/06/18 11:15 a.m.14 views

UBUNTU-CVE-2022-50167

In the Linux kernel, the following vulnerability has been resolved: bpf: fix potential 32-bit overflow when accessing ARRAY map element If BPF array map is bigger than 4GB, element pointer calculation can overflow because both index and elemsize are u32. Fix this everywhere by forcing 64-bit...

7.8CVSS5.8AI score0.00239EPSS
SaveExploits0References5
CVE
CVE
added 2025/06/18 11:01 a.m.93 views

CVE-2022-50036

CVE-2022-50036 affects the Linux kernel component drm/sun4i: dsi. The underflow occurred when computing packet sizes due to subtracting packet overhead with unsigned arithmetic; with a short sync pulse the subtraction could wrap to a large unsigned value. The remediation is a fix that uses signed...

5.5CVSS6.5AI score0.00176EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/06/18 11:01 a.m.13 views

CVE-2022-50036

In the Linux kernel, the following vulnerability has been resolved: drm/sun4i: dsi: Prevent underflow when computing packet sizes Currently, the packet overhead is subtracted using unsigned arithmetic. With a short sync pulse, this could underflow and wrap around to near the maximal u16 value. Fi...

5.5CVSS5.3AI score0.00176EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/06/18 11:01 a.m.19 views

CVE-2022-50036 drm/sun4i: dsi: Prevent underflow when computing packet sizes

In the Linux kernel, the following vulnerability has been resolved: drm/sun4i: dsi: Prevent underflow when computing packet sizes Currently, the packet overhead is subtracted using unsigned arithmetic. With a short sync pulse, this could underflow and wrap around to near the maximal u16 value. Fi...

0.00176EPSS
SaveExploits0References4
OSV
OSV
added 2025/06/18 11:01 a.m.10 views

CVE-2022-50036 drm/sun4i: dsi: Prevent underflow when computing packet sizes

In the Linux kernel, the following vulnerability has been resolved: drm/sun4i: dsi: Prevent underflow when computing packet sizes Currently, the packet overhead is subtracted using unsigned arithmetic. With a short sync pulse, this could underflow and wrap around to near the maximal u16 value. Fi...

6AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/06/18 11:00 a.m.18 views

CVE-2022-49975 bpf: Don't redirect packets with invalid pkt_len

In the Linux kernel, the following vulnerability has been resolved: bpf: Don't redirect packets with invalid pktlen Syzbot found an issue 1: fqcodeldrop try to drop a flow whitout any skbs, that is, the flow-head is null. The root cause, as the 2 says, is because that bpfprogtestrunskb run a bpf...

0.00242EPSS
SaveExploits0References5
CVE
CVE
added 2025/06/18 11:00 a.m.50 views

CVE-2022-49975

CVE-2022-49975 affects the Linux kernel’s BPF path, where a redirect of packets with invalid pkt_len could occur. The root cause is described as a BPF program test/run path (bpf_prog_test_run_skb) redirecting empty skbs, leading to a potential flow handling issue in fq_codel_drop(). The vulnerabi...

7.8CVSS6.5AI score0.00242EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder