<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Out-of-Bounds Access (High+Critical)</title>
  <link>https://cvedaily.com/pages/tags/oob.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/oob-severe.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Out-of-Bounds Access (High+Critical)</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:28 +0000</lastBuildDate>
  <item>
    <title>[High] CVE-2026-45615 – mouse07410/asn1c is an ASN.1 compiler. In 1.4 and earlier, a memory safety vulne...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45615</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45615</guid>
    <pubDate>Fri, 29 May 2026 14:16:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-45615</strong></p>
  <p>mouse07410/asn1c is an ASN.1 compiler. In 1.4 and earlier, a memory safety vulnerability was identified in the OER decoding skeleton files generated by asn1c (specifically INTEGER_oer.c). When parsing a maliciously crafted, zero-length OER payload for a variable-length, non-negative INTEGER type, the decoder fails to validate the required bytes before extracting the Most Significant Bit (MSB). Th…</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45615">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-46230 – In the Linux kernel, the following vulnerability has been resolved:

drm/amdgpu/...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46230</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46230</guid>
    <pubDate>Thu, 28 May 2026 10:16:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-46230</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  drm/amdgpu/vcn3: Prevent OOB reads when parsing dec msg  Check bounds against the end of the BO whenever we access the msg.</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46230">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-46204 – In the Linux kernel, the following vulnerability has been resolved:

drm/amdgpu/...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46204</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46204</guid>
    <pubDate>Thu, 28 May 2026 10:16:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-46204</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  drm/amdgpu/vcn4: Prevent OOB reads when parsing IB  Rewrite the IB parsing to use amdgpu_ib_get_value() which handles the bounds checks.</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46204">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-46199 – In the Linux kernel, the following vulnerability has been resolved:

drm/amdgpu/...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46199</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46199</guid>
    <pubDate>Thu, 28 May 2026 10:16:35 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-46199</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  drm/amdgpu/vcn4: Prevent OOB reads when parsing dec msg  Check bounds against the end of the BO whenever we access the msg.</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46199">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-46138 – In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46138</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46138</guid>
    <pubDate>Thu, 28 May 2026 10:16:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-46138</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  Bluetooth: hci_event: Fix OOB read and infinite loop in hci_le_create_big_complete_evt  hci_le_create_big_complete_evt() iterates over BT_BOUND connections for a BIG handle using a while loop, accessing ev->bis_handle[i++] on each iteration.  However, there is no check that i stays within ev->num_bis before the array access.  Wh…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46138">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-46133 – In the Linux kernel, the following vulnerability has been resolved:

RDMA/rxe: R...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46133</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46133</guid>
    <pubDate>Thu, 28 May 2026 10:16:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-46133</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  RDMA/rxe: Reject unknown opcodes before ICRC processing  Even after applying commit 7244491dab34 ("RDMA/rxe: Validate pad and ICRC before payload_size() in rxe_rcv"), a single unauthenticated UDP packet can still trigger panic.  That patch handled payload_size() underflow only for valid opcodes with short packets, not for packet…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46133">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-46116 – In the Linux kernel, the following vulnerability has been resolved:

xfrm: defen...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46116</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46116</guid>
    <pubDate>Thu, 28 May 2026 10:16:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-46116</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  xfrm: defensively unhash xfrm_state lists in __xfrm_state_delete  KASAN reproduces a slab-use-after-free in __xfrm_state_delete()'s hlist_del_rcu calls under syzkaller load on linux-6.12.y stable (reproduced on 6.12.47, also reachable via the same code path on torvalds/master and on the ipsec tree). Nine unique signatures cluste…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46116">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-43501 – In the Linux kernel, the following vulnerability has been resolved:

ipv6: rpl: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43501</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43501</guid>
    <pubDate>Thu, 21 May 2026 13:16:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-43501</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ipv6: rpl: reserve mac_len headroom when recompressed SRH grows  ipv6_rpl_srh_rcv() decompresses an RFC 6554 Source Routing Header, swaps the next segment into ipv6_hdr->daddr, recompresses, then pulls the old header and pushes the new one plus the IPv6 header back.  The recompressed header can be larger than the received one wh…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43501">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43495 – In the Linux kernel, the following vulnerability has been resolved:

net: wwan: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43495</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43495</guid>
    <pubDate>Thu, 21 May 2026 13:16:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43495</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  net: wwan: t7xx: validate port_count against message length in t7xx_port_enum_msg_handler  t7xx_port_enum_msg_handler() uses the modem-supplied port_count field as a loop bound over port_msg->data[] without checking that the message buffer contains sufficient data. A modem sending port_count=65535 in a 12-byte buffer triggers a…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43495">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-8507 – Crypt::OpenSSL::PKCS12 versions through 1.94 for Perl have out-of-bounds (OOB) w...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8507</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8507</guid>
    <pubDate>Sun, 17 May 2026 19:16:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-8507</strong></p>
  <p>Crypt::OpenSSL::PKCS12 versions through 1.94 for Perl have out-of-bounds (OOB) write flaws.  When parsing a PKCS12 file, with a >= 1 GiB OCTET STRING (or BIT STRING) attribute on a SAFEBAG, via info() or info_as_hash(), a heap out-of-bounds write would be triggered with remote-code-execution potential (RCE) due to a signed integer overflow in the size calculation passed to Renew().</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8507">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43909 – OpenImageIO is a toolset for reading, writing, and manipulating image files of a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43909</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43909</guid>
    <pubDate>Thu, 14 May 2026 20:17:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43909</strong></p>
  <p>OpenImageIO is a toolset for reading, writing, and manipulating image files of any image file format relevant to VFX / animation. Prior to 3.0.18.0 and 3.1.13.0, a signed 32-bit integer overflow in the loop index expression i * 4 inside SwapRGBABytes() causes the function to compute a large negative pointer offset when processing kABGR DPX images with large dimensions. The immediate crash is an o…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43909">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43450 – In the Linux kernel, the following vulnerability has been resolved:

netfilter: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43450</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43450</guid>
    <pubDate>Fri, 08 May 2026 15:16:57 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43450</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  netfilter: nfnetlink_cthelper: fix OOB read in nfnl_cthelper_dump_table()  nfnl_cthelper_dump_table() has a 'goto restart' that jumps to a label inside the for loop body.  When the "last" helper saved in cb->args[1] is deleted between dump rounds, every entry fails the (cur != last) check, so cb->args[1] is never cleared.  The f…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43450">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-41142 – OpenEXR provides the specification and reference implementation of the EXR file ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41142</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41142</guid>
    <pubDate>Thu, 07 May 2026 04:16:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-41142</strong></p>
  <p>OpenEXR provides the specification and reference implementation of the EXR file format, an image storage format for the motion picture industry. From versions 3.0.0 to before 3.2.9, 3.3.0 to before 3.3.11, and 3.4.0 to before 3.4.11, there is an integer overflow in ImageChannel::resize that leads to heap OOB write via OpenEXRUtil public API. This issue has been patched in versions 3.2.9, 3.3.11,…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-190</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41142">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43280 – In the Linux kernel, the following vulnerability has been resolved:

