<?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 Write (High+Critical)</title>
  <link>https://cvedaily.com/pages/tags/oob-write.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/oob-write-severe.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Out-of-Bounds Write (High+Critical)</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:33 +0000</lastBuildDate>
  <item>
    <title>[High] CVE-2021-4478 – Dräger CC-Vision Basic before 7.5.3 and Dräger CC-Vision E-Cal before 7.2.5.0 co...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-4478</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-4478</guid>
    <pubDate>Tue, 02 Jun 2026 20:16:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-4478</strong></p>
  <p>Dräger CC-Vision Basic before 7.5.3 and Dräger CC-Vision E-Cal before 7.2.5.0 contain an out-of-bounds write vulnerability when loading .gdt files. A crafted .gdt file can trigger a buffer overflow during file parsing, allowing an attacker to crash the application or execute malicious code on the underlying system.</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-4478">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-10047 – The Bitdefender Napoca bare-metal hypervisor contains an out-of-bounds write vul...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-10047</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-10047</guid>
    <pubDate>Tue, 02 Jun 2026 16:16:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-10047</strong></p>
  <p>The Bitdefender Napoca bare-metal hypervisor contains an out-of-bounds write vulnerability in the real-mode hook handler, implemented in napoca/kernel/handler.c. The handler uses a guest-controlled SS:SP-derived offset as an index into the 1MB RealModeMemory buffer without bounds validation. With SS=0xFFFF and ESP=0xFFFF, the computed offset can reach 0x10FFEF, exceeding the RealModeMemory buffer…</p>
  <p><strong>CVSS:</strong> 8.5 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-10047">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-10046 – Bitdefender Napoca bare-metal hypervisor contains an out-of-bounds write vulnera...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-10046</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-10046</guid>
    <pubDate>Tue, 02 Jun 2026 16:16:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-10046</strong></p>
  <p>Bitdefender Napoca bare-metal hypervisor contains an out-of-bounds write vulnerability in the BIOS INT 0x15 / E820 memory map handler, implemented in napoca/guests/bios_handlers.c. The handler computes a destination offset into the guest RealModeMemory buffer from guest-controlled ES and EDI register values without validating that the resulting address remains within the 1MB RealModeMemory alloca…</p>
  <p><strong>CVSS:</strong> 8.5 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-10046">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-0100 – In Load of LoadedArsc.cpp, there is a possible out of bounds write due to a heap...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-0100</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-0100</guid>
    <pubDate>Mon, 01 Jun 2026 22:16:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-0100</strong></p>
  <p>In Load of LoadedArsc.cpp, there is a possible out of bounds write due to a heap buffer overflow. 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-122</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-0100">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-10118 – A flaw was found in Poppler's Splash backend. A remote attacker could exploit th...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-10118</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-10118</guid>
    <pubDate>Mon, 01 Jun 2026 17:16:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-10118</strong></p>
  <p>A flaw was found in Poppler's Splash backend. A remote attacker could exploit this vulnerability by crafting a malicious PDF file that, when rendered, triggers an integer overflow in the `tilingPatternFill` function. This overflow leads to an undersized heap memory allocation, allowing a subsequent out-of-bounds write. Successful exploitation could result in arbitrary code execution, information…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-190</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-10118">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-20455 – In geniezone, there is a possible out of bounds write due to a missing bounds ch...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-20455</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-20455</guid>
    <pubDate>Mon, 01 Jun 2026 04:16:22 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-20455</strong></p>
  <p>In geniezone, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege if a malicious actor has already obtained the System privilege. User interaction is not needed for exploitation. Patch ID: ALPS10873936; Issue ID: MSV-6784.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-20455">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-9974 – Out of bounds write in GPU in Google Chrome prior to 148.0.7778.216 allowed a re...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9974</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9974</guid>
    <pubDate>Thu, 28 May 2026 23:16:55 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-9974</strong></p>
  <p>Out of bounds write 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-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9974">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-9973 – Out of bounds write in V8 in Google Chrome prior to 148.0.7778.216 allowed a rem...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9973</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9973</guid>
    <pubDate>Thu, 28 May 2026 23:16:55 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-9973</strong></p>
  <p>Out of bounds write in V8 in Google Chrome prior to 148.0.7778.216 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9973">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-9967 – Out of bounds write in GPU in Google Chrome prior to 148.0.7778.216 allowed a re...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9967</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9967</guid>
    <pubDate>Thu, 28 May 2026 23:16:54 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-9967</strong></p>
  <p>Out of bounds write in GPU in Google Chrome prior to 148.0.7778.216 allowed a remote attacker to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: High)</p>
  <p><strong>CVSS:</strong> 9.6 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9967">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-9965 – Out of bounds write in ANGLE in Google Chrome prior to 148.0.7778.216 allowed a ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9965</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9965</guid>
    <pubDate>Thu, 28 May 2026 23:16:54 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-9965</strong></p>
  <p>Out of bounds write in ANGLE in Google Chrome prior to 148.0.7778.216 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: High)</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9965">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-9916 – Out of bounds write in ANGLE in Google Chrome prior to 148.0.7778.216 allowed a ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9916</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9916</guid>
    <pubDate>Thu, 28 May 2026 23:16:49 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-9916</strong></p>
  <p>Out of bounds 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-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9916">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-9906 – Out of bounds write in GPU in Google Chrome prior to 148.0.7778.216 allowed a re...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9906</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9906</guid>
    <pubDate>Thu, 28 May 2026 23:16:48 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-9906</strong></p>
  <p>Out of bounds write 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-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9906">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-9900 – Out of bounds write in ANGLE in Google Chrome prior to 148.0.7778.216 allowed a ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9900</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9900</guid>
    <pubDate>Thu, 28 May 2026 23:16:48 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-9900</strong></p>
  <p>Out of bounds 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-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9900">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-9896 – Out of bounds write in V8 in Google Chrome prior to 148.0.7778.216 allowed a rem...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9896</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9896</guid>
    <pubDate>Thu, 28 May 2026 23:16:47 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-9896</strong></p>
  <p>Out of bounds write in V8 in Google Chrome prior to 148.0.7778.216 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9896">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-9879 – Out of bounds write in ANGLE in Google Chrome prior to 148.0.7778.216 allowed a ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9879</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9879</guid>
    <pubDate>Thu, 28 May 2026 23:16:45 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-9879</strong></p>
  <p>Out of bounds write in ANGLE in Google Chrome prior to 148.0.7778.216 allowed a remote attacker to execute arbitrary code via a crafted HTML page. (Chromium security severity: Critical)</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9879">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-9872 – Out of bounds write in GPU in Google Chrome on Android prior to 148.0.7778.216 a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9872</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9872</guid>
    <pubDate>Thu, 28 May 2026 23:16:45 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-9872</strong></p>
  <p>Out of bounds write in GPU 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-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9872">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-8915 – Out-of-bounds write vulnerability in Samsung Open Source Escargot allows Overflo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8915</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8915</guid>
    <pubDate>Thu, 28 May 2026 00:16:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-8915</strong></p>
  <p>Out-of-bounds write vulnerability in Samsung Open Source Escargot allows Overflow Buffers.  This issue affects Escargot: 36f5fb58366a67b713c02f6fd985e924fcc09e31.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8915">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-45991 – In the Linux kernel, the following vulnerability has been resolved:

