<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Hashicorp Boundary</title>
  <link>https://cvedaily.com/pages/tags/boundary.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/boundary.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Hashicorp Boundary</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:30 +0000</lastBuildDate>
  <item>
    <title>[Critical] CVE-2026-4035 – A vulnerability in mlflow/mlflow versions prior to 3.11.0 allows for the resolut...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-4035</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-4035</guid>
    <pubDate>Wed, 03 Jun 2026 09:16:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-4035</strong></p>
  <p>A vulnerability in mlflow/mlflow versions prior to 3.11.0 allows for the resolution of environment variables in AI Gateway secrets, which can be exploited to exfiltrate sensitive server-side environment credentials to an attacker-controlled endpoint. This issue arises because the `api_key` field in gateway secrets can accept `$ENV_VAR` references, which are resolved against the MLflow server's en…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-201</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-4035">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-10701 – Incorrect boundary conditions in the Graphics: Text component. This vulnerabilit...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-10701</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-10701</guid>
    <pubDate>Tue, 02 Jun 2026 20:16:33 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-10701</strong></p>
  <p>Incorrect boundary conditions in the Graphics: Text component. This vulnerability was fixed in Firefox 151.0.3.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-119</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-10701">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-5422 – A path traversal vulnerability exists in jupyter-server version 2.17.0 due to an...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-5422</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-5422</guid>
    <pubDate>Tue, 02 Jun 2026 10:16:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-5422</strong></p>
  <p>A path traversal vulnerability exists in jupyter-server version 2.17.0 due to an incorrect root directory boundary check in the _get_os_path() function within jupyter_server/services/contents/fileio.py. The check uses startswith(root) without appending a trailing path separator, allowing sibling directories with names starting with the same prefix as root_dir to bypass the check. Additionally, th…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-23</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-5422">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-49267 – Apache Airflow's EmailOperator and the underlying `airflow.utils.email` helpers ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-49267</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-49267</guid>
    <pubDate>Mon, 01 Jun 2026 09:16:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-49267</strong></p>
  <p>Apache Airflow's EmailOperator and the underlying `airflow.utils.email` helpers established SMTP STARTTLS connections without verifying the remote certificate when the deployment used `[email] smtp_starttls=True` without `[email] smtp_ssl`. An attacker positioned between the worker and the configured SMTP server (network MITM — typical hostile-network attack-surface for environments where the SMT…</p>
  <p><strong>CVSS:</strong> 5.9 · <strong>CWE:</strong> CWE-295</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-49267">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2026-45426 – Exploitation requires the attacker to already be an authenticated Airflow worker...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45426</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45426</guid>
    <pubDate>Mon, 01 Jun 2026 09:16:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2026-45426</strong></p>
  <p>Exploitation requires the attacker to already be an authenticated Airflow worker holding a valid Log-server JWT issued for at least one Dag. Apache Airflow's Log server authorized JWT tokens against Dag IDs by applying Python's `str.lstrip()` to the requested path segment when verifying the JWT's `sub` claim. `str.lstrip()` strips any of a *set* of characters from the left (not a prefix), so a JW…</p>
  <p><strong>CVSS:</strong> 3.1 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45426">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-42358 – A bug in Apache Airflow's Variable response masker caused nested-key redaction (...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42358</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42358</guid>
    <pubDate>Mon, 01 Jun 2026 09:16:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-42358</strong></p>
  <p>A bug in Apache Airflow's Variable response masker caused nested-key redaction (triggered by secret-suffixed key names like `password`, `token`, `secret`, `api_key`) to be bypassed when the JSON value's nesting depth exceeded the shared secrets masker's recursion limit: the masker returned the original nested item before checking the sensitive key name. An authenticated UI/API user with Variable…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42358">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-8796 – Sereal::Decoder versions before 5.005 for Perl allow heap out-of-bounds read via...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8796</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8796</guid>
    <pubDate>Sun, 31 May 2026 20:16:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-8796</strong></p>
  <p>Sereal::Decoder versions before 5.005 for Perl allow heap out-of-bounds read via crafted input.  In Perl/Decoder/srl_decoder.c, srl_read_object() and srl_read_hash() process a COPY tag, a back-reference whose target byte the decoder re-decodes as a fresh tag. When that target byte matches the SHORT_BINARY pattern (an inline string whose length is encoded in the low bits of the tag), the resulting…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8796">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-45582 – n8n-MCP is an MCP server that provides AI assistants access to n8n node document...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45582</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45582</guid>
    <pubDate>Fri, 29 May 2026 14:16:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-45582</strong></p>
  <p>n8n-MCP is an MCP server that provides AI assistants access to n8n node documentation, properties, and operations. Prior to 2.51.3, the workflow telemetry sanitizer could retain partial fragments of URL-shaped node parameters before sending workflow data to the project's anonymous telemetry backend. Values placed in HTTP-Request-style node parameters — such as customer or tenant identifiers, shor…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-201</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45582">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-45366 – typescript-utcp is a typescript implementation of UTCP. Prior to 1.1.2, the @utc...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45366</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45366</guid>
    <pubDate>Thu, 28 May 2026 22:17:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-45366</strong></p>
  <p>typescript-utcp is a typescript implementation of UTCP. Prior to 1.1.2, the @utcp/http package is vulnerable to a blind Server-Side Request Forgery (SSRF) caused by a trust-boundary inconsistency between manual discovery and tool invocation. registerManual() validates the discovery URL against an HTTPS / loopback allowlist, but callTool() reuses the resolved toolCallTemplate.url directly without…</p>
  <p><strong>CVSS:</strong> 4.7 · <strong>CWE:</strong> CWE-918</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45366">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-44973 – Billy is an interface filesystem abstraction for Go. Prior to 5.9.0, multiple pa...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44973</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44973</guid>
    <pubDate>Thu, 28 May 2026 22:16:59 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-44973</strong></p>
  <p>Billy is an interface filesystem abstraction for Go. Prior to 5.9.0, multiple path traversal issues exist across different components of go-billy. Insufficient path sanitization and boundary enforcement may allow crafted paths (e.g., using ..) to escape intended base directories. While go-billy was not originally designed to provide a strong security boundary, some of these issues were inconsiste…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44973">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-49127 – Music Player Daemon (MPD) before version 0.24.11 contains a stack buffer overflo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-49127</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-49127</guid>
    <pubDate>Thu, 28 May 2026 20:16:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-49127</strong></p>
  <p>Music Player Daemon (MPD) before version 0.24.11 contains a stack buffer overflow vulnerability in the pcm_unpack_24be function in src/pcm/Pack.cxx that allows unauthenticated attackers to corrupt stack memory by triggering an off-by-one write in the PCM decoder plugin. Attackers can issue two MPD commands referencing a malicious HTTP audio source to cause the unpack loop to write 1366 entries in…</p>
  <p><strong>CVSS:</strong> 8.6 · <strong>CWE:</strong> CWE-193</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-49127">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-45311 – CodeWhale is a DeepSeek + MiMo coding agent in terminal. From 0.3.0 to 0.8.23, t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45311</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45311</guid>
    <pubDate>Thu, 28 May 2026 18:16:35 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-45311</strong></p>
  <p>CodeWhale is a DeepSeek + MiMo coding agent in terminal. From 0.3.0 to 0.8.23, the run_tests tool executes cargo test in the workspace with ApprovalRequirement::Auto, meaning it runs without any user approval prompt. cargo test compiles and executes arbitrary code: test binaries, build.rs build scripts, and proc macros. While auto-approving test execution is a deliberate design choice, it creates…</p>
  <p><strong>CVSS:</strong> 9.6 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45311">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-45296 – OpenReplay is a self-hosted session replay suite. Prior to 1.26.0, OpenReplay's ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45296</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45296</guid>
    <pubDate>Thu, 28 May 2026 18:16:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-45296</strong></p>
  <p>OpenReplay is a self-hosted session replay suite. Prior to 1.26.0, OpenReplay's Python API exposes several app_apikey routes that trust a caller-provided projectKey after validating only that the API key itself is valid and that the target projectKey exists. The authorization flow does not verify that the authenticated API key and the requested project belong to the same tenant. Because the publi…</p>
  <p><strong>CVSS:</strong> 7.7 · <strong>CWE:</strong> CWE-284</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45296">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-49238 – An issue was discovered in Canonical Multipass before version 1.16.3. The host-s...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-49238</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-49238</guid>
    <pubDate>Thu, 28 May 2026 14:16:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-49238</strong></p>
  <p>An issue was discovered in Canonical Multipass before version 1.16.3. The host-side SFTP server component (sshfs_server), which executes with root privileges on the host, contains a path containment bypass vulnerability within its validate_path function in src/sshfs_mount/sftp_server.cpp. The function performs a plain string prefix comparison on requested paths without path separator validation o…</p>
  <p><strong>CVSS:</strong> 8.4 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-49238">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2026-46130 – In the Linux kernel, the following vulnerability has been resolved:

