<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Debian</title>
  <link>https://cvedaily.com/pages/tags/debian.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/debian.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Debian</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:28 +0000</lastBuildDate>
  <item>
    <title>[Unknown] CVE-2026-46260 – In the Linux kernel, the following vulnerability has been resolved:

ipv6: Fix o...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46260</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46260</guid>
    <pubDate>Wed, 03 Jun 2026 18:16:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2026-46260</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ipv6: Fix out-of-bound access in fib6_add_rt2node().  syzbot reported out-of-bound read in fib6_add_rt2node(). [0]  When IPv6 route is created with RTA_NH_ID, struct fib6_info does not have the trailing struct fib6_nh.  The cited commit started to check !iter->fib6_nh->fib_nh_gw_family to ensure that rt6_qualify_for_ecmp() will…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46260">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-47269 – pam_usb provides hardware authentication for Linux using ordinary removable medi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-47269</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-47269</guid>
    <pubDate>Wed, 27 May 2026 21:16:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-47269</strong></p>
  <p>pam_usb provides hardware authentication for Linux using ordinary removable media. Prior to 0.9.0,  pam_usb's deny_remote feature checks utmpx ut_addr_v6 to detect whether an authentication request originates from a remote session. The outer guard was if (utent->ut_addr_v6[0] != 0), which only tests the first 32-bit word of the 128-bit address field. IPv4-mapped IPv6 addresses (::ffff:x.x.x.x) st…</p>
  <p><strong>CVSS:</strong> 7.4 · <strong>CWE:</strong> CWE-284</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-47269">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-47271 – pam_usb provides hardware authentication for Linux using ordinary removable medi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-47271</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-47271</guid>
    <pubDate>Wed, 27 May 2026 20:16:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-47271</strong></p>
  <p>pam_usb provides hardware authentication for Linux using ordinary removable media. Prior to 0.9.0, src/mem.c implemented out-of-memory guards for xmalloc(), xrealloc(), and xstrdup() using assert(data != NULL). The C standard specifies that all assert() expressions are compiled out when NDEBUG is defined at build time. NDEBUG is commonly defined in release and packaging builds (Debian, Fedora, Ar…</p>
  <p><strong>CVSS:</strong> 5.1 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-47271">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2026-45965 – In the Linux kernel, the following vulnerability has been resolved:

apparmor: f...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45965</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45965</guid>
    <pubDate>Wed, 27 May 2026 14:17:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2026-45965</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  apparmor: fix invalid deref of rawdata when export_binary is unset  If the export_binary parameter is disabled on runtime, profiles that were loaded before that will still have their rawdata stored in apparmorfs, with a symbolic link to the rawdata on the policy directory. When one of those profiles are replaced, the rawdata is…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45965">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2026-45924 – In the Linux kernel, the following vulnerability has been resolved:

ksmbd: call...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45924</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45924</guid>
    <pubDate>Wed, 27 May 2026 14:17:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2026-45924</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ksmbd: call ksmbd_vfs_kern_path_end_removing() on some error paths  There are two places where ksmbd_vfs_kern_path_end_removing() needs to be called in order to balance what the corresponding successful call to ksmbd_vfs_kern_path_start_removing() has done, i.e. drop inode locks and put the taken references.  Otherwise there mig…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45924">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-45898 – In the Linux kernel, the following vulnerability has been resolved:

RDMA/iwcm: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45898</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45898</guid>
    <pubDate>Wed, 27 May 2026 14:17:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-45898</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  RDMA/iwcm: Fix workqueue list corruption by removing work_list  The commit e1168f0 ("RDMA/iwcm: Simplify cm_event_handler()") changed the work submission logic to unconditionally call queue_work() with the expectation that queue_work() would have no effect if work was already pending. The problem is that a free list of struct iw…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45898">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-9150 – A flaw was found in libsolv. This stack-based buffer overflow vulnerability occu...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9150</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9150</guid>
    <pubDate>Wed, 20 May 2026 23:16:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-9150</strong></p>
  <p>A flaw was found in libsolv. This stack-based buffer overflow vulnerability occurs in libsolv's Debian metadata parser when processing specially crafted Debian repository metadata. An attacker could exploit this by providing malicious SHA384 or SHA512 checksum tags, leading to memory corruption and a denial of service (DoS) in the affected system.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-121</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9150">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-43407 – In the Linux kernel, the following vulnerability has been resolved:

libceph: Fi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43407</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43407</guid>
    <pubDate>Fri, 08 May 2026 15:16:52 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-43407</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  libceph: Fix potential out-of-bounds access in ceph_handle_auth_reply()  This patch fixes an out-of-bounds access in ceph_handle_auth_reply() that can be triggered by a message of type CEPH_MSG_AUTH_REPLY. In ceph_handle_auth_reply(), the value of the payload_len field of such a message is stored in a variable of type int. A val…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43407">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-43252 – In the Linux kernel, the following vulnerability has been resolved:

mptcp: pm: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43252</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43252</guid>
    <pubDate>Wed, 06 May 2026 12:16:45 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-43252</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  mptcp: pm: in-kernel: always set ID as avail when rm endp  Syzkaller managed to find a combination of actions that was generating this warning:    WARNING: net/mptcp/pm_kernel.c:1074 at __mark_subflow_endp_available net/mptcp/pm_kernel.c:1074 [inline], CPU#1: syz.7.48/2535   WARNING: net/mptcp/pm_kernel.c:1074 at mptcp_pm_nl_ful…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-667</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43252">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-43080 – In the Linux kernel, the following vulnerability has been resolved:

l2tp: Drop ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43080</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43080</guid>
    <pubDate>Wed, 06 May 2026 10:16:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-43080</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  l2tp: Drop large packets with UDP encap  syzbot reported a WARN on my patch series [1]. The actual issue is an overflow of 16-bit UDP length field, and it exists in the upstream code. My series added a debug WARN with an overflow check that exposed the issue, that's why syzbot tripped on my patches, rather than on upstream code.…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-674</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43080">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-43046 – In the Linux kernel, the following vulnerability has been resolved:

btrfs: reje...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43046</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43046</guid>
    <pubDate>Fri, 01 May 2026 15:16:50 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-43046</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  btrfs: reject root items with drop_progress and zero drop_level  [BUG] When recovering relocation at mount time, merge_reloc_root() and btrfs_drop_snapshot() both use BUG_ON(level == 0) to guard against an impossible state: a non-zero drop_progress combined with a zero drop_level in a root_item, which can be triggered:  --------…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-617</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43046">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-31654 – In the Linux kernel, the following vulnerability has been resolved:

mm/vma: fix...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31654</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31654</guid>
    <pubDate>Fri, 24 Apr 2026 15:16:44 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-31654</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  mm/vma: fix memory leak in __mmap_region()  commit 605f6586ecf7 ("mm/vma: do not leak memory when .mmap_prepare swaps the file") handled the success path by skipping get_file() via file_doesnt_need_get, but missed the error path.  When /dev/zero is mmap'd with MAP_SHARED, mmap_zero_prepare() calls shmem_zero_setup_desc() which a…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-401</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31654">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31505 – In the Linux kernel, the following vulnerability has been resolved:

iavf: fix o...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31505</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31505</guid>
    <pubDate>Wed, 22 Apr 2026 14:16:49 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-31505</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  iavf: fix out-of-bounds writes in iavf_get_ethtool_stats()  iavf incorrectly uses real_num_tx_queues for ETH_SS_STATS. Since the value could change in runtime, we should use num_tx_queues instead.  Moreover iavf_get_ethtool_stats() uses num_active_queues while iavf_get_sset_count() and iavf_get_stat_strings() use real_num_tx_que…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31505">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-23462 – In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23462</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23462</guid>
    <pubDate>Fri, 03 Apr 2026 16:16:33 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-23462</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  Bluetooth: HIDP: Fix possible UAF  This fixes the following trace caused by not dropping l2cap_conn reference when user->remove callback is called:  [   97.809249] l2cap_conn_free: freeing conn ffff88810a171c00 [   97.809907] CPU: 1 UID: 0 PID: 1419 Comm: repro_standalon Not tainted 7.0.0-rc1-dirty #14 PREEMPT(lazy) [   97.80993…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23462">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-23428 – In the Linux kernel, the following vulnerability has been resolved:

ksmbd: fix ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23428</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23428</guid>
    <pubDate>Fri, 03 Apr 2026 16:16:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-23428</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ksmbd: fix use-after-free of share_conf in compound request  smb2_get_ksmbd_tcon() reuses work->tcon in compound requests without validating tcon->t_state. ksmbd_tree_conn_lookup() checks t_state == TREE_CONNECTED on the initial lookup path, but the compound reuse path bypasses this check entirely.  If a prior command in the com…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23428">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-23427 – In the Linux kernel, the following vulnerability has been resolved:

ksmbd: fix ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23427</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23427</guid>
    <pubDate>Fri, 03 Apr 2026 16:16:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-23427</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ksmbd: fix use-after-free in durable v2 replay of active file handles  parse_durable_handle_context() unconditionally assigns dh_info->fp->conn to the current connection when handling a DURABLE_REQ_V2 context with SMB2_FLAGS_REPLAY_OPERATION. ksmbd_lookup_fd_cguid() does not filter by fp->conn, so it returns file handles that ar…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23427">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-23407 – In the Linux kernel, the following vulnerability has been resolved:

apparmor: f...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23407</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23407</guid>
    <pubDate>Wed, 01 Apr 2026 09:16:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-23407</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  apparmor: fix missing bounds check on DEFAULT table in verify_dfa()  The verify_dfa() function only checks DEFAULT_TABLE bounds when the state is not differentially encoded.  When the verification loop traverses the differential encoding chain, it reads k = DEFAULT_TABLE[j] and uses k as an array index without validation. A malf…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23407">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-23406 – In the Linux kernel, the following vulnerability has been resolved:

apparmor: f...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23406</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23406</guid>
    <pubDate>Wed, 01 Apr 2026 09:16:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-23406</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  apparmor: fix side-effect bug in match_char() macro usage  The match_char() macro evaluates its character parameter multiple times when traversing differential encoding chains. When invoked with *str++, the string pointer advances on each iteration of the inner do-while loop, causing the DFA to check different characters at each…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23406">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-23321 – In the Linux kernel, the following vulnerability has been resolved:

mptcp: pm: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23321</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23321</guid>
    <pubDate>Wed, 25 Mar 2026 11:16:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-23321</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  mptcp: pm: in-kernel: always mark signal+subflow endp as used  Syzkaller managed to find a combination of actions that was generating this warning:    msk->pm.local_addr_used == 0   WARNING: net/mptcp/pm_kernel.c:1071 at __mark_subflow_endp_available net/mptcp/pm_kernel.c:1071 [inline], CPU#1: syz.2.17/961   WARNING: net/mptcp/p…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23321">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-2219 – It was discovered that dpkg-deb (a component of dpkg, the Debian package managem...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-2219</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-2219</guid>
    <pubDate>Sat, 07 Mar 2026 09:16:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-2219</strong></p>
  <p>It was discovered that dpkg-deb (a component of dpkg, the Debian package management system) does not properly validate the end of the data stream when uncompressing a zstd-compressed .deb archive, which may result in denial of service (infinite loop spinning the CPU).</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-835</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-2219">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-40931 – Apache::Session::Generate::MD5 versions through 1.94 for Perl create insecure se...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-40931</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-40931</guid>
    <pubDate>Thu, 05 Mar 2026 02:16:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-40931</strong></p>
  <p>Apache::Session::Generate::MD5 versions through 1.94 for Perl create insecure session id.  Apache::Session::Generate::MD5 generates session ids insecurely. The default session id generator returns a MD5 hash seeded with the built-in rand() function, the epoch time, and the PID. The PID will come from a small set of numbers, and the epoch time may be guessed, if it is not leaked from the HTTP Date…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-338</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-40931">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-23192 – In the Linux kernel, the following vulnerability has been resolved:

linkwatch: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23192</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23192</guid>
    <pubDate>Sat, 14 Feb 2026 17:15:57 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-23192</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  linkwatch: use __dev_put() in callers to prevent UAF  After linkwatch_do_dev() calls __dev_put() to release the linkwatch reference, the device refcount may drop to 1. At this point, netdev_run_todo() can proceed (since linkwatch_sync_dev() sees an empty list and returns without blocking), wait for the refcount to become 1 via n…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23192">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-23171 – In the Linux kernel, the following vulnerability has been resolved:

bonding: fi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23171</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23171</guid>
    <pubDate>Sat, 14 Feb 2026 16:15:57 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-23171</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  bonding: fix use-after-free due to enslave fail after slave array update  Fix a use-after-free which happens due to enslave failure after the new slave has been added to the array. Since the new slave can be used for Tx immediately, we can use it after it has been freed by the enslave error cleanup path which frees the allocated…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23171">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-23126 – In the Linux kernel, the following vulnerability has been resolved:

netdevsim: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23126</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23126</guid>
    <pubDate>Sat, 14 Feb 2026 15:16:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-23126</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  netdevsim: fix a race issue related to the operation on bpf_bound_progs list  The netdevsim driver lacks a protection mechanism for operations on the bpf_bound_progs list. When the nsim_bpf_create_prog() performs list_add_tail, it is possible that nsim_bpf_destroy_prog() is simultaneously performs list_del. Concurrent operations…</p>
  <p><strong>CVSS:</strong> 4.7 · <strong>CWE:</strong> CWE-362</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23126">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-71200 – In the Linux kernel, the following vulnerability has been resolved:

mmc: sdhci-...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-71200</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-71200</guid>
    <pubDate>Sat, 14 Feb 2026 15:16:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-71200</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  mmc: sdhci-of-dwcmshc: Prevent illegal clock reduction in HS200/HS400 mode  When operating in HS200 or HS400 timing modes, reducing the clock frequency below 52MHz will lead to link broken as the Rockchip DWC MSHC controller requires maintaining a minimum clock of 52MHz in these modes.  Add a check to prevent illegal clock reduc…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-71200">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-23088 – In the Linux kernel, the following vulnerability has been resolved:

tracing: Fi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23088</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23088</guid>
    <pubDate>Wed, 04 Feb 2026 17:16:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-23088</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  tracing: Fix crash on synthetic stacktrace field usage  When creating a synthetic event based on an existing synthetic event that had a stacktrace field and the new synthetic event used that field a kernel crash occurred:   ~# cd /sys/kernel/tracing  ~# echo 's:stack unsigned long stack[];' > dynamic_events  ~# echo 'hist:keys=p…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23088">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-71125 – In the Linux kernel, the following vulnerability has been resolved:

tracing: Do...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-71125</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-71125</guid>
    <pubDate>Wed, 14 Jan 2026 15:16:02 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-71125</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  tracing: Do not register unsupported perf events  Synthetic events currently do not have a function to register perf events. This leads to calling the tracepoint register functions with a NULL function pointer which triggers:   ------------[ cut here ]------------  WARNING: kernel/tracepoint.c:175 at tracepoint_add_func+0x357/0x…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-71125">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-71123 – In the Linux kernel, the following vulnerability has been resolved:

ext4: fix s...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-71123</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-71123</guid>
    <pubDate>Wed, 14 Jan 2026 15:16:02 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-71123</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ext4: fix string copying in parse_apply_sb_mount_options()  strscpy_pad() can't be used to copy a non-NUL-term string into a NUL-term string of possibly bigger size.  Commit 0efc5990bca5 ("string.h: Introduce memtostr() and memtostr_pad()") provides additional information in that regard.  So if this happens, the following warnin…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-71123">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-71107 – In the Linux kernel, the following vulnerability has been resolved:

f2fs: ensur...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-71107</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-71107</guid>
    <pubDate>Wed, 14 Jan 2026 15:15:59 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-71107</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  f2fs: ensure node page reads complete before f2fs_put_super() finishes  Xfstests generic/335, generic/336 sometimes crash with the following message:  F2FS-fs (dm-0): detect filesystem reference count leak during umount, type: 9, count: 1 ------------[ cut here ]------------ kernel BUG at fs/f2fs/super.c:1939! Oops: invalid opco…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-71107">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-71091 – In the Linux kernel, the following vulnerability has been resolved:

team: fix c...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-71091</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-71091</guid>
    <pubDate>Tue, 13 Jan 2026 16:16:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-71091</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  team: fix check for port enabled in team_queue_override_port_prio_changed()  There has been a syzkaller bug reported recently with the following trace:  list_del corruption, ffff888058bea080->prev is LIST_POISON2 (dead000000000122) ------------[ cut here ]------------ kernel BUG at lib/list_debug.c:59! Oops: invalid opcode: 0000…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-71091">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-71088 – In the Linux kernel, the following vulnerability has been resolved:

mptcp: fall...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-71088</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-71088</guid>
    <pubDate>Tue, 13 Jan 2026 16:16:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-71088</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  mptcp: fallback earlier on simult connection  Syzkaller reports a simult-connect race leading to inconsistent fallback status:    WARNING: CPU: 3 PID: 33 at net/mptcp/subflow.c:1515 subflow_data_ready+0x40b/0x7c0 net/mptcp/subflow.c:1515   Modules linked in:   CPU: 3 UID: 0 PID: 33 Comm: ksoftirqd/3 Not tainted syzkaller #0 PREE…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-71088">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-71087 – In the Linux kernel, the following vulnerability has been resolved:

iavf: fix o...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-71087</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-71087</guid>
    <pubDate>Tue, 13 Jan 2026 16:16:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-71087</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  iavf: fix off-by-one issues in iavf_config_rss_reg()  There are off-by-one bugs when configuring RSS hash key and lookup table, causing out-of-bounds reads to memory [1] and out-of-bounds writes to device registers.  Before commit 43a3d9ba34c9 ("i40evf: Allow PF driver to configure RSS"), the loop upper bounds were:     i <= I40…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-193</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-71087">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2025-71065 – In the Linux kernel, the following vulnerability has been resolved:

f2fs: fix t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-71065</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-71065</guid>
    <pubDate>Tue, 13 Jan 2026 16:16:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2025-71065</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  f2fs: fix to avoid potential deadlock  As Jiaming Zhang and syzbot reported, there is potential deadlock in f2fs as below:  Chain exists of:   &sbi->cp_rwsem --> fs_reclaim --> sb_internal#2   Possible unsafe locking scenario:         CPU0                    CPU1        ----                    ----   rlock(sb_internal#2);…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-71065">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2025-68796 – In the Linux kernel, the following vulnerability has been resolved:

f2fs: fix t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-68796</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-68796</guid>
    <pubDate>Tue, 13 Jan 2026 16:16:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2025-68796</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  f2fs: fix to avoid updating zero-sized extent in extent cache  As syzbot reported:  F2FS-fs (loop0): __update_extent_tree_range: extent len is zero, type: 0, extent [0, 0, 0], age [0, 0] ------------[ cut here ]------------ kernel BUG at fs/f2fs/extent_cache.c:678! Oops: invalid opcode: 0000 [#1] SMP KASAN NOPTI CPU: 0 UID: 0 PI…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-68796">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2025-68776 – In the Linux kernel, the following vulnerability has been resolved:

net/hsr: fi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-68776</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-68776</guid>
    <pubDate>Tue, 13 Jan 2026 16:15:57 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2025-68776</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  net/hsr: fix NULL pointer dereference in prp_get_untagged_frame()  prp_get_untagged_frame() calls __pskb_copy() to create frame->skb_std but doesn't check if the allocation failed. If __pskb_copy() returns NULL, skb_clone() is called with a NULL pointer, causing a crash:  Oops: general protection fault, probably for non-canonica…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-68776">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2025-68769 – In the Linux kernel, the following vulnerability has been resolved:

f2fs: fix r...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-68769</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-68769</guid>
    <pubDate>Tue, 13 Jan 2026 16:15:56 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2025-68769</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  f2fs: fix return value of f2fs_recover_fsync_data()  With below scripts, it will trigger panic in f2fs:  mkfs.f2fs -f /dev/vdd mount /dev/vdd /mnt/f2fs touch /mnt/f2fs/foo sync echo 111 >> /mnt/f2fs/foo f2fs_io fsync /mnt/f2fs/foo f2fs_io shutdown 2 /mnt/f2fs umount /mnt/f2fs mount -o ro,norecovery /dev/vdd /mnt/f2fs or mount -o…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-68769">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2023-54180 – In the Linux kernel, the following vulnerability has been resolved:

btrfs: hand...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-54180</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-54180</guid>
    <pubDate>Tue, 30 Dec 2025 13:16:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2023-54180</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  btrfs: handle case when repair happens with dev-replace  [BUG] There is a bug report that a BUG_ON() in btrfs_repair_io_failure() (originally repair_io_failure() in v6.0 kernel) got triggered when replacing a unreliable disk:    BTRFS warning (device sda1): csum failed root 257 ino 2397453 off 39624704 csum 0xb0d18c75 expected c…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-54180">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2025-68231 – In the Linux kernel, the following vulnerability has been resolved:

mm/mempool:...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-68231</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-68231</guid>
    <pubDate>Tue, 16 Dec 2025 14:15:57 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2025-68231</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  mm/mempool: fix poisoning order>0 pages with HIGHMEM  The kernel test has reported:    BUG: unable to handle page fault for address: fffba000   #PF: supervisor write access in kernel mode   #PF: error_code(0x0002) - not-present page   *pde = 03171067 *pte = 00000000   Oops: Oops: 0002 [#1]   CPU: 0 UID: 0 PID: 1 Comm: swapper/0…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-68231">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2025-40351 – In the Linux kernel, the following vulnerability has been resolved:

hfsplus: fi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-40351</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-40351</guid>
    <pubDate>Tue, 16 Dec 2025 14:15:46 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2025-40351</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  hfsplus: fix KMSAN uninit-value issue in hfsplus_delete_cat()  The syzbot reported issue in hfsplus_delete_cat():  [   70.682285][ T9333] ===================================================== [   70.682943][ T9333] BUG: KMSAN: uninit-value in hfsplus_subfolders_dec+0x1d7/0x220 [   70.683640][ T9333]  hfsplus_subfolders_dec+0x1d7…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-40351">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2025-40349 – In the Linux kernel, the following vulnerability has been resolved:

hfs: valida...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-40349</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-40349</guid>
    <pubDate>Tue, 16 Dec 2025 14:15:46 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2025-40349</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  hfs: validate record offset in hfsplus_bmap_alloc  hfsplus_bmap_alloc can trigger a crash if a record offset or length is larger than node_size  [   15.264282] BUG: KASAN: slab-out-of-bounds in hfsplus_bmap_alloc+0x887/0x8b0 [   15.265192] Read of size 8 at addr ffff8881085ca188 by task test/183 [   15.265949] [   15.266163] CPU…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-40349">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2023-53860 – In the Linux kernel, the following vulnerability has been resolved:

dm: don't a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-53860</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-53860</guid>
    <pubDate>Tue, 09 Dec 2025 16:17:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2023-53860</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  dm: don't attempt to queue IO under RCU protection  dm looks up the table for IO based on the request type, with an assumption that if the request is marked REQ_NOWAIT, it's fine to attempt to submit that IO while under RCU read lock protection. This is not OK, as REQ_NOWAIT just means that we should not be sleeping waiting on o…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-53860">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2025-40290 – In the Linux kernel, the following vulnerability has been resolved:

xsk: avoid ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-40290</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-40290</guid>
    <pubDate>Mon, 08 Dec 2025 01:16:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2025-40290</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  xsk: avoid data corruption on cq descriptor number  Since commit 30f241fcf52a ("xsk: Fix immature cq descriptor production"), the descriptor number is stored in skb control block and xsk_cq_submit_addr_locked() relies on it to put the umem addrs onto pool's completion queue.  skb control block shouldn't be used for this purpose…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-40290">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2025-40244 – In the Linux kernel, the following vulnerability has been resolved:

hfsplus: fi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-40244</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-40244</guid>
    <pubDate>Thu, 04 Dec 2025 16:16:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2025-40244</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  hfsplus: fix KMSAN uninit-value issue in __hfsplus_ext_cache_extent()  The syzbot reported issue in __hfsplus_ext_cache_extent():  [   70.194323][ T9350] BUG: KMSAN: uninit-value in __hfsplus_ext_cache_extent+0x7d0/0x990 [   70.195022][ T9350]  __hfsplus_ext_cache_extent+0x7d0/0x990 [   70.195530][ T9350]  hfsplus_file_extend+0x…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-40244">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-65105 – Apptainer is an open source container platform. In Apptainer versions less than ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-65105</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-65105</guid>
    <pubDate>Tue, 02 Dec 2025 18:15:48 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-65105</strong></p>
  <p>Apptainer is an open source container platform. In Apptainer versions less than 1.4.5, a container can disable two of the forms of the little used --security option, in particular the forms --security=apparmor:<profile> and --security=selinux:<label> which otherwise put restrictions on operations that containers can do. The --security option has always been mentioned in Apptainer documentation as…</p>
  <p><strong>CVSS:</strong> 4.5 · <strong>CWE:</strong> CWE-61</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-65105">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2025-40088 – In the Linux kernel, the following vulnerability has been resolved:

hfsplus: fi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-40088</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-40088</guid>
    <pubDate>Thu, 30 Oct 2025 10:15:33 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2025-40088</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  hfsplus: fix slab-out-of-bounds read in hfsplus_strcasecmp()  The hfsplus_strcasecmp() logic can trigger the issue:  [  117.317703][ T9855] ================================================================== [  117.318353][ T9855] BUG: KASAN: slab-out-of-bounds in hfsplus_strcasecmp+0x1bc/0x490 [  117.318991][ T9855] Read of size…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-40088">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2025-40044 – In the Linux kernel, the following vulnerability has been resolved:

fs: udf: fi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-40044</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-40044</guid>
    <pubDate>Tue, 28 Oct 2025 12:15:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2025-40044</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  fs: udf: fix OOB read in lengthAllocDescs handling  When parsing Allocation Extent Descriptor, lengthAllocDescs comes from on-disk data and must be validated against the block size. Crafted or corrupted images may set lengthAllocDescs so that the total descriptor length (sizeof(allocExtDesc) + lengthAllocDescs) exceeds the buffe…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-40044">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2025-40037 – In the Linux kernel, the following vulnerability has been resolved:

fbdev: simp...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-40037</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-40037</guid>
    <pubDate>Tue, 28 Oct 2025 12:15:37 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2025-40037</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  fbdev: simplefb: Fix use after free in simplefb_detach_genpds()  The pm_domain cleanup can not be devres managed as it uses struct simplefb_par which is allocated within struct fb_info by framebuffer_alloc(). This allocation is explicitly freed by unregister_framebuffer() in simplefb_remove(). Devres managed cleanup runs after t…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-40037">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-39956 – In the Linux kernel, the following vulnerability has been resolved:

igc: don't ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-39956</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-39956</guid>
    <pubDate>Thu, 09 Oct 2025 10:15:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-39956</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  igc: don't fail igc_probe() on LED setup error  When igc_led_setup() fails, igc_probe() fails and triggers kernel panic in free_netdev() since unregister_netdev() is not called. [1] This behavior can be tested using fault-injection framework, especially the failslab feature. [2]  Since LED support is not mandatory, treat LED set…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-39956">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-39955 – In the Linux kernel, the following vulnerability has been resolved:

tcp: Clear ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-39955</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-39955</guid>
    <pubDate>Thu, 09 Oct 2025 10:15:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-39955</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect().  syzbot reported the splat below where a socket had tcp_sk(sk)->fastopen_rsk in the TCP_ESTABLISHED state. [0]  syzbot reused the server-side TCP Fast Open socket as a new client before the TFO socket completes 3WHS:    1. accept()   2. connect(AF_UNSPEC)   3. connect() to…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-39955">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-34203 – Vasion Print (formerly PrinterLogic) Virtual Appliance Host versions prior to 22...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-34203</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-34203</guid>
    <pubDate>Fri, 19 Sep 2025 19:15:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-34203</strong></p>
  <p>Vasion Print (formerly PrinterLogic) Virtual Appliance Host versions prior to 22.0.1002 and Application versions prior to 20.0.2614 (VA and SaaS deployments) contain multiple Docker containers that include outdated, end-of-life, unsupported, or otherwise vulnerable third-party components (examples: Nginx 1.17.x, OpenSSL 1.1.1d, various EOL Alpine/Debian/Ubuntu base images, and EOL Laravel/PHP lib…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-34203">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-39860 – In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-39860</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-39860</guid>
    <pubDate>Fri, 19 Sep 2025 16:15:44 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-39860</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  Bluetooth: Fix use-after-free in l2cap_sock_cleanup_listen()  syzbot reported the splat below without a repro.  In the splat, a single thread calling bt_accept_dequeue() freed sk and touched it after that.  The root cause would be the racy l2cap_sock_cleanup_listen() call added by the cited commit.  bt_accept_dequeue() is called…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-39860">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-39833 – In the Linux kernel, the following vulnerability has been resolved:

mISDN: hfcp...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-39833</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-39833</guid>
    <pubDate>Tue, 16 Sep 2025 14:15:51 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-39833</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  mISDN: hfcpci: Fix warning when deleting uninitialized timer  With CONFIG_DEBUG_OBJECTS_TIMERS unloading hfcpci module leads to the following splat:  [  250.215892] ODEBUG: assert_init not available (active state 0) object: ffffffffc01a3dc0 object type: timer_list hint: 0x0 [  250.217520] WARNING: CPU: 0 PID: 233 at lib/debugobj…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-39833">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-39824 – In the Linux kernel, the following vulnerability has been resolved:

HID: asus: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-39824</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-39824</guid>
    <pubDate>Tue, 16 Sep 2025 13:16:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-39824</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  HID: asus: fix UAF via HID_CLAIMED_INPUT validation  After hid_hw_start() is called hidinput_connect() will eventually be called to set up the device with the input layer since the HID_CONNECT_DEFAULT connect mask is used. During hidinput_connect() all input and output reports are processed and corresponding hid_inputs are alloc…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-39824">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-39806 – In the Linux kernel, the following vulnerability has been resolved:

HID: multit...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-39806</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-39806</guid>
    <pubDate>Tue, 16 Sep 2025 13:15:51 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-39806</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  HID: multitouch: fix slab out-of-bounds access in mt_report_fixup()  A malicious HID device can trigger a slab out-of-bounds during mt_report_fixup() by passing in report descriptor smaller than 607 bytes. mt_report_fixup() attempts to patch byte offset 607 of the descriptor with 0x25 by first checking if byte offset 607 is 0x15…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-39806">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-53243 – In the Linux kernel, the following vulnerability has been resolved:

btrfs: add ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-53243</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-53243</guid>
    <pubDate>Mon, 15 Sep 2025 15:15:51 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-53243</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  btrfs: add handling for RAID1C23/DUP to btrfs_reduce_alloc_profile  Callers of `btrfs_reduce_alloc_profile` expect it to return exactly one allocation profile flag, and failing to do so may ultimately result in a WARN_ON and remount-ro when allocating new blocks, like the below transaction abort on 6.1.  `btrfs_reduce_alloc_prof…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-53243">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-53192 – In the Linux kernel, the following vulnerability has been resolved:

vxlan: Fix ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-53192</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-53192</guid>
    <pubDate>Mon, 15 Sep 2025 14:15:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-53192</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  vxlan: Fix nexthop hash size  The nexthop code expects a 31 bit hash, such as what is returned by fib_multipath_hash() and rt6_multipath_hash(). Passing the 32 bit hash returned by skb_get_hash() can lead to problems related to the fact that 'int hash' is a negative number when the MSB is set.  In the case of hash threshold next…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-129</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-53192">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-39775 – In the Linux kernel, the following vulnerability has been resolved:

mm/mremap: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-39775</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-39775</guid>
    <pubDate>Thu, 11 Sep 2025 17:15:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-39775</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  mm/mremap: fix WARN with uffd that has remap events disabled  Registering userfaultd on a VMA that spans at least one PMD and then mremap()'ing that VMA can trigger a WARN when recovering from a failed page table move due to a page table allocation error.  The code ends up doing the right thing (recurse, avoiding moving actual p…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-39775">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-39731 – In the Linux kernel, the following vulnerability has been resolved:

f2fs: vm_un...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-39731</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-39731</guid>
    <pubDate>Sun, 07 Sep 2025 16:15:48 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-39731</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  f2fs: vm_unmap_ram() may be called from an invalid context  When testing F2FS with xfstests using UFS backed virtual disks the kernel complains sometimes that f2fs_release_decomp_mem() calls vm_unmap_ram() from an invalid context. Example trace from f2fs/007 test:  f2fs/007 5s ...  [12:59:38][    8.902525] run fstests f2fs/007 […</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-39731">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38734 – In the Linux kernel, the following vulnerability has been resolved:

net/smc: fi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38734</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38734</guid>
    <pubDate>Fri, 05 Sep 2025 18:15:42 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38734</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  net/smc: fix UAF on smcsk after smc_listen_out()  BPF CI testing report a UAF issue:    [   16.446633] BUG: kernel NULL pointer dereference, address: 000000000000003  0   [   16.447134] #PF: supervisor read access in kernel mod  e   [   16.447516] #PF: error_code(0x0000) - not-present pag  e   [   16.447878] PGD 0 P4D   0   […</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38734">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-38716 – In the Linux kernel, the following vulnerability has been resolved:

hfs: fix ge...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38716</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38716</guid>
    <pubDate>Thu, 04 Sep 2025 16:15:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-38716</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  hfs: fix general protection fault in hfs_find_init()  The hfs_find_init() method can trigger the crash if tree pointer is NULL:  [   45.746290][ T9787] Oops: general protection fault, probably for non-canonical address 0xdffffc0000000008: 0000 [#1] SMP KAI [   45.747287][ T9787] KASAN: null-ptr-deref in range [0x0000000000000040…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38716">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38714 – In the Linux kernel, the following vulnerability has been resolved:

hfsplus: fi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38714</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38714</guid>
    <pubDate>Thu, 04 Sep 2025 16:15:40 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38714</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  hfsplus: fix slab-out-of-bounds in hfsplus_bnode_read()  The hfsplus_bnode_read() method can trigger the issue:  [  174.852007][ T9784] ================================================================== [  174.852709][ T9784] BUG: KASAN: slab-out-of-bounds in hfsplus_bnode_read+0x2f4/0x360 [  174.853412][ T9784] Read of size 8 a…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38714">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38713 – In the Linux kernel, the following vulnerability has been resolved:

hfsplus: fi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38713</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38713</guid>
    <pubDate>Thu, 04 Sep 2025 16:15:40 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38713</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()  The hfsplus_readdir() method is capable to crash by calling hfsplus_uni2asc():  [  667.121659][ T9805] ================================================================== [  667.122651][ T9805] BUG: KASAN: slab-out-of-bounds in hfsplus_uni2asc+0x902/0xa10 [  667.123627][…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38713">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-23258 – NVIDIA DOCA contains a vulnerability in the collectx-dpeserver Debian package fo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-23258</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-23258</guid>
    <pubDate>Thu, 04 Sep 2025 16:15:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-23258</strong></p>
  <p>NVIDIA DOCA contains a vulnerability in the collectx-dpeserver Debian package for arm64 that could allow an attacker with low privileges to escalate privileges. A successful exploit of this vulnerability might lead to escalation of privileges.</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-732</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-23258">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-23257 – NVIDIA DOCA contains a vulnerability in the collectx-clxapidev Debian package th...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-23257</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-23257</guid>
    <pubDate>Thu, 04 Sep 2025 16:15:33 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-23257</strong></p>
  <p>NVIDIA DOCA contains a vulnerability in the collectx-clxapidev Debian package that could allow an actor with low privileges to escalate privileges. A successful exploit of this vulnerability might lead to escalation of privileges.</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-732</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-23257">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-38651 – In the Linux kernel, the following vulnerability has been resolved:

landlock: F...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38651</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38651</guid>
    <pubDate>Fri, 22 Aug 2025 16:15:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-38651</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  landlock: Fix warning from KUnit tests  get_id_range() expects a positive value as first argument but get_random_u8() can return 0.  Fix this by clamping it.  Validated by running the test in a for loop for 1000 times.  Note that MAX() is wrong as it is only supposed to be used for constants, but max() is good here.    [..]…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38651">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-38638 – In the Linux kernel, the following vulnerability has been resolved:

ipv6: add a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38638</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38638</guid>
    <pubDate>Fri, 22 Aug 2025 16:15:37 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-38638</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ipv6: add a retry logic in net6_rt_notify()  inet6_rt_notify() can be called under RCU protection only. This means the route could be changed concurrently and rt6_fill_node() could return -EMSGSIZE.  Re-size the skb when this happens and retry, removing one WARN_ON() that syzbot was able to trigger:  WARNING: CPU: 3 PID: 6291 at…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38638">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-38589 – In the Linux kernel, the following vulnerability has been resolved:

neighbour: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38589</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38589</guid>
    <pubDate>Tue, 19 Aug 2025 17:15:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-38589</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  neighbour: Fix null-ptr-deref in neigh_flush_dev().  kernel test robot reported null-ptr-deref in neigh_flush_dev(). [0]  The cited commit introduced per-netdev neighbour list and converted neigh_flush_dev() to use it instead of the global hash table.  One thing we missed is that neigh_table_clear() calls neigh_ifdown() with NUL…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38589">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-38557 – In the Linux kernel, the following vulnerability has been resolved:

HID: apple:...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38557</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38557</guid>
    <pubDate>Tue, 19 Aug 2025 17:15:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-38557</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  HID: apple: validate feature-report field count to prevent NULL pointer dereference  A malicious HID device with quirk APPLE_MAGIC_BACKLIGHT can trigger a NULL pointer dereference whilst the power feature-report is toggled and sent to the device in apple_magic_backlight_report_set(). The power feature-report is expected to have…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38557">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-38517 – In the Linux kernel, the following vulnerability has been resolved:

lib/alloc_t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38517</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38517</guid>
    <pubDate>Sat, 16 Aug 2025 11:15:44 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-38517</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  lib/alloc_tag: do not acquire non-existent lock in alloc_tag_top_users()  alloc_tag_top_users() attempts to lock alloc_tag_cttype->mod_lock even when the alloc_tag_cttype is not allocated because:    1) alloc tagging is disabled because mem profiling is disabled      (!alloc_tag_cttype)   2) alloc tagging is enabled, but not yet…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38517">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38500 – In the Linux kernel, the following vulnerability has been resolved:

xfrm: inter...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38500</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38500</guid>
    <pubDate>Tue, 12 Aug 2025 16:15:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38500</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  xfrm: interface: fix use-after-free after changing collect_md xfrm interface  collect_md property on xfrm interfaces can only be set on device creation, thus xfrmi_changelink() should fail when called on such interfaces.  The check to enforce this was done only in the case where the xi was returned from xfrmi_locate() which does…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38500">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-55014 – The YouDao plugin for StarDict, as used in stardict 3.0.7+git20220909+dfsg-6 in ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-55014</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-55014</guid>
    <pubDate>Mon, 04 Aug 2025 20:15:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-55014</strong></p>
  <p>The YouDao plugin for StarDict, as used in stardict 3.0.7+git20220909+dfsg-6 in Debian trixie and elsewhere, sends an X11 selection to the dict.youdao.com and dict.cn servers via cleartext HTTP.</p>
  <p><strong>CVSS:</strong> 4.7 · <strong>CWE:</strong> CWE-402</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-55014">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-8454 – It was discovered that uscan, a tool to scan/watch upstream sources for new rele...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-8454</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-8454</guid>
    <pubDate>Fri, 01 Aug 2025 06:15:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-8454</strong></p>
  <p>It was discovered that uscan, a tool to scan/watch upstream sources for new releases of software, included in devscripts (a collection of scripts to make the life of a Debian Package maintainer easier), skips OpenPGP verification if the upstream source is already downloaded from a previous run even if the verification failed back then.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-347</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-8454">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-38491 – In the Linux kernel, the following vulnerability has been resolved:

mptcp: make...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38491</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38491</guid>
    <pubDate>Mon, 28 Jul 2025 12:15:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-38491</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  mptcp: make fallback action and fallback decision atomic  Syzkaller reported the following splat:    WARNING: CPU: 1 PID: 7704 at net/mptcp/protocol.h:1223 __mptcp_do_fallback net/mptcp/protocol.h:1223 [inline]   WARNING: CPU: 1 PID: 7704 at net/mptcp/protocol.h:1223 mptcp_do_fallback net/mptcp/protocol.h:1244 [inline]   WARNING…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-667</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38491">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38476 – In the Linux kernel, the following vulnerability has been resolved:

rpl: Fix us...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38476</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38476</guid>
    <pubDate>Mon, 28 Jul 2025 12:15:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38476</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  rpl: Fix use-after-free in rpl_do_srh_inline().  Running lwt_dst_cache_ref_loop.sh in selftest with KASAN triggers the splat below [0].  rpl_do_srh_inline() fetches ipv6_hdr(skb) and accesses it after skb_cow_head(), which is illegal as the header could be freed then.  Let's fix it by making oldhdr to a local struct instead of a…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38476">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38459 – In the Linux kernel, the following vulnerability has been resolved:

atm: clip: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38459</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38459</guid>
    <pubDate>Fri, 25 Jul 2025 16:15:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38459</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  atm: clip: Fix infinite recursive call of clip_push().  syzbot reported the splat below. [0]  This happens if we call ioctl(ATMARP_MKIP) more than once.  During the first call, clip_mkip() sets clip_push() to vcc->push(), and the second call copies it to clip_vcc->old_push().  Later, when the socket is close()d, vcc_destroy_sock…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-674</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38459">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-38458 – In the Linux kernel, the following vulnerability has been resolved:

atm: clip: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38458</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38458</guid>
    <pubDate>Fri, 25 Jul 2025 16:15:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-38458</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  atm: clip: Fix NULL pointer dereference in vcc_sendmsg()  atmarpd_dev_ops does not implement the send method, which may cause crash as bellow.  BUG: kernel NULL pointer dereference, address: 0000000000000000 PGD 0 P4D 0 Oops: Oops: 0010 [#1] SMP KASAN NOPTI CPU: 0 UID: 0 PID: 5324 Comm: syz.0.0 Not tainted 6.15.0-rc6-syzkaller-0…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38458">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38443 – In the Linux kernel, the following vulnerability has been resolved:

nbd: fix ua...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38443</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38443</guid>
    <pubDate>Fri, 25 Jul 2025 16:15:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38443</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  nbd: fix uaf in nbd_genl_connect() error path  There is a use-after-free issue in nbd:  block nbd6: Receive control failed (result -104) block nbd6: shutting down sockets ================================================================== BUG: KASAN: slab-use-after-free in recv_work+0x694/0xa80 drivers/block/nbd.c:1022 Write of s…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38443">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38394 – In the Linux kernel, the following vulnerability has been resolved:

HID: applet...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38394</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38394</guid>
    <pubDate>Fri, 25 Jul 2025 13:15:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38394</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  HID: appletb-kbd: fix memory corruption of input_handler_list  In appletb_kbd_probe an input handler is initialised and then registered with input core through input_register_handler(). When this happens input core will add the input handler (specifically its node) to the global input_handler_list. The input_handler_list is cent…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38394">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38378 – In the Linux kernel, the following vulnerability has been resolved:

HID: applet...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38378</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38378</guid>
    <pubDate>Fri, 25 Jul 2025 13:15:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38378</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  HID: appletb-kbd: fix slab use-after-free bug in appletb_kbd_probe  In probe appletb_kbd_probe() a "struct appletb_kbd *kbd" is allocated via devm_kzalloc() to store touch bar keyboard related data. Later on if backlight_device_get_by_name() finds a backlight device with name "appletb_backlight" a timer (kbd->inactivity_timer) i…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38378">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-38371 – In the Linux kernel, the following vulnerability has been resolved:

drm/v3d: Di...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38371</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38371</guid>
    <pubDate>Fri, 25 Jul 2025 13:15:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-38371</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  drm/v3d: Disable interrupts before resetting the GPU  Currently, an interrupt can be triggered during a GPU reset, which can lead to GPU hangs and NULL pointer dereference in an interrupt context as shown in the following trace:   [  314.035040] Unable to handle kernel NULL pointer dereference at virtual address 00000000000000c0…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38371">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-38327 – In the Linux kernel, the following vulnerability has been resolved:

fgraph: Do ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38327</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38327</guid>
    <pubDate>Thu, 10 Jul 2025 09:15:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-38327</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  fgraph: Do not enable function_graph tracer when setting funcgraph-args  When setting the funcgraph-args option when function graph tracer is net enabled, it incorrectly enables it. Worse, it unregisters itself when it was never registered. Then when it gets enabled again, it will register itself a second time causing a WARNing.…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38327">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-38285 – In the Linux kernel, the following vulnerability has been resolved:

bpf: Fix WA...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38285</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38285</guid>
    <pubDate>Thu, 10 Jul 2025 08:15:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-38285</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  bpf: Fix WARN() in get_bpf_raw_tp_regs  syzkaller reported an issue:  WARNING: CPU: 3 PID: 5971 at kernel/trace/bpf_trace.c:1861 get_bpf_raw_tp_regs+0xa4/0x100 kernel/trace/bpf_trace.c:1861 Modules linked in: CPU: 3 UID: 0 PID: 5971 Comm: syz-executor205 Not tainted 6.15.0-rc5-syzkaller-00038-g707df3375124 #0 PREEMPT(full) Hardw…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-617</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38285">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38267 – In the Linux kernel, the following vulnerability has been resolved:

ring-buffer...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38267</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38267</guid>
    <pubDate>Thu, 10 Jul 2025 08:15:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38267</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ring-buffer: Do not trigger WARN_ON() due to a commit_overrun  When reading a memory mapped buffer the reader page is just swapped out with the last page written in the write buffer. If the reader page is the same as the commit buffer (the buffer that is currently being written to) it was assumed that it should never have missed…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38267">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-38265 – In the Linux kernel, the following vulnerability has been resolved:

serial: jsm...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38265</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38265</guid>
    <pubDate>Thu, 10 Jul 2025 08:15:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-38265</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  serial: jsm: fix NPE during jsm_uart_port_init  No device was set which caused serial_base_ctrl_add to crash.   BUG: kernel NULL pointer dereference, address: 0000000000000050  Oops: Oops: 0000 [#1] PREEMPT SMP NOPTI  CPU: 16 UID: 0 PID: 368 Comm: (udev-worker) Not tainted 6.12.25-amd64 #1  Debian 6.12.25-1  RIP: 0010:serial_bas…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38265">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38226 – In the Linux kernel, the following vulnerability has been resolved:

media: vivi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38226</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38226</guid>
    <pubDate>Fri, 04 Jul 2025 14:15:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38226</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  media: vivid: Change the siize of the composing  syzkaller found a bug:  BUG: KASAN: vmalloc-out-of-bounds in tpg_fill_plane_pattern drivers/media/common/v4l2-tpg/v4l2-tpg-core.c:2608 [inline] BUG: KASAN: vmalloc-out-of-bounds in tpg_fill_plane_buffer+0x1a9c/0x5af0 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c:2705 Write of size…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38226">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-38222 – In the Linux kernel, the following vulnerability has been resolved:

ext4: inlin...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38222</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38222</guid>
    <pubDate>Fri, 04 Jul 2025 14:15:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-38222</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ext4: inline: fix len overflow in ext4_prepare_inline_data  When running the following code on an ext4 filesystem with inline_data feature enabled, it will lead to the bug below.          fd = open("file1", O_RDWR | O_CREAT | O_TRUNC, 0666);         ftruncate(fd, 30);         pwrite(fd, "a", 1, (1UL << 40) + 5UL);  That happens…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-190</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38222">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-38218 – In the Linux kernel, the following vulnerability has been resolved:

f2fs: fix t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38218</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38218</guid>
    <pubDate>Fri, 04 Jul 2025 14:15:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-38218</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  f2fs: fix to do sanity check on sit_bitmap_size  w/ below testcase, resize will generate a corrupted image which contains inconsistent metadata, so when mounting such image, it will trigger kernel panic:  touch img truncate -s $((512*1024*1024*1024)) img mkfs.f2fs -f img $((256*1024*1024)) resize.f2fs -s -i img -t $((1024*1024*1…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38218">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-38189 – In the Linux kernel, the following vulnerability has been resolved:

drm/v3d: Av...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38189</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38189</guid>
    <pubDate>Fri, 04 Jul 2025 14:15:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-38189</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  drm/v3d: Avoid NULL pointer dereference in `v3d_job_update_stats()`  The following kernel Oops was recently reported by Mesa CI:  [  800.139824] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000588 [  800.148619] Mem abort info: [  800.151402]   ESR = 0x0000000096000005 [  800.155141]   EC = 0x25:…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38189">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38139 – In the Linux kernel, the following vulnerability has been resolved:

netfs: Fix ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38139</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38139</guid>
    <pubDate>Thu, 03 Jul 2025 09:15:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38139</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  netfs: Fix oops in write-retry from mis-resetting the subreq iterator  Fix the resetting of the subrequest iterator in netfs_retry_write_stream() to use the iterator-reset function as the iterator may have been shortened by a previous retry.  In such a case, the amount of data to be written by the subrequest is not "subreq->len"…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38139">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38118 – In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38118</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38118</guid>
    <pubDate>Thu, 03 Jul 2025 09:15:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38118</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_complete  This reworks MGMT_OP_REMOVE_ADV_MONITOR to not use mgmt_pending_add to avoid crashes like bellow:  ================================================================== BUG: KASAN: slab-use-after-free in mgmt_remove_adv_monitor_complete+0xe5/0x540 net/bluetooth/mgmt.c:54…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38118">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38106 – In the Linux kernel, the following vulnerability has been resolved:

io_uring: f...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38106</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38106</guid>
    <pubDate>Thu, 03 Jul 2025 09:15:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38106</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  io_uring: fix use-after-free of sq->thread in __io_uring_show_fdinfo()  syzbot reports:  BUG: KASAN: slab-use-after-free in getrusage+0x1109/0x1a60 Read of size 8 at addr ffff88810de2d2c8 by task a.out/304  CPU: 0 UID: 0 PID: 304 Comm: a.out Not tainted 6.16.0-rc1 #1 PREEMPT(voluntary) Hardware name: QEMU Ubuntu 24.04 PC (i440FX…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38106">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-53391 – The Debian zuluPolkit/CMakeLists.txt file for zuluCrypt through the zulucrypt_6...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-53391</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-53391</guid>
    <pubDate>Sat, 28 Jun 2025 22:15:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-53391</strong></p>
  <p>The Debian zuluPolkit/CMakeLists.txt file for zuluCrypt through the zulucrypt_6.2.0-1 package has insecure PolicyKit allow_any/allow_inactive/allow_active settings that allow a local user to escalate their privileges to root.</p>
  <p><strong>CVSS:</strong> 9.3 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-53391">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2014-7210 – pdns specific as packaged in Debian in version before 3.3.1-1 creates a too priv...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2014-7210</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2014-7210</guid>
    <pubDate>Thu, 26 Jun 2025 21:15:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2014-7210</strong></p>
  <p>pdns specific as packaged in Debian in version before 3.3.1-1 creates a too privileged MySQL user. It was discovered that the maintainer scripts of pdns-backend-mysql grant too wide database permissions for the pdns user. Other backends are not affected.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-276</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2014-7210">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-50068 – In the Linux kernel, the following vulnerability has been resolved:

drm/ttm: Fi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-50068</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-50068</guid>
    <pubDate>Wed, 18 Jun 2025 11:15:35 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-50068</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  drm/ttm: Fix dummy res NULL ptr deref bug  Check the bo->resource value before accessing the resource mem_type.  v2: Fix commit description unwrapped warning  <log snip> [   40.191227][  T184] general protection fault, probably for non-canonical address 0xdffffc0000000002: 0000 [#1] SMP KASAN PTI [   40.192995][  T184] KASAN: nu…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-50068">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-38032 – In the Linux kernel, the following vulnerability has been resolved:

mr: consoli...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38032</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38032</guid>
    <pubDate>Wed, 18 Jun 2025 10:15:35 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-38032</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  mr: consolidate the ipmr_can_free_table() checks.  Guoyu Yin reported a splat in the ipmr netns cleanup path:  WARNING: CPU: 2 PID: 14564 at net/ipv4/ipmr.c:440 ipmr_free_table net/ipv4/ipmr.c:440 [inline] WARNING: CPU: 2 PID: 14564 at net/ipv4/ipmr.c:440 ipmr_rules_exit+0x135/0x1c0 net/ipv4/ipmr.c:361 Modules linked in: CPU: 2…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38032">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-37958 – In the Linux kernel, the following vulnerability has been resolved:

mm/huge_mem...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-37958</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-37958</guid>
    <pubDate>Tue, 20 May 2025 16:15:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-37958</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  mm/huge_memory: fix dereferencing invalid pmd migration entry  When migrating a THP, concurrent access to the PMD migration entry during a deferred split scan can lead to an invalid address access, as illustrated below.  To prevent this invalid access, it is necessary to check the PMD migration entry and return early.  In this c…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-37958">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-37904 – In the Linux kernel, the following vulnerability has been resolved:

btrfs: fix ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-37904</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-37904</guid>
    <pubDate>Tue, 20 May 2025 16:15:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-37904</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  btrfs: fix the inode leak in btrfs_iget()  [BUG] There is a bug report that a syzbot reproducer can lead to the following busy inode at unmount time:    BTRFS info (device loop1): last unmount of filesystem 1680000e-3c1e-4c46-84b6-56bd3909af50   VFS: Busy inodes after unmount of loop1 (btrfs)   ------------[ cut here ]----------…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-401</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-37904">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-47276 – Actualizer is a single shell script solution to allow developers and embedded en...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-47276</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-47276</guid>
    <pubDate>Tue, 13 May 2025 16:15:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-47276</strong></p>
  <p>Actualizer is a single shell script solution to allow developers and embedded engineers to create Debian operating systems (OS). Prior to version 1.2.0, Actualizer uses OpenSSL's  "-passwd" function, which uses SHA512 instead of a more suitable password hasher like Yescript/Argon2i. All Actualizer users building a full Debian Operating System are affected. Users should upgrade to version 1.2.0 of…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-328</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-47276">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-37824 – In the Linux kernel, the following vulnerability has been resolved:

tipc: fix N...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-37824</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-37824</guid>
    <pubDate>Thu, 08 May 2025 07:15:53 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-37824</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  tipc: fix NULL pointer dereference in tipc_mon_reinit_self()  syzbot reported:  tipc: Node number set to 1055423674 Oops: general protection fault, probably for non-canonical address 0xdffffc0000000000: 0000 [#1] SMP KASAN NOPTI KASAN: null-ptr-deref in range [0x0000000000000000-0x0000000000000007] CPU: 3 UID: 0 PID: 6017 Comm:…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-37824">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-37741 – In the Linux kernel, the following vulnerability has been resolved:

jfs: Preven...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-37741</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-37741</guid>
    <pubDate>Thu, 01 May 2025 13:15:52 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-37741</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  jfs: Prevent copying of nlink with value 0 from disk inode  syzbot report a deadlock in diFree. [1]  When calling "ioctl$LOOP_SET_STATUS64", the offset value passed in is 4, which does not match the mounted loop device, causing the mapping of the mounted loop device to be invalidated.  When creating the directory and creating th…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-667</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-37741">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
