<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Uninitialized Memory</title>
  <link>https://cvedaily.com/pages/tags/uninit-memory.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/uninit-memory.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Uninitialized Memory</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:27 +0000</lastBuildDate>
  <item>
    <title>[Unknown] CVE-2026-26825 – A use-of-uninitialized memory vulnerability exists in libxls 1.6.3 when parsing ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-26825</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-26825</guid>
    <pubDate>Wed, 03 Jun 2026 20:16:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2026-26825</strong></p>
  <p>A use-of-uninitialized memory vulnerability exists in libxls 1.6.3 when parsing malformed XLS files. The issue is reachable via xls_parseWorkBook() and is triggered by uninitialized heap memory originating from the OLE layer (ole2_read). The flaw is detectable with MemorySanitizer (MSAN) and can lead to undefined behavior, incorrect parsing logic, or potential information disclosure.</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-26825">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2026-26824 – libxls through version 1.6.3 contains a use of uninitialized memory vulnerabilit...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-26824</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-26824</guid>
    <pubDate>Wed, 03 Jun 2026 20:16:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2026-26824</strong></p>
  <p>libxls through version 1.6.3 contains a use of uninitialized memory vulnerability in the OLE container parser. Memory allocated for the Master Sector Allocation Table (MSAT) in read_MSAT() is not fully initialized before being consumed by ole2_validate_sector_chain(), which may result in application crashes or potential information disclosure when processing a crafted XLS file</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-26824">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-46123 – In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46123</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46123</guid>
    <pubDate>Thu, 28 May 2026 10:16:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-46123</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  Bluetooth: virtio_bt: clamp rx length before skb_put  virtbt_rx_work() calls skb_put(skb, len) where len comes directly from virtqueue_get_buf() with no validation against the buffer we posted to the device. The RX skb is allocated in virtbt_add_inbuf() and exposed to virtio as exactly 1000 bytes via sg_init_one().  Checking len…</p>
  <p><strong>CVSS:</strong> 7.7 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46123">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2026-45903 – In the Linux kernel, the following vulnerability has been resolved:

bpf: Fix me...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45903</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45903</guid>
    <pubDate>Wed, 27 May 2026 14:17:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2026-45903</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  bpf: Fix memory access flags in helper prototypes  After commit 37cce22dbd51 ("bpf: verifier: Refactor helper access type tracking"), the verifier started relying on the access type flags in helper function prototypes to perform memory access optimizations.  Currently, several helper functions utilizing ARG_PTR_TO_MEM lack the c…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45903">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2026-45886 – In the Linux kernel, the following vulnerability has been resolved:

