Lucene search
+L

81 matches found

Positive Technologies
Positive Technologies
added 2026/01/01 12:00 a.m.11 views

PT-2026-8135

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw in the bpf subsystem, specifically within the test run functionality. A failure to properly account for the size of the xdp frame structure when...

7.8CVSS5.8AI score0.00127EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/12/25 12:24 a.m.9 views

SUSE CVE-2025-68363

In the Linux kernel, the following vulnerability has been resolved: bpf: Check skb-transportheader is set in bpfskbcheckmtu The bpfskbcheckmtu helper needs to use skb-transportheader when the BPFMTUCHKSEGS flag is used: bpfskbcheckmtuskb, ifindex, &mtulen, 0, BPFMTUCHKSEGS The transportheader is...

5.5CVSS6.3AI score0.00203EPSS
SaveExploits0References20
EUVD
EUVD
added 2025/12/24 12:30 p.m.7 views

EUVD-2025-205091

In the Linux kernel, the following vulnerability has been resolved: bpf: Check skb-transportheader is set in bpfskbcheckmtu The bpfskbcheckmtu helper needs to use skb-transportheader when the BPFMTUCHKSEGS flag is used: bpfskbcheckmtuskb, ifindex, &mtulen, 0, BPFMTUCHKSEGS The transportheader is...

5.9AI score0.00203EPSS
SaveExploits0References5
NVD
NVD
added 2025/12/24 11:15 a.m.18 views

CVE-2025-68363

In the Linux kernel, the following vulnerability has been resolved: bpf: Check skb-transportheader is set in bpfskbcheckmtu The bpfskbcheckmtu helper needs to use skb-transportheader when the BPFMTUCHKSEGS flag is used: bpfskbcheckmtuskb, ifindex, &mtulen, 0, BPFMTUCHKSEGS The transportheader is...

0.00203EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/12/24 11:15 a.m.9 views

CVE-2025-68363

In the Linux kernel, the following vulnerability has been resolved: bpf: Check skb-transportheader is set in bpfskbcheckmtu The bpfskbcheckmtu helper needs to use skb-transportheader when the BPFMTUCHKSEGS flag is used: bpfskbcheckmtuskb, ifindex, &mtulen, 0, BPFMTUCHKSEGS The transportheader is...

5.7AI score0.00203EPSS
SaveExploits0References25
OSV
OSV
added 2025/12/24 11:15 a.m.16 views

UBUNTU-CVE-2025-68363

In the Linux kernel, the following vulnerability has been resolved: bpf: Check skb-transportheader is set in bpfskbcheckmtu The bpfskbcheckmtu helper needs to use skb-transportheader when the BPFMTUCHKSEGS flag is used: bpfskbcheckmtuskb, ifindex, &mtulen, 0, BPFMTUCHKSEGS The transportheader is...

5.9AI score0.00203EPSS
SaveExploits0References26
OSV
OSV
added 2025/12/24 10:32 a.m.9 views

CVE-2025-68363 bpf: Check skb->transport_header is set in bpf_skb_check_mtu

In the Linux kernel, the following vulnerability has been resolved: bpf: Check skb-transportheader is set in bpfskbcheckmtu The bpfskbcheckmtu helper needs to use skb-transportheader when the BPFMTUCHKSEGS flag is used: bpfskbcheckmtuskb, ifindex, &mtulen, 0, BPFMTUCHKSEGS The transportheader is...

6.2AI score
SaveExploits0References10
CVE
CVE
added 2025/12/24 10:32 a.m.35 views

CVE-2025-68363

CVE-2025-68363 : Linux kernel BPF MTU check bug. The helper bpf_skb_check_mtu used skb->transport_header without guaranteeing that skb_transport_header was set, causing a WARN_ON_ONCE during BPF test_run. The fix adds a guard using skb_transport_header_was_set() and performs the check just bef...

6AI score0.00203EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2025/11/13 1:37 p.m.8 views

CVE-2025-40123

In the Linux kernel, the following vulnerability has been resolved: bpf: Enforce expectedattachtype for tailcall compatibility Yinhao et al. recently reported: Our fuzzer tool discovered an uninitialized pointer issue in the bpfprogtestrunxdp function within the Linux kernel's BPF subsystem. This...

4.4CVSS5.9AI score0.00154EPSS
SaveExploits1References4
OSV
OSV
added 2025/11/12 10:23 a.m.8 views

CVE-2025-40123 bpf: Enforce expected_attach_type for tailcall compatibility

