Lucene search
K

22 matches found

AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.2 views

Astra Linux - уязвимость в linux-5.15, linux-6.1

In the Linux kernel, the following vulnerability has been resolved: xdp: fixed an invalid wait context in pagepoolDestroy If the driver uses a page pool, it creates a page pool using pagepoolcreate. The reference count of the page pool is 1 by default. A page pool will only be destroyed when its...

5.5CVSS6.2AI score0.00015EPSS
Exploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.1 views

Astra Linux - уязвимость в linux-5.10, linux-5.15, linux-6.1

In the Linux kernel, the following vulnerability has been resolved: xdp: The WARN function has been removed from xdpregmemmodel. Syzkaller reports a warning in xdpregmemmodel. This warning only occurs if memidinithashtable returns an error. The error is returned in two cases: 1. Memory allocation...

5.5CVSS6.3AI score0.00013EPSS
Exploits0References2
SUSE CVE
SUSE CVE
added 2026/04/25 1:37 a.m.2 views

SUSE CVE-2026-31646

In the Linux kernel, the following vulnerability has been resolved: net: lan966x: fix pagepool error handling in lan966xfdmarxallocpagepool pagepoolcreate can return an ERRPTR on failure. The return value is used unconditionally in the loop that follows, passing the error pointer through...

5.5CVSS5.5AI score0.00015EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2025/10/27 12:0 a.m.2 views

Siemens SIMATIC Devices Improper Input Validation (CVE-2024-43834)

In the Linux kernel, the following vulnerability has been resolved: xdp: fix invalid wait context of pagepooldestroy If the driver uses a page pool, it creates a page pool with pagepoolcreate. The reference count of page pool is 1 as default. A page pool will be destroyed only when a reference...

5.5CVSS6.1AI score0.00015EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.1 views

Unity Linux 20.1050a / 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-391058)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-391058 advisory. In the Linux kernel, the following vulnerability has been resolved: xdp: Remove WARN from xdpregmemmodel syzkaller reports a warning in xdpregmemmodel. The warning...

5.5CVSS6.2AI score0.00013EPSS
Exploits0References3
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.1 views

kernel: xdp: fix invalid wait context of page_pool_destroy()

In the Linux kernel, the following vulnerability has been resolved: xdp: fix invalid wait context of pagepooldestroy If the driver uses a page pool, it creates a page pool with pagepoolcreate. The reference count of page pool is 1 as default. A page pool will be destroyed only when a reference...

5.5CVSS6.4AI score0.00015EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2024/08/18 2:1 a.m.3 views

SUSE CVE-2024-43834

In the Linux kernel, the following vulnerability has been resolved: xdp: fix invalid wait context of pagepooldestroy If the driver uses a page pool, it creates a page pool with pagepoolcreate. The reference count of page pool is 1 as default. A page pool will be destroyed only when a reference...

5.5CVSS6.3AI score0.00015EPSS
Exploits0References14
OSV
OSV
added 2024/08/17 10:15 a.m.0 views

DEBIAN-CVE-2024-43834

In the Linux kernel, the following vulnerability has been resolved: xdp: fix invalid wait context of pagepooldestroy If the driver uses a page pool, it creates a page pool with pagepoolcreate. The reference count of page pool is 1 as default. A page pool will be destroyed only when a reference...

5.5CVSS5.4AI score0.00015EPSS
Exploits0References1
OSV
OSV
added 2024/08/17 10:15 a.m.0 views

AZL-51980 CVE-2024-43834 affecting package kernel for versions less than 5.15.176.3-1

In the Linux kernel, the following vulnerability has been resolved: xdp: fix invalid wait context of pagepooldestroy If the driver uses a page pool, it creates a page pool with pagepoolcreate. The reference count of page pool is 1 as default. A page pool will be destroyed only when a reference...

5.5CVSS6AI score0.00015EPSS
Exploits0References1
OSV
OSV
added 2024/08/17 10:15 a.m.0 views

UBUNTU-CVE-2024-43834

In the Linux kernel, the following vulnerability has been resolved: xdp: fix invalid wait context of pagepooldestroy If the driver uses a page pool, it creates a page pool with pagepoolcreate. The reference count of page pool is 1 as default. A page pool will be destroyed only when a reference...