bpf: Fix bp...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45886</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45886</guid>
    <pubDate>Wed, 27 May 2026 14:17:02 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2026-45886</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  bpf: Fix bpf_xdp_store_bytes proto for read-only arg  While making some maps in Cilium read-only from the BPF side, we noticed that the bpf_xdp_store_bytes proto is incorrect. In particular, the verifier was throwing the following error:    ; ret = ctx_store_bytes(ctx, l3_off + offsetof(struct iphdr, saddr),…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45886">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-45736 – ws is an open source WebSocket client and server for Node.js. Prior to 8.20.1, t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45736</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45736</guid>
    <pubDate>Fri, 15 May 2026 15:16:54 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-45736</strong></p>
  <p>ws is an open source WebSocket client and server for Node.js. Prior to 8.20.1, the websocket.close() implementation is vulnerable to uninitialized memory disclosure when a TypedArray is passed as the reason argument. This vulnerability is fixed in 8.20.1.</p>
  <p><strong>CVSS:</strong> 4.4 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45736">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43427 – In the Linux kernel, the following vulnerability has been resolved:

usb: class:...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43427</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43427</guid>
    <pubDate>Fri, 08 May 2026 15:16:54 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43427</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  usb: class: cdc-wdm: fix reordering issue in read code path  Quoting the bug report:  Due to compiler optimization or CPU out-of-order execution, the desc->length update can be reordered before the memmove. If this happens, wdm_read() can see the new length and call copy_to_user() on uninitialized memory. This also violates LKMM…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43427">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-6238 – 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-6238</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-6238</guid>
    <pubDate>Tue, 28 Apr 2026 19:37:47 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-6238</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 validate the RDATA content against the RDATA length in a DNS response when processing LOC, CERT, TKEY or TSIG records, which may allow an attacker to craft a DNS response, causing a target application to crash or read uninitialized memory.  These functions are for application debuggin…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-126</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-6238">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-6751 – Uninitialized memory in the Audio/Video: Web Codecs component. This vulnerabilit...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-6751</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-6751</guid>
    <pubDate>Tue, 21 Apr 2026 13:16:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-6751</strong></p>
  <p>Uninitialized memory in the Audio/Video: Web Codecs component. This vulnerability was fixed in Firefox 150, Firefox ESR 140.10, Thunderbird 150, and Thunderbird 140.10.</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-457</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-6751">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-6749 – Information disclosure due to uninitialized memory in the Graphics: Canvas2D com...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-6749</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-6749</guid>
    <pubDate>Tue, 21 Apr 2026 13:16:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-6749</strong></p>
  <p>Information disclosure due to uninitialized memory in the Graphics: Canvas2D component. This vulnerability was fixed in Firefox 150, Firefox ESR 115.35, Firefox ESR 140.10, Thunderbird 150, and Thunderbird 140.10.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-6749">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-6748 – Uninitialized memory in the Audio/Video: Web Codecs component. This vulnerabilit...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-6748</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-6748</guid>
    <pubDate>Tue, 21 Apr 2026 13:16:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-6748</strong></p>
  <p>Uninitialized memory in the Audio/Video: Web Codecs component. This vulnerability was fixed in Firefox 150, Firefox ESR 140.10, Thunderbird 150, and Thunderbird 140.10.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-457</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-6748">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31790 – Issue summary: Applications using RSASVE key encapsulation to establish
a secret...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31790</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31790</guid>
    <pubDate>Tue, 07 Apr 2026 22:16:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-31790</strong></p>
  <p>Issue summary: Applications using RSASVE key encapsulation to establish a secret encryption key can send contents of an uninitialized memory buffer to a malicious peer.  Impact summary: The uninitialized buffer might contain sensitive data from the previous execution of the application process which leads to sensitive data leakage to an attacker.  RSA_public_encrypt() returns the number of bytes…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-754</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31790">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-27496 – n8n is an open source workflow automation platform. Prior to versions 1.123.22, ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-27496</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-27496</guid>
    <pubDate>Wed, 25 Mar 2026 18:16:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-27496</strong></p>
  <p>n8n is an open source workflow automation platform. Prior to versions 1.123.22, 2.9.3, and 2.10.1, an authenticated user with permission to create or modify workflows could use the JavaScript Task Runner to allocate uninitialized memory buffers. Uninitialized buffers may contain residual data from the same Node.js process — including data from prior requests, tasks, secrets, or tokens — resulting…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-27496">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-4716 – Incorrect boundary conditions, uninitialized memory in the JavaScript Engine com...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-4716</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-4716</guid>
    <pubDate>Tue, 24 Mar 2026 13:16:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-4716</strong></p>
  <p>Incorrect boundary conditions, uninitialized memory in the JavaScript Engine component. This vulnerability was fixed in Firefox 149, Firefox ESR 140.9, Thunderbird 149, and Thunderbird 140.9.</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-4716">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-4715 – Uninitialized memory in the Graphics: Canvas2D component. This vulnerability was...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-4715</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-4715</guid>
    <pubDate>Tue, 24 Mar 2026 13:16:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-4715</strong></p>
  <p>Uninitialized memory in the Graphics: Canvas2D component. This vulnerability was fixed in Firefox 149, Firefox ESR 140.9, Thunderbird 149, and Thunderbird 140.9.</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-4715">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-32829 – lz4_flex is a pure Rust implementation of LZ4 compression/decompression. In vers...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32829</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32829</guid>
    <pubDate>Fri, 20 Mar 2026 01:15:56 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-32829</strong></p>
  <p>lz4_flex is a pure Rust implementation of LZ4 compression/decompression. In versions 0.11.5 and below, and 0.12.0,  decompressing invalid LZ4 data can leak sensitive information from uninitialized memory or from previous decompression operations. The library fails to properly validate offset values during LZ4 "match copy operations," allowing out-of-bounds reads from the output buffer. The block-…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-201</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32829">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-2806 – Uninitialized memory in the Graphics: Text component. This vulnerability was fix...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-2806</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-2806</guid>
    <pubDate>Tue, 24 Feb 2026 14:16:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-2806</strong></p>
  <p>Uninitialized memory in the Graphics: Text component. This vulnerability was fixed in Firefox 148 and Thunderbird 148.</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-2806">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-2794 – Information disclosure due to uninitialized memory in Firefox and Firefox Focus ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-2794</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-2794</guid>
    <pubDate>Tue, 24 Feb 2026 14:16:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-2794</strong></p>
  <p>Information disclosure due to uninitialized memory in Firefox and Firefox Focus for Android. This vulnerability was fixed in Firefox 148.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-2794">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-2044 – GIMP PGM File Parsing Uninitialized Memory Remote Code Execution Vulnerability. ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-2044</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-2044</guid>
    <pubDate>Fri, 20 Feb 2026 23:16:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-2044</strong></p>
  <p>GIMP PGM File Parsing Uninitialized Memory Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of GIMP. 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 within the parsing of PGM files. The issue results from t…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-2044">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-61917 – n8n is an open source workflow automation platform. From version 1.65.0 to befor...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-61917</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-61917</guid>
    <pubDate>Wed, 04 Feb 2026 17:16:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-61917</strong></p>
  <p>n8n is an open source workflow automation platform. From version 1.65.0 to before 1.114.3, the use of Buffer.allocUnsafe() and Buffer.allocUnsafeSlow() in the task runner allowed untrusted code to allocate uninitialized memory. Such uninitialized buffers could contain residual data from within the same Node.js process (for example, data from prior requests, tasks, secrets, or tokens), resulting i…</p>
  <p><strong>CVSS:</strong> 7.7 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-61917">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-23007 – In the Linux kernel, the following vulnerability has been resolved:

block: zero...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23007</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23007</guid>
    <pubDate>Sun, 25 Jan 2026 15:15:55 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-23007</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  block: zero non-PI portion of auto integrity buffer  The auto-generated integrity buffer for writes needs to be fully initialized before being passed to the underlying block device, otherwise the uninitialized memory can be read back by userspace or anyone with physical access to the storage device. If protection information is…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23007">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-55131 – A flaw in Node.js's buffer allocation logic can expose uninitialized memory when...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-55131</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-55131</guid>
    <pubDate>Tue, 20 Jan 2026 21:16:03 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-55131</strong></p>
  <p>A flaw in Node.js's buffer allocation logic can expose uninitialized memory when allocations are interrupted, when using the `vm` module with the timeout option. Under specific timing conditions, buffers allocated with `Buffer.alloc` and other `TypedArray` instances like `Uint8Array` may contain leftover data from previous operations, allowing in-process secrets like tokens or passwords to leak o…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-120</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-55131">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-15281 – Calling wordexp with WRDE_REUSE in conjunction with WRDE_APPEND in the GNU C Lib...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-15281</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-15281</guid>
    <pubDate>Tue, 20 Jan 2026 14:16:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-15281</strong></p>
  <p>Calling wordexp with WRDE_REUSE in conjunction with WRDE_APPEND in the GNU C Library version 2.0 to version 2.42 may cause the interface to return uninitialized memory in the we_wordv member, which on subsequent calls to wordfree may abort the process.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-15281">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2022-50709 – In the Linux kernel, the following vulnerability has been resolved:

wifi: ath9k...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-50709</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-50709</guid>
    <pubDate>Wed, 24 Dec 2025 11:15:51 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2022-50709</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  wifi: ath9k: avoid uninit memory read in ath9k_htc_rx_msg()  syzbot is reporting uninit value at ath9k_htc_rx_msg() [1], for ioctl(USB_RAW_IOCTL_EP_WRITE) can call ath9k_hif_usb_rx_stream() with pkt_len = 0 but ath9k_hif_usb_rx_stream() uses __dev_alloc_skb(pkt_len + 32, GFP_ATOMIC) based on an assumption that pkt_len is valid.…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-50709">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-10021 – A Use of Uninitialized Variable vulnerability exists in Open Design Alliance Dra...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-10021</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-10021</guid>
    <pubDate>Mon, 22 Dec 2025 16:15:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-10021</strong></p>
  <p>A Use of Uninitialized Variable vulnerability exists in Open Design Alliance Drawings SDK static versions (mt) before 2026.12. Static object `COdaMfcAppApp theApp` may access `OdString::kEmpty` before its initialization. Due to undefined initialization order of static objects across translation units (Static Initialization Order Fiasco), the application accesses uninitialized memory. This results…</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> CWE-457</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-10021">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2025-68222 – In the Linux kernel, the following vulnerability has been resolved:

pinctrl: s3...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-68222</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-68222</guid>
    <pubDate>Tue, 16 Dec 2025 14:15:55 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2025-68222</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  pinctrl: s32cc: fix uninitialized memory in s32_pinctrl_desc  s32_pinctrl_desc is allocated with devm_kmalloc(), but not all of its fields are initialized. Notably, num_custom_params is used in pinconf_generic_parse_dt_config(), resulting in intermittent allocation errors, such as the following splat when probing i2c-imx:…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-68222">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-40829 – A vulnerability has been identified in Simcenter Femap (All versions &lt; V2512). T...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-40829</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-40829</guid>
    <pubDate>Fri, 12 Dec 2025 09:15:49 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-40829</strong></p>
  <p>A vulnerability has been identified in Simcenter Femap (All versions < V2512). The affected applications contains an uninitialized memory vulnerability while parsing specially crafted SLDPRT files. This could allow an attacker to execute code in the context of the current process. (ZDI-CAN-27146)</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-40829">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2023-53847 – In the Linux kernel, the following vulnerability has been resolved:

usb-storage...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-53847</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-53847</guid>
    <pubDate>Tue, 09 Dec 2025 16:17:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2023-53847</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  usb-storage: alauda: Fix uninit-value in alauda_check_media()  Syzbot got KMSAN to complain about access to an uninitialized value in the alauda subdriver of usb-storage:  BUG: KMSAN: uninit-value in alauda_transport+0x462/0x57f0 drivers/usb/storage/alauda.c:1137 CPU: 0 PID: 12279 Comm: usb-storage Not tainted 5.3.0-rc7+ #0 Hard…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-53847">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2023-53798 – In the Linux kernel, the following vulnerability has been resolved:

ethtool: Fi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-53798</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-53798</guid>
    <pubDate>Tue, 09 Dec 2025 01:16:51 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2023-53798</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ethtool: Fix uninitialized number of lanes  It is not possible to set the number of lanes when setting link modes using the legacy IOCTL ethtool interface. Since 'struct ethtool_link_ksettings' is not initialized in this path, drivers receive an uninitialized number of lanes in 'struct ethtool_link_ksettings::lanes'.  When this…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-53798">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2023-53796 – In the Linux kernel, the following vulnerability has been resolved:

f2fs: fix i...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-53796</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-53796</guid>
    <pubDate>Tue, 09 Dec 2025 01:16:51 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2023-53796</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  f2fs: fix information leak in f2fs_move_inline_dirents()  When converting an inline directory to a regular one, f2fs is leaking uninitialized memory to disk because it doesn't initialize the entire directory block.  Fix this by zero-initializing the block.  This bug was introduced by commit 4ec17d688d74 ("f2fs: avoid unneeded in…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-53796">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-64181 – OpenEXR provides the specification and reference implementation of the EXR file ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-64181</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-64181</guid>
    <pubDate>Mon, 10 Nov 2025 22:15:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-64181</strong></p>
  <p>OpenEXR provides the specification and reference implementation of the EXR file format, an image storage format for the motion picture industry. In versions 3.3.0 through 3.3.5 and 3.4.0 through 3.4.2, while fuzzing `openexr_exrcheck_fuzzer`, Valgrind reports a conditional branch depending on uninitialized data inside `generic_unpack`. This indicates a use of uninitialized memory. The issue can r…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-457</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-64181">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-64118 – node-tar is a Tar for Node.js. In 7.5.1, using .t (aka .list) with { sync: true ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-64118</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-64118</guid>
    <pubDate>Thu, 30 Oct 2025 18:15:33 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-64118</strong></p>
  <p>node-tar is a Tar for Node.js. In 7.5.1, using .t (aka .list) with { sync: true } to read tar entry contents returns uninitialized memory contents if tar file was changed on disk to a smaller size while being read. This vulnerability is fixed in 7.5.2.</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-362</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-64118">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2023-53707 – In the Linux kernel, the following vulnerability has been resolved:

drm/amdgpu:...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-53707</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-53707</guid>
    <pubDate>Wed, 22 Oct 2025 14:15:45 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2023-53707</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  drm/amdgpu: Fix integer overflow in amdgpu_cs_pass1  The type of size is unsigned int, if size is 0x40000000, there will be an integer overflow, size will be zero after size *= sizeof(uint32_t), will cause uninitialized memory to be referenced later.</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-53707">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-50531 – In the Linux kernel, the following vulnerability has been resolved:

tipc: fix a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-50531</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-50531</guid>
    <pubDate>Tue, 07 Oct 2025 16:15:37 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-50531</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  tipc: fix an information leak in tipc_topsrv_kern_subscr  Use a 8-byte write to initialize sub.usr_handle in tipc_topsrv_kern_subscr(), otherwise four bytes remain uninitialized when issuing setsockopt(..., SOL_TIPC, ...). This resulted in an infoleak reported by KMSAN when the packet was received:    ===========================…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-401</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-50531">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-53555 – In the Linux kernel, the following vulnerability has been resolved:

mm/damon/co...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-53555</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-53555</guid>
    <pubDate>Sat, 04 Oct 2025 16:15:50 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-53555</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  mm/damon/core: initialize damo_filter->list from damos_new_filter()  damos_new_filter() is not initializing the list field of newly allocated filter object.  However, DAMON sysfs interface and DAMON_RECLAIM are not initializing it after calling damos_new_filter().  As a result, accessing uninitialized memory is possible.  Actual…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-53555">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-50465 – In the Linux kernel, the following vulnerability has been resolved:

ext4: fix l...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-50465</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-50465</guid>
    <pubDate>Wed, 01 Oct 2025 12:15:40 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-50465</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ext4: fix leaking uninitialized memory in fast-commit journal  When space at the end of fast-commit journal blocks is unused, make sure to zero it out so that uninitialized memory is not leaked to disk.</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-401</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-50465">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-50428 – In the Linux kernel, the following vulnerability has been resolved:

ext4: fix o...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-50428</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-50428</guid>
    <pubDate>Wed, 01 Oct 2025 12:15:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-50428</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ext4: fix off-by-one errors in fast-commit block filling  Due to several different off-by-one errors, or perhaps due to a late change in design that wasn't fully reflected in the code that was actually merged, there are several very strange constraints on how fast-commit blocks are filled with tlv entries:  - tlvs must start at…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-193</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-50428">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-39904 – In the Linux kernel, the following vulnerability has been resolved:

arm64: kexe...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-39904</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-39904</guid>
    <pubDate>Wed, 01 Oct 2025 08:15:33 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-39904</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  arm64: kexec: initialize kexec_buf struct in load_other_segments()  Patch series "kexec: Fix invalid field access".  The kexec_buf structure was previously declared without initialization.  commit bf454ec31add ("kexec_file: allow to place kexec_buf randomly") added a field that is always read but not consistently populated by al…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-39904">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-39903 – In the Linux kernel, the following vulnerability has been resolved:

of_numa: fi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-39903</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-39903</guid>
    <pubDate>Wed, 01 Oct 2025 08:15:33 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-39903</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  of_numa: fix uninitialized memory nodes causing kernel panic  When there are memory-only nodes (nodes without CPUs), these nodes are not properly initialized, causing kernel panic during boot.  of_numa_init 	of_numa_parse_cpu_nodes 		node_set(nid, numa_nodes_parsed); 	of_numa_parse_memory_nodes  In of_numa_parse_cpu_nodes, numa_…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-39903">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-53344 – In the Linux kernel, the following vulnerability has been resolved:

can: bcm: b...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-53344</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-53344</guid>
    <pubDate>Wed, 17 Sep 2025 15:15:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-53344</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_write  Syzkaller reported the following issue:  ===================================================== BUG: KMSAN: uninit-value in aio_rw_done fs/aio.c:1520 [inline] BUG: KMSAN: uninit-value in aio_write+0x899/0x950 fs/aio.c:1600  aio_rw_done fs/aio.c:1520 [inline]  aio_writ…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-53344">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-53309 – In the Linux kernel, the following vulnerability has been resolved:

drm/radeon:...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-53309</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-53309</guid>
    <pubDate>Tue, 16 Sep 2025 17:15:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-53309</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  drm/radeon: Fix integer overflow in radeon_cs_parser_init  The type of size is unsigned, if size is 0x40000000, there will be an integer overflow, size will be zero after size *= sizeof(uint32_t), will cause uninitialized memory to be referenced later</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-190</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-53309">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-53165 – In the Linux kernel, the following vulnerability has been resolved:

udf: Fix un...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-53165</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-53165</guid>
    <pubDate>Mon, 15 Sep 2025 14:15:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-53165</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  udf: Fix uninitialized array access for some pathnames  For filenames that begin with . and are between 2 and 5 characters long, UDF charset conversion code would read uninitialized memory in the output buffer. The only practical impact is that the name may be prepended a "unification hash" when it is not actually needed but sti…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-53165">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-39684 – In the Linux kernel, the following vulnerability has been resolved:

comedi: Fix...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-39684</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-39684</guid>
    <pubDate>Fri, 05 Sep 2025 18:15:45 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-39684</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  comedi: Fix use of uninitialized memory in do_insn_ioctl() and do_insnlist_ioctl()  syzbot reports a KMSAN kernel-infoleak in `do_insn_ioctl()`.  A kernel buffer is allocated to hold `insn->n` samples (each of which is an `unsigned int`).  For some instruction types, `insn->n` samples are copied back to user-space, unless an err…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-39684">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-9181 – Uninitialized memory in the JavaScript Engine component. This vulnerability was ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-9181</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-9181</guid>
    <pubDate>Tue, 19 Aug 2025 21:15:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-9181</strong></p>
  <p>Uninitialized memory in the JavaScript Engine component. This vulnerability was fixed in Firefox 142, Firefox ESR 128.14, Firefox ESR 140.2, Thunderbird 142, Thunderbird 128.14, and Thunderbird 140.2.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-457</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-9181">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-55159 – slab is a pre-allocated storage for a uniform data type. In version 0.4.10, the ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-55159</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-55159</guid>
    <pubDate>Mon, 11 Aug 2025 23:15:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-55159</strong></p>
  <p>slab is a pre-allocated storage for a uniform data type. In version 0.4.10, the get_disjoint_mut method incorrectly checked if indices were within the slab's capacity instead of its length, allowing access to uninitialized memory. This could lead to undefined behavior or potential crashes. This has been fixed in slab 0.4.11. A workaround for this issue involves to avoid using get_disjoint_mut wit…</p>
  <p><strong>CVSS:</strong> 5.1 · <strong>CWE:</strong> CWE-119</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-55159">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-54070 – OpenZeppelin Contracts is a library for secure smart contract development. Start...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-54070</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-54070</guid>
    <pubDate>Thu, 17 Jul 2025 19:15:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-54070</strong></p>
  <p>OpenZeppelin Contracts is a library for secure smart contract development. Starting in version 5.2.0 and prior to version 5.4.0, the `lastIndexOf(bytes,byte,uint256)` function of the `Bytes.sol` library may access uninitialized memory when the following two conditions hold: 1) the provided buffer length is empty (i.e. `buffer.length == 0`) and position is not `2**256 - 1` (i.e. `pos != type(uint2…</p>
  <p><strong>CVSS:</strong> 6.9 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-54070">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-38310 – In the Linux kernel, the following vulnerability has been resolved:

seg6: Fix v...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38310</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38310</guid>
    <pubDate>Thu, 10 Jul 2025 08:15:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-38310</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  seg6: Fix validation of nexthop addresses  The kernel currently validates that the length of the provided nexthop address does not exceed the specified length. This can lead to the kernel reading uninitialized memory if user space provided a shorter length than the specified one.  Fix by validating that the provided length exact…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38310">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-21007 – Out-of-bounds write in accessing uninitialized memory in libsavsvc.so prior to A...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-21007</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-21007</guid>
    <pubDate>Tue, 08 Jul 2025 11:15:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-21007</strong></p>
  <p>Out-of-bounds write in accessing uninitialized memory in libsavsvc.so prior to Android 15 allows local attackers to cause memory corruption.</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-21007">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-37865 – In the Linux kernel, the following vulnerability has been resolved:

net: dsa: m...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-37865</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-37865</guid>
    <pubDate>Fri, 09 May 2025 07:16:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-37865</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  net: dsa: mv88e6xxx: fix -ENOENT when deleting VLANs and MST is unsupported  Russell King reports that on the ZII dev rev B, deleting a bridge VLAN from a user port fails with -ENOENT: https://lore.kernel.org/netdev/Z_lQXNP0s5-IiJzd@shell.armlinux.org.uk/  This comes from mv88e6xxx_port_vlan_leave() -> mv88e6xxx_mst_put(), which…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-37865">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-49788 – In the Linux kernel, the following vulnerability has been resolved:

misc/vmw_vm...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-49788</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-49788</guid>
    <pubDate>Thu, 01 May 2025 15:16:02 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-49788</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  misc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram()  `struct vmci_event_qp` allocated by qp_notify_peer() contains padding, which may carry uninitialized data to the userspace, as observed by KMSAN:    BUG: KMSAN: kernel-infoleak in instrument_copy_to_user ./include/linux/instrumented.h:121    instrument_copy_to_us…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-49788">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-1942 – When String.toUpperCase() caused a string to get longer it was possible for unin...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-1942</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-1942</guid>
    <pubDate>Tue, 04 Mar 2025 14:15:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-1942</strong></p>
  <p>When String.toUpperCase() caused a string to get longer it was possible for uninitialized memory to be incorporated into the result string. This vulnerability was fixed in Firefox 136 and Thunderbird 136.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-1942">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-49235 – In the Linux kernel, the following vulnerability has been resolved:

ath9k_htc: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-49235</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-49235</guid>
    <pubDate>Wed, 26 Feb 2025 07:01:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-49235</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ath9k_htc: fix uninit value bugs  Syzbot reported 2 KMSAN bugs in ath9k. All of them are caused by missing field initialization.  In htc_connect_service() svc_meta_len and pad are not initialized. Based on code it looks like in current skb there is no service data, so simply initialize svc_meta_len to 0.  htc_issue_send() does n…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-49235">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-20882 – Out-of-bounds write in accessing uninitialized memory for svc1td in libsthmbc.so...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-20882</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-20882</guid>
    <pubDate>Tue, 04 Feb 2025 08:15:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-20882</strong></p>
  <p>Out-of-bounds write in accessing uninitialized memory for svc1td in libsthmbc.so prior to SMR Jan-2025 Release 1 allows local attackers to execute arbitrary code with privilege. User interaction is required for triggering this vulnerability.</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-20882">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-53869 – NVIDIA Unified Memory driver for Linux contains a vulnerability where an attacke...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-53869</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-53869</guid>
    <pubDate>Tue, 28 Jan 2025 04:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-53869</strong></p>
  <p>NVIDIA Unified Memory driver for Linux contains a vulnerability where an attacker could leak uninitialized memory. A successful exploit of this vulnerability might lead to information disclosure.</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-459</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-53869">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-12085 – A flaw was found in rsync which could be triggered when rsync compares file chec...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-12085</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-12085</guid>
    <pubDate>Tue, 14 Jan 2025 18:15:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-12085</strong></p>
  <p>A flaw was found in rsync which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-12085">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-11991 – Motoko's incremental garbage collector is impacted by an uninitialized memory ac...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-11991</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-11991</guid>
    <pubDate>Mon, 09 Dec 2024 15:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-11991</strong></p>
  <p>Motoko's incremental garbage collector is impacted by an uninitialized memory access bug, caused by incorrect use of write barriers in a few locations. This vulnerability could potentially allow unauthorized read or write access to a Canister's memory. However, exploiting this bug requires the Canister to enable the incremental garbage collector or enhanced orthogonal persistence, which are non-d…</p>
  <p><strong>CVSS:</strong> 5.6 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-11991">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-53142 – In the Linux kernel, the following vulnerability has been resolved:

initramfs: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-53142</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-53142</guid>
    <pubDate>Fri, 06 Dec 2024 10:15:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-53142</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  initramfs: avoid filename buffer overrun  The initramfs filename field is defined in Documentation/driver-api/early-userspace/buffer-format.rst as:   37 cpio_file := ALGN(4) + cpio_header + filename + "\0" + ALGN(4) + data ...  55 ============= ================== =========================  56 Field name    Field size         Mea…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-53142">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-10396 – An authenticated user can provide a malformed ACL to the fileserver's StoreACL R...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-10396</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-10396</guid>
    <pubDate>Thu, 14 Nov 2024 20:15:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-10396</strong></p>
  <p>An authenticated user can provide a malformed ACL to the fileserver's StoreACL RPC, causing the fileserver to crash, possibly expose uninitialized memory, and possibly store garbage data in the audit log. Malformed ACLs provided in responses to client FetchACL RPCs can cause client processes to crash and possibly expose uninitialized memory into other ACLs stored on the server.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-772</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-10396">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-50110 – In the Linux kernel, the following vulnerability has been resolved:

xfrm: fix o...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-50110</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-50110</guid>
    <pubDate>Tue, 05 Nov 2024 18:15:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-50110</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  xfrm: fix one more kernel-infoleak in algo dumping  During fuzz testing, the following issue was discovered:  BUG: KMSAN: kernel-infoleak in _copy_to_iter+0x598/0x2a30  _copy_to_iter+0x598/0x2a30  __skb_datagram_iter+0x168/0x1060  skb_copy_datagram_iter+0x5b/0x220  netlink_recvmsg+0x362/0x1700  sock_recvmsg+0x2dc/0x390  __sys_re…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-50110">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-50105 – In the Linux kernel, the following vulnerability has been resolved:

ASoC: qcom:...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-50105</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-50105</guid>
    <pubDate>Tue, 05 Nov 2024 18:15:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-50105</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ASoC: qcom: sc7280: Fix missing Soundwire runtime stream alloc  Commit 15c7fab0e047 ("ASoC: qcom: Move Soundwire runtime stream alloc to soundcards") moved the allocation of Soundwire stream runtime from the Qualcomm Soundwire driver to each individual machine sound card driver, except that it forgot to update SC7280 card.  Just…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-50105">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-49861 – In the Linux kernel, the following vulnerability has been resolved:

bpf: Fix he...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-49861</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-49861</guid>
    <pubDate>Mon, 21 Oct 2024 13:15:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-49861</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  bpf: Fix helper writes to read-only maps  Lonial found an issue that despite user- and BPF-side frozen BPF map (like in case of .rodata), it was still possible to write into it from a BPF program side through specific helpers having ARG_PTR_TO_{LONG,INT} as arguments.  In check_func_arg() when the argument is as mentioned, the m…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-49861">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-45004 – In the Linux kernel, the following vulnerability has been resolved:

KEYS: trust...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-45004</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-45004</guid>
    <pubDate>Wed, 04 Sep 2024 20:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-45004</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  KEYS: trusted: dcp: fix leak of blob encryption key  Trusted keys unseal the key blob on load, but keep the sealed payload in the blob field so that every subsequent read (export) will simply convert this field to hex and send it to userspace.  With DCP-based trusted keys, we decrypt the blob encryption key (BEK) in the Kernel d…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-312</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-45004">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2024-43845 – In the Linux kernel, the following vulnerability has been resolved:

udf: Fix bo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-43845</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-43845</guid>
    <pubDate>Sat, 17 Aug 2024 10:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2024-43845</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  udf: Fix bogus checksum computation in udf_rename()  Syzbot reports uninitialized memory access in udf_rename() when updating checksum of '..' directory entry of a moved directory. This is indeed true as we pass on-stack diriter.fi to the udf_update_tag() and because that has only struct fileIdentDesc included in it and not the…</p>
  <p><strong>CVSS:</strong> 3.3 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-43845">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-7526 – ANGLE failed to initialize parameters which lead to reading from uninitialized m...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-7526</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-7526</guid>
    <pubDate>Tue, 06 Aug 2024 13:15:57 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-7526</strong></p>
  <p>ANGLE failed to initialize parameters which lead to reading from uninitialized memory. This could be leveraged to leak sensitive data from memory. This vulnerability affects Firefox < 129, Firefox ESR < 115.14, Firefox ESR < 128.1, Thunderbird < 128.1, and Thunderbird < 115.14.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-7526">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-42115 – In the Linux kernel, the following vulnerability has been resolved:

jffs2: Fix ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-42115</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-42115</guid>
    <pubDate>Tue, 30 Jul 2024 08:15:03 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-42115</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  jffs2: Fix potential illegal address access in jffs2_free_inode  During the stress testing of the jffs2 file system,the following abnormal printouts were found: [ 2430.649000] Unable to handle kernel paging request at virtual address 0069696969696948 [ 2430.649622] Mem abort info: [ 2430.649829]   ESR = 0x96000004 [ 2430.650115]…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-42115">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-42076 – In the Linux kernel, the following vulnerability has been resolved:

net: can: j...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-42076</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-42076</guid>
    <pubDate>Mon, 29 Jul 2024 16:15:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-42076</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  net: can: j1939: Initialize unused data in j1939_send_one()  syzbot reported kernel-infoleak in raw_recvmsg() [1]. j1939_send_one() creates full frame including unused data, but it doesn't initialize it. This causes the kernel-infoleak issue. Fix this by initializing unused data.  [1] BUG: KMSAN: kernel-infoleak in instrument_co…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-42076">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-48855 – In the Linux kernel, the following vulnerability has been resolved:

sctp: fix k...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-48855</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-48855</guid>
    <pubDate>Tue, 16 Jul 2024 13:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-48855</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  sctp: fix kernel-infoleak for SCTP sockets  syzbot reported a kernel infoleak [1] of 4 bytes.  After analysis, it turned out r->idiag_expires is not initialized if inet_sctp_diag_fill() calls inet_diag_msg_common_fill()  Make sure to clear idiag_timer/idiag_retrans/idiag_expires and let inet_diag_msg_sctpasoc_fill() fill them ag…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-401</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-48855">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2021-47597 – In the Linux kernel, the following vulnerability has been resolved:

inet_diag: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-47597</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-47597</guid>
    <pubDate>Wed, 19 Jun 2024 15:15:54 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2021-47597</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  inet_diag: fix kernel-infoleak for UDP sockets  KMSAN reported a kernel-infoleak [1], that can exploited by unpriv users.  After analysis it turned out UDP was not initializing r->idiag_expires. Other users of inet_sk_diag_fill() might make the same mistake in the future, so fix this in inet_sk_diag_fill().  [1] BUG: KMSAN: kern…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-47597">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-35849 – In the Linux kernel, the following vulnerability has been resolved:

btrfs: fix ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-35849</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-35849</guid>
    <pubDate>Fri, 17 May 2024 15:15:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-35849</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  btrfs: fix information leak in btrfs_ioctl_logical_to_ino()  Syzbot reported the following information leak for in btrfs_ioctl_logical_to_ino():    BUG: KMSAN: kernel-infoleak in instrument_copy_to_user include/linux/instrumented.h:114 [inline]   BUG: KMSAN: kernel-infoleak in _copy_to_user+0xbc/0x110 lib/usercopy.c:40    instru…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-35849">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2021-35000 – OpenBSD Kernel Multicast Routing Uninitialized Memory Information Disclosure Vul...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-35000</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-35000</guid>
    <pubDate>Tue, 07 May 2024 23:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2021-35000</strong></p>
  <p>OpenBSD Kernel Multicast Routing Uninitialized Memory Information Disclosure Vulnerability. This vulnerability allows local attackers to disclose sensitive information on affected installations of OpenBSD Kernel. An attacker must first obtain the ability to execute low-privileged code on the target system in order to exploit this vulnerability.  The specific flaw exists within the implementation…</p>
  <p><strong>CVSS:</strong> 3.3 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-35000">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2021-34999 – OpenBSD Kernel Multicast Routing Uninitialized Memory Information Disclosure Vul...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-34999</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-34999</guid>
    <pubDate>Tue, 07 May 2024 23:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2021-34999</strong></p>
  <p>OpenBSD Kernel Multicast Routing Uninitialized Memory Information Disclosure Vulnerability. This vulnerability allows local attackers to disclose sensitive information on affected installations of OpenBSD Kernel. An attacker must first obtain the ability to execute low-privileged code on the target system in order to exploit this vulnerability.  The specific flaw exists within the implementation…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-34999">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-35715 – Ashlar-Vellum Cobalt AR File Parsing Uninitialized Memory Remote Code Execution ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-35715</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-35715</guid>
    <pubDate>Fri, 03 May 2024 02:15:33 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-35715</strong></p>
  <p>Ashlar-Vellum Cobalt AR File Parsing Uninitialized Memory Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Ashlar-Vellum Cobalt. 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 within the parsing of AR f…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-824</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-35715">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-35713 – Ashlar-Vellum Cobalt XE File Parsing Uninitialized Memory Remote Code Execution ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-35713</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-35713</guid>
    <pubDate>Fri, 03 May 2024 02:15:33 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-35713</strong></p>
  <p>Ashlar-Vellum Cobalt XE File Parsing Uninitialized Memory Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Ashlar-Vellum Cobalt. 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 within the parsing of XE f…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-824</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-35713">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-35712 – Ashlar-Vellum Cobalt XE File Parsing Uninitialized Memory Remote Code Execution ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-35712</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-35712</guid>
    <pubDate>Fri, 03 May 2024 02:15:33 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-35712</strong></p>
  <p>Ashlar-Vellum Cobalt XE File Parsing Uninitialized Memory Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Ashlar-Vellum Cobalt. 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 within the parsing of XE f…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-824</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-35712">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-34310 – Ashlar-Vellum Cobalt Uninitialized Memory Remote Code Execution Vulnerability. T...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-34310</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-34310</guid>
    <pubDate>Fri, 03 May 2024 02:15:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-34310</strong></p>
  <p>Ashlar-Vellum Cobalt Uninitialized Memory Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Ashlar-Vellum Cobalt. 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 within the parsing of CO files. The issue…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-457</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-34310">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-48654 – In the Linux kernel, the following vulnerability has been resolved:

netfilter: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-48654</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-48654</guid>
    <pubDate>Sun, 28 Apr 2024 13:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-48654</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  netfilter: nfnetlink_osf: fix possible bogus match in nf_osf_find()  nf_osf_find() incorrectly returns true on mismatch, this leads to copying uninitialized memory area in nft_osf which can be used to leak stale kernel stack data to userspace.</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-48654">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-26901 – In the Linux kernel, the following vulnerability has been resolved:

do_sys_name...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-26901</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-26901</guid>
    <pubDate>Wed, 17 Apr 2024 11:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-26901</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak  syzbot identified a kernel information leak vulnerability in do_sys_name_to_handle() and issued the following report [1].  [1] "BUG: KMSAN: kernel-infoleak in instrument_copy_to_user include/linux/instrumented.h:114 [inline] BUG: KMSAN: kernel-infoleak in _copy_to_us…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-26901">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-3862 – The MarkStack assignment operator, part of the JavaScript engine, could access u...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-3862</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-3862</guid>
    <pubDate>Tue, 16 Apr 2024 16:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-3862</strong></p>
  <p>The MarkStack assignment operator, part of the JavaScript engine, could access uninitialized memory if it were used in a self-assignment. This vulnerability affects Firefox < 125.</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-3862">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-26805 – In the Linux kernel, the following vulnerability has been resolved:

netlink: Fi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-26805</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-26805</guid>
    <pubDate>Thu, 04 Apr 2024 09:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-26805</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  netlink: Fix kernel-infoleak-after-free in __skb_datagram_iter  syzbot reported the following uninit-value access issue [1]:  netlink_to_full_skb() creates a new `skb` and puts the `skb->data` passed as a 1st arg of netlink_to_full_skb() onto new `skb`. The data size is specified as `len` and passed to skb_put_data(). This `len`…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-26805">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-26697 – In the Linux kernel, the following vulnerability has been resolved:

nilfs2: fix...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-26697</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-26697</guid>
    <pubDate>Wed, 03 Apr 2024 15:15:52 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-26697</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  nilfs2: fix data corruption in dsync block recovery for small block sizes  The helper function nilfs_recovery_copy_block() of nilfs_recovery_dsync_blocks(), which recovers data from logs created by data sync writes during a mount after an unclean shutdown, incorrectly calculates the on-page offset when copying repair data to the…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-26697">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2021-47136 – In the Linux kernel, the following vulnerability has been resolved:

net: zero-i...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-47136</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-47136</guid>
    <pubDate>Mon, 25 Mar 2024 09:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2021-47136</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  net: zero-initialize tc skb extension on allocation  Function skb_ext_add() doesn't initialize created skb extension with any value and leaves it up to the user. However, since extension of type TC_SKB_EXT originally contained only single value tc_skb_ext->chain its users used to just assign the chain value without setting whole…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-47136">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2023-6918 – A flaw was found in the libssh implements abstract layer for message digest (MD)...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-6918</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-6918</guid>
    <pubDate>Tue, 19 Dec 2023 00:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2023-6918</strong></p>
  <p>A flaw was found in the libssh implements abstract layer for message digest (MD) operations implemented by different supported crypto backends. The return values from these were not properly checked, which could cause low-memory situations failures, NULL dereferences, crashes, or usage of the uninitialized memory as an input for the KDF. In this case, non-matching keys will result in decryption/i…</p>
  <p><strong>CVSS:</strong> 3.7 · <strong>CWE:</strong> CWE-252</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-6918">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2023-3247 – In PHP versions 8.0.* before 8.0.29, 8.1.* before 8.1.20, 8.2.* before 8.2.7 whe...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-3247</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-3247</guid>
    <pubDate>Sat, 22 Jul 2023 05:15:37 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2023-3247</strong></p>
  <p>In PHP versions 8.0.* before 8.0.29, 8.1.* before 8.1.20, 8.2.* before 8.2.7 when using SOAP HTTP Digest Authentication, random value generator was not checked for failure, and was using narrower range of values than it should have. In case of random generator failure, it could lead to a disclosure of 31 bits of uninitialized memory from the client to the server, and it also made easier to a mali…</p>
  <p><strong>CVSS:</strong> 2.6 · <strong>CWE:</strong> CWE-252</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-3247">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-20892 – The vCenter Server contains a heap overflow vulnerability due to the usage of un...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-20892</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-20892</guid>
    <pubDate>Thu, 22 Jun 2023 12:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-20892</strong></p>
  <p>The vCenter Server contains a heap overflow vulnerability due to the usage of uninitialized memory in the implementation of the DCERPC protocol. A malicious actor with network access to vCenter Server may exploit heap-overflow vulnerability to execute arbitrary code on the underlying operating system that hosts vCenter Server.</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-20892">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-32846 – HyperKit is a toolkit for embedding hypervisor capabilities in an application. I...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-32846</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-32846</guid>
    <pubDate>Fri, 17 Feb 2023 23:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-32846</strong></p>
  <p>HyperKit is a toolkit for embedding hypervisor capabilities in an application. In versions 0.20210107, function `pci_vtsock_proc_tx` in `virtio-sock` can lead to to uninitialized memory use. In this situation, there is a check for the return value to be less or equal to `VTSOCK_MAXSEGS`, but that check is not sufficient because the function can return `-1` if it finds an error it cannot recover f…</p>
  <p><strong>CVSS:</strong> 7.7 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-32846">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-48303 – GNU Tar through 1.34 has a one-byte out-of-bounds read that results in use of un...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-48303</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-48303</guid>
    <pubDate>Mon, 30 Jan 2023 04:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-48303</strong></p>
  <p>GNU Tar through 1.34 has a one-byte out-of-bounds read that results in use of uninitialized memory for a conditional jump. Exploitation to change the flow of control has not been demonstrated. The issue occurs in from_header in list.c via a V7 archive in which mtime has approximately 11 whitespace characters.</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-48303">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-2950 – Altair HyperView Player versions 2021.1.0.27 and prior are vulnerable to the use...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-2950</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-2950</guid>
    <pubDate>Tue, 13 Dec 2022 21:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-2950</strong></p>
  <p>Altair HyperView Player versions 2021.1.0.27 and prior are vulnerable to the use of uninitialized memory vulnerability during parsing of H3D files. A DWORD is extracted from an uninitialized buffer and, after sign extension, is used as an index into a stack variable to increment a counter leading to memory corruption.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-2950">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-2949 – Altair HyperView Player versions 2021.1.0.27 and prior are vulnerable to the use...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-2949</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-2949</guid>
    <pubDate>Tue, 13 Dec 2022 21:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-2949</strong></p>
  <p>Altair HyperView Player versions 2021.1.0.27 and prior are vulnerable to the use of uninitialized memory vulnerability during parsing of H3D files. A DWORD is extracted from an uninitialized buffer and, after sign extension, is used as an index into a stack variable to increment a counter leading to memory corruption.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-2949">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-29240 – Scylla is a real-time big data database that is API-compatible with Apache Cassa...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-29240</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-29240</guid>
    <pubDate>Thu, 15 Sep 2022 22:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-29240</strong></p>
  <p>Scylla is a real-time big data database that is API-compatible with Apache Cassandra and Amazon DynamoDB. When decompressing CQL frame received from user, Scylla assumes that user-provided uncompressed length is correct. If user provides fake length, that is greater than the real one, part of decompression buffer won't be overwritten, and will be left uninitialized. This can be exploited in sever…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-29240">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-2308 – A flaw was found in vDPA with VDUSE backend. There are currently no checks in VD...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-2308</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-2308</guid>
    <pubDate>Thu, 01 Sep 2022 21:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-2308</strong></p>
  <p>A flaw was found in vDPA with VDUSE backend. There are currently no checks in VDUSE kernel driver to ensure the size of the device config space is in line with the features advertised by the VDUSE userspace application. In case of a mismatch, Virtio drivers config read helpers do not initialize the memory indirectly passed to vduse_vdpa_get_config() returning uninitialized memory from the stack.…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-457</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-2308">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-39046 – An issue was discovered in the GNU C Library (glibc) 2.36. When the syslog funct...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-39046</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-39046</guid>
    <pubDate>Wed, 31 Aug 2022 06:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-39046</strong></p>
  <p>An issue was discovered in the GNU C Library (glibc) 2.36. When the syslog function is passed a crafted input string larger than 1024 bytes, it reads uninitialized memory from the heap and prints it to the target log file, potentially revealing a portion of the contents of the heap.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-532</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-39046">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-0175 – A flaw was found in the VirGL virtual OpenGL renderer (virglrenderer). The virgl...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-0175</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-0175</guid>
    <pubDate>Fri, 26 Aug 2022 18:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-0175</strong></p>
  <p>A flaw was found in the VirGL virtual OpenGL renderer (virglrenderer). The virgl did not properly initialize memory when allocating a host-backed memory resource. A malicious guest could use this flaw to mmap from the guest kernel and read this uninitialized memory from the host, possibly leading to information disclosure.</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-909</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-0175">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2022-33716 – An absence of variable initialization in ICCC TA prior to SMR Aug-2022 Release 1...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-33716</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-33716</guid>
    <pubDate>Fri, 05 Aug 2022 16:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2022-33716</strong></p>
  <p>An absence of variable initialization in ICCC TA prior to SMR Aug-2022 Release 1 allows local attacker to read uninitialized memory.</p>
  <p><strong>CVSS:</strong> 2.3 · <strong>CWE:</strong> CWE-457</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-33716">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-20176 – In auth_store of sjtag-driver.c, there is a possible read of uninitialized memor...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-20176</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-20176</guid>
    <pubDate>Wed, 15 Jun 2022 14:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-20176</strong></p>
  <p>In auth_store of sjtag-driver.c, there is a possible read of uninitialized memory due to a missing bounds check. This could lead to local information disclosure with System execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID: A-197787879References: N/A</p>
  <p><strong>CVSS:</strong> 4.4 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-20176">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-0382 – An information leak flaw was found due to uninitialized memory in the Linux kern...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-0382</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-0382</guid>
    <pubDate>Fri, 11 Feb 2022 18:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-0382</strong></p>
  <p>An information leak flaw was found due to uninitialized memory in the Linux kernel's TIPC protocol subsystem, in the way a user sends a TIPC datagram to one or more destinations. This flaw allows a local user to read some kernel memory. This issue is limited to no more than 7 bytes, and the user cannot control what is read. This flaw affects the Linux kernel versions prior to 5.17-rc1.</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-909</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-0382">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-43848 – h2o is an open source http server. In code prior to the `8c0eca3` commit h2o may...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-43848</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-43848</guid>
    <pubDate>Tue, 01 Feb 2022 13:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-43848</strong></p>
  <p>h2o is an open source http server. In code prior to the `8c0eca3` commit h2o may attempt to access uninitialized memory. When receiving QUIC frames in certain order, HTTP/3 server-side implementation of h2o can be misguided to treat uninitialized memory as HTTP/3 frames that have been received. When h2o is used as a reverse proxy, an attacker can abuse this vulnerability to send internal state of…</p>
  <p><strong>CVSS:</strong> 7.4 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-43848">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2021-45703 – An issue was discovered in the tectonic_xdv crate before 0.1.12 for Rust. XdvPar...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-45703</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-45703</guid>
    <pubDate>Mon, 27 Dec 2021 00:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2021-45703</strong></p>
  <p>An issue was discovered in the tectonic_xdv crate before 0.1.12 for Rust. XdvParser::<T>::process may read from uninitialized memory locations.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-45703">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-45694 – An issue was discovered in the rdiff crate through 2021-02-03 for Rust. Window m...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-45694</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-45694</guid>
    <pubDate>Mon, 27 Dec 2021 00:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-45694</strong></p>
  <p>An issue was discovered in the rdiff crate through 2021-02-03 for Rust. Window may read from uninitialized memory locations.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-45694">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2021-45693 – An issue was discovered in the messagepack-rs crate through 2021-01-26 for Rust...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-45693</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-45693</guid>
    <pubDate>Mon, 27 Dec 2021 00:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2021-45693</strong></p>
  <p>An issue was discovered in the messagepack-rs crate through 2021-01-26 for Rust. deserialize_string_primitive may read from uninitialized memory locations.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-45693">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2021-45692 – An issue was discovered in the messagepack-rs crate through 2021-01-26 for Rust...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-45692</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-45692</guid>
    <pubDate>Mon, 27 Dec 2021 00:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2021-45692</strong></p>
  <p>An issue was discovered in the messagepack-rs crate through 2021-01-26 for Rust. deserialize_extension_others may read from uninitialized memory locations.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-45692">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