dm-verity-f...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46130</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46130</guid>
    <pubDate>Thu, 28 May 2026 10:16:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2026-46130</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  dm-verity-fec: fix reading parity bytes split across blocks (take 3)  fec_decode_bufs() assumes that the parity bytes of the first RS codeword it decodes are never split across parity blocks.  This assumption is false.  Consider v->fec->block_size == 4096 && v->fec->roots == 17 && fio->nbufs == 1, for example.  In that case, eac…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46130">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-46111 – In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46111</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46111</guid>
    <pubDate>Thu, 28 May 2026 10:16:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-46111</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  Bluetooth: hci_conn: fix potential UAF in create_big_sync  Add hci_conn_valid() check in create_big_sync() to detect stale connections before proceeding with BIG creation. Handle the resulting -ECANCELED in create_big_complete() and re-validate the connection under hci_dev_lock() before dereferencing, matching the pattern used b…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46111">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-6427 – The a3 Lazy Load plugin for WordPress is vulnerable to Stored Cross-Site Scripti...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-6427</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-6427</guid>
    <pubDate>Thu, 28 May 2026 08:16:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-6427</strong></p>
  <p>The a3 Lazy Load plugin for WordPress is vulnerable to Stored Cross-Site Scripting in all versions up to, and including, 2.7.6 This is due to a regex bug in the _filter_videos() method that breaks HTML attribute quoting when processing crafted <video> elements, combined with unescaped output in the admin/views/form-data.php template. An authenticated attacker with Contributor-level access can ins…</p>
  <p><strong>CVSS:</strong> 6.4 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-6427">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-44327 – free5GC is an open-source implementation of the 5G core network. Prior to 4.2.2,...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44327</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44327</guid>
    <pubDate>Wed, 27 May 2026 17:16:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-44327</strong></p>
  <p>free5GC is an open-source implementation of the 5G core network. Prior to 4.2.2, free5GC's NEF mounts the nnef-oam route group without inbound OAuth2/bearer-token authorization. A network attacker who can reach NEF on the SBI can hit the OAM route with no Authorization header at all and the handler returns 200 OK. The current OAM handler is a stub that returns null, but the structural defect is r…</p>
  <p><strong>CVSS:</strong> 10.0 · <strong>CWE:</strong> CWE-306</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44327">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-44320 – free5GC is an open-source implementation of the 5G core network. Prior to 4.2.2,...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44320</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44320</guid>
    <pubDate>Wed, 27 May 2026 17:16:37 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-44320</strong></p>
  <p>free5GC is an open-source implementation of the 5G core network. Prior to 4.2.2, free5GC's NEF mounts the nnef-callback route group without inbound OAuth2/bearer-token authorization. A forged or arbitrary bearer token (e.g. Authorization: Bearer not-a-real-token) is enough to reach the SMF-callback handler -- the callback body is parsed and dispatched into NEF business logic instead of being reje…</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-306</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44320">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-46078 – In the Linux kernel, the following vulnerability has been resolved:

erofs: fix ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46078</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46078</guid>
    <pubDate>Wed, 27 May 2026 14:17:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-46078</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  erofs: fix the out-of-bounds nameoff handling for trailing dirents  Currently we already have boundary-checks for nameoffs, but the trailing dirents are special since the namelens are calculated with strnlen() with unchecked nameoffs.  If a crafted EROFS has a trailing dirent with nameoff >= maxsize, maxsize - nameoff can underf…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46078">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2026-46072 – In the Linux kernel, the following vulnerability has been resolved:

ntfs3: add ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46072</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46072</guid>
    <pubDate>Wed, 27 May 2026 14:17:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2026-46072</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ntfs3: add buffer boundary checks to run_unpack()  run_unpack() checks `run_buf < run_last` at the top of the while loop but then reads size_size and offset_size bytes via run_unpack_s64() without verifying they fit within the remaining buffer.  A crafted NTFS image with truncated run data in an MFT attribute triggers an OOB hea…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46072">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-46070 – In the Linux kernel, the following vulnerability has been resolved:

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

ntfs3: fix ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46062</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46062</guid>
    <pubDate>Wed, 27 May 2026 14:17:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-46062</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ntfs3: fix integer overflow in run_unpack() volume boundary check  The volume boundary check `lcn + len > sbi->used.bitmap.nbits` uses raw addition which can wrap around for large lcn and len values, bypassing the validation.  Use check_add_overflow() as is already done for the adjacent prev_lcn + dlcn and vcn64 + len checks add…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46062">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2026-45962 – In the Linux kernel, the following vulnerability has been resolved:

ublk: Valid...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45962</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45962</guid>
    <pubDate>Wed, 27 May 2026 14:17:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2026-45962</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ublk: Validate SQE128 flag before accessing the cmd  ublk_ctrl_cmd_dump() accesses (header *)sqe->cmd before IO_URING_F_SQE128 flag check. This could cause out of boundary memory access.  Move the SQE128 flag check earlier in ublk_ctrl_uring_cmd() to return -EINVAL immediately if the flag is not set.</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45962">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-38426 – Buffer Overflow vulnerability in arendst Tasmota v.15.3.0.3 and before allows a ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-38426</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-38426</guid>
    <pubDate>Wed, 27 May 2026 14:16:45 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-38426</strong></p>
  <p>Buffer Overflow vulnerability in arendst Tasmota v.15.3.0.3 and before allows a remote attacker to execute arbitrary code via the xdrv_10_scripter.ino, fetch_jpg(), jpg_task.boundary[40], strcpy() function.</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-120</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-38426">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43988 – Vanetza is an open-source implementation of the ETSI C-ITS protocol suite. In 26...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43988</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43988</guid>
    <pubDate>Tue, 26 May 2026 22:16:42 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43988</strong></p>
  <p>Vanetza is an open-source implementation of the ETSI C-ITS protocol suite. In 26.02 and earlier, a denial-of-service vulnerability was identified in the ASN.1/OER parsing pipeline of Vanetza. When processing malformed network packets containing corrupted ASN.1/OER structures (e.g., invalid length fields or malformed certificate encoding), the ASN.1 wrapper (asn1c_wrapper.cpp) raises a std::runtim…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-248</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43988">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-44451 – Lumiverse is a full-featured AI chat application. Prior to 0.9.7, the component ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44451</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44451</guid>
    <pubDate>Tue, 26 May 2026 21:16:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-44451</strong></p>
  <p>Lumiverse is a full-featured AI chat application. Prior to 0.9.7, the component override system transpiles user-supplied TSX via Sucrase and evaluates it with new Function, shadowing dangerous globals (fetch, window, eval, etc.) with undefined. A static source validator (validateComponentOverrideSource) additionally blocks these identifiers by word-boundary regex. Both controls are bypassed. Stri…</p>
  <p><strong>CVSS:</strong> 9.3 · <strong>CWE:</strong> CWE-693</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44451">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2026-47715 – Bugsink is a self-hosted error tracking tool. Prior to 2.2.0, Bugsink issue even...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-47715</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-47715</guid>
    <pubDate>Tue, 26 May 2026 17:16:52 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2026-47715</strong></p>
  <p>Bugsink is a self-hosted error tracking tool. Prior to 2.2.0, Bugsink issue event pages accept a direct event identifier from the URL and, in affected versions, look up that event without also requiring it to belong to the issue in the URL. This is a project-boundary authorization issue: a logged-in user with access to one project can view another project’s event data through an issue they are al…</p>
  <p><strong>CVSS:</strong> 3.1 · <strong>CWE:</strong> CWE-639</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-47715">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43982 – Algernon is a small self-contained pure-Go web server. Prior to 1.17.6, uploaded...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43982</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43982</guid>
    <pubDate>Tue, 26 May 2026 17:16:46 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43982</strong></p>
  <p>Algernon is a small self-contained pure-Go web server. Prior to 1.17.6, uploadedFileSaveIn() in lua/upload/upload.go uses filepath.Join() with the caller-supplied directory but performs no boundary check after joining. A directory of ../../../tmp resolves cleanly to /tmp, outside the web root. This vulnerability is fixed in 1.17.6.</p>
  <p><strong>CVSS:</strong> 8.7 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43982">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-2813 – ArcGIS Server contains an input validation weakness in the login redirection wor...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-2813</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-2813</guid>
    <pubDate>Wed, 20 May 2026 20:16:37 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-2813</strong></p>
  <p>ArcGIS Server contains an input validation weakness in the login redirection workflow. An Authenticated attacker could exploit this issue by sending a specially crafted request, Successful exploitation may result in the application redirecting the browser to an unintended, untrusted site, resulting in a limited confidentiality impact under specific user interaction conditions. The vulnerability a…</p>
  <p><strong>CVSS:</strong> 4.7 · <strong>CWE:</strong> CWE-601</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-2813">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-43619 – Rsync version 3.4.2 and prior contain symlink race condition vulnerabilities in ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43619</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43619</guid>
    <pubDate>Wed, 20 May 2026 02:16:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-43619</strong></p>
  <p>Rsync version 3.4.2 and prior contain symlink race condition vulnerabilities in path-based system calls including chmod, lchown, utimes, rename, unlink, mkdir, symlink, mknod, link, rmdir, and lstat that allow local attackers to redirect operations to files outside the exported rsync module. Attackers with local filesystem access can exploit the timing window between path resolution and syscall e…</p>
  <p><strong>CVSS:</strong> 6.3 · <strong>CWE:</strong> CWE-59</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43619">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-8959 – Sandbox escape due to incorrect boundary conditions in the Widget: Win32 compone...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8959</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8959</guid>
    <pubDate>Tue, 19 May 2026 14:16:52 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-8959</strong></p>
  <p>Sandbox escape due to incorrect boundary conditions in the Widget: Win32 component. This vulnerability was fixed in Firefox 151, Firefox ESR 140.11, Thunderbird 151, and Thunderbird 140.11.</p>
  <p><strong>CVSS:</strong> 9.6 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8959">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-8954 – Incorrect boundary conditions, integer overflow in the Audio/Video component. Th...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8954</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8954</guid>
    <pubDate>Tue, 19 May 2026 14:16:51 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-8954</strong></p>
  <p>Incorrect boundary conditions, integer overflow in the Audio/Video component. This vulnerability was fixed in Firefox 151, Firefox ESR 140.11, Thunderbird 151, and Thunderbird 140.11.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-119</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8954">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-8946 – Incorrect boundary conditions in the Audio/Video: Web Codecs component. This vul...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8946</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8946</guid>
    <pubDate>Tue, 19 May 2026 14:16:50 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-8946</strong></p>
  <p>Incorrect boundary conditions in the Audio/Video: Web Codecs component. This vulnerability was fixed in Firefox 151, Firefox ESR 115.36, Firefox ESR 140.11, Thunderbird 151, and Thunderbird 140.11.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-119</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8946">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-45230 – DumbAssets through 1.0.11 contains a path traversal vulnerability in the POST /a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45230</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45230</guid>
    <pubDate>Mon, 18 May 2026 18:17:37 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-45230</strong></p>
  <p>DumbAssets through 1.0.11 contains a path traversal vulnerability in the POST /api/delete-file endpoint and filesToDelete array parameters that allows unauthenticated attackers to delete arbitrary files by supplying ../ sequences that bypass directory boundary validation. Attackers can exploit the optional and disabled-by-default authentication control to traverse outside the intended application…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45230">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-8723 – ### Summary



