Lucene search
+L

42109 matches found

UbuntuCve
UbuntuCve
added 2026/02/14 5:15 p.m.11 views

CVE-2026-23194

In the Linux kernel, the following vulnerability has been resolved: rustbinder: correctly handle FDA objects of length zero Fix a bug where an empty FDA fd array object with 0 fds would cause an out-of-bounds error. The previous implementation used skip == 0 to mean "this is a pointer fixup", but...

7.8CVSS5.8AI score0.00117EPSS
SaveExploits0References4
OSV
OSV
added 2026/02/14 5:15 p.m.10 views

UBUNTU-CVE-2026-23206

In the Linux kernel, the following vulnerability has been resolved: dpaa2-switch: prevent ZEROSIZEPTR dereference when numifs is zero The driver allocates arrays for ports, FDBs, and filter blocks using kcalloc with ethsw-swattr.numifs as the element count. When the device reports zero interfaces...

5.5CVSS5.7AI score0.00119EPSS
SaveExploits0References24
OSV
OSV
added 2026/02/14 5:15 p.m.20 views

UBUNTU-CVE-2026-23194

In the Linux kernel, the following vulnerability has been resolved: rustbinder: correctly handle FDA objects of length zero Fix a bug where an empty FDA fd array object with 0 fds would cause an out-of-bounds error. The previous implementation used skip == 0 to mean "this is a pointer fixup", but...

7.8CVSS5.9AI score0.00117EPSS
SaveExploits0References5
GithubExploit
GithubExploit
added 2026/02/14 5:00 p.m.237 views

Exploit for XML Entity Expansion in Cisco Secure_Endpoint

CVE-2023-20052 Exploit - Fixed Build Fixed Docker build for C...

5.3CVSS5.5AI score0.07003EPSS
SaveExploits5
Debian CVE
Debian CVE
added 2026/02/14 4:27 p.m.12 views

CVE-2026-23206

In the Linux kernel, the following vulnerability has been resolved: dpaa2-switch: prevent ZEROSIZEPTR dereference when numifs is zero The driver allocates arrays for ports, FDBs, and filter blocks using kcalloc with ethsw-swattr.numifs as the element count. When the device reports zero interfaces...

5.5CVSS5.2AI score0.00119EPSS
SaveExploits0
OSV
OSV
added 2026/02/14 4:27 p.m.12 views

CVE-2026-23206 dpaa2-switch: prevent ZERO_SIZE_PTR dereference when num_ifs is zero

In the Linux kernel, the following vulnerability has been resolved: dpaa2-switch: prevent ZEROSIZEPTR dereference when numifs is zero The driver allocates arrays for ports, FDBs, and filter blocks using kcalloc with ethsw-swattr.numifs as the element count. When the device reports zero interfaces...

5.3AI score
SaveExploits0References9
EUVD
EUVD
added 2026/02/14 4:27 p.m.12 views

EUVD-2026-5837

In the Linux kernel, the following vulnerability has been resolved: dpaa2-switch: prevent ZEROSIZEPTR dereference when numifs is zero The driver allocates arrays for ports, FDBs, and filter blocks using kcalloc with ethsw-swattr.numifs as the element count. When the device reports zero interfaces...

5.2AI score0.00119EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/02/14 4:27 p.m.7 views

CVE-2026-23206

In the Linux kernel, the following vulnerability has been resolved: dpaa2-switch: prevent ZEROSIZEPTR dereference when numifs is zero The driver allocates arrays for ports, FDBs, and filter blocks using kcalloc with ethsw-swattr.numifs as the element count. When the device reports zero interfaces...

5.1AI score0.00119EPSS
SaveExploits0References7Affected Software1
CVE
CVE
added 2026/02/14 4:27 p.m.63 views

CVE-2026-23206

Summary: CVE-2026-23206 affects the Linux kernel dpaa2-switch driver where zero interfaces (num_ifs == 0) caused a NULL-like ZERO_SIZE_PTR allocation and a kernel panic during probe. The issue stems from allocating arrays with kcalloc() using ethsw->sw_attr.num_ifs and dereferencing ports[0] i...

5.5CVSS5.2AI score0.00119EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2026/02/14 4:27 p.m.51 views

