<?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 Read</title>
  <link>https://cvedaily.com/pages/tags/oob-read.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/oob-read.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Out-of-Bounds Read</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:28 +0000</lastBuildDate>
  <item>
    <title>[Unknown] CVE-2026-46263 – In the Linux kernel, the following vulnerability has been resolved:

drm/amd/dis...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46263</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46263</guid>
    <pubDate>Wed, 03 Jun 2026 18:16:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2026-46263</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  drm/amd/display: Fix out-of-bounds stream encoder index v3  eng_id can be negative and that stream_enc_regs[] can be indexed out of bounds.  eng_id is used directly as an index into stream_enc_regs[], which has only 5 entries. When eng_id is 5 (ENGINE_ID_DIGF) or negative, this can access memory past the end of the array.  Add a…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46263">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-70101 – An out-of-bounds read in the ext4_ext_binsearch_idx function in src/ext4_extent...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-70101</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-70101</guid>
    <pubDate>Wed, 03 Jun 2026 14:16:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-70101</strong></p>
  <p>An out-of-bounds read in the ext4_ext_binsearch_idx function in src/ext4_extent.c of the lwext4 1.0.0 library allows attackers to cause a denial of service by supplying a specially crafted ext4 filesystem image. The vulnerability occurs due to insufficient validation of extent header fields before performing a binary search over extent index entries, which can result in invalid pointer calculatio…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-70101">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2026-48682 – FastNetMon Community Edition through 1.2.9 contains an out-of-bounds read in the...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-48682</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-48682</guid>
    <pubDate>Tue, 02 Jun 2026 20:16:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2026-48682</strong></p>
  <p>FastNetMon Community Edition through 1.2.9 contains an out-of-bounds read in the IPv4 packet parser. In src/simple_packet_parser_ng.cpp, after validating that the packet contains at least sizeof(ipv4_header_t) bytes (20 bytes), the code advances the local_pointer by '4 * ipv4_header->get_ihl()' (line 164) without validating that (a) IHL >= 5 (the minimum valid value per RFC 791), or (b) 4 * IHL b…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> CWE-843</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-48682">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-0076 – In validateNode of ResourceTypes.cpp, there is a possible out of bounds read due...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-0076</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-0076</guid>
    <pubDate>Mon, 01 Jun 2026 22:16:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-0076</strong></p>
  <p>In validateNode of ResourceTypes.cpp, there is a possible out of bounds read due to an incorrect bounds check. 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-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-0076">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-37228 – FlexRIC v2.0.0 contains a reachable assertion in e2ap_recv_sctp_msg() (src/lib/e...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-37228</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-37228</guid>
    <pubDate>Mon, 01 Jun 2026 19:16:33 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-37228</strong></p>
  <p>FlexRIC v2.0.0 contains a reachable assertion in e2ap_recv_sctp_msg() (src/lib/ep/e2ap_ep.c). The function allocates a fixed 32KB receive buffer and enforces assert(rc < len) on the sctp_recvmsg() return value. A remote unauthenticated attacker can send a single SCTP message with payload >= 32,768 bytes to crash the near-RT RIC, iApp, E2 Agent, or xApp process via SIGABRT. No valid E2AP PDU is re…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-617</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-37228">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2026-10267 – A security flaw has been discovered in janet-lang janet up to 1.41.0. This affec...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-10267</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-10267</guid>
    <pubDate>Mon, 01 Jun 2026 15:16:33 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2026-10267</strong></p>
  <p>A security flaw has been discovered in janet-lang janet up to 1.41.0. This affects the function doframe of the file src/core/debug.c. Performing a manipulation results in out-of-bounds read. Attacking locally is a requirement. The exploit has been released to the public and may be used for attacks. The patch is named ed17dd2c5913a23fb1107251e44a9410a3c30cf5.</p>
  <p><strong>CVSS:</strong> 3.3 · <strong>CWE:</strong> CWE-119</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-10267">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2026-10233 – A security vulnerability has been detected in Assimp up to 6.0.4. Affected by th...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-10233</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-10233</guid>
    <pubDate>Mon, 01 Jun 2026 08:16:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2026-10233</strong></p>
  <p>A security vulnerability has been detected in Assimp up to 6.0.4. Affected by this issue is the function HL1MDLLoader::read_sequence_infos of the file HL1MDLLoader.cpp of the component Half-Life 1 MDL Loader. The manipulation of the argument aiString leads to out-of-bounds read. The attack needs to be performed locally. The exploit has been disclosed publicly and may be used. The project tagged t…</p>
  <p><strong>CVSS:</strong> 3.3 · <strong>CWE:</strong> CWE-119</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-10233">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-8796 – Sereal::Decoder versions before 5.005 for Perl allow heap out-of-bounds read via...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8796</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8796</guid>
    <pubDate>Sun, 31 May 2026 20:16:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-8796</strong></p>
  <p>Sereal::Decoder versions before 5.005 for Perl allow heap out-of-bounds read via crafted input.  In Perl/Decoder/srl_decoder.c, srl_read_object() and srl_read_hash() process a COPY tag, a back-reference whose target byte the decoder re-decodes as a fresh tag. When that target byte matches the SHORT_BINARY pattern (an inline string whose length is encoded in the low bits of the tag), the resulting…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8796">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-5071 – The SocketCAN implementation validates the length of a user-provided buffer cont...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-5071</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-5071</guid>
    <pubDate>Sat, 30 May 2026 08:16:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-5071</strong></p>
  <p>The SocketCAN implementation validates the length of a user-provided buffer containing a socketcan_frame object using only a NET_ASSERT statement in zcan_sendto_ctx() before dereferencing it in socketcan_to_can_frame(). In production builds where assertions are disabled, a userspace application that controls the length passed to a sendto syscall can supply an incomplete or truncated frame, causin…</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-5071">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-46344 – liboqs is a C-language cryptographic library that provides implementations of po...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46344</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46344</guid>
    <pubDate>Fri, 29 May 2026 19:16:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-46344</strong></p>
  <p>liboqs is a C-language cryptographic library that provides implementations of post-quantum cryptography algorithms. Prior to 0.16.0, an out-of-bounds read has been identified in the XMSS and XMSS^MT stateful signature verification code. When the verification function is called with a correctly-sized signature buffer for the declared algorithm but a public key whose OID bytes (pk[0..3]) reference…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46344">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-44518 – liboqs is a C-language cryptographic library that provides implementations of po...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44518</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44518</guid>
    <pubDate>Fri, 29 May 2026 19:16:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-44518</strong></p>
  <p>liboqs is a C-language cryptographic library that provides implementations of post-quantum cryptography algorithms. Prior to 0.16.0, an out-of-bounds read has been identified in the XMSS and XMSS^MT stateful signature verification code. When the verification function is called with a signature buffer shorter than the expected signature size for the given parameter set, the implementation does not…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44518">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-41278 – Nozomi Networks Labs identified a CWE-125: Out-of-bounds Read in Waterfall WF-50...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-41278</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-41278</guid>
    <pubDate>Fri, 29 May 2026 12:16:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-41278</strong></p>
  <p>Nozomi Networks Labs identified a CWE-125: Out-of-bounds Read in Waterfall WF-500 RX Host in version 7.10.0.0 R2601141040 that allows attackers with access to the TX Host to execute code on the RX Host.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-41278">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-9996 – Out of bounds read in WebRTC in Google Chrome on Mac prior to 148.0.7778.216 all...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9996</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9996</guid>
    <pubDate>Thu, 28 May 2026 23:16:57 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-9996</strong></p>
  <p>Out of bounds read in WebRTC in Google Chrome on Mac prior to 148.0.7778.216 allowed a remote attacker to obtain potentially sensitive information from process memory via a crafted HTML page. (Chromium security severity: High)</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9996">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-9975 – Out of bounds read and write in ANGLE in Google Chrome prior to 148.0.7778.216 a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9975</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9975</guid>
    <pubDate>Thu, 28 May 2026 23:16:55 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-9975</strong></p>
  <p>Out of bounds read and write in ANGLE in Google Chrome prior to 148.0.7778.216 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: High)</p>
  <p><strong>CVSS:</strong> 8.3 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9975">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-9953 – Out of bounds read in ANGLE in Google Chrome prior to 148.0.7778.216 allowed a r...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9953</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9953</guid>
    <pubDate>Thu, 28 May 2026 23:16:53 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-9953</strong></p>
  <p>Out of bounds read in ANGLE in Google Chrome prior to 148.0.7778.216 allowed a remote attacker to obtain potentially sensitive information from process memory via a crafted HTML page. (Chromium security severity: High)</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9953">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-9943 – Out of bounds read in WebGL in Google Chrome on Android prior to 148.0.7778.216 ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9943</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9943</guid>
    <pubDate>Thu, 28 May 2026 23:16:52 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-9943</strong></p>
  <p>Out of bounds read in WebGL in Google Chrome on Android prior to 148.0.7778.216 allowed a remote attacker to leak cross-origin data via a crafted HTML page. (Chromium security severity: High)</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9943">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-9928 – Out of bounds read in ANGLE in Google Chrome on Windows prior to 148.0.7778.216 ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9928</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9928</guid>
    <pubDate>Thu, 28 May 2026 23:16:50 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-9928</strong></p>
  <p>Out of bounds read in ANGLE in Google Chrome on Windows prior to 148.0.7778.216 allowed a remote attacker to execute arbitrary code via a crafted HTML page. (Chromium security severity: High)</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9928">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-9919 – Out of bounds read in WebGL in Google Chrome on Android prior to 148.0.7778.216 ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9919</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9919</guid>
    <pubDate>Thu, 28 May 2026 23:16:49 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-9919</strong></p>
  <p>Out of bounds read in WebGL in Google Chrome on Android prior to 148.0.7778.216 allowed a remote attacker to leak cross-origin data via a crafted HTML page. (Chromium security severity: High)</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9919">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-9908 – Out of bounds read in ANGLE in Google Chrome prior to 148.0.7778.216 allowed a r...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9908</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9908</guid>
    <pubDate>Thu, 28 May 2026 23:16:48 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-9908</strong></p>
  <p>Out of bounds read in ANGLE in Google Chrome prior to 148.0.7778.216 allowed a remote attacker to obtain potentially sensitive information from process memory via a crafted HTML page. (Chromium security severity: High)</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9908">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-9907 – Out of bounds read in Dawn in Google Chrome on Windows prior to 148.0.7778.216 a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9907</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9907</guid>
    <pubDate>Thu, 28 May 2026 23:16:48 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-9907</strong></p>
  <p>Out of bounds read in Dawn in Google Chrome on Windows prior to 148.0.7778.216 allowed a remote attacker to leak cross-origin data via a crafted HTML page. (Chromium security severity: High)</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9907">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-9895 – Out of bounds read in GPU in Google Chrome prior to 148.0.7778.216 allowed a rem...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9895</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9895</guid>
    <pubDate>Thu, 28 May 2026 23:16:47 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-9895</strong></p>
  <p>Out of bounds read in GPU in Google Chrome prior to 148.0.7778.216 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: High)</p>
  <p><strong>CVSS:</strong> 8.3 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9895">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-9889 – Out of bounds read and write in Dawn in Google Chrome on Android prior to 148.0...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9889</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9889</guid>
    <pubDate>Thu, 28 May 2026 23:16:46 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-9889</strong></p>
  <p>Out of bounds read and write in Dawn in Google Chrome on Android prior to 148.0.7778.216 allowed a remote attacker to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: Critical)</p>
  <p><strong>CVSS:</strong> 8.3 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9889">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-9875 – Out of bounds read in WebGL in Google Chrome on Android prior to 148.0.7778.216 ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9875</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9875</guid>
    <pubDate>Thu, 28 May 2026 23:16:45 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-9875</strong></p>
  <p>Out of bounds read in WebGL in Google Chrome on Android prior to 148.0.7778.216 allowed a remote attacker to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: Critical)</p>
  <p><strong>CVSS:</strong> 9.6 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9875">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-10017 – Out of bounds read in Headless in Google Chrome prior to 148.0.7778.216 allowed ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-10017</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-10017</guid>
    <pubDate>Thu, 28 May 2026 23:16:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-10017</strong></p>
  <p>Out of bounds read in Headless in Google Chrome prior to 148.0.7778.216 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: Medium)</p>
  <p><strong>CVSS:</strong> 8.3 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-10017">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-39929 – Lakeside SysTrack Agent versions prior to 11.2.1.28, 11.3.0.38, 11.4.0.24, 11.5...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-39929</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-39929</guid>
    <pubDate>Thu, 28 May 2026 22:16:58 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-39929</strong></p>
  <p>Lakeside SysTrack Agent versions prior to 11.2.1.28, 11.3.0.38, 11.4.0.24, 11.5.0.15 contain an out-of-bounds read vulnerability in the Command ID 30 UDP packet handler that allows remote attackers to crash the application by sending a specially crafted UDP packet. Attackers can send a malformed packet with an invalid memory address at offset 0x4 in the payload to trigger an access violation and…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-39929">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-47333 – Ubuntu Linux 6.8, 6.17 and 7.0 contain AppArmor SAUCE patches which can potentia...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-47333</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-47333</guid>
    <pubDate>Thu, 28 May 2026 19:16:42 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-47333</strong></p>
  <p>Ubuntu Linux 6.8, 6.17 and 7.0 contain AppArmor SAUCE patches which can potentially incorrectly compute the size of an internal buffer, leading to a heap memory out-of-bounds read in notification handling code. The bug can be triggered by an unprivileged local user and can result in invalid data being processed by the AppArmor DFA policy engine.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-47333">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-47332 – Ubuntu Linux 6.8, 6.17 and 7.0 contain AppArmor SAUCE patches which incorrectly ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-47332</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-47332</guid>
    <pubDate>Thu, 28 May 2026 19:16:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-47332</strong></p>
  <p>Ubuntu Linux 6.8, 6.17 and 7.0 contain AppArmor SAUCE patches which incorrectly validate the size of an internal structure, leading to an out-of-bounds read in notification handling code. The bug can be triggered by an unprivileged local user and can result in information disclosure from adjacent slab objects.</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-47332">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-46190 – In the Linux kernel, the following vulnerability has been resolved:

mtd: spi-no...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46190</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46190</guid>
    <pubDate>Thu, 28 May 2026 10:16:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-46190</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  mtd: spi-nor: debugfs: fix out-of-bounds read in spi_nor_params_show()  Sashiko noticed an out-of-bounds read [1].  In spi_nor_params_show(), the snor_f_names array is passed to spi_nor_print_flags() using sizeof(snor_f_names).  Since snor_f_names is an array of pointers, sizeof() returns the total number of bytes occupied by th…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46190">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-46185 – In the Linux kernel, the following vulnerability has been resolved:

smb/client:...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46185</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46185</guid>
    <pubDate>Thu, 28 May 2026 10:16:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-46185</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  smb/client: fix out-of-bounds read in symlink_data()  Since smb2_check_message() returns success without length validation for the symlink error response, in symlink_data() it is possible for iov->iov_len to be smaller than sizeof(struct smb2_err_rsp). If the buffer only contains the base SMB2 header (64 bytes), accessing err->E…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46185">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2026-46163 – In the Linux kernel, the following vulnerability has been resolved:

wifi: b43le...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46163</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46163</guid>
    <pubDate>Thu, 28 May 2026 10:16:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2026-46163</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  wifi: b43legacy: enforce bounds check on firmware key index in RX path  Same fix as b43: the firmware-controlled key index in b43legacy_rx() can exceed dev->max_nr_keys. The existing B43legacy_WARN_ON is non-enforcing in production builds, allowing an out-of-bounds read of dev->key[].  Make the check enforcing by dropping the fr…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46163">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-46155 – In the Linux kernel, the following vulnerability has been resolved:

smb/client:...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46155</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46155</guid>
    <pubDate>Thu, 28 May 2026 10:16:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-46155</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  smb/client: fix out-of-bounds read in smb2_compound_op()  If a server sends a truncated response but a large OutputBufferLength, and terminates the EA list early, check_wsl_eas() returns success without validating that the entire OutputBufferLength fits within iov_len.  Then smb2_compound_op() does:     memcpy(idata->wsl.eas, da…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46155">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2026-46140 – In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46140</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46140</guid>
    <pubDate>Thu, 28 May 2026 10:16:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2026-46140</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  Bluetooth: btmtk: validate WMT event SKB length before struct access  btmtk_usb_hci_wmt_sync() casts the WMT event response SKB data to struct btmtk_hci_wmt_evt (7 bytes) and struct btmtk_hci_wmt_evt_funcc (9 bytes) without first checking that the SKB contains enough data. A short firmware response causes out-of-bounds reads fro…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46140">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>[Unknown] CVE-2026-46122 – In the Linux kernel, the following vulnerability has been resolved:

wifi: b43: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46122</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46122</guid>
    <pubDate>Thu, 28 May 2026 10:16:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2026-46122</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  wifi: b43: enforce bounds check on firmware key index in b43_rx()  The firmware-controlled key index in b43_rx() can exceed the dev->key[] array size (58 entries). The existing B43_WARN_ON is non-enforcing in production builds, allowing an out-of-bounds read.  Make the B43_WARN_ON check enforcing by dropping the frame when the f…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46122">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-46119 – In the Linux kernel, the following vulnerability has been resolved:

libceph: Fi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46119</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46119</guid>
    <pubDate>Thu, 28 May 2026 10:16:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-46119</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  libceph: Fix slab-out-of-bounds access in auth message processing  If a (potentially corrupted) message of type CEPH_MSG_AUTH_REPLY contains a positive value in its result field, it is treated as an error code by ceph_handle_auth_reply() and returned to handle_auth_reply(). Thereafter, an attempt is made to send the preallocated…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46119">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-47104 – libusb before version 1.0.30 contains a one-byte out-of-bounds read vulnerabilit...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-47104</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-47104</guid>
    <pubDate>Wed, 27 May 2026 14:17:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-47104</strong></p>
  <p>libusb before version 1.0.30 contains a one-byte out-of-bounds read vulnerability in parse_iad_array() in descriptor.c that allows attackers to trigger a denial of service by supplying a malformed USB descriptor whose bLength equals size minus one, causing the bounds check to use the original buffer size instead of the remaining size. Attackers in virtualized environments with USB passthrough can…</p>
  <p><strong>CVSS:</strong> 4.0 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-47104">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2026-46094 – In the Linux kernel, the following vulnerability has been resolved:

ext4: fix b...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46094</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46094</guid>
    <pubDate>Wed, 27 May 2026 14:17:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2026-46094</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ext4: fix bounds check in check_xattrs() to prevent out-of-bounds access  The bounds check for the next xattr entry in check_xattrs() uses (void *)next >= end, which allows next to point within sizeof(u32) bytes of end. On the next loop iteration, IS_LAST_ENTRY() reads 4 bytes via *(__u32 *)(entry), which can overrun the valid x…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46094">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-46070 – In the Linux kernel, the following vulnerability has been resolved:

md/raid5: v...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46070</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46070</guid>
    <pubDate>Wed, 27 May 2026 14:17:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-46070</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  md/raid5: validate payload size before accessing journal metadata  r5c_recovery_analyze_meta_block() and r5l_recovery_verify_data_checksum_for_mb() iterate over payloads in a journal metadata block using on-disk payload size fields without validating them against the remaining space in the metadata block.  A corrupted journal co…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46070">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2026-46033 – In the Linux kernel, the following vulnerability has been resolved:

crypto: aut...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46033</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46033</guid>
    <pubDate>Wed, 27 May 2026 14:17:22 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2026-46033</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  crypto: authencesn - reject short ahash digests during instance creation  authencesn requires either a zero authsize or an authsize of at least 4 bytes because the ESN encrypt/decrypt paths always move 4 bytes of high-order sequence number data at the end of the authenticated data.  While crypto_authenc_esn_setauthsize() already…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46033">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2026-46023 – In the Linux kernel, the following vulnerability has been resolved:

dm mirror: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46023</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46023</guid>
    <pubDate>Wed, 27 May 2026 14:17:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2026-46023</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  dm mirror: fix integer overflow in create_dirty_log()  The argument count calculation in create_dirty_log() performs `*args_used = 2 + param_count` before validating against argc. When a user provides a param_count close to UINT_MAX via the device mapper table string, this unsigned addition wraps around to a small value, causing…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46023">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-45935 – In the Linux kernel, the following vulnerability has been resolved:

fs/ntfs3: F...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45935</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45935</guid>
    <pubDate>Wed, 27 May 2026 14:17:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-45935</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  fs/ntfs3: Fix slab-out-of-bounds read in DeleteIndexEntryRoot  In the 'DeleteIndexEntryRoot' case of the 'do_action' function, the entry size ('esize') is retrieved from the log record without adequate bounds checking.  Specifically, the code calculates the end of the entry ('e2') using:     e2 = Add2Ptr(e1, esize);  It then cal…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45935">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-45856 – In the Linux kernel, the following vulnerability has been resolved:

RDMA/uverbs...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45856</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45856</guid>
    <pubDate>Wed, 27 May 2026 14:16:57 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-45856</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  RDMA/uverbs: Validate wqe_size before using it in ib_uverbs_post_send  ib_uverbs_post_send() uses cmd.wqe_size from userspace without any validation before passing it to kmalloc() and using the allocated buffer as struct ib_uverbs_send_wr.  If a user provides a small wqe_size value (e.g., 1), kmalloc() will succeed, but subseque…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45856">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2025-71306 – In the Linux kernel, the following vulnerability has been resolved:

ima: Fix st...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-71306</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-71306</guid>
    <pubDate>Wed, 27 May 2026 14:16:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2025-71306</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ima: Fix stack-out-of-bounds in is_bprm_creds_for_exec()  KASAN reported a stack-out-of-bounds access in ima_appraise_measurement from is_bprm_creds_for_exec:  BUG: KASAN: stack-out-of-bounds in ima_appraise_measurement+0x12dc/0x16a0  Read of size 1 at addr ffffc9000160f940 by task sudo/550 The buggy address belongs to stack of…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-71306">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2026-45839 – In the Linux kernel, the following vulnerability has been resolved:

bpf: reject...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45839</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45839</guid>
    <pubDate>Wed, 27 May 2026 11:16:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2026-45839</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  bpf: reject negative CO-RE accessor indices in bpf_core_parse_spec()  CO-RE accessor strings are colon-separated indices that describe a path from a root BTF type to a target field, e.g. "0:1:2" walks through nested struct members. bpf_core_parse_spec() parses each component with sscanf("%d"), so negative values like -1 are sile…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45839">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-46280 – An out-of-bounds read was addressed with improved bounds checking. This issue is...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-46280</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-46280</guid>
    <pubDate>Tue, 26 May 2026 22:16:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-46280</strong></p>
  <p>An out-of-bounds read was addressed with improved bounds checking. This issue is fixed in macOS Tahoe 26. An app may be able to cause unexpected system termination.</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-46280">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-24196 – NVIDIA Display Driver for Linux contains a vulnerability where a user could caus...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-24196</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-24196</guid>
    <pubDate>Tue, 26 May 2026 18:16:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-24196</strong></p>
  <p>NVIDIA Display Driver for Linux contains a vulnerability where a user could cause an out-of-bounds read. A successful exploit of this vulnerability might lead to denial of service and information disclosure.</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-24196">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-48688 – FastNetMon Community Edition through 1.2.9 contains multiple out-of-bounds reads...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-48688</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-48688</guid>
    <pubDate>Tue, 26 May 2026 16:16:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-48688</strong></p>
  <p>FastNetMon Community Edition through 1.2.9 contains multiple out-of-bounds reads in the BGP MP_REACH_NLRI IPv6 attribute decoder. The function decode_mp_reach_ipv6() in src/bgp_protocol.cpp contains a TODO comment at line 156 explicitly acknowledging 'we should add sanity checks to avoid reads after attribute memory block.' The function casts raw pointers to structure types without verifying suff…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-48688">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-48684 – FastNetMon Community Edition through 1.2.9 contains an out-of-bounds read in the...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-48684</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-48684</guid>
    <pubDate>Tue, 26 May 2026 16:16:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-48684</strong></p>
  <p>FastNetMon Community Edition through 1.2.9 contains an out-of-bounds read in the NetFlow v9 options template parser. In process_netflow_v9_options_template() (src/netflow_plugin/netflow_v9_collector.cpp), the scope parsing loop (lines 224-229) iterates until scopes_offset reaches the attacker-controlled option_scope_length value, reading netflow9_template_flowset_record_t structures at each step.…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-48684">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-48683 – FastNetMon Community Edition through 1.2.9 contains an out-of-bounds read vulner...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-48683</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-48683</guid>
    <pubDate>Tue, 26 May 2026 16:16:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-48683</strong></p>
  <p>FastNetMon Community Edition through 1.2.9 contains an out-of-bounds read vulnerability in the NetFlow v9 data flowset processor. In src/netflow_plugin/netflow_v9_collector.cpp, the Data template branch (lines 1695-1702) iterates over flow records without performing a per-iteration bounds check against the packet end pointer. In contrast, the Options template branch (lines 1709-1719) correctly ch…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-48683">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2026-9530 – A weakness has been identified in GNU LibreDWG up to 0.14. The impacted element ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9530</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9530</guid>
    <pubDate>Tue, 26 May 2026 05:16:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2026-9530</strong></p>
  <p>A weakness has been identified in GNU LibreDWG up to 0.14. The impacted element is the function read_2004_compressed_section of the file src/decode.c of the component Dwgbmp Utility. Executing a manipulation can lead to out-of-bounds read. The attack requires local access. The exploit has been made available to the public and could be used for attacks. This patch is called 8f03865f37f5d4ffd616fef…</p>
  <p><strong>CVSS:</strong> 3.3 · <strong>CWE:</strong> CWE-119</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9530">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2026-9504 – A weakness has been identified in GNU LibreDWG up to 0.14. Affected is the funct...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9504</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9504</guid>
    <pubDate>Mon, 25 May 2026 22:16:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2026-9504</strong></p>
  <p>A weakness has been identified in GNU LibreDWG up to 0.14. Affected is the function bit_convert_TU of the file programs/dwggrep.c of the component Dwggrep Utility. This manipulation causes out-of-bounds read. The attack needs to be launched locally. The exploit has been made available to the public and could be used for attacks. Patch name: be996bf2178a40e98720f18c2414815d244413db. Applying a pat…</p>
  <p><strong>CVSS:</strong> 3.3 · <strong>CWE:</strong> CWE-119</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9504">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-41071 – libheif is a HEIF and AVIF file format decoder and encoder. In versions 1.21.2 a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41071</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41071</guid>
    <pubDate>Fri, 22 May 2026 22:16:55 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-41071</strong></p>
  <p>libheif is a HEIF and AVIF file format decoder and encoder. In versions 1.21.2 and prior, a crafted HEIF sequence file where the saiz box declares more samples than actually exist in the track's chunk table causes a heap-buffer-overflow (out-of-bounds read) in the SampleAuxInfoReader constructor. The SampleAuxInfoReader constructor iterates over saiz->get_num_samples() samples but doesn't validat…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41071">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-41069 – libheif is a HEIF and AVIF file format decoder and encoder. In versions 1.21.2 a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41069</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41069</guid>
    <pubDate>Fri, 22 May 2026 21:16:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-41069</strong></p>
  <p>libheif is a HEIF and AVIF file format decoder and encoder. In versions 1.21.2 and prior, a malformed HEIF sequence file can trigger an out-of-bounds read in core sequence parsing logic, causing DoS. A malformed file can have stco.entry_count == 0 (creating no chunks) while still passing validation because saio.entry_count == 0 matches, but with saiz.sample_count > 0 the SampleAuxInfoReader const…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41069">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>[High] CVE-2026-44066 – Multiple heap out-of-bounds reads in the Spotlight RPC unmarshalling code in Net...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44066</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44066</guid>
    <pubDate>Thu, 21 May 2026 08:16:22 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-44066</strong></p>
  <p>Multiple heap out-of-bounds reads in the Spotlight RPC unmarshalling code in Netatalk 3.1.0 through 4.4.2 allow a remote authenticated attacker to obtain sensitive information or cause a minor service disruption.</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44066">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-44064 – An out-of-bounds read in ASP session ID handling in Netatalk 1.3 through 4.4.2 a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44064</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44064</guid>
    <pubDate>Thu, 21 May 2026 08:16:22 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-44064</strong></p>
  <p>An out-of-bounds read in ASP session ID handling in Netatalk 1.3 through 4.4.2 allows an adjacent network attacker to obtain limited information or cause a denial of service via a crafted ASP request.</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44064">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-9122 – Out of bounds read in GPU in Google Chrome on Mac prior to 148.0.7778.179 allowe...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9122</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9122</guid>
    <pubDate>Wed, 20 May 2026 20:16:44 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-9122</strong></p>
  <p>Out of bounds read in GPU in Google Chrome on Mac prior to 148.0.7778.179 allowed a remote attacker to obtain potentially sensitive information from process memory via a crafted HTML page. (Chromium security severity: Medium)</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9122">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-9121 – Out of bounds read in GPU in Google Chrome on prior to 148.0.7778.179 allowed a ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9121</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9121</guid>
    <pubDate>Wed, 20 May 2026 20:16:44 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-9121</strong></p>
  <p>Out of bounds read in GPU in Google Chrome on prior to 148.0.7778.179 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: Medium)</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9121">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-9113 – Out of bounds read in GPU in Google Chrome on Mac prior to 148.0.7778.179 allowe...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9113</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9113</guid>
    <pubDate>Wed, 20 May 2026 20:16:42 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-9113</strong></p>
  <p>Out of bounds read in GPU in Google Chrome on Mac prior to 148.0.7778.179 allowed a remote attacker to perform an out of bounds memory read via a crafted HTML page. (Chromium security severity: High)</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9113">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-9100 – The MongoDB C Driver's legacy GridFS API accepts malformed file metadata from th...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9100</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9100</guid>
    <pubDate>Wed, 20 May 2026 17:16:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-9100</strong></p>
  <p>The MongoDB C Driver's legacy GridFS API accepts malformed file metadata from the database without adequate validation. Crafted documents in a GridFS collection may cause any application that reads those files via the legacy API to either crash (via a division-by-zero) or silently leak process memory contents (via an out-of-bounds read).</p>
  <p><strong>CVSS:</strong> 5.9 · <strong>CWE:</strong> CWE-1285</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9100">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-24213 – NVIDIA Triton Inference Server contains a vulnerability in the DALI backend wher...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-24213</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-24213</guid>
    <pubDate>Wed, 20 May 2026 04:16:46 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-24213</strong></p>
  <p>NVIDIA Triton Inference Server contains a vulnerability in the DALI backend where an attacker could cause an out-of-bounds read. A successful exploit of this vulnerability might lead to code execution, data tampering, denial of service, or information disclosure.</p>
  <p><strong>CVSS:</strong> 8.0 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-24213">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-36343 – Improper input validation in the System Management Mode (SMM) communications buf...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-36343</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-36343</guid>
    <pubDate>Tue, 19 May 2026 22:16:35 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-36343</strong></p>
  <p>Improper input validation in the System Management Mode (SMM) communications buffer could allow a privileged attacker to perform an out of bounds read or write to a limited section of the Top of Memory Segment (TSEG) memory region, potentially resulting in loss of confidentiality or integrity.</p>
  <p><strong>CVSS:</strong> 4.6 · <strong>CWE:</strong> CWE-124</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-36343">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-38719 – OpENer v2.3-558-g1e99582 contains an out-of-bounds read vulnerability in the Com...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-38719</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-38719</guid>
    <pubDate>Mon, 18 May 2026 17:16:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-38719</strong></p>
  <p>OpENer v2.3-558-g1e99582 contains an out-of-bounds read vulnerability in the Common Packet Format (CPF) parser, specifically in CreateCommonPacketFormatStructure() in source/src/enet_encap/cpf.c. A crafted ENIP/CPF message can supply an attacker-controlled item_count value that is not consistently validated against the remaining data_length of the CPF slice</p>
  <p><strong>CVSS:</strong> 6.2 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-38719">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2024-21950 – An out of bounds read in the remote management firmware could allow a privileged...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-21950</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-21950</guid>
    <pubDate>Fri, 15 May 2026 05:16:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2024-21950</strong></p>
  <p>An out of bounds read in the remote management firmware could allow a privileged attacker read a limited section of memory outside of established bounds potentially resulting in loss of confidentiality or availability.</p>
  <p><strong>CVSS:</strong> 1.8 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-21950">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-66664 – Insufficient parameter sanitization in AMD Secure Processor (ASP) TEE SOC Driver...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-66664</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-66664</guid>
    <pubDate>Fri, 15 May 2026 03:16:22 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-66664</strong></p>
  <p>Insufficient parameter sanitization in AMD Secure Processor (ASP) TEE SOC Driver could allow an attacker to issue a malformed DRV_SOC_CMD_ID_LOAD_GFX_IP_FW SR-IOV command to cause out-of-bounds read, potentially resulting in SOC Driver memory contents exposure or an exception</p>
  <p><strong>CVSS:</strong> 4.6 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-66664">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-29937 – An out of bounds read within the AMD Platform Management Framework (PMF) could a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-29937</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-29937</guid>
    <pubDate>Fri, 15 May 2026 03:16:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-29937</strong></p>
  <p>An out of bounds read within the AMD Platform Management Framework (PMF) could allow an attacker to trigger a read of an arbitrary memory location potentially resulting in loss of availability or confidentiality.</p>
  <p><strong>CVSS:</strong> 5.8 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-29937">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-0044 – An out-of-bounds read in power management firmware by a malicious local attacker...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-0044</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-0044</guid>
    <pubDate>Fri, 15 May 2026 03:16:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-0044</strong></p>
  <p>An out-of-bounds read in power management firmware by a malicious local attacker with low privileges could potentially lead to a partial loss of confidentiality and availability.</p>
  <p><strong>CVSS:</strong> 4.8 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-0044">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-36345 – Improper input validation in the AMD OverDrive (AOD) System Management Mode (SMM...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-36345</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-36345</guid>
    <pubDate>Fri, 15 May 2026 02:16:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-36345</strong></p>
  <p>Improper input validation in the AMD OverDrive (AOD) System Management Mode (SMM) module could allow a privileged attacker to perform an out-of-bounds read, potentially resulting in loss of confidentiality.</p>
  <p><strong>CVSS:</strong> 4.6 · <strong>CWE:</strong> CWE-1274</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-36345">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2026-8578 – Out of bounds read in GPU in Google Chrome on Linux prior to 148.0.7778.168 allo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8578</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8578</guid>
    <pubDate>Thu, 14 May 2026 20:17:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2026-8578</strong></p>
  <p>Out of bounds read in GPU in Google Chrome on Linux prior to 148.0.7778.168 allowed a remote attacker who had compromised the renderer process to leak cross-origin data via a crafted HTML page. (Chromium security severity: Medium)</p>
  <p><strong>CVSS:</strong> 3.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8578">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-8546 – Out of bounds read in GPU in Google Chrome on Mac and Windows prior to 148.0.777...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8546</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8546</guid>
    <pubDate>Thu, 14 May 2026 20:17:15 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-8546</strong></p>
  <p>Out of bounds read in GPU in Google Chrome on Mac and Windows prior to 148.0.7778.168 allowed a remote attacker who had compromised the renderer process to obtain potentially sensitive information from process memory via a crafted HTML page. (Chromium security severity: High)</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8546">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-8543 – Out of bounds read in FileSystem in Google Chrome on Mac prior to 148.0.7778.168...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8543</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8543</guid>
    <pubDate>Thu, 14 May 2026 20:17:15 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-8543</strong></p>
  <p>Out of bounds read in FileSystem in Google Chrome on Mac prior to 148.0.7778.168 allowed a remote attacker who convinced a user to engage in specific UI gestures to obtain potentially sensitive information from process memory via a crafted HTML page. (Chromium security severity: High)</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8543">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-8541 – Out of bounds read in UI in Google Chrome prior to 148.0.7778.168 allowed a remo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8541</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8541</guid>
    <pubDate>Thu, 14 May 2026 20:17:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-8541</strong></p>
  <p>Out of bounds read in UI in Google Chrome prior to 148.0.7778.168 allowed a remote attacker who had compromised the renderer process to obtain potentially sensitive information from process memory via a crafted HTML page. (Chromium security severity: High)</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8541">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-8535 – Out of bounds read in Media in Google Chrome on Linux and ChromeOS prior to 148...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8535</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8535</guid>
    <pubDate>Thu, 14 May 2026 20:17:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-8535</strong></p>
  <p>Out of bounds read in Media in Google Chrome on Linux and ChromeOS prior to 148.0.7778.168 allowed a remote attacker who had compromised the renderer process to obtain potentially sensitive information from process memory via a crafted JPEG file. (Chromium security severity: High)</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8535">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>[Medium] CVE-2026-8463 – Crypt::Argon2 versions from 0.017 before 0.031 for Perl perform a heap out-of-bo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8463</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8463</guid>
    <pubDate>Wed, 13 May 2026 14:18:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-8463</strong></p>
  <p>Crypt::Argon2 versions from 0.017 before 0.031 for Perl perform a heap out-of-bounds read in argon2_verify on empty encoded input.  The auto-detect form of argon2_verify passes encoded_len - 1 as the length argument to memchr without checking that encoded_len is non-zero. When the encoded string is empty, the size_t subtraction underflows to SIZE_MAX and memchr scans adjacent heap memory looking…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-126</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8463">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-8449 – Linux ksmbd contains a remote memory corruption vulnerability in the ACL inherit...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8449</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8449</guid>
    <pubDate>Tue, 12 May 2026 22:16:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-8449</strong></p>
  <p>Linux ksmbd contains a remote memory corruption vulnerability in the ACL inheritance path that allows remote clients with directory creation permissions to trigger a heap out-of-bounds read and subsequent heap corruption by setting a crafted DACL with a malformed SID containing an inflated num_subauth field. Attackers can exploit this vulnerability by creating a directory, setting the malicious D…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8449">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-65088 – An Out-of-Bounds Read vulnerability is present in Ashlar-Vellum Cobalt, Xenon, A...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-65088</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-65088</guid>
    <pubDate>Tue, 12 May 2026 21:16:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-65088</strong></p>
  <p>An Out-of-Bounds Read vulnerability is present in Ashlar-Vellum Cobalt, Xenon, Argon, Lithium, and Cobalt Share versions 12.6.1204.216 and prior that could allow an attacker to disclose information or execute arbitrary code when a specially crafted VC6 file is being parsed.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-65088">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-65087 – An Out-of-Bounds Read vulnerability is present in Ashlar-Vellum Cobalt, Xenon, A...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-65087</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-65087</guid>
    <pubDate>Tue, 12 May 2026 21:16:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-65087</strong></p>
  <p>An Out-of-Bounds Read vulnerability is present in Ashlar-Vellum Cobalt, Xenon, Argon, Lithium, and Cobalt Share versions 12.6.1204.216 and prior that could allow an attacker to disclose information or execute arbitrary code when a specially crafted VC6 file is being parsed.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-65087">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-42446 – NanaZip is an open source file archive. From 5.0.1252.0 to before 6.0.1698.0, a ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42446</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42446</guid>
    <pubDate>Tue, 12 May 2026 20:16:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-42446</strong></p>
  <p>NanaZip is an open source file archive. From 5.0.1252.0 to before 6.0.1698.0, a stack-based out-of-bounds read exists in the ZealFS filesystem image parser in NanaZip. The vulnerability is triggered when opening a crafted ZealFS v1 filesystem image. An attacker-controlled BitmapSize field in the file header drives an unbounded loop that reads past the end of a stack-allocated ZEALFS_V1_HEADER str…</p>
  <p><strong>CVSS:</strong> 4.4 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42446">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-40360 – Out-of-bounds read in Microsoft Office Excel allows an unauthorized attacker to ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40360</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40360</guid>
    <pubDate>Tue, 12 May 2026 18:17:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-40360</strong></p>
  <p>Out-of-bounds read in Microsoft Office Excel allows an unauthorized attacker to disclose information locally.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40360">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-35423 – Out-of-bounds read in Telnet Client allows an unauthorized attacker to disclose ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-35423</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-35423</guid>
    <pubDate>Tue, 12 May 2026 18:17:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-35423</strong></p>
  <p>Out-of-bounds read in Telnet Client allows an unauthorized attacker to disclose information over a network.</p>
  <p><strong>CVSS:</strong> 5.4 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-35423">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-35419 – Out-of-bounds read in Windows DWM Core Library allows an authorized attacker to ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-35419</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-35419</guid>
    <pubDate>Tue, 12 May 2026 18:17:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-35419</strong></p>
  <p>Out-of-bounds read in Windows DWM Core Library allows an authorized attacker to disclose information locally.</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-35419">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-34663 – Illustrator versions 29.8.6, 30.3 and earlier are affected by an out-of-bounds r...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34663</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34663</guid>
    <pubDate>Tue, 12 May 2026 18:17:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-34663</strong></p>
  <p>Illustrator versions 29.8.6, 30.3 and earlier are affected by an out-of-bounds read vulnerability that could lead to disclosure of sensitive memory. An attacker could leverage this vulnerability to disclose sensitive information. Exploitation of this issue requires user interaction in that a victim must open a malicious file.</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34663">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-5089 – YAML::Syck versions before 1.38 for Perl  has an out-of-bounds read.