udf: fix pa...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45991</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45991</guid>
    <pubDate>Wed, 27 May 2026 14:17:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-45991</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  udf: fix partition descriptor append bookkeeping  Mounting a crafted UDF image with repeated partition descriptors can trigger a heap out-of-bounds write in part_descs_loc[].  handle_partition_descriptor() deduplicates entries by partition number, but appended slots never record partnum. As a result duplicate Partition Descripto…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45991">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-7451 – A maliciously crafted TIF file, when parsed through Autodesk 3ds Max, can force ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-7451</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-7451</guid>
    <pubDate>Tue, 26 May 2026 18:16:55 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-7451</strong></p>
  <p>A maliciously crafted TIF file, when parsed through Autodesk 3ds Max, can force an Out-of-Bounds Write vulnerability. A malicious actor may leverage this vulnerability to cause a crash, cause data corruption, or execute arbitrary code in the context of the current process.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-7451">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-24193 – NVIDIA Display Driver for Windows and Linux contains a vulnerability where an at...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-24193</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-24193</guid>
    <pubDate>Tue, 26 May 2026 18:16:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-24193</strong></p>
  <p>NVIDIA Display Driver for Windows and Linux contains a vulnerability where an attacker could cause an out-of-bounds write. A successful exploit of this vulnerability might lead to denial of service, escalation of privileges, information disclosure, data tampering, and code execution.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-24193">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-40033 – FreeRDP before 3.26.0 contains a heap-buffer-overflow vulnerability in gdi_Cache...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40033</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40033</guid>
    <pubDate>Tue, 26 May 2026 15:16:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-40033</strong></p>
  <p>FreeRDP before 3.26.0 contains a heap-buffer-overflow vulnerability in gdi_CacheToSurface that allows remote attackers to write out-of-bounds heap memory. The vulnerability occurs because rectangle validation clamps coordinates to UINT16_MAX but performs copy operations using unclamped cache entry dimensions, enabling malicious RDP servers to trigger large out-of-bounds writes and potentially ach…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-122</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40033">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-8047 – The affected products perform improper length checking when parsing incoming HTT...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8047</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8047</guid>
    <pubDate>Tue, 26 May 2026 08:16:22 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-8047</strong></p>
  <p>The affected products perform improper length checking when parsing incoming HTTP requests, resulting in a size-limited out-of-bounds write. An unauthenticated remote attacker can exploit this flaw to cause a denial of service via a system crash on the affected device.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1284</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8047">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-44049 – An out-of-bounds write due to improper null termination in convert_charset() in ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44049</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44049</guid>
    <pubDate>Thu, 21 May 2026 08:16:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-44049</strong></p>
  <p>An out-of-bounds write due to improper null termination in convert_charset() in Netatalk 2.0.4 through 4.4.2 allows a remote authenticated attacker to execute arbitrary code or cause a denial of service via crafted character data.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44049">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-24188 – NVIDIA TensorRT contains a vulnerability where an attacker could cause an out-of...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-24188</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-24188</guid>
    <pubDate>Wed, 20 May 2026 20:16:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-24188</strong></p>
  <p>NVIDIA TensorRT contains a vulnerability where an attacker could cause an out-of-bounds write. A successful exploit of this vulnerability might lead to data tampering.</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-24188">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-47314 – Out-of-bounds write vulnerability in Samsung Open Source Escargot allows Overflo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-47314</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-47314</guid>
    <pubDate>Tue, 19 May 2026 08:16:15 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-47314</strong></p>
  <p>Out-of-bounds write vulnerability in Samsung Open Source Escargot allows Overflow Buffers.  This issue affects Escargot: 590345cc6258317c5da850d846ce6baaf2afc2d3.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-47314">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-8507 – Crypt::OpenSSL::PKCS12 versions through 1.94 for Perl have out-of-bounds (OOB) w...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8507</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8507</guid>
    <pubDate>Sun, 17 May 2026 19:16:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-8507</strong></p>
  <p>Crypt::OpenSSL::PKCS12 versions through 1.94 for Perl have out-of-bounds (OOB) write flaws.  When parsing a PKCS12 file, with a >= 1 GiB OCTET STRING (or BIT STRING) attribute on a SAFEBAG, via info() or info_as_hash(), a heap out-of-bounds write would be triggered with remote-code-execution potential (RCE) due to a signed integer overflow in the size calculation passed to Renew().</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8507">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-54517 – Out of bounds write in AMD AMDGV_CMD_GET_DIAG_DATA ioctl handler could allow a l...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-54517</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-54517</guid>
    <pubDate>Fri, 15 May 2026 03:16:22 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-54517</strong></p>
  <p>Out of bounds write in AMD AMDGV_CMD_GET_DIAG_DATA ioctl handler could allow a local user to escalate privileges via remote code execution.</p>
  <p><strong>CVSS:</strong> 8.5 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-54517">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-29935 – An out of bounds write within the AMD Platform Management Framework (PMF) could ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-29935</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-29935</guid>
    <pubDate>Fri, 15 May 2026 03:16:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-29935</strong></p>
  <p>An out of bounds write within the AMD Platform Management Framework (PMF) could allow an attacker to execute arbitrary code at an elevated privilege level potentially leading to loss of confidentiality integrity, or availability.</p>
  <p><strong>CVSS:</strong> 8.4 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-29935">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-8569 – Out of bounds write in Codecs in Google Chrome on Mac prior to 148.0.7778.168 al...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8569</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8569</guid>
    <pubDate>Thu, 14 May 2026 20:17:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-8569</strong></p>
  <p>Out of bounds write in Codecs in Google Chrome on Mac prior to 148.0.7778.168 allowed a remote attacker to potentially perform a sandbox escape via a crafted video file. (Chromium security severity: Medium)</p>
  <p><strong>CVSS:</strong> 8.3 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8569">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-8558 – Out of bounds write in Fonts in Google Chrome prior to 148.0.7778.168 allowed a ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8558</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8558</guid>
    <pubDate>Thu, 14 May 2026 20:17:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-8558</strong></p>
  <p>Out of bounds write in Fonts in Google Chrome prior to 148.0.7778.168 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8558">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-8548 – Out of bounds write in Media in Google Chrome prior to 148.0.7778.168 allowed a ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8548</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8548</guid>
    <pubDate>Thu, 14 May 2026 20:17:15 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-8548</strong></p>
  <p>Out of bounds write in Media in Google Chrome prior to 148.0.7778.168 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-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8548">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-8526 – Out of bounds write in WebRTC in Google Chrome prior to 148.0.7778.168 allowed a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8526</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8526</guid>
    <pubDate>Thu, 14 May 2026 20:17:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-8526</strong></p>
  <p>Out of bounds write in WebRTC in Google Chrome prior to 148.0.7778.168 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8526">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-8524 – Out of bounds write in WebAudio in Google Chrome prior to 148.0.7778.168 allowed...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8524</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8524</guid>
    <pubDate>Thu, 14 May 2026 20:17:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-8524</strong></p>
  <p>Out of bounds write in WebAudio in Google Chrome prior to 148.0.7778.168 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8524">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43908 – OpenImageIO is a toolset for reading, writing, and manipulating image files of a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43908</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43908</guid>
    <pubDate>Thu, 14 May 2026 20:17:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43908</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 pixel-loop index expression i * 3 inside ConvertCbYCrYToRGB() causes the function to compute a large negative pointer offset into the output buffer, producing an out-of-bounds write that crashes th…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-190</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43908">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43907 – OpenImageIO is a toolset for reading, writing, and manipulating image files of a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43907</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43907</guid>
    <pubDate>Thu, 14 May 2026 20:17:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43907</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 integer overflow in QueryRGBBufferSizeInternal() in DPXColorConverter.cpp leads to a heap-based out-of-bounds write when processing crafted DPX image files. The function computes buffer sizes using 32-bit signed integer arithmet…</p>
  <p><strong>CVSS:</strong> 8.3 · <strong>CWE:</strong> CWE-190</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43907">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43906 – OpenImageIO is a toolset for reading, writing, and manipulating image files of a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43906</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43906</guid>
    <pubDate>Thu, 14 May 2026 20:17:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43906</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 heap-based buffer overflow in the HEIF decoder of OpenImageIO allows out-of-bounds writes via crafted images due to a subimage metadata mismatch, leading to memory corruption and potential code execution. This vulnerability is fixed in…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-122</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43906">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-65086 – An Out-of-Bounds Write vulnerability is present in Ashlar-Vellum Cobalt, Xenon, ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-65086</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-65086</guid>
    <pubDate>Tue, 12 May 2026 21:16:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-65086</strong></p>
  <p>An Out-of-Bounds Write 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 execute arbitrary code when a specially crafted VC6 file is being parsed.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-65086">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-34684 – Substance3D - Designer versions 15.1.0 and earlier are affected by an out-of-bou...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34684</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34684</guid>
    <pubDate>Tue, 12 May 2026 19:16:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-34684</strong></p>
  <p>Substance3D - Designer versions 15.1.0 and earlier are affected by an out-of-bounds write vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34684">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-34683 – Substance3D - Designer versions 15.1.0 and earlier are affected by an out-of-bou...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34683</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34683</guid>
    <pubDate>Tue, 12 May 2026 19:16:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-34683</strong></p>
  <p>Substance3D - Designer versions 15.1.0 and earlier are affected by an out-of-bounds write vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34683">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-34682 – Substance3D - Designer versions 15.1.0 and earlier are affected by an out-of-bou...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34682</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34682</guid>
    <pubDate>Tue, 12 May 2026 19:16:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-34682</strong></p>
  <p>Substance3D - Designer versions 15.1.0 and earlier are affected by an out-of-bounds write vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34682">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-34681 – Substance3D - Designer versions 15.1.0 and earlier are affected by an out-of-bou...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34681</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34681</guid>
    <pubDate>Tue, 12 May 2026 19:16:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-34681</strong></p>
  <p>Substance3D - Designer versions 15.1.0 and earlier are affected by an out-of-bounds write vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34681">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-34676 – Substance3D - Painter versions 12.0.2 and earlier are affected by an out-of-boun...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34676</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34676</guid>
    <pubDate>Tue, 12 May 2026 18:17:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-34676</strong></p>
  <p>Substance3D - Painter versions 12.0.2 and earlier are affected by an out-of-bounds write vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34676">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-34675 – Substance3D - Painter versions 12.0.2 and earlier are affected by an out-of-boun...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34675</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34675</guid>
    <pubDate>Tue, 12 May 2026 18:17:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-34675</strong></p>
  <p>Substance3D - Painter versions 12.0.2 and earlier are affected by an out-of-bounds write vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34675">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-34661 – Illustrator versions 29.8.6, 30.3 and earlier are affected by an out-of-bounds w...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34661</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34661</guid>
    <pubDate>Tue, 12 May 2026 18:17:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-34661</strong></p>
  <p>Illustrator versions 29.8.6, 30.3 and earlier are affected by an out-of-bounds write vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34661">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-34643 – After Effects versions 26.0, 25.6.4 and earlier are affected by an out-of-bounds...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34643</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34643</guid>
    <pubDate>Tue, 12 May 2026 18:17:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-34643</strong></p>
  <p>After Effects versions 26.0, 25.6.4 and earlier are affected by an out-of-bounds write vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34643">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-34639 – Media Encoder versions 26.0.2, 25.6.4 and earlier are affected by an out-of-boun...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34639</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34639</guid>
    <pubDate>Tue, 12 May 2026 18:17:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-34639</strong></p>
  <p>Media Encoder versions 26.0.2, 25.6.4 and earlier are affected by an out-of-bounds write vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34639">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-34637 – Premiere Pro versions 26.0.2, 25.6.4 and earlier are affected by an out-of-bound...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34637</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34637</guid>
    <pubDate>Tue, 12 May 2026 18:17:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-34637</strong></p>
  <p>Premiere Pro versions 26.0.2, 25.6.4 and earlier are affected by an out-of-bounds write vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34637">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-34636 – Premiere Pro versions 26.0.2, 25.6.4 and earlier are affected by an out-of-bound...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34636</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34636</guid>
    <pubDate>Tue, 12 May 2026 18:17:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-34636</strong></p>
  <p>Premiere Pro versions 26.0.2, 25.6.4 and earlier are affected by an out-of-bounds write vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34636">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-20714 – Out-of-bounds write for some Intel(R) QAT software drivers for Windows before ve...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-20714</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-20714</guid>
    <pubDate>Tue, 12 May 2026 18:16:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-20714</strong></p>
  <p>Out-of-bounds write for some Intel(R) QAT software drivers for Windows before version 1.13 within Ring 3: User Applications may allow a escalation of privilege. Unprivileged software adversary with an authenticated user combined with a low complexity attack may enable escalation of privilege. This result may potentially occur via local access when attack requirements are not present without speci…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-20714">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-53844 – A out-of-bounds write vulnerability in Fortinet FortiOS 7.6.0 through 7.6.3, For...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-53844</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-53844</guid>
    <pubDate>Tue, 12 May 2026 18:16:35 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-53844</strong></p>
  <p>A out-of-bounds write vulnerability in Fortinet FortiOS 7.6.0 through 7.6.3, FortiOS 7.4.0 through 7.4.8, FortiOS 7.2.0 through 7.2.11 allows attacker to execute unauthorized code or commands via specially crafted packets.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-53844">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-20879 – Out-of-bounds write for the Intel(R) Data Center Graphics Driver for VMware ESXi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-20879</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-20879</guid>
    <pubDate>Tue, 12 May 2026 17:16:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-20879</strong></p>
  <p>Out-of-bounds write 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 corruption. This result may potentially occur via local access when attack requirements are not present without special inte…</p>
  <p><strong>CVSS:</strong> 8.3 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-20879">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-42046 – libcaca is a colour ASCII art library. In 0.99.beta20 and earlier, an integer ov...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42046</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42046</guid>
    <pubDate>Mon, 11 May 2026 22:22:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-42046</strong></p>
  <p>libcaca is a colour ASCII art library. In 0.99.beta20 and earlier, an integer overflow vulnerability in libcaca's canvas import functionality allows an attacker to cause a controlled heap out-of-bounds write (heap overflow) by supplying a crafted file in the "caca" format. Depending on the build configuration and memory allocator, this may lead to memory corruption or remote code execution. This…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-122</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42046">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43656 – An out-of-bounds write issue was addressed with improved input validation. This ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43656</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43656</guid>
    <pubDate>Mon, 11 May 2026 21:19:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43656</strong></p>
  <p>An out-of-bounds write issue was addressed with improved input validation. This issue is fixed in iOS 18.7.9 and iPadOS 18.7.9, iOS 26.5 and iPadOS 26.5, macOS Sequoia 15.7.7, macOS Sonoma 14.8.7, macOS Tahoe 26.5. Parsing a maliciously crafted file may lead to an unexpected app termination.</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43656">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-4892 – A heap-based out-of-bounds write vulnerability in the DHCPv6 implementation of d...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-4892</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-4892</guid>
    <pubDate>Mon, 11 May 2026 18:16:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-4892</strong></p>
  <p>A heap-based out-of-bounds write vulnerability in the DHCPv6 implementation of dnsmasq allows local attackers to execute arbitrary code with root privileges via a crafted DHCPv6 packet.</p>
  <p><strong>CVSS:</strong> 8.4 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-4892">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-4430 – Out-of-bounds write vulnerability in The Document Foundation LibreOffice via cra...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-4430</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-4430</guid>
    <pubDate>Thu, 07 May 2026 08:16:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-4430</strong></p>
  <p>Out-of-bounds write vulnerability in The Document Foundation LibreOffice via crafted OOXML documents with mismatched encryption salt parameters.  This issue affects LibreOffice: from 26.2 before 26.2.3, from 25.8 before 25.8.7.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-4430">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-7957 – Out of bounds write in Media in Google Chrome on Mac, iOS prior to 148.0.7778.96...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-7957</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-7957</guid>
    <pubDate>Wed, 06 May 2026 19:16:44 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-7957</strong></p>
  <p>Out of bounds write in Media in Google Chrome on Mac, iOS prior to 148.0.7778.96 allowed a remote attacker who had compromised the renderer process to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: Medium)</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-7957">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-7951 – Out of bounds write in WebRTC in Google Chrome prior to 148.0.7778.96 allowed a ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-7951</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-7951</guid>
    <pubDate>Wed, 06 May 2026 19:16:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-7951</strong></p>
  <p>Out of bounds write in WebRTC in Google Chrome prior to 148.0.7778.96 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: Medium)</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-7951">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-7923 – Out of bounds write in Skia in Google Chrome prior to 148.0.7778.96 allowed a re...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-7923</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-7923</guid>
    <pubDate>Wed, 06 May 2026 19:16:40 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-7923</strong></p>
  <p>Out of bounds write in Skia in Google Chrome prior to 148.0.7778.96 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-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-7923">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43206 – In the Linux kernel, the following vulnerability has been resolved:

drm/amdkfd:...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43206</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43206</guid>
    <pubDate>Wed, 06 May 2026 12:16:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43206</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  drm/amdkfd: Fix out-of-bounds write in kfd_event_page_set()  The kfd_event_page_set() function writes KFD_SIGNAL_EVENT_LIMIT * 8 bytes via memset without checking the buffer size parameter. This allows unprivileged userspace to trigger an out-of bounds kernel memory write by passing a small buffer, leading to  potential privileg…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43206">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43205 – In the Linux kernel, the following vulnerability has been resolved:

dpaa2-switc...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43205</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43205</guid>
    <pubDate>Wed, 06 May 2026 12:16:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43205</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  dpaa2-switch: validate num_ifs to prevent out-of-bounds write  The driver obtains sw_attr.num_ifs from firmware via dpsw_get_attributes() but never validates it against DPSW_MAX_IF (64). This value controls iteration in dpaa2_switch_fdb_get_flood_cfg(), which writes port indices into the fixed-size cfg->if_id[DPSW_MAX_IF] array.…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43205">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-43125 – In the Linux kernel, the following vulnerability has been resolved:

dlm: valida...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43125</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43125</guid>
    <pubDate>Wed, 06 May 2026 12:16:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-43125</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  dlm: validate length in dlm_search_rsb_tree  The len parameter in dlm_dump_rsb_name() is not validated and comes from network messages. When it exceeds DLM_RESNAME_MAXLEN, it can cause out-of-bounds write in dlm_search_rsb_tree().  Add length validation to prevent potential buffer overflow.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43125">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43075 – In the Linux kernel, the following vulnerability has been resolved:

ocfs2: fix ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43075</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43075</guid>
    <pubDate>Wed, 06 May 2026 10:16:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43075</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ocfs2: fix out-of-bounds write in ocfs2_write_end_inline  KASAN reports a use-after-free write of 4086 bytes in ocfs2_write_end_inline, called from ocfs2_write_end_nolock during a copy_file_range splice fallback on a corrupted ocfs2 filesystem mounted on a loop device.  The actual bug is an out-of-bounds write past the inode blo…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43075">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-33846 – A heap buffer overflow vulnerability exists in the DTLS handshake fragment reass...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33846</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33846</guid>
    <pubDate>Mon, 04 May 2026 10:15:59 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-33846</strong></p>
  <p>A heap buffer overflow vulnerability exists in the DTLS handshake fragment reassembly logic of GnuTLS. The issue arises in merge_handshake_packet() where incoming handshake fragments are matched and merged based solely on handshake type, without validating that the message_length field remains consistent across all fragments of the same logical message. An attacker can exploit this by sending cra…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-130</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33846">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-37457 – An off-by-one out-of-bounds write vulnerability in the bgp_flowspec_op_decode() ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-37457</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-37457</guid>
    <pubDate>Fri, 01 May 2026 18:16:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-37457</strong></p>
  <p>An off-by-one out-of-bounds write vulnerability in the bgp_flowspec_op_decode() function (bgpd/bgp_flowspec_util.c) of FRRouting (FRR) stable/10.0 allows attackers to cause a Denial of Service (DoS) via supplying a crafted FlowSpec component.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-37457">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-37537 – collin80/Open-SAE-J1939 thru commit 744024d4306bc387857dfce439558336806acb06 (20...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-37537</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-37537</guid>
    <pubDate>Fri, 01 May 2026 17:16:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-37537</strong></p>
  <p>collin80/Open-SAE-J1939 thru commit 744024d4306bc387857dfce439558336806acb06 (2023-03-08) contains an integer underflow leading to out-of-bounds write in Transport Protocol Data Transfer handling. At line 23: uint8_t index = data[0] - 1. When data[0] (sequence number from CAN frame) is 0, index underflows to 255. Subsequent write at tp_dt->data[255*7 + i-1] reaches offset 1791, exceeding the MAX_…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-190</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-37537">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31772 – In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31772</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31772</guid>
    <pubDate>Fri, 01 May 2026 15:16:40 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-31772</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  Bluetooth: hci_sync: fix stack buffer overflow in hci_le_big_create_sync  hci_le_big_create_sync() uses DEFINE_FLEX to allocate a struct hci_cp_le_big_create_sync on the stack with room for 0x11 (17) BIS entries.  However, conn->num_bis can hold up to HCI_MAX_ISO_BIS (31) entries — validated against ISO_MAX_NUM_BIS (0x1f) in the…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31772">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31720 – In the Linux kernel, the following vulnerability has been resolved:

usb: gadget...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31720</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31720</guid>
    <pubDate>Fri, 01 May 2026 15:16:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-31720</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  usb: gadget: f_uac1_legacy: validate control request size  f_audio_complete() copies req->length bytes into a 4-byte stack variable:    u32 data = 0;   memcpy(&data, req->buf, req->length);  req->length is derived from the host-controlled USB request path, which can lead to a stack out-of-bounds write.  Validate req->actual agai…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31720">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-31705 – In the Linux kernel, the following vulnerability has been resolved:

ksmbd: fix ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31705</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31705</guid>
    <pubDate>Fri, 01 May 2026 14:16:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-31705</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ksmbd: fix out-of-bounds write in smb2_get_ea() EA alignment  smb2_get_ea() applies 4-byte alignment padding via memset() after writing each EA entry. The bounds check on buf_free_len is performed before the value memcpy, but the alignment memset fires unconditionally afterward with no check on remaining space.  When the EA valu…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31705">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-5435 – The deprecated functions ns_printrrf, ns_printrr and fp_nquery in the GNU C Libr...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-5435</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-5435</guid>
    <pubDate>Tue, 28 Apr 2026 13:19:22 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-5435</strong></p>
  <p>The deprecated functions ns_printrrf, ns_printrr and fp_nquery in the GNU C Library version 2.2 and newer fail to enforce the caller-supplied buffer length, and can result in an out-of-bounds write when printing TSIG records.</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-5435">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-41678 – rust-openssl provides OpenSSL bindings for the Rust programming language.  From ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41678</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41678</guid>
    <pubDate>Fri, 24 Apr 2026 18:16:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-41678</strong></p>
  <p>rust-openssl provides OpenSSL bindings for the Rust programming language.  From  to before 0.10.78, aes::unwrap_key() contains an incorrect assertion: it checks that out.len() + 8 <= in_.len(), but this condition is reversed. The intended invariant is out.len() >= in_.len() - 8, ensuring the output buffer is large enough. Because of the inverted check, the function only accepts buffers at or belo…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41678">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-31607 – In the Linux kernel, the following vulnerability has been resolved:

usbip: vali...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31607</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31607</guid>
    <pubDate>Fri, 24 Apr 2026 15:16:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-31607</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  usbip: validate number_of_packets in usbip_pack_ret_submit()  When a USB/IP client receives a RET_SUBMIT response, usbip_pack_ret_submit() unconditionally overwrites urb->number_of_packets from the network PDU. This value is subsequently used as the loop bound in usbip_recv_iso() and usbip_pad_iso() to iterate over urb->iso_fram…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31607">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31505 – In the Linux kernel, the following vulnerability has been resolved:

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

ksmbd: fix ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31433</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31433</guid>
    <pubDate>Wed, 22 Apr 2026 09:16:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-31433</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ksmbd: fix potencial OOB in get_file_all_info() for compound requests  When a compound request consists of QUERY_DIRECTORY + QUERY_INFO (FILE_ALL_INFORMATION) and the first command consumes nearly the entire max_trans_size, get_file_all_info() would blindly call smbConvertToUTF16() with PATH_MAX, causing out-of-bounds write beyo…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31433">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-35512 – xrdp is an open source RDP server. Versions through 0.10.5 have a heap-based buf...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-35512</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-35512</guid>
    <pubDate>Fri, 17 Apr 2026 21:16:33 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-35512</strong></p>
  <p>xrdp is an open source RDP server. Versions through 0.10.5 have a heap-based buffer overflow in the EGFX (graphics dynamic virtual channel) implementation due to insufficient validation of client-controlled size parameters, allowing an out-of-bounds write via crafted PDUs. Pre-authentication exploitation can crash the process, while post-authentication exploitation may achieve remote code executi…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-122</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-35512">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-6507 – A flaw was found in dnsmasq. A remote attacker could exploit an out-of-bounds wr...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-6507</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-6507</guid>
    <pubDate>Fri, 17 Apr 2026 13:16:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-6507</strong></p>
  <p>A flaw was found in dnsmasq. A remote attacker could exploit an out-of-bounds write vulnerability by sending a specially crafted BOOTREPLY (Bootstrap Protocol Reply) packet to a dnsmasq server configured with the `--dhcp-split-relay` option. This can lead to memory corruption, causing the dnsmasq daemon to crash and resulting in a denial of service (DoS).</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-6507">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-6314 – Out of bounds write in GPU in Google Chrome prior to 147.0.7727.101 allowed a re...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-6314</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-6314</guid>
    <pubDate>Wed, 15 Apr 2026 20:16:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-6314</strong></p>
  <p>Out of bounds write in GPU in Google Chrome prior to 147.0.7727.101 allowed a remote attacker who had compromised the GPU 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-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-6314">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-40688 – An out-of-bounds write vulnerability [CWE-787] vulnerability in Fortinet FortiWe...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40688</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40688</guid>
    <pubDate>Tue, 14 Apr 2026 23:16:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-40688</strong></p>
  <p>An out-of-bounds write vulnerability [CWE-787] vulnerability in Fortinet FortiWeb 8.0.0 through 8.0.3, FortiWeb 7.6.0 through 7.6.6, FortiWeb 7.4.0 through 7.4.11 may allow a remote privileged attacker to execute arbitrary code or command via crafted HTTP requests.</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40688">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-27295 – Adobe Framemaker versions 2022.8 and earlier are affected by an out-of-bounds wr...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-27295</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-27295</guid>
    <pubDate>Tue, 14 Apr 2026 23:16:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-27295</strong></p>
  <p>Adobe Framemaker versions 2022.8 and earlier are affected by an out-of-bounds write vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-27295">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-34631 – InCopy versions 20.5.2, 21.2 and earlier are affected by an out-of-bounds write ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34631</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34631</guid>
    <pubDate>Tue, 14 Apr 2026 22:16:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-34631</strong></p>
  <p>InCopy versions 20.5.2, 21.2 and earlier are affected by an out-of-bounds write vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34631">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-34618 – Illustrator versions 30.2, 29.8.5 and earlier are affected by an out-of-bounds w...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34618</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34618</guid>
    <pubDate>Tue, 14 Apr 2026 20:16:47 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-34618</strong></p>
  <p>Illustrator versions 30.2, 29.8.5 and earlier are affected by an out-of-bounds write vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34618">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-27291 – InDesign Desktop versions 20.5.2, 21.2 and earlier are affected by an out-of-bou...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-27291</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-27291</guid>
    <pubDate>Tue, 14 Apr 2026 17:16:48 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-27291</strong></p>
  <p>InDesign Desktop versions 20.5.2, 21.2 and earlier are affected by an out-of-bounds write vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-27291">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-33901 – ImageMagick is free and open-source software used for editing and manipulating d...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33901</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33901</guid>
    <pubDate>Mon, 13 Apr 2026 21:16:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-33901</strong></p>
  <p>ImageMagick is free and open-source software used for editing and manipulating digital images. In versions below both 7.1.2-19 and 6.9.13-44, a heap buffer overflow occurs in the MVG decoder that could result in an out of bounds write when processing a crafted image. This issue has been fixed in versions 6.9.13-44 and 7.1.2-19.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-122</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33901">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-34865 – Out-of-bounds write vulnerability in the WEB module.Impact: Successful exploitat...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34865</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34865</guid>
    <pubDate>Mon, 13 Apr 2026 07:16:49 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-34865</strong></p>
  <p>Out-of-bounds write vulnerability in the WEB module.Impact: Successful exploitation of this vulnerability will affect availability and confidentiality.</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-122</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34865">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-25207 – Out-of-bounds write vulnerability in Samsung Open Source Escargot allows Overflo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-25207</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-25207</guid>
    <pubDate>Mon, 13 Apr 2026 05:16:02 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-25207</strong></p>
  <p>Out-of-bounds write vulnerability in Samsung Open Source Escargot allows Overflow Buffers.This issue affects Escargot: 97e8115ab1110bc502b4b5e4a0c689a71520d335.</p>
  <p><strong>CVSS:</strong> 7.4 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-25207">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-25205 – Heap-based buffer overflow vulnerability in Samsung Open Source Escargot allows ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-25205</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-25205</guid>
    <pubDate>Mon, 13 Apr 2026 05:16:02 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-25205</strong></p>
  <p>Heap-based buffer overflow vulnerability in Samsung Open Source Escargot allows out-of-bounds write.This issue affects Escargot:commit hash  97e8115ab1110bc502b4b5e4a0c689a71520d335  .</p>
  <p><strong>CVSS:</strong> 7.4 · <strong>CWE:</strong> CWE-122</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-25205">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-5495 – Labcenter Electronics Proteus PDSPRJ File Parsing Out-Of-Bounds Write Remote Cod...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-5495</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-5495</guid>
    <pubDate>Sat, 11 Apr 2026 01:16:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-5495</strong></p>
  <p>Labcenter Electronics Proteus PDSPRJ File Parsing Out-Of-Bounds Write Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Labcenter Electronics Proteus. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.  The specific flaw exists withi…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-5495">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-5494 – Labcenter Electronics Proteus PDSPRJ File Parsing Out-Of-Bounds Write Remote Cod...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-5494</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-5494</guid>
    <pubDate>Sat, 11 Apr 2026 01:16:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-5494</strong></p>
  <p>Labcenter Electronics Proteus PDSPRJ File Parsing Out-Of-Bounds Write Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Labcenter Electronics Proteus. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.  The specific flaw exists withi…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-5494">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-5493 – Labcenter Electronics Proteus PDSPRJ File Parsing Out-Of-Bounds Write Remote Cod...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-5493</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-5493</guid>
    <pubDate>Sat, 11 Apr 2026 01:16:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-5493</strong></p>
  <p>Labcenter Electronics Proteus PDSPRJ File Parsing Out-Of-Bounds Write Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Labcenter Electronics Proteus. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.  The specific flaw exists withi…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-5493">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-6069 – NASM’s disasm() function contains a stack based buffer overflow when formatting ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-6069</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-6069</guid>
    <pubDate>Fri, 10 Apr 2026 14:16:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-6069</strong></p>
  <p>NASM’s disasm() function contains a stack based buffer overflow when formatting disassembly output, allowing an attacker triggered out-of-bounds write when `slen` exceeds the buffer capacity.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-6069">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-5187 – Two potential heap out-of-bounds write locations existed in DecodeObjectId() in ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-5187</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-5187</guid>
    <pubDate>Thu, 09 Apr 2026 20:16:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-5187</strong></p>
  <p>Two potential heap out-of-bounds write locations existed in DecodeObjectId() in wolfcrypt/src/asn.c. First, a bounds check only validates one available slot before writing two OID arc values (out[0] and out[1]), enabling a 2-byte out-of-bounds write when outSz equals 1. Second, multiple callers pass sizeof(decOid) (64 bytes on 64-bit platforms) instead of the element count MAX_OID_SZ (32), causin…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-122</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-5187">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-5747 – An out-of-bounds write issue in the virtio PCI transport in Firecracker 1.13.0 t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-5747</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-5747</guid>
    <pubDate>Wed, 08 Apr 2026 00:16:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-5747</strong></p>
  <p>An out-of-bounds write issue in the virtio PCI transport in Firecracker 1.13.0 through 1.14.3 and 1.15.0 on x86_64 and aarch64 might allow a local guest user with root privileges to crash the Firecracker VMM process or potentially execute arbitrary code on the host via modification of virtio queue configuration registers after device activation. Achieving code execution on the host requires addit…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-369</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-5747">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-32862 – There is a memory corruption vulnerability due to an out-of-bounds write in ResF...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32862</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32862</guid>
    <pubDate>Tue, 07 Apr 2026 20:16:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-32862</strong></p>
  <p>There is a memory corruption vulnerability due to an out-of-bounds write in ResFileFactory::InitResourceMgr() in NI LabVIEW.  This vulnerability may result in information disclosure or arbitrary code execution. Successful exploitation requires an attacker to get a user to open a specially crafted VI file. This vulnerability affects NI LabVIEW 2026 Q1 (26.1.0) and prior versions.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32862">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-32861 – There is a memory corruption vulnerability due to an out-of-bounds write when lo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32861</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32861</guid>
    <pubDate>Tue, 07 Apr 2026 20:16:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-32861</strong></p>
  <p>There is a memory corruption vulnerability due to an out-of-bounds write when loading a corrupted LVCLASS file in NI LabVIEW.  This vulnerability may result in information disclosure or arbitrary code execution. Successful exploitation requires an attacker to get a user to open a specially crafted .lvclass file. This vulnerability affects NI LabVIEW 2026 Q1 (26.1.0) and prior versions.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32861">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-32860 – There is a memory corruption vulnerability due to an out-of-bounds write when lo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32860</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32860</guid>
    <pubDate>Tue, 07 Apr 2026 20:16:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-32860</strong></p>
  <p>There is a memory corruption vulnerability due to an out-of-bounds write when loading a corrupted LVLIB file in NI LabVIEW.  This vulnerability may result in information disclosure or arbitrary code execution. Successful exploitation requires an attacker to get a user to open a specially crafted .lvlib file. This vulnerability affects NI LabVIEW 2026 Q1 (26.1.0) and prior versions.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32860">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-62818 – An issue was discovered in Samsung Mobile Processor, Wearable Processor, and Mod...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-62818</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-62818</guid>
    <pubDate>Tue, 07 Apr 2026 15:17:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-62818</strong></p>
  <p>An issue was discovered in Samsung Mobile Processor, Wearable Processor, and Modem Exynos 980, 990, 850, 1080, 2100, 1280, 2200, 1330, 1380, 1480, 2400, 1580, 2500, 9110, W920, W930, W1000, Modem 5123, Modem 5300, and Modem 5400. An out-of-bounds write occurs due to a mismatch between the TP-UDHI and UDL values when processing an SMS TP-UD packet.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-62818">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-20433 – In Modem, there is a possible out of bounds write due to a missing bounds check...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-20433</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-20433</guid>
    <pubDate>Tue, 07 Apr 2026 04:17:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-20433</strong></p>
  <p>In Modem, there is a possible out of bounds write due to a missing bounds check. This could lead to remote escalation of privilege, if a UE has connected to a rogue base station controlled by the attacker, with no additional execution privileges needed. User interaction is needed for exploitation. Patch ID: MOLY01088681; Issue ID: MSV-4460.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-20433">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-20432 – In Modem, there is a possible out of bounds write due to a missing bounds check...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-20432</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-20432</guid>
    <pubDate>Tue, 07 Apr 2026 04:17:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-20432</strong></p>
  <p>In Modem, there is a possible out of bounds write due to a missing bounds check. This could lead to remote escalation of privilege, if a UE has connected to a rogue base station controlled by the attacker, with no additional execution privileges needed. User interaction is needed for exploitation. Patch ID: MOLY01406170; Issue ID: MSV-4461.</p>
  <p><strong>CVSS:</strong> 8.0 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-20432">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-34588 – OpenEXR provides the specification and reference implementation of the EXR file ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34588</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34588</guid>
    <pubDate>Mon, 06 Apr 2026 16:16:35 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-34588</strong></p>
  <p>OpenEXR provides the specification and reference implementation of the EXR file format, an image storage format for the motion picture industry. From 3.1.0 to before 3.2.7, 3.3.9, and 3.4.9, internal_exr_undo_piz() advances the working wavelet pointer with signed 32-bit arithmetic. Because nx, ny, and wcount are int, a crafted EXR file can make this product overflow and wrap. The next channel the…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34588">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-31402 – In the Linux kernel, the following vulnerability has been resolved:

nfsd: fix h...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31402</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31402</guid>
    <pubDate>Fri, 03 Apr 2026 16:16:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-31402</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  nfsd: fix heap overflow in NFSv4.0 LOCK replay cache  The NFSv4.0 replay cache uses a fixed 112-byte inline buffer (rp_ibuf[NFSD4_REPLAY_ISIZE]) to store encoded operation responses. This size was calculated based on OPEN responses and does not account for LOCK denied responses, which include the conflicting lock owner as a vari…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31402">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-34544 – OpenEXR provides the specification and reference implementation of the EXR file ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34544</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34544</guid>
    <pubDate>Wed, 01 Apr 2026 21:17:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-34544</strong></p>
  <p>OpenEXR provides the specification and reference implementation of the EXR file format, an image storage format for the motion picture industry. From version 3.4.0 to before version 3.4.8, a crafted B44 or B44A EXR file can cause an out-of-bounds write in any application that decodes it via exr_decoding_run(). Consequences range from immediate crash (most likely) to corruption of adjacent heap al…</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-190</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34544">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