In the Linux kernel, the following vulnerability has been resolved: bpf: Enforce expectedattachtype for tailcall compatibility Yinhao et al. recently reported: Our fuzzer tool discovered an uninitialized pointer issue in the bpfprogtestrunxdp function within the Linux kernel's BPF subsystem. This...

7.8CVSS6.2AI score
SaveExploits0References10
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:00 a.m.6 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2025-987338)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-987338 advisory. In the Linux kernel, the following vulnerability has been resolved: bpf, testrun: Fix alignment problem in bpfprogtestrunskb We got a syzkaller problem because of...

7.8CVSS6.3AI score0.00217EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/09/02 6:05 a.m.12 views

kernel: bpf, test_run: Fix use-after-free issue in eth_skb_pkt_type()

In the Linux kernel, the following vulnerability has been resolved: bpf, testrun: Fix use-after-free issue in ethskbpkttype KMSAN reported a use-after-free issue in ethskbpkttype1. The cause of the issue was that ethskbpkttype accessed skb's data that didn't contain an Ethernet header. This occur...

7.8CVSS6.3AI score0.00194EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/08/27 8:27 a.m.10 views

kernel: bpf, test_run: Fix use-after-free issue in eth_skb_pkt_type()

In the Linux kernel, the following vulnerability has been resolved: bpf, testrun: Fix use-after-free issue in ethskbpkttype KMSAN reported a use-after-free issue in ethskbpkttype1. The cause of the issue was that ethskbpkttype accessed skb's data that didn't contain an Ethernet header. This occur...

7.8CVSS6.3AI score0.00194EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/08/09 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2022-49840

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: bpf, testrun: Fix alignment problem in bpfprogtestrunskb We got a syzkaller problem because ...

7.8CVSS5.6AI score0.00217EPSS
SaveExploits0References3
OSV
OSV
added 2025/06/10 3:23 p.m.26 views

CLSA-2025-1749568993 kernel: Fix of 24 CVEs

vsock: Keep the binding until socket destruction CVE-2025-21756 - mt76: fix use-after-free by removing a non-RCU wcid pointer CVE-2022-49328 - bpf, testrun: Fix alignment problem in bpfprogtestrunskb CVE-2022-49840 - ASoC: core: Fix use-after-free in sndsocexit CVE-2022-49842 - net: sched: Fix...

9.1CVSS7.3AI score0.00874EPSS
SaveExploits3References1
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.14 views

kernel: bpf: Remove tst_run from lwt_seg6local_prog_ops.

A flaw was found in the Linux kernel's BPF Berkeley Packet Filter subsystem. This vulnerability allows BPF operations related to lwtseg6localprogops to be invoked via bpftestrun without proper initialization of a critical per-CPU variable. This could lead to a denial of service...

7.8CVSS6.8AI score0.00247EPSS
SaveExploits0References5
Exploit DB
Exploit DB
added 2025/05/13 12:00 a.m.303 views

RDPGuard 9.9.9 - Privilege Escalation

Exploit Title: RDPGuard 9.9.9 - Privilege Escalation Discovered by: Ahmet Ümit BAYRAM Discovered Date: 09.05.2025 Vendor Homepage: https://rdpguard.com Software Link: https://rdpguard.com/download.aspx Tested Version: 9.9.9 latest Tested on: Windows 10 32bit Steps to Reproduce 1. Prepare a .bat...

5.3AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/05/10 3:05 a.m.10 views

SUSE CVE-2022-49840

In the Linux kernel, the following vulnerability has been resolved: bpf, testrun: Fix alignment problem in bpfprogtestrunskb We got a syzkaller problem because of aarch64 alignment fault if KFENCE enabled. When the size from user bpf program is an odd number, like 399, 407, etc, it will cause the...

5.5CVSS7.8AI score0.00217EPSS
SaveExploits0References4
OSV
OSV
added 2025/05/01 3:16 p.m.8 views

DEBIAN-CVE-2022-49840

In the Linux kernel, the following vulnerability has been resolved: bpf, testrun: Fix alignment problem in bpfprogtestrunskb We got a syzkaller problem because of aarch64 alignment fault if KFENCE enabled. When the size from user bpf program is an odd number, like 399, 407, etc, it will cause the...

7.8CVSS5.7AI score0.00217EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 3:16 p.m.23 views

UBUNTU-CVE-2022-49840

In the Linux kernel, the following vulnerability has been resolved: bpf, testrun: Fix alignment problem in bpfprogtestrunskb We got a syzkaller problem because of aarch64 alignment fault if KFENCE enabled. When the size from user bpf program is an odd number, like 399, 407, etc, it will cause the...

7.8CVSS6.1AI score0.00217EPSS
SaveExploits0References10
Rows per page
Query Builder