5.5CVSS6.1AI score0.00015EPSS
Exploits0References19
UbuntuCve
UbuntuCve
added 2024/08/17 10:15 a.m.17 views

CVE-2024-43834

In the Linux kernel, the following vulnerability has been resolved: xdp: fix invalid wait context of pagepooldestroy If the driver uses a page pool, it creates a page pool with pagepoolcreate. The reference count of page pool is 1 as default. A page pool will be destroyed only when a reference...

5.5CVSS6.2AI score0.00015EPSS
Exploits0References18
CVE
CVE
added 2024/08/17 9:21 a.m.143 views

CVE-2024-43834

CVE-2024-43834 (Linux kernel) : The issue is a race/invalid wait-context in page_pool destruction when a driver uses XDP with a page pool. Specifically, page_pool_destroy() decreases the pool’s refcount and calls mem_allocator_disconnect(), which may acquire mutex_lock(). If the driver has regist...

5.5CVSS6.4AI score0.00015EPSS
Exploits0References9Affected Software1
Cvelist
Cvelist
added 2024/08/17 9:21 a.m.20 views

CVE-2024-43834 xdp: fix invalid wait context of page_pool_destroy()

In the Linux kernel, the following vulnerability has been resolved: xdp: fix invalid wait context of pagepooldestroy If the driver uses a page pool, it creates a page pool with pagepoolcreate. The reference count of page pool is 1 as default. A page pool will be destroyed only when a reference...

0.00015EPSS
Exploits0References6
Debian CVE
Debian CVE
added 2024/08/17 9:21 a.m.19 views

CVE-2024-43834

In the Linux kernel, the following vulnerability has been resolved: xdp: fix invalid wait context of pagepooldestroy If the driver uses a page pool, it creates a page pool with pagepoolcreate. The reference count of page pool is 1 as default. A page pool will be destroyed only when a reference...

5.5CVSS5.4AI score0.00015EPSS
Exploits0
Microsoft CVE
Microsoft CVE
added 2024/08/08 7:0 a.m.2 views

xdp: Remove WARN() from __xdp_reg_mem_model()

...

5.5CVSS7.3AI score0.00013EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2024/08/06 2:0 a.m.1 views

SUSE CVE-2024-42082

In the Linux kernel, the following vulnerability has been resolved: xdp: Remove WARN from xdpregmemmodel syzkaller reports a warning in xdpregmemmodel. The warning occurs only if memidinithashtable returns an error. It returns the error in two cases: 1. memory allocation fails; 2. rhashtableinit...

5.5CVSS6.3AI score0.00013EPSS
Exploits0References17
OSV
OSV
added 2024/07/29 4:15 p.m.1 views

DEBIAN-CVE-2024-42082

In the Linux kernel, the following vulnerability has been resolved: xdp: Remove WARN from xdpregmemmodel syzkaller reports a warning in xdpregmemmodel. The warning occurs only if memidinithashtable returns an error. It returns the error in two cases: 1. memory allocation fails; 2. rhashtableinit...

5.5CVSS5.6AI score0.00013EPSS
Exploits0References1
OSV
OSV
added 2024/07/29 4:15 p.m.2 views

AZL-47148 CVE-2024-42082 affecting package kernel for versions less than 6.6.43.1-7

In the Linux kernel, the following vulnerability has been resolved: xdp: Remove WARN from xdpregmemmodel syzkaller reports a warning in xdpregmemmodel. The warning occurs only if memidinithashtable returns an error. It returns the error in two cases: 1. memory allocation fails; 2. rhashtableinit...

5.5CVSS6.4AI score0.00013EPSS
Exploits0References1
OSV
OSV
added 2024/07/29 4:15 p.m.0 views

UBUNTU-CVE-2024-42082

In the Linux kernel, the following vulnerability has been resolved: xdp: Remove WARN from xdpregmemmodel syzkaller reports a warning in xdpregmemmodel. The warning occurs only if memidinithashtable returns an error. It returns the error in two cases: 1. memory allocation fails; 2. rhashtableinit...

5.5CVSS6.2AI score0.00013EPSS
Exploits0References25
CNNVD
CNNVD
added 2024/07/29 12:0 a.m.1 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 stems from the WARN function in the xbdpregmemmodel function only triggering on memory allocation failure when the...

5.5CVSS6.5AI score0.00013EPSS
Exploits0References7
Rows per page
Query Builder