CVE-2026-23206 dpaa2-switch: prevent ZERO_SIZE_PTR dereference when num_ifs is zero

In the Linux kernel, the following vulnerability has been resolved: dpaa2-switch: prevent ZEROSIZEPTR dereference when numifs is zero The driver allocates arrays for ports, FDBs, and filter blocks using kcalloc with ethsw-swattr.numifs as the element count. When the device reports zero interfaces...

0.00119EPSS
SaveExploits0References6
CVE
CVE
added 2026/02/14 4:27 p.m.78 views

CVE-2026-23194

CVE-2026-23194 relates to the Linux kernel rust_binder handling of FDA objects of length zero. The issue was a out-of-bounds write when an empty fd-array (FDA) with 0 fds was processed, caused by treating skip == 0 as a special “pointer fixup.” The fix replaces this zero-special-case pattern (ori...

7.8CVSS5.5AI score0.00117EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2026/02/14 4:27 p.m.14 views

CVE-2026-23194

In the Linux kernel, the following vulnerability has been resolved: rustbinder: correctly handle FDA objects of length zero Fix a bug where an empty FDA fd array object with 0 fds would cause an out-of-bounds error. The previous implementation used skip == 0 to mean "this is a pointer fixup", but...

7.8CVSS5.5AI score0.00117EPSS
SaveExploits0
EUVD
EUVD
added 2026/02/14 4:27 p.m.17 views

EUVD-2026-5850

In the Linux kernel, the following vulnerability has been resolved: rustbinder: correctly handle FDA objects of length zero Fix a bug where an empty FDA fd array object with 0 fds would cause an out-of-bounds error. The previous implementation used skip == 0 to mean "this is a pointer fixup", but...

5.5AI score0.00117EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/02/14 4:15 p.m.12 views

CVE-2025-71201

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix early read unlock of page with EOF in middle The read result collection for buffered reads seems to run ahead of the completion of subrequests under some circumstances, as can be seen in the following log snippet:...

7.1CVSS6.5AI score0.00122EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2026/02/14 3:22 p.m.41 views

CVE-2025-71201 netfs: Fix early read unlock of page with EOF in middle

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix early read unlock of page with EOF in middle The read result collection for buffered reads seems to run ahead of the completion of subrequests under some circumstances, as can be seen in the following log snippet:...

7.1CVSS0.00122EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/02/14 3:22 p.m.6 views

CVE-2025-71201

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix early read unlock of page with EOF in middle The read result collection for buffered reads seems to run ahead of the completion of subrequests under some circumstances, as can be seen in the following log snippet:...

5.3AI score0.00122EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2026/02/14 3:09 p.m.58 views

CVE-2026-23127

CVE-2026-23127 affects the Linux kernel perf subsystem. The issue is caused by a refcount warning in perf_mmap_rb() when updating event->mmap_count during group-member mmap creation with PERF_FLAG_FD_OUTPUT. Specifically, refcount_inc(&event->mmap_count) can run when mmap_count is 0, trigge...

5.5CVSS5.2AI score0.00104EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/02/14 2:22 p.m.38 views

CLSA-2026-1771078945 kernel: Fix of 131 CVEs

net/ieee802154: don't warn zero-sized rawsendmsg CVE-2022-50706 - scsi: target: iscsi: Fix buffer overflow in liotargetnaclinfoshow CVE-2023-53676 - ALSA: usb-audio: Fix potential overflow of PCM transfer buffer CVE-2025-40269 - ipv6: reject malicious packets in ipv6gsosegment CVE-2025-38572 -...

9.8CVSS7.1AI score0.00693EPSS
SaveExploits0References1
NVD
NVD
added 2026/02/14 7:16 a.m.16 views

CVE-2026-1901

The QuestionPro Surveys plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'questionpro' shortcode in all versions up to, and including, 1.0 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated...

6.4CVSS0.00246EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/02/14 4:35 a.m.35 views

CVE-2026-1754 personal-authors-category <= 0.3 - Reflected Cross-Site Scripting

The personal-authors-category plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the URL path in all versions up to, and including, 0.3 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web...

6.1CVSS0.00212EPSS
SaveExploits0References3
Rows per page
Query Builder