<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Google Pixel</title>
  <link>https://cvedaily.com/pages/tags/pixel.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/pixel.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Google Pixel</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:37 +0000</lastBuildDate>
  <item>
    <title>[High] CVE-2026-46599 – The TIFF decoder does not place a limit on the size of PackBits-compressed data...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46599</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46599</guid>
    <pubDate>Fri, 29 May 2026 20:16:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-46599</strong></p>
  <p>The TIFF decoder does not place a limit on the size of PackBits-compressed data. A maliciously-crafted image can exploit this to cause a small image (both in terms of pixel width/height and encoded size) to make the decoder decode large amounts of compressed data.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46599">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-46209 – In the Linux kernel, the following vulnerability has been resolved:

drm/gem: Fi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46209</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46209</guid>
    <pubDate>Thu, 28 May 2026 10:16:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-46209</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  drm/gem: Fix inconsistent plane dimension calculation in drm_gem_fb_init_with_funcs()  drm_gem_fb_init_with_funcs() computes sub-sampled plane dimensions using plain integer division:    unsigned int width  = mode_cmd->width  / (i ? info->hsub : 1);   unsigned int height = mode_cmd->height / (i ? info->vsub : 1);  However, the i…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46209">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-44988 – LibVNCClient is a library for easy implementation of a VNC client. In 0.9.15 and...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44988</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44988</guid>
    <pubDate>Wed, 27 May 2026 15:16:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-44988</strong></p>
  <p>LibVNCClient is a library for easy implementation of a VNC client. In 0.9.15 and earlier, LibVNCClient's Tight encoding decoder uses fixed-size 2048-pixel scratch buffers for the Gradient filter, but it does not reject Tight rectangles whose width is larger than 2048 pixels. A malicious VNC server can send a crafted FramebufferUpdate rectangle using Tight encoding with NoZlib | ExplicitFilter and…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44988">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-32814 – libheif is a HEIF and AVIF file format decoder and encoder. In versions 1.21.2 a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32814</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32814</guid>
    <pubDate>Tue, 19 May 2026 21:16:42 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-32814</strong></p>
  <p>libheif is a HEIF and AVIF file format decoder and encoder. In versions 1.21.2 and prior, when decoding a HEIF grid image with strict_decoding=false (the default), a corrupted tile silently fails to decode and the library returns heif_error_Ok with no indication of failure, leading to an uninitialized heap memory information leak. The canvas is allocated via create_clone_image_at_new_size() → pla…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32814">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-32741 – libheif is a HEIF and AVIF file format decoder and encoder. Versions 1.21.2 and ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32741</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32741</guid>
    <pubDate>Tue, 19 May 2026 21:16:42 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-32741</strong></p>
  <p>libheif is a HEIF and AVIF file format decoder and encoder. Versions 1.21.2 and below contain a heap buffer overflow in MaskImageCodec::decode_mask_image(). When decoding a HEIF file containing a mask image (mski), the function copies the full iloc extent data into a pixel buffer using memcpy(dst, data.data(), data.size()). The copy length data.size() is determined by the iloc extent in the file…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-122</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32741">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-32740 – libheif is a HEIF and AVIF file format decoder and encoder. Versions 1.21.2 and ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32740</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32740</guid>
    <pubDate>Tue, 19 May 2026 20:16:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-32740</strong></p>
  <p>libheif is a HEIF and AVIF file format decoder and encoder. Versions 1.21.2 and prior contain a heap-buffer-overflow (write) vulnerability in the grid tile compositing, allowing an attacker to write 64 bytes of fully attacker-controlled data past the end of a chroma plane heap allocation by crafting a HEIF/AVIF file with a 1×4 grid of odd-height tiles. The overflow is triggered during normal imag…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32740">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-44636 – libsixel is a SIXEL encoder/decoder implementation derived from kmiya's sixel. F...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44636</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44636</guid>
    <pubDate>Thu, 14 May 2026 20:17:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-44636</strong></p>
  <p>libsixel is a SIXEL encoder/decoder implementation derived from kmiya's sixel. From  to 1.8.7-r1, signed integer overflow in sixel_encode_highcolor's allocation size calculation can lead to a heap buffer overflow. The public sixel_encode entry point validates only that width and height are greater than zero, with no upper bound. width and height are multiplied as plain int when computing the allo…</p>
  <p><strong>CVSS:</strong> 7.4 · <strong>CWE:</strong> CWE-122</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44636">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-43996 – OpenImageIO is a toolset for reading, writing, and manipulating image files of a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43996</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43996</guid>
    <pubDate>Thu, 14 May 2026 20:17:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-43996</strong></p>
  <p>OpenImageIO is a toolset for reading, writing, and manipulating image files of any image file format relevant to VFX / animation. Prior to 3.0.18.0 and 3.1.13.0, the bounds check in TGAInput::decode_pixel computes k + palbytespp as unsigned 32-bit arithmetic. When k = 0xFFFFFFFC and palbytespp = 4, the addition wraps to 0, which compares less than palette_alloc_size and passes the check. The subs…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43996">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43908 – OpenImageIO is a toolset for reading, writing, and manipulating image files of a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43908</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43908</guid>
    <pubDate>Thu, 14 May 2026 20:17:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43908</strong></p>
  <p>OpenImageIO is a toolset for reading, writing, and manipulating image files of any image file format relevant to VFX / animation. Prior to 3.0.18.0 and 3.1.13.0, a signed 32-bit integer overflow in the pixel-loop index expression i * 3 inside ConvertCbYCrYToRGB() causes the function to compute a large negative pointer offset into the output buffer, producing an out-of-bounds write that crashes th…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-190</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43908">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43907 – OpenImageIO is a toolset for reading, writing, and manipulating image files of a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43907</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43907</guid>
    <pubDate>Thu, 14 May 2026 20:17:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43907</strong></p>
  <p>OpenImageIO is a toolset for reading, writing, and manipulating image files of any image file format relevant to VFX / animation. Prior to 3.0.18.0 and 3.1.13.0, a signed integer overflow in QueryRGBBufferSizeInternal() in DPXColorConverter.cpp leads to a heap-based out-of-bounds write when processing crafted DPX image files. The function computes buffer sizes using 32-bit signed integer arithmet…</p>
  <p><strong>CVSS:</strong> 8.3 · <strong>CWE:</strong> CWE-190</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43907">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43905 – OpenImageIO is a toolset for reading, writing, and manipulating image files of a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43905</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43905</guid>
    <pubDate>Thu, 14 May 2026 20:17:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43905</strong></p>
  <p>OpenImageIO is a toolset for reading, writing, and manipulating image files of any image file format relevant to VFX / animation. Prior to 3.0.18.0 and 3.1.13.0, jpeg2000input.cpp:395 computes buffer size as const int bufsize = w * h * ch * buffer_bpp using signed 32-bit arithmetic. When the product exceeds INT_MAX, the result wraps to 0 or a small value. m_buf.resize() allocates an undersized bu…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-190</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43905">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-7049 – The PixelYourSite Pro – Your smart PIXEL (TAG) Manager plugin for WordPress is v...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-7049</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-7049</guid>
    <pubDate>Sat, 02 May 2026 06:16:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-7049</strong></p>
  <p>The PixelYourSite Pro – Your smart PIXEL (TAG) Manager plugin for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 12.5.0.1 via the scan_video. This makes it possible for unauthenticated attackers to make web requests to arbitrary locations originating from the web application and can be used to query and modify information from internal services. The S…</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-918</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-7049">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-41309 – Open Source Social Network (OSSN) is open-source social networking software deve...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41309</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41309</guid>
    <pubDate>Fri, 24 Apr 2026 03:16:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-41309</strong></p>
  <p>Open Source Social Network (OSSN) is open-source social networking software developed in PHP. Versions prior to 9.0 are vulnerable to resource exhaustion. An attacker can upload a specially crafted image with extreme pixel dimensions (e.g., $10000 \times 10000$ pixels). While the compressed file size on disk may be small, the server attempts to allocate significant memory and CPU cycles during th…</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41309">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-41334 – OpenClaw before 2026.3.31 contains a decompression bomb vulnerability in image p...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41334</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41334</guid>
    <pubDate>Thu, 23 Apr 2026 22:16:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-41334</strong></p>
  <p>OpenClaw before 2026.3.31 contains a decompression bomb vulnerability in image processing that fails to properly enforce pixel-limit guards on sips. Attackers can exploit this by uploading oversized images to cause denial of service through excessive memory consumption.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-636</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41334">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-39886 – OpenEXR provides the specification and reference implementation of the EXR file ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-39886</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-39886</guid>
    <pubDate>Tue, 21 Apr 2026 02:16:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-39886</strong></p>
  <p>OpenEXR provides the specification and reference implementation of the EXR file format, an image storage format for the motion picture industry. Versions 3.4.0 through 3.4.9 have a signed integer overflow vulnerability in OpenEXR's HTJ2K (High-Throughput JPEG 2000) decompression path. The `ht_undo_impl()` function in `src/lib/OpenEXRCore/internal_ht.cpp` accumulates a bytes-per-line value (`bpl`)…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-190</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-39886">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-40493 – SAIL is a cross-platform library for loading and saving images with support for ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40493</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40493</guid>
    <pubDate>Sat, 18 Apr 2026 03:16:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-40493</strong></p>
  <p>SAIL is a cross-platform library for loading and saving images with support for animation, metadata, and ICC profiles. Prior to commit c930284445ea3ff94451ccd7a57c999eca3bc979, the PSD codec computes bytes-per-pixel (`bpp`) from raw header fields `channels * depth`, but the pixel buffer is allocated based on the resolved pixel format. For LAB mode with `channels=3, depth=16`, `bpp = (3*16+7)/8 =…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40493">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-40492 – SAIL is a cross-platform library for loading and saving images with support for ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40492</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40492</guid>
    <pubDate>Sat, 18 Apr 2026 03:16:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-40492</strong></p>
  <p>SAIL is a cross-platform library for loading and saving images with support for animation, metadata, and ICC profiles. Prior to commit 36aa5c7ec8a2bb35f6fb867a1177a6f141156b02, the XWD codec resolves pixel format based on `pixmap_depth` but the byte-swap code uses `bits_per_pixel` independently. When `pixmap_depth=8` (BPP8_INDEXED, 1 byte/pixel buffer) but `bits_per_pixel=32`, the byte-swap loop…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40492">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-40915 – A flaw was found in GIMP. A remote attacker could exploit an integer overflow vu...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40915</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40915</guid>
    <pubDate>Wed, 15 Apr 2026 20:16:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-40915</strong></p>
  <p>A flaw was found in GIMP. A remote attacker could exploit an integer overflow vulnerability in the FITS image loader by providing a specially crafted FITS file. This integer overflow leads to a zero-byte memory allocation, which is then subjected to a heap buffer overflow when processing pixel data. Successful exploitation could result in a denial of service (DoS) or potentially arbitrary code ex…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-190</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40915">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-33021 – libsixel is a SIXEL encoder/decoder implementation derived from kmiya's sixel. V...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33021</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33021</guid>
    <pubDate>Tue, 14 Apr 2026 23:16:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-33021</strong></p>
  <p>libsixel is a SIXEL encoder/decoder implementation derived from kmiya's sixel. Versions 1.8.7 and prior contain a use-after-free vulnerability in sixel_encoder_encode_bytes() because sixel_frame_init() stores the caller-owned pixel buffer pointer directly in frame->pixels without making a defensive copy. When a resize operation is triggered, sixel_frame_convert_to_rgb888() unconditionally frees t…</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33021">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-33020 – libsixel is a SIXEL encoder/decoder implementation derived from kmiya's sixel. V...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33020</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33020</guid>
    <pubDate>Tue, 14 Apr 2026 22:16:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-33020</strong></p>
  <p>libsixel is a SIXEL encoder/decoder implementation derived from kmiya's sixel. Versions 1.8.7 and prior contain an integer overflow which leads to a heap buffer overflow via sixel_frame_convert_to_rgb888() in frame.c, where allocation size and pointer offset computations for palettised images (PAL1, PAL2, PAL4) are performed using int arithmetic before casting to size_t. For images whose pixel co…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-122</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33020">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-33018 – libsixel is a SIXEL encoder/decoder implementation derived from kmiya's sixel. V...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33018</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33018</guid>
    <pubDate>Tue, 14 Apr 2026 22:16:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-33018</strong></p>
  <p>libsixel is a SIXEL encoder/decoder implementation derived from kmiya's sixel. Versions 1.8.7 and prior contain a Use-After-Free vulnerability via the load_gif() function in fromgif.c, where a single sixel_frame_t object is reused across all frames of an animated GIF and gif_init_frame() unconditionally frees and reallocates frame->pixels between frames without consulting the object's reference c…</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33018">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-5445 – An out-of-bounds read vulnerability exists in the `DecodeLookupTable` function w...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-5445</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-5445</guid>
    <pubDate>Thu, 09 Apr 2026 15:16:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-5445</strong></p>
  <p>An out-of-bounds read vulnerability exists in the `DecodeLookupTable` function within `DicomImageDecoder.cpp`. The lookup-table decoding logic used for `PALETTE COLOR` images does not validate pixel indices against the lookup table size. Crafted images containing indices larger than the palette size cause the decoder to read beyond allocated lookup table memory and expose heap contents in the out…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-5445">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-5444 – A heap buffer overflow vulnerability exists in the PAM image parsing logic. When...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-5444</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-5444</guid>
    <pubDate>Thu, 09 Apr 2026 15:16:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-5444</strong></p>
  <p>A heap buffer overflow vulnerability exists in the PAM image parsing logic. When Orthanc processes a crafted PAM image embedded in a DICOM file, image dimensions are multiplied using 32-bit unsigned arithmetic. Specially chosen values can cause an integer overflow during buffer size calculation, resulting in the allocation of a small buffer followed by a much larger write operation during pixel p…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-5444">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-5443 – A heap buffer overflow vulnerability exists during the decoding of `PALETTE COLO...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-5443</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-5443</guid>
    <pubDate>Thu, 09 Apr 2026 15:16:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-5443</strong></p>
  <p>A heap buffer overflow vulnerability exists during the decoding of `PALETTE COLOR` DICOM images. Pixel length validation uses 32-bit multiplication for width and height calculations. If these values overflow, the validation check incorrectly succeeds, allowing the decoder to read and write to memory beyond allocated buffers.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-5443">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-35444 – SDL_image is a library to load images of various formats as SDL surfaces. In do_...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-35444</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-35444</guid>
    <pubDate>Mon, 06 Apr 2026 22:16:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-35444</strong></p>
  <p>SDL_image is a library to load images of various formats as SDL surfaces. In do_layer_surface() in src/IMG_xcf.c, pixel index values from decoded XCF tile data are used directly as colormap indices without validating them against the colormap size (cm_num). A crafted .xcf file with a small colormap and out-of-range pixel indices causes heap out-of-bounds reads of up to 762 bytes past the colormap…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-35444">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-34380 – OpenEXR provides the specification and reference implementation of the EXR file ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34380</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34380</guid>
    <pubDate>Mon, 06 Apr 2026 16:16:35 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-34380</strong></p>
  <p>OpenEXR provides the specification and reference implementation of the EXR file format, an image storage format for the motion picture industry. From 3.2.0 to before 3.2.7, 3.3.9, and 3.4.9, a signed integer overflow exists in undo_pxr24_impl() in src/lib/OpenEXRCore/internal_pxr24.c at line 377. The expression (uint64_t)(w * 3) computes w * 3 as a signed 32-bit integer before casting to uint64_t…</p>
  <p><strong>CVSS:</strong> 5.9 · <strong>CWE:</strong> CWE-190</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34380">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-34545 – OpenEXR provides the specification and reference implementation of the EXR file ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34545</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34545</guid>
    <pubDate>Wed, 01 Apr 2026 21:17:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-34545</strong></p>
  <p>OpenEXR provides the specification and reference implementation of the EXR file format, an image storage format for the motion picture industry. From version 3.4.0 to before version 3.4.7, an attacker providing a crafted .exr file with HTJ2K compression and a channel width of 32768 can write controlled data beyond the output heap buffer in any application that decodes EXR images. The write primit…</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-122</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34545">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-34543 – OpenEXR provides the specification and reference implementation of the EXR file ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34543</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34543</guid>
    <pubDate>Wed, 01 Apr 2026 21:17:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-34543</strong></p>
  <p>OpenEXR provides the specification and reference implementation of the EXR file format, an image storage format for the motion picture industry. From version 3.4.0 to before version 3.4.8, sensitive information from heap memory may be leaked through the decoded pixel data (information disclosure). This occurs under default settings; simply reading a malicious EXR file is sufficient to trigger the…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34543">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-33985 – FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to versio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33985</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33985</guid>
    <pubDate>Mon, 30 Mar 2026 22:16:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-33985</strong></p>
  <p>FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.24.2, pixel data from adjacent heap memory is rendered to screen, potentially leaking sensitive data to the attacker. This issue has been patched in version 3.24.2.</p>
  <p><strong>CVSS:</strong> 5.9 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33985">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-33984 – FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to versio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33984</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33984</guid>
    <pubDate>Mon, 30 Mar 2026 22:16:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-33984</strong></p>
  <p>FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.24.2, in resize_vbar_entry() in libfreerdp/codec/clear.c, vBarEntry->size is updated to vBarEntry->count before the winpr_aligned_recalloc() call. If realloc fails, size is inflated while pixels still points to the old, smaller buffer. On a subsequent call where count <= size (the inflated value), realloc is skipp…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-122</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33984">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-33636 – LIBPNG is a reference library for use in applications that read, create, and man...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33636</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33636</guid>
    <pubDate>Thu, 26 Mar 2026 17:16:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-33636</strong></p>
  <p>LIBPNG is a reference library for use in applications that read, create, and manipulate PNG (Portable Network Graphics) raster image files. In versions 1.6.36 through 1.6.55, an out-of-bounds read and write exists in libpng's ARM/AArch64 Neon-optimized palette expansion path. When expanding 8-bit paletted rows to RGB or RGBA, the Neon loop processes a final partial chunk without verifying that en…</p>
  <p><strong>CVSS:</strong> 7.6 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33636">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-32545 – Improper Neutralization of Input During Web Page Generation ('Cross-site Scripti...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32545</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32545</guid>
    <pubDate>Wed, 25 Mar 2026 17:17:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-32545</strong></p>
  <p>Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Taboola Taboola Pixel taboola-pixel allows Reflected XSS.This issue affects Taboola Pixel: from n/a through <= 1.1.4.</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32545">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2019-25621 – Pixel Studio 2.17 contains a denial of service vulnerability that allows local a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-25621</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-25621</guid>
    <pubDate>Mon, 23 Mar 2026 14:16:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2019-25621</strong></p>
  <p>Pixel Studio 2.17 contains a denial of service vulnerability that allows local attackers to crash the application by providing malformed input through the keyboard interface. Attackers can trigger the vulnerability by entering arbitrary characters, causing the application to become unresponsive or terminate abnormally.</p>
  <p><strong>CVSS:</strong> 6.2 · <strong>CWE:</strong> CWE-807</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-25621">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-31806 – FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31806</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31806</guid>
    <pubDate>Fri, 13 Mar 2026 19:54:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-31806</strong></p>
  <p>FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0,  the gdi_surface_bits() function processes SURFACE_BITS_COMMAND messages sent by the RDP server. When the command is handled using NSCodec, the bmp.width and bmp.height values provided by the server are not properly validated against the actual desktop dimensions. A malicious RDP server can supply crafted bmp.width…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-122</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31806">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-27622 – OpenEXR provides the specification and reference implementation of the EXR file ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-27622</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-27622</guid>
    <pubDate>Tue, 03 Mar 2026 23:15:55 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-27622</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 CompositeDeepScanLine::readPixels, per-pixel totals are accumulated in vector<unsigned int> total_sizes for attacker-controlled large counts across many parts, total_sizes[ptr] wraps modulo 2^32.  overall_sample_count is then derived from wrapped tota…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-27622">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-27799 – ImageMagick is free and open-source software used for editing and manipulating d...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-27799</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-27799</guid>
    <pubDate>Thu, 26 Feb 2026 00:16:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-27799</strong></p>
  <p>ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 7.1.2-15 and 6.9.13-40, a heap buffer over-read vulnerability exists in the DJVU image format handler. The vulnerability occurs due to integer truncation when calculating the stride (row size) for pixel buffer allocation. The stride calculation overflows a 32-bit signed integer, result…</p>
  <p><strong>CVSS:</strong> 4.0 · <strong>CWE:</strong> CWE-122</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-27799">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-26965 – FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to versio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-26965</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-26965</guid>
    <pubDate>Wed, 25 Feb 2026 21:16:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-26965</strong></p>
  <p>FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, in the RLE planar decode path, `planar_decompress_plane_rle()` writes into `pDstData` at `((nYDst+y) * nDstStep) + (4*nXDst) + nChannel` without verifying that `(nYDst+nSrcHeight)` fits in the destination height or that `(nXDst+nSrcWidth)` fits in the destination stride. When `TempFormat != DstFormat`, `pDst…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-26965">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-26955 – FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to versio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-26955</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-26955</guid>
    <pubDate>Wed, 25 Feb 2026 21:16:42 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-26955</strong></p>
  <p>FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, a malicious RDP server can trigger a heap buffer overflow in FreeRDP clients using the GDI surface pipeline (e.g., `xfreerdp`) by sending an RDPGFX ClearCodec surface command with an out-of-bounds destination rectangle. The `gdi_SurfaceCommand_ClearCodec()` handler does not call `is_within_surface()` to vali…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-26955">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-25986 – ImageMagick is free and open-source software used for editing and manipulating d...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-25986</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-25986</guid>
    <pubDate>Tue, 24 Feb 2026 02:16:02 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-25986</strong></p>
  <p>ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 7.1.2-15 and 6.9.13-40, a heap buffer overflow write vulnerability exists in ReadYUVImage() (coders/yuv.c) when processing malicious YUV 4:2:2 (NoInterlace) images. The pixel-pair loop writes one pixel beyond the allocated row buffer. Versions 7.1.2-15 and 6.9.13-40 contain a patch.</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-25986">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-25898 – ImageMagick is free and open-source software used for editing and manipulating d...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-25898</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-25898</guid>
    <pubDate>Tue, 24 Feb 2026 02:16:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-25898</strong></p>
  <p>ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 7.1.2-15 and 6.9.13-40, the UIL and XPM image encoder do not validate the pixel index value returned by `GetPixelIndex()` before using it as an array subscript. In HDRI builds, `Quantum` is a floating-point type, so pixel index values can be negative. An attacker can craft an image wit…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-25898">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-25794 – ImageMagick is free and open-source software used for editing and manipulating d...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-25794</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-25794</guid>
    <pubDate>Tue, 24 Feb 2026 01:16:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-25794</strong></p>
  <p>ImageMagick is free and open-source software used for editing and manipulating digital images. `WriteUHDRImage` in `coders/uhdr.c` uses `int` arithmetic to compute the pixel buffer size. Prior to version 7.1.2-15, when image dimensions are large, the multiplication overflows 32-bit `int`, causing an undersized heap allocation followed by an out-of-bounds write. This can crash the process or poten…</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-122</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-25794">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-27072 – Improper Neutralization of Input During Web Page Generation ('Cross-site Scripti...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-27072</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-27072</guid>
    <pubDate>Fri, 20 Feb 2026 16:22:45 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-27072</strong></p>
  <p>Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in PixelYourSite PixelYourSite – Your smart PIXEL (TAG) Manager pixelyoursite allows Stored XSS.This issue affects PixelYourSite – Your smart PIXEL (TAG) Manager: from n/a through <= 11.2.0.1.</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-27072">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-1841 – The PixelYourSite – Your smart PIXEL (TAG) &amp; API Manager plugin for WordPress is...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-1841</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-1841</guid>
    <pubDate>Fri, 13 Feb 2026 22:16:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-1841</strong></p>
  <p>The PixelYourSite – Your smart PIXEL (TAG) & API Manager plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'pysTrafficSource' parameter and the 'pys_landing_page' parameter in all versions up to, and including, 11.2.0 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages tha…</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-1841">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-1837 – A specially-crafted file can cause libjxl's decoder to write pixel data to unini...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-1837</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-1837</guid>
    <pubDate>Wed, 11 Feb 2026 16:16:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-1837</strong></p>
  <p>A specially-crafted file can cause libjxl's decoder to write pixel data to uninitialized unallocated memory. Soon after that data from another uninitialized unallocated region is copied to pixel data.  This can be done by requesting color transformation of grayscale images to another grayscale color space. Buffers allocated for 1-float-per-pixel are used as if they are allocated for 3-float-per-p…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-805</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-1837">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-12474 – A specially-crafted file can cause libjxl's decoder to read pixel data from unin...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-12474</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-12474</guid>
    <pubDate>Wed, 11 Feb 2026 16:15:53 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-12474</strong></p>
  <p>A specially-crafted file can cause libjxl's decoder to read pixel data from uninitialized (but allocated) memory.  This can be done by causing the decoder to reference an outside-image-bound area in a subsequent patches. An incorrect optimization causes the decoder to omit populating those areas.</p>
  <p><strong>CVSS:</strong> 4.4 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-12474">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-25918 – unity-cli is a command line utility for the Unity Game Engine. Prior to 1.8.2 , ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-25918</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-25918</guid>
    <pubDate>Mon, 09 Feb 2026 22:16:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-25918</strong></p>
  <p>unity-cli is a command line utility for the Unity Game Engine. Prior to 1.8.2 , the sign-package command in @rage-against-the-pixel/unity-cli logs sensitive credentials in plaintext when the --verbose flag is used. Command-line arguments including --email and --password are output via JSON.stringify without sanitization, exposing secrets to shell history, CI/CD logs, and log aggregation systems.…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-532</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-25918">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-14557 – Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-14557</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-14557</guid>
    <pubDate>Wed, 14 Jan 2026 19:16:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-14557</strong></p>
  <p>Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in Drupal Facebook Pixel facebook_pixel allows Stored XSS.This issue affects Facebook Pixel: from 7.X-1.0 through 7.X-1.1.</p>
  <p><strong>CVSS:</strong> 4.8 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-14557">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-22773 – vLLM is an inference and serving engine for large language models (LLMs). In ver...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-22773</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-22773</guid>
    <pubDate>Sat, 10 Jan 2026 07:16:03 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-22773</strong></p>
  <p>vLLM is an inference and serving engine for large language models (LLMs). In versions from 0.6.4 to before 0.12.0, users can crash the vLLM engine serving multimodal models that use the Idefics3 vision model implementation by sending a specially crafted 1x1 pixel image. This causes a tensor dimension mismatch that results in an unhandled runtime error, leading to complete server termination. This…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-22773">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-66909 – Turms AI-Serving module v0.10.0-SNAPSHOT and earlier contains an image decompres...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-66909</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-66909</guid>
    <pubDate>Fri, 19 Dec 2025 15:15:56 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-66909</strong></p>
  <p>Turms AI-Serving module v0.10.0-SNAPSHOT and earlier contains an image decompression bomb denial of service vulnerability. The ExtendedOpenCVImage class in ai/djl/opencv/ExtendedOpenCVImage.java loads images using OpenCV's imread() function without validating dimensions or pixel count before decompression. An attacker can upload a specially crafted compressed image file (e.g., PNG) that is small…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-409</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-66909">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-53619 – An out-of-bounds read vulnerability exists in the JPEGBITSCodec::InternalCode fu...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-53619</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-53619</guid>
    <pubDate>Tue, 16 Dec 2025 22:15:47 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-53619</strong></p>
  <p>An out-of-bounds read vulnerability exists in the JPEGBITSCodec::InternalCode functionality of Grassroot DICOM 3.024. A specially crafted DICOM file can lead to an information leak. An attacker can provide a malicious file to trigger this vulnerability.The function `null_convert` is called based of the value of the malicious DICOM file specifying the intended interpretation of the image pixel data</p>
  <p><strong>CVSS:</strong> 7.4 · <strong>CWE:</strong> CWE-119</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-53619">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-53618 – An out-of-bounds read vulnerability exists in the JPEGBITSCodec::InternalCode fu...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-53618</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-53618</guid>
    <pubDate>Tue, 16 Dec 2025 22:15:47 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-53618</strong></p>
  <p>An out-of-bounds read vulnerability exists in the JPEGBITSCodec::InternalCode functionality of Grassroot DICOM 3.024. A specially crafted DICOM file can lead to an information leak. An attacker can provide a malicious file to trigger this vulnerability.The function `grayscale_convert` is called based of the value of the malicious DICOM file specifying the intended interpretation of the image pixe…</p>
  <p><strong>CVSS:</strong> 7.4 · <strong>CWE:</strong> CWE-119</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-53618">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-14062 – The Animated Pixel Marquee Creator plugin for WordPress is vulnerable to Cross-S...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-14062</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-14062</guid>
    <pubDate>Fri, 12 Dec 2025 04:15:46 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-14062</strong></p>
  <p>The Animated Pixel Marquee Creator plugin for WordPress is vulnerable to Cross-Site Request Forgery via the 'marquee' parameter in all versions up to, and including, 1.0.0. This is due to missing nonce validation on the marquee deletion function. This makes it possible for unauthenticated attackers to delete arbitrary marquees via a forged request granted they can trick a site administrator into…</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-352</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-14062">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-67564 – Exposure of Sensitive System Information to an Unauthorized Control Sphere vulne...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-67564</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-67564</guid>
    <pubDate>Tue, 09 Dec 2025 16:18:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-67564</strong></p>
  <p>Exposure of Sensitive System Information to an Unauthorized Control Sphere vulnerability in alekv Pixel Manager for WooCommerce woocommerce-google-adwords-conversion-tracking-tag allows Retrieve Embedded Sensitive Data.This issue affects Pixel Manager for WooCommerce: from n/a through <= 1.51.1.</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-497</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-67564">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-12545 – The Pixel Manager for WooCommerce – Track Conversions and Analytics, Google Ads,...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-12545</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-12545</guid>
    <pubDate>Tue, 18 Nov 2025 15:16:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-12545</strong></p>
  <p>The Pixel Manager for WooCommerce – Track Conversions and Analytics, Google Ads, TikTok and more plugin for WordPress is vulnerable to Information Exposure in all versions up to, and including, 1.49.2 via the ajax_pmw_get_product_ids() function due to insufficient restrictions on which products can be included. This makes it possible for unauthenticated attackers to extract data from password pro…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-12545">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2025-57812 – CUPS is a standards-based, open-source printing system, and `libcupsfilters` con...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-57812</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-57812</guid>
    <pubDate>Wed, 12 Nov 2025 19:15:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2025-57812</strong></p>
  <p>CUPS is a standards-based, open-source printing system, and `libcupsfilters` contains the code of the filters of the former `cups-filters` package as library functions to be used for the data format conversion tasks needed in Printer Applications. In CUPS-Filters versions up to and including 1.28.17 and libscupsfilters versions 2.0.0 through 2.1.1, CUPS-Filters's `imagetoraster` filter has an out…</p>
  <p><strong>CVSS:</strong> 3.7 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-57812">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-10588 – The PixelYourSite – Your smart PIXEL (TAG) &amp; API Manager plugin for WordPress is...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-10588</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-10588</guid>
    <pubDate>Wed, 22 Oct 2025 07:15:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-10588</strong></p>
  <p>The PixelYourSite – Your smart PIXEL (TAG) & API Manager plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 11.1.2. This is due to missing or incorrect nonce validation on the adminEnableGdprAjax() function. This makes it possible for unauthenticated attackers to modify GDPR settings via a forged request granted they can trick a site administrat…</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-352</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-10588">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-62171 – ImageMagick is an open source software suite for displaying, converting, and edi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-62171</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-62171</guid>
    <pubDate>Fri, 17 Oct 2025 17:15:49 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-62171</strong></p>
  <p>ImageMagick is an open source software suite for displaying, converting, and editing raster image files. In ImageMagick versions prior to 7.1.2-7 and 6.9.13-32, an integer overflow vulnerability exists in the BMP decoder on 32-bit systems. The vulnerability occurs in coders/bmp.c when calculating the extent value by multiplying image columns by bits per pixel. On 32-bit systems with size_t of 4 b…</p>
  <p><strong>CVSS:</strong> 5.9 · <strong>CWE:</strong> CWE-190</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-62171">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-59733 – When decoding an OpenEXR file that uses DWAA or DWAB compression, there's an imp...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-59733</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-59733</guid>
    <pubDate>Mon, 06 Oct 2025 08:15:35 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-59733</strong></p>
  <p>When decoding an OpenEXR file that uses DWAA or DWAB compression, there's an implicit assumption that all image channels have the same pixel type (and size), and that if there are four channels, the first four are "B", "G", "R" and "A". The channel parsing code can be found in decode_header. The buffer td->uncompressed_data is allocated in decode_block based on the xsize, ysize and computed curre…</p>
  <p><strong>CVSS:</strong> 8.7 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-59733">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-49731 – In apk-versions.txt, there is a possible corruption of telemetry opt-in settings...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-49731</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-49731</guid>
    <pubDate>Thu, 04 Sep 2025 20:15:33 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-49731</strong></p>
  <p>In apk-versions.txt, there is a possible corruption of telemetry opt-in settings on other watches when setting up a new Pixel Watch due to a logic error in the code. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is needed for exploitation.</p>
  <p><strong>CVSS:</strong> 4.0 · <strong>CWE:</strong> CWE-266</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-49731">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-36904 – WLAN in Android before 2025-09-05 on Google Pixel devices allows elevation of pr...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-36904</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-36904</guid>
    <pubDate>Thu, 04 Sep 2025 10:42:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-36904</strong></p>
  <p>WLAN in Android before 2025-09-05 on Google Pixel devices allows elevation of privilege, aka A-396458384.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-269</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-36904">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-36901 – WLAN in Android before 2025-09-05 on Google Pixel devices allows elevation of pr...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-36901</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-36901</guid>
    <pubDate>Thu, 04 Sep 2025 10:42:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-36901</strong></p>
  <p>WLAN in Android before 2025-09-05 on Google Pixel devices allows elevation of privilege, aka A-396462223.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-269</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-36901">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-36896 – WLAN in Android before 2025-09-05 on Google Pixel devices allows elevation of pr...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-36896</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-36896</guid>
    <pubDate>Thu, 04 Sep 2025 10:42:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-36896</strong></p>
  <p>WLAN in Android before 2025-09-05 on Google Pixel devices allows elevation of privilege, aka A-394765106.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-269</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-36896">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-7644 – The Pixel Gallery Addons for Elementor – Easy Grid, Creative Gallery, Drag and D...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-7644</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-7644</guid>
    <pubDate>Tue, 22 Jul 2025 05:15:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-7644</strong></p>
  <p>The Pixel Gallery Addons for Elementor – Easy Grid, Creative Gallery, Drag and Drop Grid, Custom Grid Layout, Portfolio Gallery plugin for WordPress is vulnerable to Stored Cross-Site Scripting via URLs in all widgets in all versions up to, and including, 1.6.7 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Contributor-level ac…</p>
  <p><strong>CVSS:</strong> 6.4 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-7644">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-6201 – The Pixel Manager for WooCommerce – Track Conversions and Analytics, Google Ads,...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-6201</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-6201</guid>
    <pubDate>Thu, 19 Jun 2025 03:15:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-6201</strong></p>
  <p>The Pixel Manager for WooCommerce – Track Conversions and Analytics, Google Ads, TikTok and more plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's conversion-pixel in all versions up to, and including, 1.49.0 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers, with contributor-…</p>
  <p><strong>CVSS:</strong> 6.4 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-6201">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-6035 – A flaw was found in GIMP. An integer overflow vulnerability exists in the GIMP "...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-6035</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-6035</guid>
    <pubDate>Fri, 13 Jun 2025 16:15:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-6035</strong></p>
  <p>A flaw was found in GIMP. An integer overflow vulnerability exists in the GIMP "Despeckle"  plug-in. The issue occurs due to unchecked multiplication of image dimensions, such as width, height, and bytes-per-pixel (img_bpp), which can result in allocating insufficient memory and subsequently performing out-of-bounds writes. This issue could lead to heap corruption, a potential denial of service (…</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-190</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-6035">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-46722 – vLLM is an inference and serving engine for large language models (LLMs). In ver...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-46722</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-46722</guid>
    <pubDate>Thu, 29 May 2025 17:15:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-46722</strong></p>
  <p>vLLM is an inference and serving engine for large language models (LLMs). In versions starting from 0.7.0 to before 0.9.0, in the file vllm/multimodal/hasher.py, the MultiModalHasher class has a security and data integrity issue in its image hashing method. Currently, it serializes PIL.Image.Image objects using only obj.tobytes(), which returns only the raw pixel data, without including metadata…</p>
  <p><strong>CVSS:</strong> 4.2 · <strong>CWE:</strong> CWE-1023</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-46722">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-31914 – Improper Neutralization of Special Elements used in an SQL Command ('SQL Injecti...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-31914</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-31914</guid>
    <pubDate>Fri, 23 May 2025 13:15:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-31914</strong></p>
  <p>Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in kamleshyadav Pixel WordPress Form BuilderPlugin & Autoresponder pixel-formbuilder allows Blind SQL Injection.This issue affects Pixel WordPress Form BuilderPlugin & Autoresponder: from n/a through <= 1.0.2.</p>
  <p><strong>CVSS:</strong> 9.3 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-31914">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-31915 – Cross-Site Request Forgery (CSRF) vulnerability in kamleshyadav Pixel WordPress ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-31915</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-31915</guid>
    <pubDate>Fri, 16 May 2025 16:15:37 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-31915</strong></p>
  <p>Cross-Site Request Forgery (CSRF) vulnerability in kamleshyadav Pixel WordPress Form BuilderPlugin & Autoresponder pixel-formbuilder allows Cross Site Request Forgery.This issue affects Pixel WordPress Form BuilderPlugin & Autoresponder: from n/a through <= 1.0.3.</p>
  <p><strong>CVSS:</strong> 5.4 · <strong>CWE:</strong> CWE-352</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-31915">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-0769 – PixelYourSite - Your smart PIXEL (TAG) and API Manager 10.1.1.1 was found to be ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-0769</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-0769</guid>
    <pubDate>Fri, 28 Feb 2025 20:15:46 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-0769</strong></p>
  <p>PixelYourSite - Your smart PIXEL (TAG) and API Manager 10.1.1.1 was found to be vulnerable. Unvalidated user input is used directly in an unserialize function in myapp/modules/facebook/facebook-server-a sync-task.php.</p>
  <p><strong>CVSS:</strong> 6.3 · <strong>CWE:</strong> CWE-502</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-0769">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-49189 – In the Linux kernel, the following vulnerability has been resolved:

clk: qcom: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-49189</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-49189</guid>
    <pubDate>Wed, 26 Feb 2025 07:00:55 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-49189</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  clk: qcom: clk-rcg2: Update logic to calculate D value for RCG  The display pixel clock has a requirement on certain newer platforms to support M/N as (2/3) and the final D value calculated results in underflow errors. As the current implementation does not check for D value is within the accepted range for a given M & N value.…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-49189">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-23679 – Improper Neutralization of Input During Web Page Generation ('Cross-site Scripti...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-23679</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-23679</guid>
    <pubDate>Wed, 22 Jan 2025 15:15:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-23679</strong></p>
  <p>Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Flourish Pixel FP RSS Category Excluder fp-rss-category-excluder allows Reflected XSS.This issue affects FP RSS Category Excluder: from n/a through <= 1.0.0.</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-23679">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-23946 – Improper Neutralization of Input During Web Page Generation ('Cross-site Scripti...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-23946</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-23946</guid>
    <pubDate>Thu, 16 Jan 2025 21:15:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-23946</strong></p>
  <p>Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Le-Pixel-Solitaire Enhanced YouTube Shortcode enhanced-youtube-shortcode allows Stored XSS.This issue affects Enhanced YouTube Shortcode: from n/a through <= 2.0.1.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-23946">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-22300 – Cross-Site Request Forgery (CSRF) vulnerability in PixelYourSite PixelYourSite –...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-22300</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-22300</guid>
    <pubDate>Tue, 07 Jan 2025 11:15:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-22300</strong></p>
  <p>Cross-Site Request Forgery (CSRF) vulnerability in PixelYourSite PixelYourSite – Your smart PIXEL (TAG) Manager pixelyoursite allows Cross Site Request Forgery.This issue affects PixelYourSite – Your smart PIXEL (TAG) Manager: from n/a through <= 10.0.1.2.</p>
  <p><strong>CVSS:</strong> 5.4 · <strong>CWE:</strong> CWE-352</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-22300">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-47031 – Android before 2024-10-05 on Google Pixel devices allows privilege escalation in...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-47031</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-47031</guid>
    <pubDate>Fri, 25 Oct 2024 11:15:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-47031</strong></p>
  <p>Android before 2024-10-05 on Google Pixel devices allows privilege escalation in the ABL component, A-329163861.</p>
  <p><strong>CVSS:</strong> 7.4 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-47031">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-47030 – Android before 2024-10-05 on Google Pixel devices allows information disclosure ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-47030</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-47030</guid>
    <pubDate>Fri, 25 Oct 2024 11:15:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-47030</strong></p>
  <p>Android before 2024-10-05 on Google Pixel devices allows information disclosure in the ACPM component, A-315191818.</p>
  <p><strong>CVSS:</strong> 5.1 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-47030">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-47022 – Android before 2024-10-05 on Google Pixel devices allows information disclosure ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-47022</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-47022</guid>
    <pubDate>Fri, 25 Oct 2024 11:15:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-47022</strong></p>
  <p>Android before 2024-10-05 on Google Pixel devices allows information disclosure in the ACPM component, A-331255656.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-47022">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-47020 – Android before 2024-10-05 on Google Pixel devices allows information disclosure ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-47020</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-47020</guid>
    <pubDate>Fri, 25 Oct 2024 11:15:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-47020</strong></p>
  <p>Android before 2024-10-05 on Google Pixel devices allows information disclosure in the ABL component, A-331966488.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-47020">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-47014 – Android before 2024-10-05 on Google Pixel devices allows privilege escalation in...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-47014</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-47014</guid>
    <pubDate>Fri, 25 Oct 2024 11:15:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-47014</strong></p>
  <p>Android before 2024-10-05 on Google Pixel devices allows privilege escalation in the ABL component, A-330537292.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-276</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-47014">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-44100 – Android before 2024-10-05 on Google Pixel devices allows information disclosure ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-44100</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-44100</guid>
    <pubDate>Fri, 25 Oct 2024 11:15:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-44100</strong></p>
  <p>Android before 2024-10-05 on Google Pixel devices allows information disclosure in the modem component, A-299774545.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-276</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-44100">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-8544 – The Pixel Cat – Conversion Pixel Manager plugin for WordPress is vulnerable to R...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-8544</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-8544</guid>
    <pubDate>Tue, 24 Sep 2024 02:15:03 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-8544</strong></p>
  <p>The Pixel Cat – Conversion Pixel Manager plugin for WordPress is vulnerable to Reflected Cross-Site Scripting due to the use of add_query_arg without appropriate escaping on the URL in all versions up to, and including, 3.0.5. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action s…</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-8544">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-7870 – The PixelYourSite – Your smart PIXEL (TAG) &amp; API Manager and the PixelYourSite P...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-7870</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-7870</guid>
    <pubDate>Wed, 04 Sep 2024 09:15:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-7870</strong></p>
  <p>The PixelYourSite – Your smart PIXEL (TAG) & API Manager and the PixelYourSite PRO plugins for WordPress are vulnerable to Sensitive Information Exposure in all versions up to, and including, 9.7.1 and 10.4.2, respectively, through publicly exposed log files. This makes it possible for unauthenticated attackers to view potentially sensitive information contained in the exposed log files, and to d…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-7870">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-37447 – Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-37447</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-37447</guid>
    <pubDate>Sun, 21 Jul 2024 23:15:02 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-37447</strong></p>
  <p>Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in PixelYourSite PixelYourSite – Your smart PIXEL (TAG) Manager allows Stored XSS.This issue affects PixelYourSite – Your smart PIXEL (TAG) Manager: from n/a through 9.6.1.1.</p>
  <p><strong>CVSS:</strong> 5.9 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-37447">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-6288 – The Conversios – Google Analytics 4 (GA4), Meta Pixel &amp; more Via Google Tag Mana...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-6288</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-6288</guid>
    <pubDate>Fri, 28 Jun 2024 07:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-6288</strong></p>
  <p>The Conversios – Google Analytics 4 (GA4), Meta Pixel & more Via Google Tag Manager For WooCommerce plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the ‘tiktok_user_id’ parameter in all versions up to, and including, 7.1.0 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pag…</p>
  <p><strong>CVSS:</strong> 4.7 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-6288">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-4005 – The Social Pixel WordPress plugin through 2.1 does not sanitise and escape some ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-4005</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-4005</guid>
    <pubDate>Fri, 14 Jun 2024 06:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-4005</strong></p>
  <p>The Social Pixel WordPress plugin through 2.1 does not sanitise and escape some of its settings, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed (for example in multisite setup)</p>
  <p><strong>CVSS:</strong> 4.8 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-4005">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-32929 – In gpu_slc_get_region of pixel_gpu_slc.c, there is a possible EoP due to a use a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-32929</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-32929</guid>
    <pubDate>Thu, 13 Jun 2024 21:15:56 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-32929</strong></p>
  <p>In gpu_slc_get_region of pixel_gpu_slc.c, there is a possible EoP due to a use after free. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-32929">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-32922 – In gpu_pm_power_on_top_nolock of pixel_gpu_power.c, there is a possible compromi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-32922</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-32922</guid>
    <pubDate>Thu, 13 Jun 2024 21:15:55 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-32922</strong></p>
  <p>In gpu_pm_power_on_top_nolock of pixel_gpu_power.c, there is a possible compromise of protected memory due to a logic error in the code. This could lead to local escalation of privilege to TEE with no additional execution privileges needed. User interaction is not needed for exploitation.</p>
  <p><strong>CVSS:</strong> 7.4 · <strong>CWE:</strong> CWE-843</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-32922">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-32899 – In gpu_pm_power_off_top_nolock of pixel_gpu_power.c, there is a possible comprom...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-32899</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-32899</guid>
    <pubDate>Thu, 13 Jun 2024 21:15:54 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-32899</strong></p>
  <p>In gpu_pm_power_off_top_nolock of pixel_gpu_power.c, there is a possible compromise of protected memory due to a race condition. This could lead to local escalation of privilege to TEE with no additional execution privileges needed. User interaction is not needed for exploitation.</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> CWE-362</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-32899">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-47383 – In the Linux kernel, the following vulnerability has been resolved:

tty: Fix ou...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-47383</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-47383</guid>
    <pubDate>Tue, 21 May 2024 15:15:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-47383</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  tty: Fix out-of-bound vmalloc access in imageblit  This issue happens when a userspace program does an ioctl FBIOPUT_VSCREENINFO passing the fb_var_screeninfo struct containing only the fields xres, yres, and bits_per_pixel with values.  If this struct is the same as the previous ioctl, the vc_resize() detects it and doesn't cal…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-47383">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-35942 – In the Linux kernel, the following vulnerability has been resolved:

pmdomain: i...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-35942</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-35942</guid>
    <pubDate>Sun, 19 May 2024 11:15:49 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-35942</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  pmdomain: imx8mp-blk-ctrl: imx8mp_blk: Add fdcc clock to hdmimix domain  According to i.MX8MP RM and HDMI ADD, the fdcc clock is part of hdmi rx verification IP that should not enable for HDMI TX. But actually if the clock is disabled before HDMI/LCDIF probe, LCDIF will not get pixel clock from HDMI PHY and print the error logs:…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-35942">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-33948 – Improper Neutralization of Input During Web Page Generation ('Cross-site Scripti...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-33948</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-33948</guid>
    <pubDate>Thu, 02 May 2024 17:15:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-33948</strong></p>
  <p>Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Pixel Industry TweetScroll Widget allows Stored XSS.This issue affects TweetScroll Widget: from n/a through 1.3.7.</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-33948">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-1203 – The Conversios – Google Analytics 4 (GA4), Meta Pixel &amp; more Via Google Tag Mana...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-1203</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-1203</guid>
    <pubDate>Wed, 13 Mar 2024 16:15:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-1203</strong></p>
  <p>The Conversios – Google Analytics 4 (GA4), Meta Pixel & more Via Google Tag Manager For WooCommerce plugin for WordPress is vulnerable to SQL Injection via the 'valueData' parameter in all versions up to, and including, 7.0.7 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query.  This makes it possible for authenticated attackers…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-1203">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-25989 – In gpu_slc_liveness_update of pixel_gpu_slc.c, there is a possible out of bounds...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-25989</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-25989</guid>
    <pubDate>Mon, 11 Mar 2024 19:15:47 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-25989</strong></p>
  <p>In gpu_slc_liveness_update of pixel_gpu_slc.c, there is a possible out of bounds read due to a missing bounds check. This could lead to local information disclosure with no additional execution privileges needed. User interaction is not needed for exploitation.</p>
  <p><strong>CVSS:</strong> 5.9 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-25989">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-0786 – The Conversios – Google Analytics 4 (GA4), Meta Pixel &amp; more Via Google Tag Mana...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-0786</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-0786</guid>
    <pubDate>Wed, 28 Feb 2024 09:15:42 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-0786</strong></p>
  <p>The Conversios – Google Analytics 4 (GA4), Meta Pixel & more Via Google Tag Manager For WooCommerce plugin for WordPress is vulnerable to time-based SQL Injection via the ee_syncProductCategory function using the parameters conditionData, valueData, productArray, exclude and include in all versions up to, and including, 7.0.7 due to insufficient escaping on the user supplied parameter and lack of…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-0786">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-22393 – Unrestricted Upload of File with Dangerous Type vulnerability in Apache Answer.T...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-22393</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-22393</guid>
    <pubDate>Thu, 22 Feb 2024 10:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-22393</strong></p>
  <p>Unrestricted Upload of File with Dangerous Type vulnerability in Apache Answer.This issue affects Apache Answer: through 1.2.1.  Pixel Flood Attack by uploading large pixel files will cause server out of memory. A logged-in user can cause such an attack by uploading an image when posting content. Users are recommended to upgrade to version [1.2.5], which fixes the issue.</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-434</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-22393">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-23824 – mailcow is a dockerized email package, with multiple containers linked in one br...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-23824</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-23824</guid>
    <pubDate>Fri, 02 Feb 2024 16:15:55 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-23824</strong></p>
  <p>mailcow is a dockerized email package, with multiple containers linked in one bridged network. The application is vulnerable to pixel flood attack, once the payload has been successfully uploaded in the logo the application goes slow and doesn't respond in the admin page. It is tested on the versions 2023-12a and prior and patched in version 2024-01.</p>
  <p><strong>CVSS:</strong> 4.7 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-23824">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-21640 – Chromium Embedded Framework (CEF) is a simple framework for embedding Chromium-b...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-21640</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-21640</guid>
    <pubDate>Sat, 13 Jan 2024 08:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-21640</strong></p>
  <p>Chromium Embedded Framework (CEF) is a simple framework for embedding Chromium-based browsers in other applications.`CefVideoConsumerOSR::OnFrameCaptured` does not check `pixel_format` properly, which leads to out-of-bounds read out of the sandbox. This vulnerability was patched in commit 1f55d2e.</p>
  <p><strong>CVSS:</strong> 5.4 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-21640">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-48421 – In gpu_pixel_handle_buffer_liveness_update_ioctl of private/google-modules/gpu/m...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-48421</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-48421</guid>
    <pubDate>Fri, 08 Dec 2023 16:15:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-48421</strong></p>
  <p>In gpu_pixel_handle_buffer_liveness_update_ioctl of private/google-modules/gpu/mali_kbase/platform/pixel/pixel_gpu_slc.c, there is a possible out of bounds write due to improper input validation. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-48421">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-48414 – In the Pixel Camera Driver, there is a possible use after free due to a logic er...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-48414</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-48414</guid>
    <pubDate>Fri, 08 Dec 2023 16:15:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-48414</strong></p>
  <p>In the Pixel Camera Driver, there is a possible use after free due to a logic error in the code. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation.</p>
  <p><strong>CVSS:</strong> 6.7 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-48414">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-48409 – In gpu_pixel_handle_buffer_liveness_update_ioctl of private/google-modules/gpu/m...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-48409</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-48409</guid>
    <pubDate>Fri, 08 Dec 2023 16:15:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-48409</strong></p>
  <p>In gpu_pixel_handle_buffer_liveness_update_ioctl of private/google-modules/gpu/mali_kbase/mali_kbase_core_linux.c, there is a possible out of bounds write due to an integer overflow. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-190</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-48409">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-49464 – libheif v1.17.5 was discovered to contain a segmentation violation via the funct...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-49464</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-49464</guid>
    <pubDate>Thu, 07 Dec 2023 20:15:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-49464</strong></p>
  <p>libheif v1.17.5 was discovered to contain a segmentation violation via the function UncompressedImageCodec::get_luma_bits_per_pixel_from_configuration_unci.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-49464">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