The base60...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-5089</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-5089</guid>
    <pubDate>Tue, 12 May 2026 17:16:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-5089</strong></p>
  <p>YAML::Syck versions before 1.38 for Perl  has an out-of-bounds read.  The base60 (sexagesimal) parsing code in perl_syck.h has a buffer underflow bug in both int#base60 and float#base60 handlers. When processing the leftmost segment of a colon-separated value (e.g., the 1 in 1:30:45), the inner while loop can decrement a pointer past the start of the string buffer:      while ( colon >= ptr && *c…</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-124</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-5089">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-20751 – Out-of-bounds read for the Intel(R) Data Center Graphics Driver for VMware ESXi ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-20751</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-20751</guid>
    <pubDate>Tue, 12 May 2026 17:16:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-20751</strong></p>
  <p>Out-of-bounds read for the Intel(R) Data Center Graphics Driver for VMware ESXi software before version 2.0.2 within Ring 1: Device Drivers may allow a denial of service. System software adversary with a privileged user combined with a low complexity attack may enable data exposure. This result may potentially occur via local access when attack requirements are not present without special interna…</p>
  <p><strong>CVSS:</strong> 8.3 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-20751">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-34963 – barebox version prior to 2026.04.0 contains multiple memory-safety vulnerabiliti...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34963</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34963</guid>
    <pubDate>Mon, 11 May 2026 23:19:47 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-34963</strong></p>
  <p>barebox version prior to 2026.04.0 contains multiple memory-safety vulnerabilities in the EFI PE loader in efi/loader/pe.c where integer overflow in virtual image size computation using 32-bit arithmetic on section VirtualAddress and size values allows undersized heap allocation, and PE section loading logic fails to validate that PointerToRawData plus copied size remains within the PE file buffe…</p>
  <p><strong>CVSS:</strong> 8.4 · <strong>CWE:</strong> CWE-190</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34963">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-34961 – barebox prior to version 2026.04.0 contains out-of-bounds read vulnerabilities i...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34961</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34961</guid>
    <pubDate>Mon, 11 May 2026 22:22:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-34961</strong></p>
  <p>barebox prior to version 2026.04.0 contains out-of-bounds read vulnerabilities in ext4 extent parsing due to missing validation of the eh_entries field against buffer capacity in fs/ext4/ext4_common.c. Attackers can supply a malicious ext4 filesystem image via USB, SD card, or network boot to trigger heap out-of-bounds reads during boot-time filesystem parsing, potentially redirecting reads to ar…</p>
  <p><strong>CVSS:</strong> 6.2 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34961">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-34960 – barebox prior to version 2026.04.0 contains an out-of-bounds read vulnerability ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34960</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34960</guid>
    <pubDate>Mon, 11 May 2026 22:22:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-34960</strong></p>
  <p>barebox prior to version 2026.04.0 contains an out-of-bounds read vulnerability in DHCP option parsing within the dhcp_message_type() function that fails to verify the options pointer remains within received packet bounds. An attacker on the same broadcast domain can send a crafted DHCP Offer or ACK packet without a proper 0xff end marker to cause the parser to read past valid packet data and pot…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34960">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43655 – An out-of-bounds read was addressed with improved bounds checking. This issue is...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43655</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43655</guid>
    <pubDate>Mon, 11 May 2026 21:19:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43655</strong></p>
  <p>An out-of-bounds read was addressed with improved bounds checking. This issue is fixed in iOS 26.5 and iPadOS 26.5, macOS Tahoe 26.5, tvOS 26.5, watchOS 26.5. An app may be able to cause unexpected system termination or read kernel memory.</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43655">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-28991 – An out-of-bounds read was addressed with improved bounds checking. This issue is...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-28991</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-28991</guid>
    <pubDate>Mon, 11 May 2026 21:18:59 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-28991</strong></p>
  <p>An out-of-bounds read was addressed with improved bounds checking. This issue is fixed in iOS 26.5 and iPadOS 26.5, macOS Tahoe 26.5, tvOS 26.5, visionOS 26.5, watchOS 26.5. An app may be able to cause a denial-of-service.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-28991">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-28918 – An out-of-bounds access issue was addressed with improved bounds checking. This ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-28918</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-28918</guid>
    <pubDate>Mon, 11 May 2026 21:18:54 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-28918</strong></p>
  <p>An out-of-bounds access issue was addressed with improved bounds checking. This issue is fixed in iOS 26.5 and iPadOS 26.5, macOS Tahoe 26.5, tvOS 26.5, visionOS 26.5, watchOS 26.5. Parsing a maliciously crafted file may lead to an unexpected app termination.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-28918">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-5172 – A buffer overflow in dnsmasq’s extract_addresses() function allows an attacker t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-5172</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-5172</guid>
    <pubDate>Mon, 11 May 2026 18:16:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-5172</strong></p>
  <p>A buffer overflow in dnsmasq’s extract_addresses() function allows an attacker to trigger a heap out-of-bounds read and crash by exploiting a malformed DNS response, enabling extract_name() to advance the pointer past the record’s end.</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-5172">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-4891 – A heap-based out-of-bounds read vulnerability in the DNSSEC validation of dnsmas...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-4891</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-4891</guid>
    <pubDate>Mon, 11 May 2026 18:16:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-4891</strong></p>
  <p>A heap-based out-of-bounds read vulnerability in the DNSSEC validation of dnsmasq allows remote attackers to cause a denial of service via a crafted DNS packet.</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-4891">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-6104 – In PHP versions 8.4.* before 8.4.21 and 8.5.* before 8.5.6, when an encoding nam...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-6104</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-6104</guid>
    <pubDate>Sun, 10 May 2026 06:16:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-6104</strong></p>
  <p>In PHP versions 8.4.* before 8.4.21 and 8.5.* before 8.5.6, when an encoding name containing an embedded NUL byte is passed to mb_convert_encoding() or related mbstring functions, the code incorrectly assumes that when strncasecmp() returns 0 it means the strings have the same length. This can lead to out-of-bounds read of global memory, potentially causing a crash or information disclosure or cr…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-6104">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-7568 – In PHP versions 8.2.* before 8.2.31, 8.3.* before 8.3.31, 8.4.* before 8.4.21, a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-7568</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-7568</guid>
    <pubDate>Sun, 10 May 2026 05:16:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-7568</strong></p>
  <p>In PHP versions 8.2.* before 8.2.31, 8.3.* before 8.3.31, 8.4.* before 8.4.21, and 8.5.* before 8.5.6, the metaphone() function in ext/standard/metaphone.c uses a signed int variable to track the current position within the input string. If a string longer than 2,147,483,647 bytes is passed, a signed integer overflow occurs, resulting in undefined behavior. This can lead to an out-of-bounds read,…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-7568">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-8186 – A vulnerability was detected in Open5GS up to 2.7.7. This affects the function o...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8186</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8186</guid>
    <pubDate>Sat, 09 May 2026 12:16:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-8186</strong></p>
  <p>A vulnerability was detected in Open5GS up to 2.7.7. This affects the function ogs_sbi_client_send_via_scp_or_sepp in the library lib/sbi/client.c of the component NF. Performing a manipulation results in out-of-bounds read. The attack is possible to be carried out remotely. The patch is named d5bc487fcf9ea87d2b03f2ef95123af344773bfb. It is suggested to install a patch to address this issue.</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-119</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8186">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43453 – In the Linux kernel, the following vulnerability has been resolved:

netfilter: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43453</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43453</guid>
    <pubDate>Fri, 08 May 2026 15:16:58 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43453</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  netfilter: nft_set_pipapo: fix stack out-of-bounds read in pipapo_drop()  pipapo_drop() passes rulemap[i + 1].n to pipapo_unmap() as the to_offset argument on every iteration, including the last one where i == m->field_count - 1. This reads one element past the end of the stack-allocated rulemap array (declared as rulemap[NFT_PI…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43453">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>[Critical] CVE-2026-43407 – In the Linux kernel, the following vulnerability has been resolved:

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

libceph: pr...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43406</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43406</guid>
    <pubDate>Fri, 08 May 2026 15:16:52 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-43406</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  libceph: prevent potential out-of-bounds reads in process_message_header()  If the message frame is (maliciously) corrupted in a way that the length of the control segment ends up being less than the size of the message header or a different frame is made to look like a message frame, out-of-bounds reads may ensue in process_mes…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43406">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
