<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Raspberry Pi (High+Critical)</title>
  <link>https://cvedaily.com/pages/tags/raspberry-pi.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/raspberry-pi-severe.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Raspberry Pi (High+Critical)</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:42 +0000</lastBuildDate>
  <item>
    <title>[High] CVE-2026-45910 – In the Linux kernel, the following vulnerability has been resolved:

RDMA/rxe: F...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45910</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45910</guid>
    <pubDate>Wed, 27 May 2026 14:17:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-45910</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  RDMA/rxe: Fix race condition in QP timer handlers  I encontered the following warning:  WARNING: drivers/infiniband/sw/rxe/rxe_task.c:249 at rxe_sched_task+0x1c8/0x238 [rdma_rxe], CPU#0: swapper/0/0 ...   libsha1 [last unloaded: ip6_udp_tunnel]  CPU: 0 UID: 0 PID: 0 Comm: swapper/0 Tainted: G         C          6.19.0-rc5-64k-v8…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45910">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31494 – In the Linux kernel, the following vulnerability has been resolved:

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

clk: bcm: r...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-49946</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-49946</guid>
    <pubDate>Wed, 18 Jun 2025 11:15:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-49946</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  clk: bcm: rpi: Prevent out-of-bounds access  The while loop in raspberrypi_discover_clocks() relies on the assumption that the id of the last clock element is zero. Because this data comes from the Videocore firmware and it doesn't guarantuee such a behavior this could lead to out-of-bounds access. So fix this by providing a sen…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-49946">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-49945 – In the Linux kernel, the following vulnerability has been resolved:

hwmon: (gpi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-49945</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-49945</guid>
    <pubDate>Wed, 18 Jun 2025 11:15:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-49945</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  hwmon: (gpio-fan) Fix array out of bounds access  The driver does not check if the cooling state passed to gpio_fan_set_cur_state() exceeds the maximum cooling state as stored in fan_data->num_speeds. Since the cooling state is later used as an array index in set_fan_speed(), an array out of bounds access can occur. This can be…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-49945">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-57979 – In the Linux kernel, the following vulnerability has been resolved:

pps: Fix a ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-57979</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-57979</guid>
    <pubDate>Thu, 27 Feb 2025 02:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-57979</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  pps: Fix a use-after-free  On a board running ntpd and gpsd, I'm seeing a consistent use-after-free in sys_exit() from gpsd when rebooting:      pps pps1: removed     ------------[ cut here ]------------     kobject: '(null)' (00000000db4bec24): is not initialized, yet kobject_put() is being called.     WARNING: CPU: 2 PID: 440…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-57979">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-49287 – In the Linux kernel, the following vulnerability has been resolved:

tpm: fix re...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-49287</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-49287</guid>
    <pubDate>Wed, 26 Feb 2025 07:01:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-49287</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  tpm: fix reference counting for struct tpm_chip  The following sequence of operations results in a refcount warning:  1. Open device /dev/tpmrm. 2. Remove module tpm_tis_spi. 3. Write a TPM command to the file descriptor opened at step 1.  ------------[ cut here ]------------ WARNING: CPU: 3 PID: 1161 at lib/refcount.c:25 kobjec…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-49287">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-44993 – In the Linux kernel, the following vulnerability has been resolved:

drm/v3d: Fi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-44993</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-44993</guid>
    <pubDate>Wed, 04 Sep 2024 20:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-44993</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  drm/v3d: Fix out-of-bounds read in `v3d_csd_job_run()`  When enabling UBSAN on Raspberry Pi 5, we get the following warning:  [  387.894977] UBSAN: array-index-out-of-bounds in drivers/gpu/drm/v3d/v3d_sched.c:320:3 [  387.903868] index 7 is out of range for type '__u32 [7]' [  387.909692] CPU: 0 PID: 1207 Comm: kworker/u16:2 Tai…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-44993">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-35932 – In the Linux kernel, the following vulnerability has been resolved:

drm/vc4: do...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-35932</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-35932</guid>
    <pubDate>Sun, 19 May 2024 11:15:49 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-35932</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  drm/vc4: don't check if plane->state->fb == state->fb  Currently, when using non-blocking commits, we can see the following kernel warning:  [  110.908514] ------------[ cut here ]------------ [  110.908529] refcount_t: underflow; use-after-free. [  110.908620] WARNING: CPU: 0 PID: 1866 at lib/refcount.c:87 refcount_dec_not_one+…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-35932">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-30247 – NextcloudPi is a ready to use image for Virtual Machines, Raspberry Pi, Odroid H...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-30247</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-30247</guid>
    <pubDate>Fri, 29 Mar 2024 16:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-30247</strong></p>
  <p>NextcloudPi is a ready to use image for Virtual Machines, Raspberry Pi, Odroid HC1, Rock64 and other boards. A command injection vulnerability in NextCloudPi allows command execution as the root user via the NextCloudPi web-panel. Due to a security misconfiguration this can be used by anyone with access to NextCloudPi web-panel, no authentication is required. It is recommended that the NextCloudP…</p>
  <p><strong>CVSS:</strong> 10.0 · <strong>CWE:</strong> CWE-78</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-30247">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-49610 – MachineSense FeverWarn Raspberry Pi-based devices lack input sanitization, which...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-49610</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-49610</guid>
    <pubDate>Thu, 01 Feb 2024 23:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-49610</strong></p>
  <p>MachineSense FeverWarn Raspberry Pi-based devices lack input sanitization, which could allow an attacker on an adjacent network to send a message running commands or could overflow the stack.</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-49610">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2021-38759 – Raspberry Pi OS through 5.10 has the raspberry default password for the pi accou...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-38759</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-38759</guid>
    <pubDate>Tue, 07 Dec 2021 21:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2021-38759</strong></p>
  <p>Raspberry Pi OS through 5.10 has the raspberry default password for the pi account. If not changed, attackers can gain administrator privileges.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-1188</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-38759">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-24572 – An issue was discovered in includes/webconsole.php in RaspAP 2.5. With authentic...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-24572</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-24572</guid>
    <pubDate>Mon, 24 Aug 2020 20:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-24572</strong></p>
  <p>An issue was discovered in includes/webconsole.php in RaspAP 2.5. With authenticated access, an attacker can use a misconfigured (and virtually unrestricted) web console to attack the underlying OS (Raspberry Pi) running this software, and execute commands on the system (including ones for uploading of files and execution of code).</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-78</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-24572">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-5105 – An exploitable memory corruption vulnerability exists in the Name Service Client...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-5105</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-5105</guid>
    <pubDate>Thu, 26 Mar 2020 15:15:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-5105</strong></p>
  <p>An exploitable memory corruption vulnerability exists in the Name Service Client functionality of 3S-Smart Software Solutions CODESYS GatewayService. A specially crafted packet can cause a large memcpy, resulting in an access violation and termination of the process. An attacker can send a packet to a device running the GatewayService.exe to trigger this vulnerability. All variants of the CODESYS…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-119</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-5105">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-9012 – An issue was discovered in 3S-Smart CODESYS V3 products. A crafted communication...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-9012</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-9012</guid>
    <pubDate>Thu, 15 Aug 2019 18:15:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-9012</strong></p>
  <p>An issue was discovered in 3S-Smart CODESYS V3 products. A crafted communication request may cause uncontrolled memory allocations in the affected CODESYS products and may result in a denial-of-service condition. All variants of the following CODESYS V3 products in all versions prior to v3.5.14.20 that contain the CmpGateway component are affected, regardless of the CPU type or operating system:…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-9012">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2019-9010 – An issue was discovered in 3S-Smart CODESYS V3 products. The CODESYS Gateway doe...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-9010</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-9010</guid>
    <pubDate>Thu, 15 Aug 2019 18:15:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2019-9010</strong></p>
  <p>An issue was discovered in 3S-Smart CODESYS V3 products. The CODESYS Gateway does not correctly verify the ownership of a communication channel. All variants of the following CODESYS V3 products in all versions prior to v3.5.14.20 that contain the CmpGateway component are affected, regardless of the CPU type or operating system: CODESYS Control for BeagleBone, CODESYS Control for emPC-A/iMX6, COD…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-9010">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-9013 – An issue was discovered in 3S-Smart CODESYS V3 products. The application may uti...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-9013</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-9013</guid>
    <pubDate>Thu, 15 Aug 2019 17:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-9013</strong></p>
  <p>An issue was discovered in 3S-Smart CODESYS V3 products. The application may utilize non-TLS based encryption, which results in user credentials being insufficiently protected during transport. All variants of the following CODESYS V3 products in all versions containing the CmpUserMgr component are affected regardless of the CPU type or operating system: CODESYS Control for BeagleBone, CODESYS Co…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-327</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-9013">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2018-19860 – Broadcom firmware before summer 2014 on Nexus 5 BCM4335C0 2012-12-11, Raspberry ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-19860</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-19860</guid>
    <pubDate>Fri, 07 Jun 2019 17:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2018-19860</strong></p>
  <p>Broadcom firmware before summer 2014 on Nexus 5 BCM4335C0 2012-12-11, Raspberry Pi 3 BCM43438A1 2014-06-02, and unspecifed other devices does not properly restrict LMP commnds and executes certain memory contents upon receiving an LMP command, as demonstrated by executing an HCI command.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-732</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-19860">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2018-18068 – The ARM-based hardware debugging feature on Raspberry Pi 3 module B+ and possibl...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-18068</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-18068</guid>
    <pubDate>Thu, 04 Apr 2019 20:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2018-18068</strong></p>
  <p>The ARM-based hardware debugging feature on Raspberry Pi 3 module B+ and possibly other devices allows non-secure EL1 code to read/write any EL3 (the highest privilege level in ARMv8) memory/register via inter-processor debugging. With a debug host processor A running in non-secure EL1 and a debug target processor B running in any privilege level, the debugging feature allows A to halt B and prom…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-668</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-18068">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