`qs.stringify` throws `TypeError` when called with `arrayFormat: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8723</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8723</guid>
    <pubDate>Sun, 17 May 2026 00:16:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-8723</strong></p>
  <p>### Summary    `qs.stringify` throws `TypeError` when called with `arrayFormat: 'comma'` and `encodeValuesOnly: true` on an array containing `null` or `undefined`. The throw is synchronous and not handled by any of qs's null-related options (`skipNulls`, `strictNullHandling`).    ### Details    In the comma + `encodeValuesOnly` branch, `lib/stringify.js:145` mapped the array through the raw encod…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8723">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-45395 – Open WebUI is a self-hosted artificial intelligence platform designed to operate...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45395</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45395</guid>
    <pubDate>Fri, 15 May 2026 21:16:37 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-45395</strong></p>
  <p>Open WebUI is a self-hosted artificial intelligence platform designed to operate entirely offline. Prior to 0.9.5, the tool update endpoint (POST /api/v1/tools/id/{id}/update) is missing the workspace.tools permission check that is present on the tool create endpoint. This allows a user who has been explicitly denied tool management capabilities ( and who the administrator considers untrusted for…</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-269</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45395">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-46383 – Microsoft APM is an open-source, community-driven dependency manager for AI agen...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46383</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46383</guid>
    <pubDate>Fri, 15 May 2026 17:16:49 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-46383</strong></p>
  <p>Microsoft APM is an open-source, community-driven dependency manager for AI agents. Prior to 0.13.0, Microsoft APM contains a Windows-specific archive extraction boundary failure in the legacy-bundle probe used by apm install <bundle> on supported Python 3.10 and 3.11 runtimes. When apm install is given a local .tar.gz that is not recognized as a plugin-format bundle, APM probes whether it is a l…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46383">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-44661 – python-utcp is the python implementation of UTCP. Prior to 1.1.3, the utcp-http ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44661</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44661</guid>
    <pubDate>Thu, 14 May 2026 21:16:47 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-44661</strong></p>
  <p>python-utcp is the python implementation of UTCP. Prior to 1.1.3, the utcp-http plugin is vulnerable to a blind Server-Side Request Forgery (SSRF) caused by a trust-boundary inconsistency between manual discovery and tool invocation. register_manual() validates the discovery URL against an HTTPS / loopback allowlist, but call_tool() and call_tool_streaming() reuse the resolved tool_call_template.…</p>
  <p><strong>CVSS:</strong> 4.7 · <strong>CWE:</strong> CWE-918</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44661">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-44647 – OneDev is a Git server with CI/CD, kanban, and packages. Prior to 15.0.2, there ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44647</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44647</guid>
    <pubDate>Thu, 14 May 2026 21:16:46 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-44647</strong></p>
  <p>OneDev is a Git server with CI/CD, kanban, and packages. Prior to 15.0.2, there is behavior that breaks the expected boundary between repository-controlled LFS metadata and server-local filesystem paths. A repository object can steer raw blob reads to arbitrary local files that the server account can access. User with push permission to any repository will be able to access any server files acces…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44647">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-27886 – Strapi is an open source headless content management system. Strapi versions sta...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-27886</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-27886</guid>
    <pubDate>Thu, 14 May 2026 19:16:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-27886</strong></p>
  <p>Strapi is an open source headless content management system. Strapi versions starting in 4.0.0 and prior to 5.37.0 did not sufficiently sanitize query parameters when filtering content via relational fields. An unauthenticated attacker could use the `where` query parameter on any publicly-accessible content-type with an `updatedBy` (or other admin-relation) field to perform a boolean-oracle attac…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-27886">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-42596 – Gotenberg is a Docker-powered stateless API for PDF files. Prior to 8.31.0, the ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42596</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42596</guid>
    <pubDate>Thu, 14 May 2026 16:16:22 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-42596</strong></p>
  <p>Gotenberg is a Docker-powered stateless API for PDF files. Prior to 8.31.0, the default deny-lists used by Gotenberg's downloadFrom feature and webhook feature are bypassable. Because the filter is regex-based and case-sensitive, an unauthenticated attacker can supply URLs such as http://[::ffff:127.0.0.1]:... and reach loopback or private HTTP services that the default deny-list is intended to b…</p>
  <p><strong>CVSS:</strong> 9.4 · <strong>CWE:</strong> CWE-918</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42596">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-8466 – Allocation of Resources Without Limits or Throttling vulnerability in ninenines ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8466</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8466</guid>
    <pubDate>Wed, 13 May 2026 19:17:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-8466</strong></p>
  <p>Allocation of Resources Without Limits or Throttling vulnerability in ninenines cowboy allows denial of service via unbounded buffer accumulation in multipart header parsing.  cowboy_req:read_part/3 in src/cowboy_req.erl accumulates incoming request bytes into a Buffer binary with no upper-bound check. When cow_multipart:parse_headers/2 returns more or {more, Buffer2}, the function reads up to Le…</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8466">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-44000 – vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.0, a sandbox boundar...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44000</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44000</guid>
    <pubDate>Wed, 13 May 2026 18:16:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-44000</strong></p>
  <p>vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.0, a sandbox boundary violation in vm2 allows host object identity to cross into the sandbox through host Promise resolution. When a host-side Promise that resolves to a host object is exposed to the sandbox, the value delivered to the sandbox .then() callback preserves host identity. This allows the sandbox to interact with the host obj…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-693</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44000">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-42919 – A vulnerability exists in BIG-IP systems that may allow an authenticated attacke...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42919</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42919</guid>
    <pubDate>Wed, 13 May 2026 16:16:49 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-42919</strong></p>
  <p>A vulnerability exists in BIG-IP systems that may allow an authenticated attacker with administrative access to escalate their privileges. A successful exploit may allow the attacker to cross a security boundary.   Note: Software versions which have reached End of Technical Support (EoTS) are not evaluated.</p>
  <p><strong>CVSS:</strong> 6.7 · <strong>CWE:</strong> CWE-121</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42919">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-41217 – A vulnerability exists in an undisclosed BIG-IP TMOS Shell (tmsh) command that m...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41217</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41217</guid>
    <pubDate>Wed, 13 May 2026 16:16:44 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-41217</strong></p>
  <p>A vulnerability exists in an undisclosed BIG-IP TMOS Shell (tmsh) command that may allow an authenticated attacker with resource administrator or administrator role to execute arbitrary system commands with higher privileges. In Appliance mode deployments, a successful exploit can allow the attacker to cross a security boundary.   Note: Software versions which have reached End of Technical Suppor…</p>
  <p><strong>CVSS:</strong> 7.9 · <strong>CWE:</strong> CWE-732</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41217">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-40061 – When BIG-IP DNS is provisioned, a vulnerability exists in an undisclosed iContro...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40061</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40061</guid>
    <pubDate>Wed, 13 May 2026 16:16:42 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-40061</strong></p>
  <p>When BIG-IP DNS is provisioned, a vulnerability exists in an undisclosed iControl REST and BIG-IP TMOS Shell (tmsh) command that may allow an authenticated attacker with the Resource Administrator or Administrator role to execute arbitrary system commands with higher privileges. In Appliance mode deployments, a successful exploit can allow the attacker to cross a security boundary.  Note: Softwar…</p>
  <p><strong>CVSS:</strong> 8.7 · <strong>CWE:</strong> CWE-77</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40061">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-34176 – When running in Appliance mode, an authenticated remote command injection vulner...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34176</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34176</guid>
    <pubDate>Wed, 13 May 2026 16:16:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-34176</strong></p>
  <p>When running in Appliance mode, an authenticated remote command injection vulnerability exists in an undisclosed iControl REST endpoint. A successful exploit can allow the attacker to cross a security boundary.    Note: Software versions which have reached End of Technical Support (EoTS) are not evaluated.</p>
  <p><strong>CVSS:</strong> 8.7 · <strong>CWE:</strong> CWE-78</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34176">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-32673 – A vulnerability exists in BIG-IP scripted monitors that may allow an authenticat...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32673</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32673</guid>
    <pubDate>Wed, 13 May 2026 16:16:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-32673</strong></p>
  <p>A vulnerability exists in BIG-IP scripted monitors that may allow an authenticated attacker with the Resource Administrator or Administrator role to execute arbitrary system commands with higher privileges. In appliance mode deployments, a successful exploit can allow the attacker to cross a security boundary.  Note: Software versions which have reached End of Technical Support (EoTS) are not eva…</p>
  <p><strong>CVSS:</strong> 8.7 · <strong>CWE:</strong> CWE-250</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32673">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-24464 – When running in Appliance mode, a directory traversal vulnerability exists in an...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-24464</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-24464</guid>
    <pubDate>Wed, 13 May 2026 16:16:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-24464</strong></p>
  <p>When running in Appliance mode, a directory traversal vulnerability exists in an undisclosed iControl REST endpoint that may allow an authenticated attacker with administrator role privileges to cross a security boundary and delete files.  Note: Software versions which have reached End of Technical Support (EoTS) are not evaluated.</p>
  <p><strong>CVSS:</strong> 6.8 · <strong>CWE:</strong> CWE-35</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-24464">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-42854 – arduino-esp32 is an Arduino core for the ESP32, ESP32-S2, ESP32-S3, ESP32-C3, ES...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42854</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42854</guid>
    <pubDate>Tue, 12 May 2026 22:16:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-42854</strong></p>
  <p>arduino-esp32 is an Arduino core for the ESP32, ESP32-S2, ESP32-S3, ESP32-C3, ESP32-C6 and ESP32-H2 microcontrollers. Prior to 3.3.8, the WebServer multipart form parser in arduino-esp32 allocates a Variable Length Array (VLA) on the stack whose size is derived from an attacker-controlled HTTP header field (Content-Type: multipart/form-data; boundary=...) without enforcing any length limit. Sendi…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-121</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42854">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-44011 – Craft CMS is a content management system (CMS). From 4.0.0 to before 4.17.12 and...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44011</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44011</guid>
    <pubDate>Tue, 12 May 2026 21:16:15 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-44011</strong></p>
  <p>Craft CMS is a content management system (CMS). From 4.0.0 to before 4.17.12 and 5.9.18, Craft CMS which contains an input-handling flaw in a Yii object creation path that let any authenticated user inject malicious configuration and execute arbitrary commands on the server. The request-controlled condition field layouts data is converted into a live FieldLayout object without a Component::cleans…</p>
  <p><strong>CVSS:</strong> 8.6 · <strong>CWE:</strong> CWE-479</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44011">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-44215 – NanaZip is an open source file archive. From 5.0.1252.0 to before 6.0.1698.0, a ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44215</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44215</guid>
    <pubDate>Tue, 12 May 2026 20:16:42 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-44215</strong></p>
  <p>NanaZip is an open source file archive. From 5.0.1252.0 to before 6.0.1698.0, a one-byte heap out-of-bounds null write exists in the UFS/UFS2 filesystem image parser in NanaZip. The vulnerability is triggered when opening a crafted UFS filesystem image. The attacker controls the byte offset of the write within a ~254-byte window past the heap allocation boundary. This vulnerability is fixed in 6.…</p>
  <p><strong>CVSS:</strong> 4.4 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44215">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-42048 – Langflow is a tool for building and deploying AI-powered agents and workflows. P...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42048</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42048</guid>
    <pubDate>Tue, 12 May 2026 18:17:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-42048</strong></p>
  <p>Langflow is a tool for building and deploying AI-powered agents and workflows. Prior to 1.9.0, Langflow is vulnerable to Path Traversal in the Knowledge Bases API (DELETE /api/v1/knowledge_bases). This occurs because user-supplied knowledge base names are concatenated directly into file paths without proper sanitization or boundary validation. An authenticated attacker can exploit this flaw to de…</p>
  <p><strong>CVSS:</strong> 9.6 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42048">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-8388 – Incorrect boundary conditions in the JavaScript Engine: JIT component. This vuln...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8388</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8388</guid>
    <pubDate>Tue, 12 May 2026 14:17:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-8388</strong></p>
  <p>Incorrect boundary conditions in the JavaScript Engine: JIT component. This vulnerability was fixed in Firefox 150.0.3, Firefox ESR 115.36, Firefox ESR 140.11, and Thunderbird 140.11.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-119</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8388">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-45321 – On 2026-05-11, between approximately 19:20 and 19:26 UTC, 84 malicious versions ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45321</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45321</guid>
    <pubDate>Tue, 12 May 2026 01:16:46 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-45321</strong></p>
  <p>On 2026-05-11, between approximately 19:20 and 19:26 UTC, 84 malicious versions across 42 @tanstack/* packages were published to the npm registry. The publishes were authenticated via the legitimate GitHub Actions OIDC trusted-publisher binding for TanStack/router, but the publish workflow itself was not modified. The attacker chained three known vulnerability classes — a pull_request_target "Pwn…</p>
  <p><strong>CVSS:</strong> 9.6 · <strong>CWE:</strong> CWE-506</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45321">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-43899 – DeepChat is an open-source artificial intelligence agent platform that unifies m...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43899</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43899</guid>
    <pubDate>Mon, 11 May 2026 23:20:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-43899</strong></p>
  <p>DeepChat is an open-source artificial intelligence agent platform that unifies models, tools, and agents. Prior to v1.0.4-beta.1, An incomplete mitigation for CVE-2025-55733 leaves DeepChat vulnerable to an arbitrary protocol execution bypass (RCE). While the patch correctly restricted api.openExternal() inside the renderer's preload/index.ts script, it structurally neglected to sanitize native E…</p>
  <p><strong>CVSS:</strong> 9.6 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43899">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-42564 – jotty·page is a self-hosted app for your checklists and notes. Prior to 1.22.0, ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42564</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42564</guid>
    <pubDate>Mon, 11 May 2026 22:22:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-42564</strong></p>
  <p>jotty·page is a self-hosted app for your checklists and notes. Prior to 1.22.0, an unauthenticated path traversal vulnerability exists in /api/app-icons/[filename]. The filename route parameter is joined into a filesystem path without traversal/boundary validation, allowing file reads outside data/uploads/app-icons/. This vulnerability is fixed in 1.22.0.</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42564">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-42888 – Audiobookshelf is a self-hosted audiobook and podcast server. Prior to 2.32.2, t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42888</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42888</guid>
    <pubDate>Mon, 11 May 2026 21:19:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-42888</strong></p>
  <p>Audiobookshelf is a self-hosted audiobook and podcast server. Prior to 2.32.2, the podcast creation endpoint at server/controllers/PodcastController.js accepts a user-controlled file path without sufficient boundary validation to ensure it remains within the intended library directory. This vulnerability is fixed in 2.32.2.</p>
  <p><strong>CVSS:</strong> 6.9 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42888">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-42875 – External Secrets Operator reads information from a third-party service and autom...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42875</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42875</guid>
    <pubDate>Mon, 11 May 2026 20:25:44 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-42875</strong></p>
  <p>External Secrets Operator reads information from a third-party service and automatically injects the values as Kubernetes Secrets. Prior to 2.4.0, Namespaced SecretStore resources that used CAProvider with type ConfigMap could resolve CA material from another namespace when caProvider.namespace was set. This bypassed the namespace boundary enforced for SecretStore-backed references in providers t…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-285</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42875">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-6664 – An integer overflow in network packet parsing code in PgBouncer before 1.25.2 by...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-6664</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-6664</guid>
    <pubDate>Sat, 09 May 2026 01:16:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-6664</strong></p>
  <p>An integer overflow in network packet parsing code in PgBouncer before 1.25.2 bypasses a boundary check and can lead to a crash. An unauthenticated remote attacker can crash PgBouncer with a malformed SCRAM authentication packet.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-190</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-6664">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-42282 – n8n-MCP is an MCP server that provides AI assistants access to n8n node document...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42282</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42282</guid>
    <pubDate>Fri, 08 May 2026 20:16:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-42282</strong></p>
  <p>n8n-MCP is an MCP server that provides AI assistants access to n8n node documentation, properties, and operations. Prior to version 2.47.13, when n8n-mcp runs in HTTP transport mode, authenticated MCP tools/call requests had their full arguments and JSON-RPC params written to server logs by the request dispatcher and several sibling code paths before any redaction. When a tool call carries creden…</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-532</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42282">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-41495 – n8n-MCP is an MCP server that provides AI assistants access to n8n node document...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41495</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41495</guid>
    <pubDate>Fri, 08 May 2026 20:16:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-41495</strong></p>
  <p>n8n-MCP is an MCP server that provides AI assistants access to n8n node documentation, properties, and operations. Prior to version 2.47.11, when n8n-mcp runs in HTTP transport mode, incoming requests to the POST /mcp endpoint had their request metadata written to server logs regardless of the authentication outcome. In deployments where logs are collected, forwarded to external systems, or viewa…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-532</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41495">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43442 – In the Linux kernel, the following vulnerability has been resolved:

io_uring: f...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43442</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43442</guid>
    <pubDate>Fri, 08 May 2026 15:16:56 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43442</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  io_uring: fix physical SQE bounds check for SQE_MIXED 128-byte ops  When IORING_SETUP_SQE_MIXED is used without IORING_SETUP_NO_SQARRAY, the boundary check for 128-byte SQE operations in io_init_req() validated the logical SQ head position rather than the physical SQE index.  The existing check:    !(ctx->cached_sq_head & (ctx->…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43442">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-41308 – Password Pusher is an open source application to communicate sensitive informati...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41308</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41308</guid>
    <pubDate>Fri, 08 May 2026 15:16:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-41308</strong></p>
  <p>Password Pusher is an open source application to communicate sensitive information over the web. Prior to versions 1.69.3 and 2.4.2, a security issue in OSS PasswordPusher allowed unauthenticated creation of file-type pushes through a generic JSON API create path under certain configurations. This could bypass the intended authentication boundary for file push creation. This issue has been patche…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-288</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41308">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-8091 – Incorrect boundary conditions in the Audio/Video: Playback component. This vulne...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8091</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8091</guid>
    <pubDate>Thu, 07 May 2026 13:16:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-8091</strong></p>
  <p>Incorrect boundary conditions in the Audio/Video: Playback component. This vulnerability was fixed in Firefox 150, Thunderbird 150, Firefox ESR 140.10.1, Thunderbird 140.10.1, and Firefox ESR 115.35.2.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-754</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8091">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-40076 – OpenMRS Core is an open source electronic medical record system platform. In ver...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40076</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40076</guid>
    <pubDate>Wed, 06 May 2026 20:16:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-40076</strong></p>
  <p>OpenMRS Core is an open source electronic medical record system platform. In versions 2.7.8 and earlier and versions 2.8.0 through 2.8.5, the module upload endpoint at POST `/openmrs/ws/rest/v1/module` is vulnerable to a Zip Slip path traversal attack. During automatic extraction of uploaded .omod archives in `WebModuleUtil.startModule()`, ZIP entries under web/module/ are checked only to see whe…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40076">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-7875 – NanoClaw version 1.2.0 and prior contains a host/container filesystem boundary v...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-7875</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-7875</guid>
    <pubDate>Wed, 06 May 2026 17:16:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-7875</strong></p>
  <p>NanoClaw version 1.2.0 and prior contains a host/container filesystem boundary vulnerability in outbound attachment handling and outbox cleanup that allows a compromised or prompt-injected container to read files outside the intended outbox directory by supplying crafted messages_out.id and content.files values or creating symlinked outbox files. Attackers can exploit this vulnerability to trigge…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-7875">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43233 – In the Linux kernel, the following vulnerability has been resolved:

netfilter: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43233</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43233</guid>
    <pubDate>Wed, 06 May 2026 12:16:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43233</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  netfilter: nf_conntrack_h323: fix OOB read in decode_choice()  In decode_choice(), the boundary check before get_len() uses the variable `len`, which is still 0 from its initialization at the top of the function:      unsigned int type, ext, len = 0;     ...     if (ext || (son->attr & OPEN)) {         BYTE_ALIGN(bs);         if…</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43233">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43190 – In the Linux kernel, the following vulnerability has been resolved:

netfilter: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43190</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43190</guid>
    <pubDate>Wed, 06 May 2026 12:16:37 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43190</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  netfilter: xt_tcpmss: check remaining length before reading optlen  Quoting reporter:   In net/netfilter/xt_tcpmss.c (lines 53-68), the TCP option parser reads  op[i+1] directly without validating the remaining option length.    If the last byte of the option field is not EOL/NOP (0/1), the code attempts   to index op[i+1]. In t…</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43190">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43113 – In the Linux kernel, the following vulnerability has been resolved:

wifi: wl125...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43113</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43113</guid>
    <pubDate>Wed, 06 May 2026 10:16:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43113</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  wifi: wl1251: validate packet IDs before indexing tx_frames  wl1251_tx_packet_cb() uses the firmware completion ID directly to index the fixed 16-entry wl->tx_frames[] array. The ID is a raw u8 from the completion block, and the callback does not currently verify that it fits the array before dereferencing it.  Reject completion…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43113">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-40075 – OpenMRS Core is an open source electronic medical record system platform. In ver...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40075</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40075</guid>
    <pubDate>Tue, 05 May 2026 22:16:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-40075</strong></p>
  <p>OpenMRS Core is an open source electronic medical record system platform. In versions 2.7.8 and earlier and versions 2.8.0 through 2.8.5, the `/openmrs/moduleResources/{moduleid}` endpoint is vulnerable to a path traversal attack. The ModuleResourcesServlet constructs a filesystem path from user-controlled input without performing path boundary validation — the getFile() method concatenates the u…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40075">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-43567 – OpenClaw before 2026.4.10 contains a path traversal vulnerability in the screen_...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43567</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43567</guid>
    <pubDate>Tue, 05 May 2026 12:16:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-43567</strong></p>
  <p>OpenClaw before 2026.4.10 contains a path traversal vulnerability in the screen_record tool's outPath parameter that bypasses workspace-only filesystem guards. Attackers can exploit this by specifying an outPath outside the workspace boundary to write files to unintended locations on the system.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-862</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43567">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43533 – OpenClaw before 2026.4.10 contains an arbitrary file read vulnerability in QQBot...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43533</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43533</guid>
    <pubDate>Tue, 05 May 2026 12:16:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43533</strong></p>
  <p>OpenClaw before 2026.4.10 contains an arbitrary file read vulnerability in QQBot media tags that allows attackers to reference host-local paths outside the intended media storage boundary. Attackers can craft malicious reply text containing media tags to disclose arbitrary local files through outbound media handling.</p>
  <p><strong>CVSS:</strong> 8.6 · <strong>CWE:</strong> CWE-23</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43533">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2026-43529 – OpenClaw before 2026.4.10 contains a time-of-check-time-of-use vulnerability in ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43529</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43529</guid>
    <pubDate>Tue, 05 May 2026 12:16:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2026-43529</strong></p>
  <p>OpenClaw before 2026.4.10 contains a time-of-check-time-of-use vulnerability in the validateScriptFileForShellBleed function that allows local attackers to bypass workspace boundary checks. An attacker with workspace write access can race-condition swap the target file between validation and preflight read, causing the validator to inspect a different file identity than the one that passed the in…</p>
  <p><strong>CVSS:</strong> 2.5 · <strong>CWE:</strong> CWE-367</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43529">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-7776 – Boundary Community Edition and Boundary Enterprise (“Boundary”) workers are vuln...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-7776</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-7776</guid>
    <pubDate>Mon, 04 May 2026 22:16:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-7776</strong></p>
  <p>Boundary Community Edition and Boundary Enterprise (“Boundary”) workers are vulnerable to a denial-of-service condition during node enrollment TLS handshakes. An attacker with network access to the worker authentication listener may open a connection and delay or withhold the client certificate during the TLS handshake, causing worker connection handling to block. This may prevent legitimate work…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-7776">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-42811 – In plain terms, Apache Polaris is supposed to issue short-lived GCS credentials
...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42811</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42811</guid>
    <pubDate>Mon, 04 May 2026 17:16:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-42811</strong></p>
  <p>In plain terms, Apache Polaris is supposed to issue short-lived GCS credentials that only work for one table's files, but a crafted namespace or table name can cause those credentials to work across the configured bucket instead.   Apache Polaris builds Google Cloud Storage downscoped credentials by creating a Credential Access Boundary (CAB) with CEL conditions that are intended to restrict acce…</p>
  <p><strong>CVSS:</strong> 9.9 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42811">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43025 – In the Linux kernel, the following vulnerability has been resolved:

netfilter: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43025</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43025</guid>
    <pubDate>Fri, 01 May 2026 15:16:46 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43025</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  netfilter: ctnetlink: ignore explicit helper on new expectations  Use the existing master conntrack helper, anything else is not really supported and it just makes validation more complicated, so just ignore what helper userspace suggests for this expectation.  This was uncovered when validating CTA_EXPECT_CLASS via different he…</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43025">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31707 – In the Linux kernel, the following vulnerability has been resolved:

ksmbd: vali...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31707</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31707</guid>
    <pubDate>Fri, 01 May 2026 14:16:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-31707</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ksmbd: validate response sizes in ipc_validate_msg()  ipc_validate_msg() computes the expected message size for each response type by adding (or multiplying) attacker-controlled fields from the daemon response to a fixed struct size in unsigned int arithmetic.  Three cases can overflow:    KSMBD_EVENT_RPC_REQUEST:       msg_sz =…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31707">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-31705 – In the Linux kernel, the following vulnerability has been resolved:

ksmbd: fix ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31705</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31705</guid>
    <pubDate>Fri, 01 May 2026 14:16:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-31705</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ksmbd: fix out-of-bounds write in smb2_get_ea() EA alignment  smb2_get_ea() applies 4-byte alignment padding via memset() after writing each EA entry. The bounds check on buf_free_len is performed before the value memcpy, but the alignment memset fires unconditionally afterward with no check on remaining space.  When the EA valu…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31705">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-41174 – Traefik is an HTTP reverse proxy and load balancer. Prior to versions 2.11.43, 3...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41174</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41174</guid>
    <pubDate>Thu, 30 Apr 2026 21:16:33 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-41174</strong></p>
  <p>Traefik is an HTTP reverse proxy and load balancer. Prior to versions 2.11.43, 3.6.14, and 3.7.0-rc.2, there is a potential vulnerability in Traefik's Kubernetes CRD provider cross-namespace isolation enforcement. When providers.kubernetesCRD.allowCrossNamespace=false, Traefik correctly rejects direct cross-namespace middleware references from IngressRoute objects, but fails to apply the same res…</p>
  <p><strong>CVSS:</strong> 6.4 · <strong>CWE:</strong> CWE-653</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41174">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-7439 – AgentFlow's local web API accepts non-JSON content types on POST /api/runs and P...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-7439</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-7439</guid>
    <pubDate>Wed, 29 Apr 2026 19:16:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-7439</strong></p>
  <p>AgentFlow's local web API accepts non-JSON content types on POST /api/runs and POST /api/runs/validate endpoints without enforcing application/json validation, allowing attackers to bypass trust-boundary enforcement on sensitive operations. Attackers can exploit this content-type validation weakness through browser-driven or local cross-origin requests to abuse the localhost API and enable attack…</p>
  <p><strong>CVSS:</strong> 4.4 · <strong>CWE:</strong> CWE-346</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-7439">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-42423 – OpenClaw before 2026.4.8 contains an approval-timeout fallback mechanism that by...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42423</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42423</guid>
    <pubDate>Tue, 28 Apr 2026 19:37:46 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-42423</strong></p>
  <p>OpenClaw before 2026.4.8 contains an approval-timeout fallback mechanism that bypasses strictInlineEval explicit-approval requirements on gateway and node exec hosts. Attackers can exploit this timeout fallback to execute inline eval commands that should require explicit user approval, circumventing the intended security boundary.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-636</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42423">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-7321 – Sandbox escape due to incorrect boundary conditions in the WebRTC: Networking co...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-7321</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-7321</guid>
    <pubDate>Tue, 28 Apr 2026 15:16:37 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-7321</strong></p>
  <p>Sandbox escape due to incorrect boundary conditions in the WebRTC: Networking component. This vulnerability was fixed in Firefox 150, Thunderbird 150, Firefox ESR 140.10.1, and Thunderbird 140.10.1.</p>
  <p><strong>CVSS:</strong> 9.6 · <strong>CWE:</strong> CWE-120</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-7321">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-7320 – Information disclosure due to incorrect boundary conditions in the Audio/Video c...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-7320</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-7320</guid>
    <pubDate>Tue, 28 Apr 2026 15:16:37 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-7320</strong></p>
  <p>Information disclosure due to incorrect boundary conditions in the Audio/Video component. This vulnerability was fixed in Firefox 150.0.1, Firefox ESR 140.10.1, Firefox ESR 115.35.1, Thunderbird 150.0.1, and Thunderbird 140.10.1.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-119</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-7320">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-41502 – BACnet Stack is a BACnet open source protocol stack C library for embedded syste...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41502</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41502</guid>
    <pubDate>Fri, 24 Apr 2026 20:16:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-41502</strong></p>
  <p>BACnet Stack is a BACnet open source protocol stack C library for embedded systems. Prior to 1.4.3, an off-by-one out-of-bounds read vulnerability in bacnet-stack's ReadPropertyMultiple service decoder allows unauthenticated remote attackers to read one byte past an allocated buffer boundary by sending a crafted RPM request with a truncated object identifier. The vulnerability is in rpm_decode_ob…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41502">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-41433 – OpenTelemetry eBPF Instrumentation provides eBPF instrumentation based on the Op...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41433</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41433</guid>
    <pubDate>Fri, 24 Apr 2026 20:16:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-41433</strong></p>
  <p>OpenTelemetry eBPF Instrumentation provides eBPF instrumentation based on the OpenTelemetry standard. From 0.4.0 to before 0.8.0, a flaw in the Java agent injection path allows a local attacker controlling a Java workload to overwrite arbitrary host files when Java injection is enabled and OBI is running with elevated privileges. The injector trusted TMPDIR from the target process and used unsafe…</p>
  <p><strong>CVSS:</strong> 8.4 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41433">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31588 – In the Linux kernel, the following vulnerability has been resolved:

KVM: x86: U...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31588</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31588</guid>
    <pubDate>Fri, 24 Apr 2026 15:16:33 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-31588</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  KVM: x86: Use scratch field in MMIO fragment to hold small write values  When exiting to userspace to service an emulated MMIO write, copy the to-be-written value to a scratch field in the MMIO fragment if the size of the data payload is 8 bytes or less, i.e. can fit in a single chunk, instead of pointing the fragment directly a…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31588">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-38743 – The authenticated /ui/dags endpoint did not enforce per-DAG access control on em...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-38743</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-38743</guid>
    <pubDate>Fri, 24 Apr 2026 13:16:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-38743</strong></p>
  <p>The authenticated /ui/dags endpoint did not enforce per-DAG access control on embedded Human-in-the-Loop (HITL) and TaskInstance records: a logged-in Airflow user with read access to at least one DAG could retrieve HITL prompts (including their request parameters) and full TaskInstance details for DAGs outside their authorized scope. Because HITL prompts and TaskInstance fields routinely carry op…</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-1220</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-38743">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-41319 – MailKit is a cross-platform mail client library built on top of MimeKit. A START...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41319</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41319</guid>
    <pubDate>Fri, 24 Apr 2026 04:16:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-41319</strong></p>
  <p>MailKit is a cross-platform mail client library built on top of MimeKit. A STARTTLS Response Injection vulnerability in versions prior to 4.16.0 allows a Man-in-the-Middle attacker to inject arbitrary protocol responses across the plaintext-to-TLS trust boundary, enabling SASL authentication mechanism downgrade (e.g., forcing PLAIN instead of SCRAM-SHA-256). The internal read buffer in `SmtpStrea…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-74</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41319">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-29050 – melange allows users to build apk packages using declarative pipelines. Starting...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-29050</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-29050</guid>
    <pubDate>Fri, 24 Apr 2026 00:16:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-29050</strong></p>
  <p>melange allows users to build apk packages using declarative pipelines. Starting in version 0.32.0 and prior to version 0.43.4, an attacker who can influence a melange configuration file — for example through pull-request-driven CI or build-as-a-service scenarios — could set `pipeline[].uses` to a value containing `../` sequences or an absolute path. The `(*Compiled).compilePipeline` function in…</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-29050">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-41340 – OpenClaw before 2026.3.31 contains an authentication boundary vulnerability wher...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41340</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41340</guid>
    <pubDate>Thu, 23 Apr 2026 22:16:40 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-41340</strong></p>
  <p>OpenClaw before 2026.3.31 contains an authentication boundary vulnerability where Telegram legacy allowFrom migration incorrectly fans default-account trust into all named accounts. Attackers can exploit this trust propagation to bypass authentication controls and gain unauthorized access to named accounts.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-372</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41340">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-6940 – radare2 prior to 6.1.4 contains a path traversal vulnerability in project deleti...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-6940</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-6940</guid>
    <pubDate>Thu, 23 Apr 2026 21:16:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-6940</strong></p>
  <p>radare2 prior to 6.1.4 contains a path traversal vulnerability in project deletion that allows local attackers to recursively delete arbitrary directories by supplying absolute paths that escape the configured dir.projects root directory. Attackers can craft absolute paths to project marker files outside the project storage boundary to cause recursive deletion of attacker-chosen directories with…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-6940">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-28525 – SWUpdate contains an integer underflow vulnerability in the multipart upload par...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-28525</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-28525</guid>
    <pubDate>Thu, 23 Apr 2026 21:16:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-28525</strong></p>
  <p>SWUpdate contains an integer underflow vulnerability in the multipart upload parser in mongoose_multipart.c that allows unauthenticated attackers to cause a denial of service by sending a crafted HTTP POST request to /upload with a malformed multipart boundary and controlled TCP stream timing. Attackers can trigger an integer underflow in the mg_http_multipart_continue_wait_for_chunk() function w…</p>
  <p><strong>CVSS:</strong> 6.8 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-28525">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-41208 – Paperclip is a Node.js server and React UI that orchestrates a team of AI agents...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41208</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41208</guid>
    <pubDate>Thu, 23 Apr 2026 02:16:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-41208</strong></p>
  <p>Paperclip is a Node.js server and React UI that orchestrates a team of AI agents to run a business. Versions of @paperclipai/server prior to 2026.416.0 contain a privilege escalation vulnerability that allows an attacker with an Agent API key to execute arbitrary OS commands on the Paperclip server host. An attacker with an agent credential can escalate privileges from the agent runtime to the Pa…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-78</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41208">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2026-34067 – nimiq-transaction provides the transaction primitive to be used in Nimiq's Rust ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34067</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34067</guid>
    <pubDate>Wed, 22 Apr 2026 21:17:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2026-34067</strong></p>
  <p>nimiq-transaction provides the transaction primitive to be used in Nimiq's Rust implementation. Prior to version 1.3.0, `HistoryTreeProof::verify` panics on a malformed proof where `history.len() != positions.len()` due to `assert_eq!(history.len(), positions.len())`. The proof object is derived from untrusted p2p responses (`ResponseTransactionsProof.proof`) and is therefore attacker-controlled…</p>
  <p><strong>CVSS:</strong> 3.1 · <strong>CWE:</strong> CWE-617</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34067">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31513 – In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31513</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31513</guid>
    <pubDate>Wed, 22 Apr 2026 14:16:50 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-31513</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  Bluetooth: L2CAP: Fix stack-out-of-bounds read in l2cap_ecred_conn_req  Syzbot reported a KASAN stack-out-of-bounds read in l2cap_build_cmd() that is triggered by a malformed Enhanced Credit Based Connection Request.  The vulnerability stems from l2cap_ecred_conn_req(). The function allocates a local stack buffer (`pdu`) designe…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31513">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-31491 – In the Linux kernel, the following vulnerability has been resolved:

RDMA/irdma:...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31491</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31491</guid>
    <pubDate>Wed, 22 Apr 2026 14:16:46 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-31491</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  RDMA/irdma: Harden depth calculation functions  An issue was exposed where OS can pass in U32_MAX for SQ/RQ/SRQ size. This can cause integer overflow and truncation of SQ/RQ/SRQ depth returning a success when it should have failed.  Harden the functions to do all depth calculations and boundary checking in u64 sizes.</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-190</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31491">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-31483 – In the Linux kernel, the following vulnerability has been resolved:

s390/syscal...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31483</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31483</guid>
    <pubDate>Wed, 22 Apr 2026 14:16:45 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-31483</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  s390/syscalls: Add spectre boundary for syscall dispatch table  The s390 syscall number is directly controlled by userspace, but does not have an array_index_nospec() boundary to prevent access past the syscall function pointer tables.</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31483">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-6832 – Hermes WebUI contains an arbitrary file deletion vulnerability in the /api/sessi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-6832</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-6832</guid>
    <pubDate>Tue, 21 Apr 2026 22:16:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-6832</strong></p>
  <p>Hermes WebUI contains an arbitrary file deletion vulnerability in the /api/session/delete endpoint that allows authenticated attackers to delete files outside the session directory by supplying an absolute path or path traversal payload in the session_id parameter. Attackers can exploit unvalidated session identifiers to construct paths that bypass the SESSION_DIR boundary and delete writable JSO…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-6832">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