drm/xe: Add...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43280</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43280</guid>
    <pubDate>Wed, 06 May 2026 12:16:49 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43280</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  drm/xe: Add bounds check on pat_index to prevent OOB kernel read in madvise  When user provides a bogus pat_index value through the madvise IOCTL, the xe_pat_index_get_coh_mode() function performs an array access without validating bounds. This allows a malicious user to trigger an out-of-bounds kernel read from the xe->pat.tabl…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43280">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43279 – In the Linux kernel, the following vulnerability has been resolved:

ALSA: usb-a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43279</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43279</guid>
    <pubDate>Wed, 06 May 2026 12:16:49 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43279</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ALSA: usb-audio: Add sanity check for OOB writes at silencing  At silencing the playback URB packets in the implicit fb mode before the actual playback, we blindly assume that the received packets fit with the buffer size.  But when the setup in the capture stream differs from the playback stream (e.g. due to the USB core limita…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43279">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43233 – In the Linux kernel, the following vulnerability has been resolved:

netfilter: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43233</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43233</guid>
    <pubDate>Wed, 06 May 2026 12:16:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43233</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  netfilter: nf_conntrack_h323: fix OOB read in decode_choice()  In decode_choice(), the boundary check before get_len() uses the variable `len`, which is still 0 from its initialization at the top of the function:      unsigned int type, ext, len = 0;     ...     if (ext || (son->attr & OPEN)) {         BYTE_ALIGN(bs);         if…</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43233">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-43197 – In the Linux kernel, the following vulnerability has been resolved:

netconsole:...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43197</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43197</guid>
    <pubDate>Wed, 06 May 2026 12:16:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-43197</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  netconsole: avoid OOB reads, msg is not nul-terminated  msg passed to netconsole from the console subsystem is not guaranteed to be nul-terminated. Before recent commit 7eab73b18630 ("netconsole: convert to NBCON console infrastructure") the message would be placed in printk_shared_pbufs, a static global buffer, so KASAN had har…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43197">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43166 – In the Linux kernel, the following vulnerability has been resolved:

erofs: fix ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43166</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43166</guid>
    <pubDate>Wed, 06 May 2026 12:16:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43166</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  erofs: fix interlaced plain identification for encoded extents  Only plain data whose start position and on-disk physical length are both aligned to the block size should be classified as interlaced plain extents. Otherwise, it must be treated as shifted plain extents.  This issue was found by syzbot using a crafted compressed i…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43166">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-43083 – In the Linux kernel, the following vulnerability has been resolved:

net: ioam6:...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43083</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43083</guid>
    <pubDate>Wed, 06 May 2026 10:16:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-43083</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  net: ioam6: fix OOB and missing lock  When trace->type.bit6 is set:      if (trace->type.bit6) {         ...         queue = skb_get_tx_queue(dev, skb);         qdisc = rcu_dereference(queue->qdisc);  This code can lead to an out-of-bounds access of the dev->_tx[] array when is_input is true. In such a case, the packet is on the…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43083">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43075 – In the Linux kernel, the following vulnerability has been resolved:

ocfs2: fix ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43075</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43075</guid>
    <pubDate>Wed, 06 May 2026 10:16:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43075</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ocfs2: fix out-of-bounds write in ocfs2_write_end_inline  KASAN reports a use-after-free write of 4086 bytes in ocfs2_write_end_inline, called from ocfs2_write_end_nolock during a copy_file_range splice fallback on a corrupted ocfs2 filesystem mounted on a loop device.  The actual bug is an out-of-bounds write past the inode blo…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43075">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-43071 – In the Linux kernel, the following vulnerability has been resolved:

dcache: Lim...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43071</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43071</guid>
    <pubDate>Tue, 05 May 2026 16:16:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-43071</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  dcache: Limit the minimal number of bucket to two  There is an OOB read problem on dentry_hashtable when user sets 'dhash_entries=1':   BUG: unable to handle page fault for address: ffff888b30b774b0   #PF: supervisor read access in kernel mode   #PF: error_code(0x0000) - not-present page   Oops: Oops: 0000 [#1] SMP PTI   RIP: 00…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43071">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43048 – In the Linux kernel, the following vulnerability has been resolved:

HID: core: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43048</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43048</guid>
    <pubDate>Fri, 01 May 2026 15:16:51 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43048</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  HID: core: Mitigate potential OOB by removing bogus memset()  The memset() in hid_report_raw_event() has the good intention of clearing out bogus data by zeroing the area from the end of the incoming data string to the assumed end of the buffer.  However, as we have previously seen, doing so can easily result in OOB reads and wr…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43048">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43047 – In the Linux kernel, the following vulnerability has been resolved:

HID: multit...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43047</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43047</guid>
    <pubDate>Fri, 01 May 2026 15:16:51 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43047</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  HID: multitouch: Check to ensure report responses match the request  It is possible for a malicious (or clumsy) device to respond to a specific report's feature request using a completely different report ID.  This can cause confusion in the HID core resulting in nasty side-effects such as OOB writes.  Add a check to ensure that…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43047">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43042 – In the Linux kernel, the following vulnerability has been resolved:

mpls: add s...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43042</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43042</guid>
    <pubDate>Fri, 01 May 2026 15:16:50 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43042</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  mpls: add seqcount to protect the platform_label{,s} pair  The RCU-protected codepaths (mpls_forward, mpls_dump_routes) can have an inconsistent view of platform_labels vs platform_label in case of a concurrent resize (resize_platform_label_table, under platform_mutex). This can lead to OOB accesses.  This patch adds a seqcount,…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43042">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31712 – In the Linux kernel, the following vulnerability has been resolved:

ksmbd: requ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31712</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31712</guid>
    <pubDate>Fri, 01 May 2026 14:16:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-31712</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ksmbd: require minimum ACE size in smb_check_perm_dacl()  Both ACE-walk loops in smb_check_perm_dacl() only guard against an under-sized remaining buffer, not against an ACE whose declared `ace->size` is smaller than the struct it claims to describe:    if (offsetof(struct smb_ace, access_req) > aces_size)       break;   ace_siz…</p>
  <p><strong>CVSS:</strong> 8.3 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31712">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31709 – In the Linux kernel, the following vulnerability has been resolved:

smb: client...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31709</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31709</guid>
    <pubDate>Fri, 01 May 2026 14:16:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-31709</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  smb: client: validate the whole DACL before rewriting it in cifsacl  build_sec_desc() and id_mode_to_cifs_acl() derive a DACL pointer from a server-supplied dacloffset and then use the incoming ACL to rebuild the chmod/chown security descriptor.  The original fix only checked that the struct smb_acl header fits before reading da…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31709">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31708 – In the Linux kernel, the following vulnerability has been resolved:

smb: client...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31708</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31708</guid>
    <pubDate>Fri, 01 May 2026 14:16:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-31708</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  smb: client: fix OOB read in smb2_ioctl_query_info QUERY_INFO path  smb2_ioctl_query_info() has two response-copy branches: PASSTHRU_FSCTL and the default QUERY_INFO path.  The QUERY_INFO branch clamps qi.input_buffer_length to the server-reported OutputBufferLength and then copies qi.input_buffer_length bytes from qi_rsp->Buffe…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31708">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-31705 – In the Linux kernel, the following vulnerability has been resolved:

ksmbd: fix ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31705</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31705</guid>
    <pubDate>Fri, 01 May 2026 14:16:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-31705</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ksmbd: fix out-of-bounds write in smb2_get_ea() EA alignment  smb2_get_ea() applies 4-byte alignment padding via memset() after writing each EA entry. The bounds check on buf_free_len is performed before the value memcpy, but the alignment memset fires unconditionally afterward with no check on remaining space.  When the EA valu…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31705">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-41502 – BACnet Stack is a BACnet open source protocol stack C library for embedded syste...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41502</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41502</guid>
    <pubDate>Fri, 24 Apr 2026 20:16:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-41502</strong></p>
  <p>BACnet Stack is a BACnet open source protocol stack C library for embedded systems. Prior to 1.4.3, an off-by-one out-of-bounds read vulnerability in bacnet-stack's ReadPropertyMultiple service decoder allows unauthenticated remote attackers to read one byte past an allocated buffer boundary by sending a crafted RPM request with a truncated object identifier. The vulnerability is in rpm_decode_ob…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41502">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-31636 – In the Linux kernel, the following vulnerability has been resolved:

rxrpc: fix ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31636</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31636</guid>
    <pubDate>Fri, 24 Apr 2026 15:16:42 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-31636</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  rxrpc: fix RESPONSE authenticator parser OOB read  rxgk_verify_authenticator() copies auth_len bytes into a temporary buffer and then passes p + auth_len as the parser limit to rxgk_do_verify_authenticator(). Since p is a __be32 *, that inflates the parser end pointer by a factor of four and lets malformed RESPONSE authenticator…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31636">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31613 – In the Linux kernel, the following vulnerability has been resolved:

smb: client...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31613</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31613</guid>
    <pubDate>Fri, 24 Apr 2026 15:16:40 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-31613</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  smb: client: fix OOB reads parsing symlink error response  When a CREATE returns STATUS_STOPPED_ON_SYMLINK, smb2_check_message() returns success without any length validation, leaving the symlink parsers as the only defense against an untrusted server.  symlink_data() walks SMB 3.1.1 error contexts with the loop test "p < end",…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31613">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31570 – In the Linux kernel, the following vulnerability has been resolved:

can: gw: fi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31570</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31570</guid>
    <pubDate>Fri, 24 Apr 2026 15:16:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-31570</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  can: gw: fix OOB heap access in cgw_csum_crc8_rel()  cgw_csum_crc8_rel() correctly computes bounds-safe indices via calc_idx():      int from = calc_idx(crc8->from_idx, cf->len);     int to   = calc_idx(crc8->to_idx,   cf->len);     int res  = calc_idx(crc8->result_idx, cf->len);      if (from < 0 || to < 0 || res < 0)         r…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31570">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-33317 – OP-TEE is a Trusted Execution Environment (TEE) designed as companion to a non-s...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33317</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33317</guid>
    <pubDate>Fri, 24 Apr 2026 03:16:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-33317</strong></p>
  <p>OP-TEE is a Trusted Execution Environment (TEE) designed as companion to a non-secure Linux kernel running on Arm; Cortex-A cores using the TrustZone technology. In versions 3.13.0 through 4.10.0, missing checks in `entry_get_attribute_value()`  in `ta/pkcs11/src/object.c` can lead to out-of-bounds read from the PKCS#11 TA heap or a crash. When chained with the OOB read, the PKCS#11 TA function `…</p>
  <p><strong>CVSS:</strong> 8.7 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33317">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31494 – In the Linux kernel, the following vulnerability has been resolved:

net: macb: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31494</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31494</guid>
    <pubDate>Wed, 22 Apr 2026 14:16:47 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-31494</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  net: macb: use the current queue number for stats  There's a potential mismatch between the memory reserved for statistics and the amount of memory written.  gem_get_sset_count() correctly computes the number of stats based on the active queues, whereas gem_get_ethtool_stats() indiscriminately copies data using the maximum numbe…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31494">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31484 – In the Linux kernel, the following vulnerability has been resolved:

io_uring/fd...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31484</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31484</guid>
    <pubDate>Wed, 22 Apr 2026 14:16:45 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-31484</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  io_uring/fdinfo: fix OOB read in SQE_MIXED wrap check  __io_uring_show_fdinfo() iterates over pending SQEs and, for 128-byte SQEs on an IORING_SETUP_SQE_MIXED ring, needs to detect when the second half of the SQE would be past the end of the sq_sqes array. The current check tests (++sq_head & sq_mask) == 0, but sq_head is only i…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31484">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31464 – In the Linux kernel, the following vulnerability has been resolved:

scsi: ibmvf...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31464</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31464</guid>
    <pubDate>Wed, 22 Apr 2026 14:16:42 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-31464</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  scsi: ibmvfc: Fix OOB access in ibmvfc_discover_targets_done()  A malicious or compromised VIO server can return a num_written value in the discover targets MAD response that exceeds max_targets. This value is stored directly in vhost->num_targets without validation, and is then used as the loop bound in ibmvfc_alloc_targets() t…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31464">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31433 – In the Linux kernel, the following vulnerability has been resolved:

ksmbd: fix ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31433</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31433</guid>
    <pubDate>Wed, 22 Apr 2026 09:16:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-31433</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ksmbd: fix potencial OOB in get_file_all_info() for compound requests  When a compound request consists of QUERY_DIRECTORY + QUERY_INFO (FILE_ALL_INFORMATION) and the first command consumes nearly the entire max_trans_size, get_file_all_info() would blindly call smbConvertToUTF16() with PATH_MAX, causing out-of-bounds write beyo…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31433">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31432 – In the Linux kernel, the following vulnerability has been resolved:

ksmbd: fix ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31432</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31432</guid>
    <pubDate>Wed, 22 Apr 2026 09:16:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-31432</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ksmbd: fix OOB write in QUERY_INFO for compound requests  When a compound request such as READ + QUERY_INFO(Security) is received, and the first command (READ) consumes most of the response buffer, ksmbd could write beyond the allocated buffer while building a security descriptor.  The root cause was that smb2_get_info_sec() che…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31432">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-31405 – In the Linux kernel, the following vulnerability has been resolved:

media: dvb-...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31405</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31405</guid>
    <pubDate>Mon, 06 Apr 2026 08:16:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-31405</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  media: dvb-net: fix OOB access in ULE extension header tables  The ule_mandatory_ext_handlers[] and ule_optional_ext_handlers[] tables in handle_one_ule_extension() are declared with 255 elements (valid indices 0-254), but the index htype is derived from network-controlled data as (ule_sndu_type & 0x00FF), giving a range of 0-25…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31405">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31395 – In the Linux kernel, the following vulnerability has been resolved:

bnxt_en: fi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31395</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31395</guid>
    <pubDate>Fri, 03 Apr 2026 16:16:37 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-31395</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  bnxt_en: fix OOB access in DBG_BUF_PRODUCER async event handler  The ASYNC_EVENT_CMPL_EVENT_ID_DBG_BUF_PRODUCER handler in bnxt_async_event_process() uses a firmware-supplied 'type' field directly as an index into bp->bs_trace[] without bounds validation.  The 'type' field is a 16-bit value extracted from DMA-mapped completion r…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31395">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-23456 – In the Linux kernel, the following vulnerability has been resolved:

netfilter: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23456</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23456</guid>
    <pubDate>Fri, 03 Apr 2026 16:16:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-23456</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  netfilter: nf_conntrack_h323: fix OOB read in decode_int() CONS case  In decode_int(), the CONS case calls get_bits(bs, 2) to read a length value, then calls get_uint(bs, len) without checking that len bytes remain in the buffer. The existing boundary check only validates the 2 bits for get_bits(), not the subsequent 1-4 bytes t…</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23456">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-33636 – LIBPNG is a reference library for use in applications that read, create, and man...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33636</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33636</guid>
    <pubDate>Thu, 26 Mar 2026 17:16:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-33636</strong></p>
  <p>LIBPNG is a reference library for use in applications that read, create, and manipulate PNG (Portable Network Graphics) raster image files. In versions 1.6.36 through 1.6.55, an out-of-bounds read and write exists in libpng's ARM/AArch64 Neon-optimized palette expansion path. When expanding 8-bit paletted rows to RGB or RGBA, the Neon loop processes a final partial chunk without verifying that en…</p>
  <p><strong>CVSS:</strong> 7.6 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33636">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-23363 – In the Linux kernel, the following vulnerability has been resolved:

wifi: mt76:...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23363</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23363</guid>
    <pubDate>Wed, 25 Mar 2026 11:16:35 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-23363</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  wifi: mt76: mt7925: Fix possible oob access in mt7925_mac_write_txwi_80211()  Check frame length before accessing the mgmt fields in mt7925_mac_write_txwi_80211 in order to avoid a possible oob access.</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23363">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-23325 – In the Linux kernel, the following vulnerability has been resolved:

wifi: mt76:...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23325</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23325</guid>
    <pubDate>Wed, 25 Mar 2026 11:16:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-23325</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  wifi: mt76: mt7996: Fix possible oob access in mt7996_mac_write_txwi_80211()  Check frame length before accessing the mgmt fields in mt7996_mac_write_txwi_80211 in order to avoid a possible oob access.</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23325">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-23317 – In the Linux kernel, the following vulnerability has been resolved:

drm/vmwgfx:...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23317</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23317</guid>
    <pubDate>Wed, 25 Mar 2026 11:16:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-23317</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  drm/vmwgfx: Return the correct value in vmw_translate_ptr functions  Before the referenced fixes these functions used a lookup function that returned a pointer. This was changed to another lookup function that returned an error code with the pointer becoming an out parameter.  The error path when the lookup failed was not change…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23317">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-23315 – In the Linux kernel, the following vulnerability has been resolved:

wifi: mt76:...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23315</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23315</guid>
    <pubDate>Wed, 25 Mar 2026 11:16:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-23315</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  wifi: mt76: Fix possible oob access in mt76_connac2_mac_write_txwi_80211()  Check frame length before accessing the mgmt fields in mt76_connac2_mac_write_txwi_80211 in order to avoid a possible oob access.  [fix check to also cover mgmt->u.action.u.addba_req.capab, correct Fixes tag]</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23315">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-33321 – OpenEMR is a free and open source electronic health records and medical practice...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33321</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33321</guid>
    <pubDate>Thu, 19 Mar 2026 21:17:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-33321</strong></p>
  <p>OpenEMR is a free and open source electronic health records and medical practice management application. Prior to 8.0.0.2, users with the `Notes - my encounters` role can fill Eye Exam forms in patient encounters. The answers to the form can be printed out in PDF form. An Out-of-Band Server-Side Request Forgery (OOB SSRF) vulnerability was identified in the PDF creation function where the form an…</p>
  <p><strong>CVSS:</strong> 7.6 · <strong>CWE:</strong> CWE-918</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33321">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-69808 – An out-of-bounds memory access (OOB) in p2r3 Bareiron commit 8e4d40 allows unaut...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-69808</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-69808</guid>
    <pubDate>Mon, 16 Mar 2026 19:16:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-69808</strong></p>
  <p>An out-of-bounds memory access (OOB) in p2r3 Bareiron commit 8e4d40 allows unauthenticated attackers to access sensitive information and cause a Denial of Service (DoS) via supplying a crafted packet.</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-69808">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-21888 – NanoMQ MQTT Broker (NanoMQ) is an all-around Edge Messaging Platform. MQTT v5 Va...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-21888</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-21888</guid>
    <pubDate>Wed, 11 Mar 2026 16:16:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-21888</strong></p>
  <p>NanoMQ MQTT Broker (NanoMQ) is an all-around Edge Messaging Platform. MQTT v5 Variable Byte Integer parsing out-of-bounds: get_var_integer() accepts 5-byte varints without bounds checks; reliably triggers OOB read / crash when built with ASan. This affects 0.24.6 and earlier.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-21888">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-13350 – Ubuntu Linux 6.8 GA retains the legacy AF_UNIX garbage collector but backports u...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-13350</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-13350</guid>
    <pubDate>Thu, 05 Mar 2026 20:16:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-13350</strong></p>
  <p>Ubuntu Linux 6.8 GA retains the legacy AF_UNIX garbage collector but backports upstream commit 8594d9b85c07 ("af_unix: Don’t call skb_get() for OOB skb"). When orphaned MSG_OOB sockets hit unix_gc(), the garbage collector still calls kfree_skb() as if OOB SKBs held two references; on Ubuntu Linux 6.8 (Noble Numbat) kernel tree, they have only the queue reference, so the buffer is freed while stil…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-13350">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-26965 – FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to versio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-26965</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-26965</guid>
    <pubDate>Wed, 25 Feb 2026 21:16:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-26965</strong></p>
  <p>FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, in the RLE planar decode path, `planar_decompress_plane_rle()` writes into `pDstData` at `((nYDst+y) * nDstStep) + (4*nXDst) + nChannel` without verifying that `(nYDst+nSrcHeight)` fits in the destination height or that `(nXDst+nSrcWidth)` fits in the destination stride. When `TempFormat != DstFormat`, `pDst…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-26965">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-26955 – FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to versio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-26955</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-26955</guid>
    <pubDate>Wed, 25 Feb 2026 21:16:42 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-26955</strong></p>
  <p>FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, a malicious RDP server can trigger a heap buffer overflow in FreeRDP clients using the GDI surface pipeline (e.g., `xfreerdp`) by sending an RDPGFX ClearCodec surface command with an out-of-bounds destination rectangle. The `gdi_SurfaceCommand_ClearCodec()` handler does not call `is_within_surface()` to vali…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-26955">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-20033 – A vulnerability in Cisco Nexus 9000 Series Fabric Switches in ACI mode could all...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-20033</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-20033</guid>
    <pubDate>Wed, 25 Feb 2026 17:25:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-20033</strong></p>
  <p>A vulnerability in Cisco Nexus 9000 Series Fabric Switches in ACI mode could allow an unauthenticated, adjacent attacker to cause a denial of service (DoS) condition on an affected device.  This vulnerability is due to insufficient validation when processing specific Ethernet frames. An attacker could exploit this vulnerability by sending a crafted Ethernet frame to the&nbsp;management interfac…</p>
  <p><strong>CVSS:</strong> 7.4 · <strong>CWE:</strong> CWE-805</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-20033">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-23208 – In the Linux kernel, the following vulnerability has been resolved:

ALSA: usb-a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23208</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23208</guid>
    <pubDate>Sat, 14 Feb 2026 17:15:58 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-23208</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ALSA: usb-audio: Prevent excessive number of frames  In this case, the user constructed the parameters with maxpacksize 40 for rate 22050 / pps 1000, and packsize[0] 22 packsize[1] 23. The buffer size for each data URB is maxpacksize * packets, which in this example is 40 * 6 = 240; When the user performs a write operation to se…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23208">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-23194 – In the Linux kernel, the following vulnerability has been resolved:

rust_binder...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23194</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23194</guid>
    <pubDate>Sat, 14 Feb 2026 17:15:57 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-23194</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  rust_binder: correctly handle FDA objects of length zero  Fix a bug where an empty FDA (fd array) object with 0 fds would cause an out-of-bounds error. The previous implementation used `skip == 0` to mean "this is a pointer fixup", but 0 is also the correct skip length for an empty FDA. If the FDA is at the end of the buffer, th…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23194">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-23092 – In the Linux kernel, the following vulnerability has been resolved:

iio: dac: a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23092</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23092</guid>
    <pubDate>Wed, 04 Feb 2026 17:16:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-23092</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  iio: dac: ad3552r-hs: fix out-of-bound write in ad3552r_hs_write_data_source  When simple_write_to_buffer() succeeds, it returns the number of bytes actually copied to the buffer. The code incorrectly uses 'count' as the index for null termination instead of the actual bytes copied. If count exceeds the buffer size, this leads t…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23092">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-23076 – In the Linux kernel, the following vulnerability has been resolved:

ALSA: ctxfi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23076</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23076</guid>
    <pubDate>Wed, 04 Feb 2026 17:16:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-23076</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ALSA: ctxfi: Fix potential OOB access in audio mixer handling  In the audio mixer handling code of ctxfi driver, the conf field is used as a kind of loop index, and it's referred in the index callbacks (amixer_index() and sum_index()).  As spotted recently by fuzzers, the current code causes OOB access at those functions. | UBSA…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23076">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-1483 – An out-of-band SQL injection vulnerability (OOB SQLi) has been detected in the P...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-1483</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-1483</guid>
    <pubDate>Tue, 27 Jan 2026 17:16:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-1483</strong></p>
  <p>An out-of-band SQL injection vulnerability (OOB SQLi) has been detected in the Performance Evaluation (EDD) application developed by Gabinete Técnico de Programación. Exploiting this vulnerability in the parameter 'Id_usuario' in '/evaluacion_objetivos_ver_auto.aspx', could allow an attacker to extract sensitive information from the database through external channels, without the affected applica…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-1483">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-1482 – An out-of-band SQL injection vulnerability (OOB SQLi) has been detected in the P...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-1482</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-1482</guid>
    <pubDate>Tue, 27 Jan 2026 17:16:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-1482</strong></p>
  <p>An out-of-band SQL injection vulnerability (OOB SQLi) has been detected in the Performance Evaluation (EDD) application developed by Gabinete Técnico de Programación. Exploiting this vulnerability in the parameter 'Id_evaluacion' in '/evaluacion_objetivos_evalua_definido.aspx', could allow an attacker to extract sensitive information from the database through external channels, without the affect…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-1482">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-1481 – An out-of-band SQL injection vulnerability (OOB SQLi) has been detected in the P...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-1481</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-1481</guid>
    <pubDate>Tue, 27 Jan 2026 17:16:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-1481</strong></p>
  <p>An out-of-band SQL injection vulnerability (OOB SQLi) has been detected in the Performance Evaluation (EDD) application developed by Gabinete Técnico de Programación. Exploiting this vulnerability in the parameter 'Id_usuario' in '/evaluacion_objetivos_anyo_sig_ver_auto.aspx', could allow an attacker to extract sensitive information from the database through external channels, without the affecte…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-1481">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-1480 – An out-of-band SQL injection vulnerability (OOB SQLi) has been detected in the P...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-1480</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-1480</guid>
    <pubDate>Tue, 27 Jan 2026 17:16:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-1480</strong></p>
  <p>An out-of-band SQL injection vulnerability (OOB SQLi) has been detected in the Performance Evaluation (EDD) application developed by Gabinete Técnico de Programación. Exploiting this vulnerability in the parameter 'Id_usuario' in '/evaluacion_objetivos_anyo_sig_evalua.aspx', could allow an attacker to extract sensitive information from the database through external channels, without the affected…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-1480">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-1479 – An out-of-band SQL injection vulnerability (OOB SQLi) has been detected in the P...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-1479</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-1479</guid>
    <pubDate>Tue, 27 Jan 2026 17:16:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-1479</strong></p>
  <p>An out-of-band SQL injection vulnerability (OOB SQLi) has been detected in the Performance Evaluation (EDD) application developed by Gabinete Técnico de Programación. Exploiting this vulnerability in the parameters 'Id_usuario' and 'Id_evaluacion’ in ‘/evaluacion_hca_ver_auto.asp', could allow an attacker to extract sensitive information from the database through external channels, without the af…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-1479">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-1478 – An out-of-band SQL injection vulnerability (OOB SQLi) has been detected in the P...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-1478</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-1478</guid>
    <pubDate>Tue, 27 Jan 2026 17:16:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-1478</strong></p>
  <p>An out-of-band SQL injection vulnerability (OOB SQLi) has been detected in the Performance Evaluation (EDD) application developed by Gabinete Técnico de Programación. Exploiting this vulnerability in the parameter 'Id_usuario' and 'Id_evaluacion’ in ‘/evaluacion_hca_evalua.aspx’, could allow an attacker to extract sensitive information from the database through external channels, without the affe…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-1478">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-1477 – An out-of-band SQL injection vulnerability (OOB SQLi) has been detected in the P...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-1477</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-1477</guid>
    <pubDate>Tue, 27 Jan 2026 17:16:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-1477</strong></p>
  <p>An out-of-band SQL injection vulnerability (OOB SQLi) has been detected in the Performance Evaluation (EDD) application developed by Gabinete Técnico de Programación. Exploiting this vulnerability in the parameter 'Id_usuario' and 'Id_evaluacion’ in ‘/evaluacion_competencias_evalua_old.aspx’, could allow an attacker to extract sensitive information from the database through external channels, wit…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-1477">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-1476 – An out-of-band SQL injection vulnerability (OOB SQLi) has been detected in the P...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-1476</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-1476</guid>
    <pubDate>Tue, 27 Jan 2026 17:16:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-1476</strong></p>
  <p>An out-of-band SQL injection vulnerability (OOB SQLi) has been detected in the Performance Evaluation (EDD) application developed by Gabinete Técnico de Programación. Exploiting this vulnerability in the parameter 'Id_usuario' in ‘/evaluacion_acciones_ver_auto.aspx’, could allow an attacker to extract sensitive information from the database through external channels, without the affected applicat…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-1476">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-1475 – An out-of-band SQL injection vulnerability (OOB SQLi) has been detected in the P...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-1475</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-1475</guid>
    <pubDate>Tue, 27 Jan 2026 17:16:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-1475</strong></p>
  <p>An out-of-band SQL injection vulnerability (OOB SQLi) has been detected in the Performance Evaluation (EDD) application developed by Gabinete Técnico de Programación. Exploiting this vulnerability in the parameter ‘Id_usuario' in ‘/evaluacion_acciones_evalua.aspx’, could allow an attacker to extract sensitive information from the database through external channels, without the affected applicatio…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-1475">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-1474 – An out-of-band SQL injection vulnerability (OOB SQLi) has been detected in the P...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-1474</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-1474</guid>
    <pubDate>Tue, 27 Jan 2026 17:16:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-1474</strong></p>
  <p>An out-of-band SQL injection vulnerability (OOB SQLi) has been detected in the Performance Evaluation (EDD) application developed by Gabinete Técnico de Programación. Exploiting this vulnerability in the parameter 'Id_usuario' and 'Id_evaluacion' en ‘/evaluacion_inicio.aspx’, could allow an attacker to extract sensitive information from the database through external channels, without the affected…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-1474">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-1473 – An out-of-band SQL injection vulnerability (OOB SQLi) has been detected in the P...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-1473</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-1473</guid>
    <pubDate>Tue, 27 Jan 2026 17:16:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-1473</strong></p>
  <p>An out-of-band SQL injection vulnerability (OOB SQLi) has been detected in the Performance Evaluation (EDD) application developed by Gabinete Técnico de Programación. Exploiting this vulnerability in the parameter 'Id_usuario’ in '/evaluacion_competencias_evalua.aspx', could allow an attacker to extract sensitive information from the database through external channels, without the affected applic…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-1473">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-1472 – An out-of-band SQL injection vulnerability (OOB SQLi) has been detected in the P...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-1472</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-1472</guid>
    <pubDate>Tue, 27 Jan 2026 17:16:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-1472</strong></p>
  <p>An out-of-band SQL injection vulnerability (OOB SQLi) has been detected in the Performance Evaluation (EDD) application developed by Gabinete Técnico de Programación. Exploiting this vulnerability in the parameter 'txAny' in '/evaluacion_competencias_autoeval_list.aspx', could allow an attacker to extract sensitive information from the database through external channels, without the affected appl…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-1472">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-71093 – In the Linux kernel, the following vulnerability has been resolved:

e1000: fix ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-71093</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-71093</guid>
    <pubDate>Tue, 13 Jan 2026 16:16:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-71093</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  e1000: fix OOB in e1000_tbi_should_accept()  In e1000_tbi_should_accept() we read the last byte of the frame via 'data[length - 1]' to evaluate the TBI workaround. If the descriptor- reported length is zero or larger than the actual RX buffer size, this read goes out of bounds and can hit unrelated slab objects. The issue is obs…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-71093">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-71092 – In the Linux kernel, the following vulnerability has been resolved:

RDMA/bnxt_r...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-71092</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-71092</guid>
    <pubDate>Tue, 13 Jan 2026 16:16:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-71092</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  RDMA/bnxt_re: Fix OOB write in bnxt_re_copy_err_stats()  Commit ef56081d1864 ("RDMA/bnxt_re: RoCE related hardware counters update") added three new counters and placed them after BNXT_RE_OUT_OF_SEQ_ERR.  BNXT_RE_OUT_OF_SEQ_ERR acts as a boundary marker for allocating hardware statistics with different num_counters values on chi…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-71092">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-21433 – Emlog is an open source website building system. Versions up to and including 2...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-21433</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-21433</guid>
    <pubDate>Fri, 02 Jan 2026 19:15:48 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-21433</strong></p>
  <p>Emlog is an open source website building system. Versions up to and including 2.5.19 are vulnerable to server-side Out-of-Band (OOB) requests / SSRF via uploaded SVG files. An attacker can upload a crafted SVG to http[:]//emblog/admin/media[.]php which contains external resource references. When the server processes/renders the SVG (thumbnailing, preview, or sanitization), it issues an HTTP reque…</p>
  <p><strong>CVSS:</strong> 7.7 · <strong>CWE:</strong> CWE-918</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-21433">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-9558 – There is a potential OOB Write vulnerability in the gen_prov_start function in p...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-9558</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-9558</guid>
    <pubDate>Wed, 26 Nov 2025 06:15:46 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-9558</strong></p>
  <p>There is a potential OOB Write vulnerability in the gen_prov_start function in pb_adv.c. The full length of the received data is copied into the link.rx.buf receiver buffer without any validation on the data size.</p>
  <p><strong>CVSS:</strong> 7.6 · <strong>CWE:</strong> CWE-120</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-9558">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-63917 – PDFPatcher thru 1.1.3.4663 executable's XML bookmark import functionality does n...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-63917</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-63917</guid>
    <pubDate>Mon, 17 Nov 2025 17:15:51 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-63917</strong></p>
  <p>PDFPatcher thru 1.1.3.4663 executable's XML bookmark import functionality does not restrict XML external entity (XXE) references. The application uses .NET's XmlDocument class without disabling external entity resolution, enabling attackers to: Read arbitrary files from the victim's filesystem, exfiltrate sensitive data via out-of-band (OOB) HTTP requests, perform SSRF attacks against internal ne…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-611</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-63917">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-53659 – In the Linux kernel, the following vulnerability has been resolved:

iavf: Fix o...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-53659</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-53659</guid>
    <pubDate>Tue, 07 Oct 2025 16:15:49 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-53659</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  iavf: Fix out-of-bounds when setting channels on remove  If we set channels greater during iavf_remove(), and waiting reset done would be timeout, then returned with error but changed num_active_queues directly, that will lead to OOB like the following logs. Because the num_active_queues is greater than tx/rx_rings[] allocated a…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-53659">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-53652 – In the Linux kernel, the following vulnerability has been resolved:

vdpa: Add f...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-53652</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-53652</guid>
    <pubDate>Tue, 07 Oct 2025 16:15:48 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-53652</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  vdpa: Add features attr to vdpa_nl_policy for nlattr length check  The vdpa_nl_policy structure is used to validate the nlattr when parsing the incoming nlmsg. It will ensure the attribute being described produces a valid nlattr pointer in info->attrs before entering into each handler in vdpa_nl_ops.  That is to say, the missing…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-53652">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-53543 – In the Linux kernel, the following vulnerability has been resolved:

vdpa: Add m...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-53543</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-53543</guid>
    <pubDate>Sat, 04 Oct 2025 16:15:49 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-53543</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  vdpa: Add max vqp attr to vdpa_nl_policy for nlattr length check  The vdpa_nl_policy structure is used to validate the nlattr when parsing the incoming nlmsg. It will ensure the attribute being described produces a valid nlattr pointer in info->attrs before entering into each handler in vdpa_nl_ops.  That is to say, the missing…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-53543">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-53541 – In the Linux kernel, the following vulnerability has been resolved:

mtd: rawnan...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-53541</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-53541</guid>
    <pubDate>Sat, 04 Oct 2025 16:15:49 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-53541</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  mtd: rawnand: brcmnand: Fix potential out-of-bounds access in oob write  When the oob buffer length is not in multiple of words, the oob write function does out-of-bounds read on the oob source buffer at the last iteration. Fix that by always checking length limit on the oob buffer read and fill with 0xff when reaching the end o…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-53541">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-50508 – In the Linux kernel, the following vulnerability has been resolved:

wifi: mt76:...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-50508</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-50508</guid>
    <pubDate>Sat, 04 Oct 2025 16:15:48 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-50508</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  wifi: mt76: mt76x0: fix oob access in mt76x0_phy_get_target_power  After 'commit ba45841ca5eb ("wifi: mt76: mt76x02: simplify struct mt76x02_rate_power")', mt76x02 relies on ht[0-7] rate_power data for vht mcs{0,7}, while it uses vth[0-1] rate_power for vht mcs {8,9}. Fix a possible out-of-bound access in mt76x0_phy_get_target_p…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-50508">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-39946 – In the Linux kernel, the following vulnerability has been resolved:

tls: make s...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-39946</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-39946</guid>
    <pubDate>Sat, 04 Oct 2025 08:15:47 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-39946</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  tls: make sure to abort the stream if headers are bogus  Normally we wait for the socket to buffer up the whole record before we service it. If the socket has a tiny buffer, however, we read out the data sooner, to prevent connection stalls. Make sure that we abort the connection when we find out late that the record is actually…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-39946">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-53516 – In the Linux kernel, the following vulnerability has been resolved:

macvlan: ad...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-53516</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-53516</guid>
    <pubDate>Wed, 01 Oct 2025 12:15:55 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-53516</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  macvlan: add forgotten nla_policy for IFLA_MACVLAN_BC_CUTOFF  The previous commit 954d1fa1ac93 ("macvlan: Add netlink attribute for broadcast cutoff") added one additional attribute named IFLA_MACVLAN_BC_CUTOFF to allow broadcast cutfoff.  However, it forgot to describe the nla_policy at macvlan_policy (drivers/net/macvlan.c). H…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-53516">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-53495 – In the Linux kernel, the following vulnerability has been resolved:

net: ethern...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-53495</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-53495</guid>
    <pubDate>Wed, 01 Oct 2025 12:15:52 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-53495</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  net: ethernet: mvpp2_main: fix possible OOB write in mvpp2_ethtool_get_rxnfc()  rules is allocated in ethtool_get_rxnfc and the size is determined by rule_cnt from user space. So rule_cnt needs to be check before using rules to avoid OOB writing or NULL pointer dereference.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-53495">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-39917 – In the Linux kernel, the following vulnerability has been resolved:

bpf: Fix ou...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-39917</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-39917</guid>
    <pubDate>Wed, 01 Oct 2025 08:15:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-39917</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  bpf: Fix out-of-bounds dynptr write in bpf_crypto_crypt  Stanislav reported that in bpf_crypto_crypt() the destination dynptr's size is not validated to be at least as large as the source dynptr's size before calling into the crypto backend with 'len = src_len'. This can result in an OOB write when the destination is smaller tha…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-39917">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-39888 – In the Linux kernel, the following vulnerability has been resolved:

fuse: Block...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-39888</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-39888</guid>
    <pubDate>Tue, 23 Sep 2025 06:15:48 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-39888</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  fuse: Block access to folio overlimit  syz reported a slab-out-of-bounds Write in fuse_dev_do_write.  When the number of bytes to be retrieved is truncated to the upper limit by fc->max_pages and there is an offset, the oob is triggered.  Add a loop termination condition to prevent overruns.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-39888">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-39839 – In the Linux kernel, the following vulnerability has been resolved:

batman-adv:...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-39839</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-39839</guid>
    <pubDate>Fri, 19 Sep 2025 16:15:42 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-39839</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  batman-adv: fix OOB read/write in network-coding decode  batadv_nc_skb_decode_packet() trusts coded_len and checks only against skb->len. XOR starts at sizeof(struct batadv_unicast_packet), reducing payload headroom, and the source skb length is not verified, allowing an out-of-bounds read and a small out-of-bounds write.  Valid…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-39839">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-39817 – In the Linux kernel, the following vulnerability has been resolved:

efivarfs: F...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-39817</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-39817</guid>
    <pubDate>Tue, 16 Sep 2025 13:15:57 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-39817</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  efivarfs: Fix slab-out-of-bounds in efivarfs_d_compare  Observed on kernel 6.6 (present on master as well):    BUG: KASAN: slab-out-of-bounds in memcmp+0x98/0xd0   Call trace:    kasan_check_range+0xe8/0x190    __asan_loadN+0x1c/0x28    memcmp+0x98/0xd0    efivarfs_d_compare+0x68/0xd8    __d_lookup_rcu_op_compare+0x178/0x218…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-39817">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-53265 – In the Linux kernel, the following vulnerability has been resolved:

ubi: ensure...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-53265</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-53265</guid>
    <pubDate>Tue, 16 Sep 2025 08:15:35 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-53265</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ubi: ensure that VID header offset + VID header size <= alloc, size  Ensure that the VID header offset + VID header size does not exceed the allocated area to avoid slab OOB.  BUG: KASAN: slab-out-of-bounds in crc32_body lib/crc32.c:111 [inline] BUG: KASAN: slab-out-of-bounds in crc32_le_generic lib/crc32.c:179 [inline] BUG: KAS…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-53265">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-39760 – In the Linux kernel, the following vulnerability has been resolved:

usb: core: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-39760</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-39760</guid>
    <pubDate>Thu, 11 Sep 2025 17:15:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-39760</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  usb: core: config: Prevent OOB read in SS endpoint companion parsing  usb_parse_ss_endpoint_companion() checks descriptor type before length, enabling a potentially odd read outside of the buffer size.  Fix this up by checking the size first before looking at any of the fields in the descriptor.</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-39760">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-39757 – In the Linux kernel, the following vulnerability has been resolved:

ALSA: usb-a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-39757</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-39757</guid>
    <pubDate>Thu, 11 Sep 2025 17:15:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-39757</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ALSA: usb-audio: Validate UAC3 cluster segment descriptors  UAC3 class segment descriptors need to be verified whether their sizes match with the declared lengths and whether they fit with the allocated buffer sizes, too.  Otherwise malicious firmware may lead to the unexpected OOB accesses.</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-39757">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-39719 – In the Linux kernel, the following vulnerability has been resolved:

iio: imu: b...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-39719</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-39719</guid>
    <pubDate>Fri, 05 Sep 2025 18:15:49 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-39719</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  iio: imu: bno055: fix OOB access of hw_xlate array  Fix a potential out-of-bounds array access of the hw_xlate array in bno055.c.  In bno055_get_regmask(), hw_xlate was iterated over the length of the vals array instead of the length of the hw_xlate array. In the case of bno055_gyr_scale, the vals array is larger than the hw_xla…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-39719">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-39685 – In the Linux kernel, the following vulnerability has been resolved:

comedi: pcl...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-39685</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-39685</guid>
    <pubDate>Fri, 05 Sep 2025 18:15:45 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-39685</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  comedi: pcl726: Prevent invalid irq number  The reproducer passed in an irq number(0x80008000) that was too large, which triggered the oob.  Added an interrupt number check to prevent users from passing in an irq number that was too large.  If `it->options[1]` is 31, then `1 << it->options[1]` is still invalid because it shifts…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-39685">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-39683 – In the Linux kernel, the following vulnerability has been resolved:

tracing: Li...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-39683</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-39683</guid>
    <pubDate>Fri, 05 Sep 2025 18:15:44 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-39683</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  tracing: Limit access to parser->buffer when trace_get_user failed  When the length of the string written to set_ftrace_filter exceeds FTRACE_BUFF_MAX, the following KASAN alarm will be triggered:  BUG: KASAN: slab-out-of-bounds in strsep+0x18c/0x1b0 Read of size 1 at addr ffff0000d00bd5ba by task ash/165  CPU: 1 UID: 0 PID: 165…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-39683">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-48530 – In multiple locations, there is a possible condition that results in OOB accesse...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-48530</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-48530</guid>
    <pubDate>Thu, 04 Sep 2025 19:15:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-48530</strong></p>
  <p>In multiple locations, there is a possible condition that results in OOB accesses due to an incorrect bounds check. This could lead to remote code execution in combination with other bugs, with no additional execution privileges needed. User interaction is not needed for exploitation.</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-48530">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38729 – In the Linux kernel, the following vulnerability has been resolved:

ALSA: usb-a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38729</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38729</guid>
    <pubDate>Thu, 04 Sep 2025 16:15:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38729</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ALSA: usb-audio: Validate UAC3 power domain descriptors, too  UAC3 power domain descriptors need to be verified with its variable bLength for avoiding the unexpected OOB accesses by malicious firmware, too.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38729">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38679 – In the Linux kernel, the following vulnerability has been resolved:

media: venu...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38679</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38679</guid>
    <pubDate>Thu, 04 Sep 2025 16:15:35 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38679</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  media: venus: Fix OOB read due to missing payload bound check  Currently, The event_seq_changed() handler processes a variable number of properties sent by the firmware. The number of properties is indicated by the firmware and used to iterate over the payload. However, the payload size is not being validated against the actual…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38679">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-36903 – In lwis_io_buffer_write, there is a possible OOB read/write due to improper inpu...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-36903</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-36903</guid>
    <pubDate>Thu, 04 Sep 2025 10:42:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-36903</strong></p>
  <p>In lwis_io_buffer_write, there is a possible OOB read/write due to improper input validation. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-36903">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38667 – In the Linux kernel, the following vulnerability has been resolved:

iio: fix po...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38667</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38667</guid>
    <pubDate>Fri, 22 Aug 2025 16:15:42 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38667</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  iio: fix potential out-of-bound write  The buffer is set to 20 characters. If a caller write more characters, count is truncated to the max available space in "simple_write_to_buffer". To protect from OoB access, check that the input size fit into buffer and add a zero terminator after copy to the end of the copied data.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38667">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38599 – In the Linux kernel, the following vulnerability has been resolved:

wifi: mt76:...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38599</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38599</guid>
    <pubDate>Tue, 19 Aug 2025 17:15:37 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38599</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  wifi: mt76: mt7996: Fix possible OOB access in mt7996_tx()  Fis possible Out-Of-Boundary access in mt7996_tx routine if link_id is set to IEEE80211_LINK_UNSPECIFIED</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38599">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-3867 – In the Linux kernel, the following vulnerability has been resolved:

ksmbd: fix ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-3867</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-3867</guid>
    <pubDate>Sat, 16 Aug 2025 14:15:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-3867</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ksmbd: fix out of bounds read in smb2_sess_setup  ksmbd does not consider the case of that smb2 session setup is in compound request. If this is the second payload of the compound, OOB read issue occurs while processing the first payload in the smb2_sess_setup().</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-3867">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-3865 – In the Linux kernel, the following vulnerability has been resolved:

ksmbd: fix ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-3865</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-3865</guid>
    <pubDate>Sat, 16 Aug 2025 14:15:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-3865</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ksmbd: fix out-of-bound read in smb2_write  ksmbd_smb2_check_message doesn't validate hdr->NextCommand. If ->NextCommand is bigger than Offset + Length of smb2 write, It will allow oversized smb2 write length. It will cause OOB read in smb2_write.</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-3865">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
