<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Microsoft Surface</title>
  <link>https://cvedaily.com/pages/tags/surface.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/surface.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Microsoft Surface</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:36 +0000</lastBuildDate>
  <item>
    <title>[High] CVE-2026-49298 – A bug in Apache Airflow's KubernetesExecutor caused JWT tokens used by worker po...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-49298</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-49298</guid>
    <pubDate>Mon, 01 Jun 2026 09:16:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-49298</strong></p>
  <p>A bug in Apache Airflow's KubernetesExecutor caused JWT tokens used by worker pods to authenticate against the Execution API to be passed to the worker container as command-line arguments visible in the pod spec. An authenticated UI/API user with Kubernetes read-only access to the cluster (e.g. `pods/get` in the Airflow namespace) could harvest the JWT from `kubectl describe pod` output and then…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-538</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-49298">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>[Medium] CVE-2026-45577 – Neotoma provides versioned records that persist across agent runs. From 0.6.0 to...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45577</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45577</guid>
    <pubDate>Fri, 29 May 2026 18:17:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-45577</strong></p>
  <p>Neotoma provides versioned records that persist across agent runs. From 0.6.0 to before 0.11.1, Neotoma can treat public reverse-proxied requests as local when the app receives them over a loopback socket and no Bearer token is present. In affected deployments, the REST auth middleware can resolve unauthenticated requests as the local development user, making the hosted Inspector and related API…</p>
  <p><strong>CVSS:</strong> 6.9 · <strong>CWE:</strong> CWE-288</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45577">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-48522 – PyJWT is a JSON Web Token implementation in Python. Prior to 2.13.0, PyJWKClient...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-48522</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-48522</guid>
    <pubDate>Thu, 28 May 2026 16:16:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-48522</strong></p>
  <p>PyJWT is a JSON Web Token implementation in Python. Prior to 2.13.0, PyJWKClient passes its uri argument directly to urllib.request.urlopen() which uses Python stdlib's default OpenerDirector registering HTTPHandler, HTTPSHandler, FTPHandler, FileHandler, and DataHandler. There is currently no documented option to restrict which schemes PyJWKClient will fetch. If an application's jku URL ingestio…</p>
  <p><strong>CVSS:</strong> 4.2 · <strong>CWE:</strong> CWE-441</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-48522">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-46124 – In the Linux kernel, the following vulnerability has been resolved:

isofs: vali...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46124</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46124</guid>
    <pubDate>Thu, 28 May 2026 10:16:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-46124</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  isofs: validate block number from NFS file handle in isofs_export_iget  isofs_fh_to_dentry() and isofs_fh_to_parent() pass an attacker- controlled block number (ifid->block or ifid->parent_block) from the NFS file handle to isofs_export_iget(), which only rejects block == 0 before calling isofs_iget() and ultimately sb_bread().…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46124">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-44319 – 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-44319</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44319</guid>
    <pubDate>Wed, 27 May 2026 17:16:37 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-44319</strong></p>
  <p>free5GC is an open-source implementation of the 5G core network. Prior to 4.2.2, free5GC's NEF terminates the entire process when a stored PFD-subscription notifyUri cannot be reached. In PfdChangeNotifier.FlushNotifications(), the notifier calls NnefPFDmanagementNotify(...) and on any delivery error invokes logger.PFDManageLog.Fatal(err), which is os.Exit(1)-equivalent in Go. An attacker who can…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44319">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-44318 – 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-44318</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44318</guid>
    <pubDate>Wed, 27 May 2026 17:16:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-44318</strong></p>
  <p>free5GC is an open-source implementation of the 5G core network. Prior to 4.2.2, free5GC's BSF PUT /nbsf-management/v1/subscriptions/{subId} handler has an unsynchronized write on the global Subscriptions map. The handler first reads the map under RLock() via BSFContext.GetSubscription(subId), but if the subscription does not exist, ReplaceIndividualSubcription() writes back to the same map direc…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-362</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44318">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-44895 – GitLab MCP Server lets an AI agent talk directly to GitLab. Prior to 0.6.0, the ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44895</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44895</guid>
    <pubDate>Tue, 26 May 2026 22:16:42 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-44895</strong></p>
  <p>GitLab MCP Server lets an AI agent talk directly to GitLab. Prior to 0.6.0, the HTTP transport in src/transport.ts ships with no authentication layer at all and a wildcard Access-Control-Allow-Origin: * on every response. The structural defect is that the SSE server stands up a stateful, mutation-capable RPC endpoint that is backed by the operator's GITLAB_PERSONAL_ACCESS_TOKEN without any inboun…</p>
  <p><strong>CVSS:</strong> 9.2 · <strong>CWE:</strong> CWE-306</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44895">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-9277 – shell-quote's `quote()` function did not validate object-token inputs against th...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9277</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9277</guid>
    <pubDate>Fri, 22 May 2026 14:16:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-9277</strong></p>
  <p>shell-quote's `quote()` function did not validate object-token inputs against the operator model used by `parse()`. The `.op` field was backslash-escaped character by character using `/(.)/g`, which in JavaScript does not match line terminators (\n, \r, U+2028, U+2029). A line terminator in `.op` therefore passed through unescaped into the output; POSIX shells treat a literal newline as a command…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-77</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9277">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-22599 – Strapi is an open source headless content management system. In versions on the ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-22599</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-22599</guid>
    <pubDate>Thu, 14 May 2026 19:16:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-22599</strong></p>
  <p>Strapi is an open source headless content management system. In versions on the 4.x branch prior to 4.26.1 and on the 5.x branch prior to 5.33.2, a database-query injection vulnerability existed in the Strapi Content-Type Builder write API. An authenticated administrator could inject arbitrary database statements through the `column.defaultTo` attribute when creating or modifying a content type.…</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-22599">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-42579 – Netty is an asynchronous, event-driven network application framework. Prior to 4...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42579</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42579</guid>
    <pubDate>Wed, 13 May 2026 19:17:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-42579</strong></p>
  <p>Netty is an asynchronous, event-driven network application framework. Prior to 4.2.13.Final and 4.1.133.Final, Netty's DNS codec does not enforce RFC 1035 domain name constraints during either encoding or decoding. This creates a bidirectional attack surface: malicious DNS responses can exploit the decoder, and user-influenced hostnames can exploit the encoder. This vulnerability is fixed in 4.2.…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42579">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-43992 – JunoClaw is an agentic AI platform built on Juno Network. Prior to 0.x.y-securit...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43992</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43992</guid>
    <pubDate>Tue, 12 May 2026 17:16:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-43992</strong></p>
  <p>JunoClaw is an agentic AI platform built on Juno Network. Prior to 0.x.y-security-1, every MCP write tool (send_tokens, execute_contract, instantiate_contract, upload_wasm, ibc_transfer, etc.) accepted 'mnemonic: string' as an explicit tool-call parameter. The BIP-39 seed was consequently embedded in the LLM tool-call JSON, exposing it to any transport, log, or telemetry surface in the path betwe…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43992">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-43930 – Parse Server is an open source backend that can be deployed to any infrastructur...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43930</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43930</guid>
    <pubDate>Tue, 12 May 2026 14:17:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-43930</strong></p>
  <p>Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to 8.6.76 and 9.9.0-alpha.2, a race condition in the MFA SMS one-time password (OTP) login path allows two concurrent /login requests carrying the same OTP to both succeed and both receive valid session tokens, breaking the single-use property of the OTP. The vulnerability requires the at…</p>
  <p><strong>CVSS:</strong> 5.9 · <strong>CWE:</strong> CWE-362</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43930">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-8159 – multiparty@4.2.3 and lower versions are vulnerable to denial of service via regu...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8159</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8159</guid>
    <pubDate>Tue, 12 May 2026 10:16:48 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-8159</strong></p>
  <p>multiparty@4.2.3 and lower versions are vulnerable to denial of service via regular expression backtracking in the Content-Disposition filename parameter parser. A crafted multipart upload with a long header value can cause regex matching to take seconds, blocking the event loop. Impact: any service accepting multipart uploads via multiparty is affected. Workarounds: limiting upload sizes at the…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1333</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8159">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2026-42873 – WeGIA is a web manager for charitable institutions. In versions prior to 3.6.10,...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42873</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42873</guid>
    <pubDate>Mon, 11 May 2026 20:25:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2026-42873</strong></p>
  <p>WeGIA is a web manager for charitable institutions. In versions prior to 3.6.10, when attempting to upload a file with malicious content to funcionario/docdependente_upload.php, the application responds with an overly descriptive error message. This leads to information disclosure, effectively increasing the attack surface by providing potential attackers with technical insights to refine their e…</p>
  <p><strong>CVSS:</strong> 0.0 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42873">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-42871 – WeGIA is a web manager for charitable institutions. In versions prior to 3.7.0, ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42871</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42871</guid>
    <pubDate>Mon, 11 May 2026 19:16:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-42871</strong></p>
  <p>WeGIA is a web manager for charitable institutions. In versions prior to 3.7.0, atendido/familiar_docfamiliar.php displays an overly descriptive error message, including database-related details. This verbosity leads to information disclosure, which could assist a potential attacker in mapping the backend infrastructure and expanding the attack surface. This vulnerability is fixed in 3.7.0.</p>
  <p><strong>CVSS:</strong> 6.9 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42871">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-42027 – Arbitrary Class Instantiation via Model Manifest in Apache OpenNLP ExtensionLoad...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42027</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42027</guid>
    <pubDate>Mon, 04 May 2026 17:16:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-42027</strong></p>
  <p>Arbitrary Class Instantiation via Model Manifest in Apache OpenNLP ExtensionLoader      Versions Affected: before 2.5.9, before 3.0.0-M3      Description:   The ExtensionLoader.instantiateExtension(Class, String) method loads a class by its fully-qualified name via Class.forName() and invokes its no-arg constructor, with the class name sourced from the manifest.properties entry of a model archive…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-470</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42027">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-42786 – Allocation of Resources Without Limits or Throttling vulnerability in mtrudel ba...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42786</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42786</guid>
    <pubDate>Fri, 01 May 2026 21:16:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-42786</strong></p>
  <p>Allocation of Resources Without Limits or Throttling vulnerability in mtrudel bandit allows unauthenticated remote denial of service via memory exhaustion.  The fragment reassembly path in 'Elixir.Bandit.WebSocket.Connection':handle_frame/3 in lib/bandit/websocket/connection.ex appends every incoming Continuation{fin: false} frame's payload to a per-connection iolist with no cumulative size cap.…</p>
  <p><strong>CVSS:</strong> 8.7 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42786">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-40557 – Improper Certificate Validation via Global SSL Context Downgrade in Apache Storm...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40557</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40557</guid>
    <pubDate>Mon, 27 Apr 2026 14:16:48 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-40557</strong></p>
  <p>Improper Certificate Validation via Global SSL Context Downgrade in Apache Storm Prometheus Reporter   Versions Affected: from 2.6.3 to 2.8.6   Description:   In production deployments where an administrator enables storm.daemon.metrics.reporter.plugin.prometheus.skip_tls_validation (by default it is disabled) intending to affect only the Prometheus reporter, the undocumented global side effect c…</p>
  <p><strong>CVSS:</strong> 4.8 · <strong>CWE:</strong> CWE-295</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40557">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-41145 – MinIO is a high-performance object storage system. Starting in RELEASE.2023-05-1...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-41145</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-41145</guid>
    <pubDate>Wed, 22 Apr 2026 01:16:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-41145</strong></p>
  <p>MinIO is a high-performance object storage system. Starting in RELEASE.2023-05-18T00-05-36Z and prior to RELEASE.2026-04-11T03-20-12Z, an authentication bypass vulnerability in MinIO's `STREAMING-UNSIGNED-PAYLOAD-TRAILER` code path allows any user who knows a valid access key to write arbitrary objects to any bucket without knowing the secret key or providing a valid cryptographic signature. Any…</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-41145">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-40344 – MinIO is a high-performance object storage system. Starting in RELEASE.2023-05-1...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40344</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40344</guid>
    <pubDate>Wed, 22 Apr 2026 01:16:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-40344</strong></p>
  <p>MinIO is a high-performance object storage system. Starting in RELEASE.2023-05-18T00-05-36Z and prior to RELEASE.2026-04-11T03-20-12Z, an authentication bypass vulnerability in MinIO's Snowball auto-extract handler (`PutObjectExtractHandler`) allows any user who knows a valid access key to write arbitrary objects to any bucket without knowing the secret key or providing a valid cryptographic sign…</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40344">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-40525 – OpenViking prior to version 0.3.9 contains an authentication bypass vulnerabilit...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40525</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40525</guid>
    <pubDate>Fri, 17 Apr 2026 19:16:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-40525</strong></p>
  <p>OpenViking prior to version 0.3.9 contains an authentication bypass vulnerability in the VikingBot OpenAPI HTTP route surface where the authentication check fails open when the api_key configuration value is unset or empty. Remote attackers with network access to the exposed service can invoke privileged bot-control functionality without providing a valid X-API-Key header, including submitting at…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-636</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40525">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-35031 – Jellyfin is an open source self hosted media server. Versions prior to 10.11.7 c...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-35031</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-35031</guid>
    <pubDate>Tue, 14 Apr 2026 23:16:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-35031</strong></p>
  <p>Jellyfin is an open source self hosted media server. Versions prior to 10.11.7 contain a vulnerability chain in the subtitle upload endpoint (POST /Videos/{itemId}/Subtitles), where the Format field is not validated, allowing path traversal via the file extension and enabling arbitrary file write. This arbitrary file write can be chained into arbitrary file read via .strm files, database extracti…</p>
  <p><strong>CVSS:</strong> 9.9 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-35031">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-34160 – Chamilo LMS is an open-source learning management system. In versions prior to 2...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34160</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34160</guid>
    <pubDate>Tue, 14 Apr 2026 21:16:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-34160</strong></p>
  <p>Chamilo LMS is an open-source learning management system. In versions prior to 2.0.0-RC.3, the PENS (Package Exchange Notification Services) plugin endpoint at public/plugin/Pens/pens.php is accessible without authentication and accepts a user-controlled package-url parameter that the server fetches using curl without filtering private or internal IP addresses, enabling unauthenticated Server-Sid…</p>
  <p><strong>CVSS:</strong> 8.6 · <strong>CWE:</strong> CWE-306</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34160">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-35664 – OpenClaw before 2026.3.25 contains an authentication bypass vulnerability in raw...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-35664</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-35664</guid>
    <pubDate>Fri, 10 Apr 2026 17:17:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-35664</strong></p>
  <p>OpenClaw before 2026.3.25 contains an authentication bypass vulnerability in raw card send surface that allows unpaired recipients to mint legacy callback payloads. Attackers can send raw card commands to bypass DM pairing restrictions and reach callback handling without proper authorization.</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-288</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-35664">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-35653 – OpenClaw before 2026.3.24 contains an incorrect authorization vulnerability in t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-35653</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-35653</guid>
    <pubDate>Fri, 10 Apr 2026 17:17:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-35653</strong></p>
  <p>OpenClaw before 2026.3.24 contains an incorrect authorization vulnerability in the POST /reset-profile endpoint that allows authenticated callers with operator.write access to browser.request to bypass profile mutation restrictions. Attackers can invoke POST /reset-profile through the browser.request surface to stop the running browser, close Playwright connections, and move profile directories t…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-35653">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-40111 – PraisonAIAgents is a multi-agent teams system. Prior to 1.5.128, he memory hooks...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40111</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40111</guid>
    <pubDate>Thu, 09 Apr 2026 22:16:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-40111</strong></p>
  <p>PraisonAIAgents is a multi-agent teams system. Prior to 1.5.128, he memory hooks executor in praisonaiagents passes a user-controlled command string directly to subprocess.run() with shell=True at src/praisonai-agents/praisonaiagents/memory/hooks.py. No sanitization is performed and shell metacharacters are interpreted by /bin/sh before the intended command executes. Two independent attack surfac…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-78</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40111">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-35444 – SDL_image is a library to load images of various formats as SDL surfaces. In do_...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-35444</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-35444</guid>
    <pubDate>Mon, 06 Apr 2026 22:16:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-35444</strong></p>
  <p>SDL_image is a library to load images of various formats as SDL surfaces. In do_layer_surface() in src/IMG_xcf.c, pixel index values from decoded XCF tile data are used directly as colormap indices without validating them against the colormap size (cm_num). A crafted .xcf file with a small colormap and out-of-range pixel indices causes heap out-of-bounds reads of up to 762 bytes past the colormap…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-35444">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-23430 – In the Linux kernel, the following vulnerability has been resolved:

drm/vmwgfx:...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23430</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23430</guid>
    <pubDate>Fri, 03 Apr 2026 16:16:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-23430</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  drm/vmwgfx: Don't overwrite KMS surface dirty tracker  We were overwriting the surface's dirty tracker here causing a memory leak.</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-401</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23430">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-32915 – OpenClaw before 2026.3.11 contains a sandbox boundary bypass vulnerability allow...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32915</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32915</guid>
    <pubDate>Sun, 29 Mar 2026 13:16:59 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-32915</strong></p>
  <p>OpenClaw before 2026.3.11 contains a sandbox boundary bypass vulnerability allowing leaf subagents to access the subagents control surface and resolve against parent requester scope instead of their own session tree. A low-privilege sandboxed leaf worker can steer or kill sibling runs and cause execution with broader tool policies by exploiting insufficient authorization checks on subagent contro…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32915">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-33916 – Handlebars provides the power necessary to let users build semantic templates. I...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33916</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33916</guid>
    <pubDate>Fri, 27 Mar 2026 21:17:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-33916</strong></p>
  <p>Handlebars provides the power necessary to let users build semantic templates. In versions 4.0.0 through 4.7.8, `resolvePartial()` in the Handlebars runtime resolves partial names via a plain property lookup on `options.partials` without guarding against prototype-chain traversal. When `Object.prototype` has been polluted with a string value whose key matches a partial reference in a template, th…</p>
  <p><strong>CVSS:</strong> 4.7 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33916">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-33697 – Cocos AI is a confidential computing system for AI. The current implementation o...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33697</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33697</guid>
    <pubDate>Fri, 27 Mar 2026 00:16:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-33697</strong></p>
  <p>Cocos AI is a confidential computing system for AI. The current implementation of attested TLS (aTLS) in CoCoS is vulnerable to a relay attack affecting all versions from v0.4.0 through v0.8.2. This vulnerability is present in both the AMD SEV-SNP and Intel TDX deployment targets supported by CoCoS. In the affected design, an attacker may be able to extract the ephemeral TLS private key used duri…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-322</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33697">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-33713 – n8n is an open source workflow automation platform. Prior to versions 2.14.1, 2...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33713</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33713</guid>
    <pubDate>Wed, 25 Mar 2026 18:16:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-33713</strong></p>
  <p>n8n is an open source workflow automation platform. Prior to versions 2.14.1, 2.13.3, and 1.123.26, an authenticated user with permission to create or modify workflows could exploit a SQL injection vulnerability in the Data Table Get node. On default SQLite DB, single statements can be manipulated and the attack surface is practically limited. On PostgreSQL deployments, multi-statement execution…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33713">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-32771 – The CTFer.io Monitoring component is in charge of the collection, process and st...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32771</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32771</guid>
    <pubDate>Fri, 20 Mar 2026 01:15:55 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-32771</strong></p>
  <p>The CTFer.io Monitoring component is in charge of the collection, process and storage of various signals (i.e. logs, metrics and distributed traces). In versions prior to 0.2.2, the sanitizeArchivePath function in pkg/extract/extract.go (lines 248–254) is vulnerable to Path Traversal due to a missing trailing path separator in the strings.HasPrefix check. The extractor allows arbitrary file write…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32771">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-32698 – OpenProject is an open-source, web-based project management software. Versions p...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32698</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32698</guid>
    <pubDate>Wed, 18 Mar 2026 22:16:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-32698</strong></p>
  <p>OpenProject is an open-source, web-based project management software. Versions prior to 16.6.9, 17.0.6, 17.1.3, and 17.2.1 are vulnerable to an SQL injection attack via a custom field's name. When that custom field was used in a Cost Report, the custom field's name was injected into the SQL query without proper sanitation. This allowed an attacker to execute arbitrary SQL commands during the gene…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32698">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2026-32638 – StudioCMS is a server-side-rendered, Astro native, headless content management s...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32638</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32638</guid>
    <pubDate>Wed, 18 Mar 2026 21:16:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2026-32638</strong></p>
  <p>StudioCMS is a server-side-rendered, Astro native, headless content management system. Prior to 0.4.4, the REST API `getUsers` endpoint in StudioCMS uses the attacker-controlled `rank` query parameter to decide whether owner accounts should be filtered from the result set. As a result, an admin token can request `rank=owner` and receive owner account records, including IDs, usernames, display nam…</p>
  <p><strong>CVSS:</strong> 2.7 · <strong>CWE:</strong> CWE-639</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32638">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2026-32715 – AnythingLLM is an application that turns pieces of content into context that any...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32715</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32715</guid>
    <pubDate>Mon, 16 Mar 2026 14:19:42 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2026-32715</strong></p>
  <p>AnythingLLM is an application that turns pieces of content into context that any LLM can use as references during chatting. In 1.11.1 and earlier, The two generic system-preferences endpoints allow manager role access, while every other surface that touches the same settings is restricted to admin only. Because of this inconsistency, a manager can call the generic endpoints directly to read plain…</p>
  <p><strong>CVSS:</strong> 3.8 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32715">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-31806 – FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31806</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31806</guid>
    <pubDate>Fri, 13 Mar 2026 19:54:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-31806</strong></p>
  <p>FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0,  the gdi_surface_bits() function processes SURFACE_BITS_COMMAND messages sent by the RDP server. When the command is handled using NSCodec, the bmp.width and bmp.height values provided by the server are not properly validated against the actual desktop dimensions. A malicious RDP server can supply crafted bmp.width…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-122</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31806">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-29774 – FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-29774</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-29774</guid>
    <pubDate>Fri, 13 Mar 2026 19:54:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-29774</strong></p>
  <p>FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, a client-side heap buffer overflow occurs in the FreeRDP client's AVC420/AVC444 YUV-to-RGB conversion path due to missing horizontal bounds validation of H.264 metablock regionRects coordinates.  In yuv.c, the clamp() function (line 347) only validates top/bottom against the surface/YUV height, but never checks left…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-29774">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-20131 – A vulnerability in the web-based management interface of Cisco Secure Firewall M...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-20131</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-20131</guid>
    <pubDate>Wed, 04 Mar 2026 18:16:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-20131</strong></p>
  <p>A vulnerability in the web-based management interface of Cisco Secure Firewall Management Center (FMC) Software could allow an unauthenticated, remote attacker to execute arbitrary Java code as root&nbsp;on an affected device.  This vulnerability is due to insecure deserialization of a user-supplied Java byte stream. An attacker could exploit this vulnerability by sending a crafted serialized J…</p>
  <p><strong>CVSS:</strong> 10.0 · <strong>CWE:</strong> CWE-502</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-20131">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-26973 – Discourse is an open source discussion platform. Versions prior to 2025.12.2, 20...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-26973</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-26973</guid>
    <pubDate>Thu, 26 Feb 2026 20:31:37 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-26973</strong></p>
  <p>Discourse is an open source discussion platform. Versions prior to 2025.12.2, 2026.1.1, and 2026.2.0 have an IDOR (Insecure Direct Object Reference) in `ReviewableNotesController`. When `enable_category_group_moderation` is enabled, a user belonging to a  category moderation group can create or delete their own notes on **any** reviewable in the system, including reviewables in categories they do…</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-26973">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-27903 – minimatch is a minimal matching utility for converting glob expressions into Jav...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-27903</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-27903</guid>
    <pubDate>Thu, 26 Feb 2026 02:16:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-27903</strong></p>
  <p>minimatch is a minimal matching utility for converting glob expressions into JavaScript RegExp objects. Prior to version 10.2.3, 9.0.7, 8.0.6, 7.4.8, 6.2.2, 5.1.8, 4.2.5, and 3.1.3, `matchOne()` performs unbounded recursive backtracking when a glob pattern contains multiple non-adjacent `**` (GLOBSTAR) segments and the input path does not match. The time complexity is O(C(n, k)) -- binomial -- wh…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-407</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-27903">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-26965 – FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to versio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-26965</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-26965</guid>
    <pubDate>Wed, 25 Feb 2026 21:16:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-26965</strong></p>
  <p>FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, in the RLE planar decode path, `planar_decompress_plane_rle()` writes into `pDstData` at `((nYDst+y) * nDstStep) + (4*nXDst) + nChannel` without verifying that `(nYDst+nSrcHeight)` fits in the destination height or that `(nXDst+nSrcWidth)` fits in the destination stride. When `TempFormat != DstFormat`, `pDst…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-26965">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-26955 – FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to versio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-26955</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-26955</guid>
    <pubDate>Wed, 25 Feb 2026 21:16:42 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-26955</strong></p>
  <p>FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, a malicious RDP server can trigger a heap buffer overflow in FreeRDP clients using the GDI surface pipeline (e.g., `xfreerdp`) by sending an RDPGFX ClearCodec surface command with an out-of-bounds destination rectangle. The `gdi_SurfaceCommand_ClearCodec()` handler does not call `is_within_surface()` to vali…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-26955">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-25955 – FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to versio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-25955</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-25955</guid>
    <pubDate>Wed, 25 Feb 2026 21:16:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-25955</strong></p>
  <p>FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, `xf_AppUpdateWindowFromSurface` reuses a cached `XImage` whose `data` pointer references a freed RDPGFX surface buffer, because `gdi_DeleteSurface` frees `surface->data` without invalidating the `appWindow->image` that aliases it. Version 3.23.0 fixes the issue.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-25955">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-25941 – FreeRDP is a free implementation of the Remote Desktop Protocol. Versions on the...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-25941</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-25941</guid>
    <pubDate>Wed, 25 Feb 2026 20:23:48 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-25941</strong></p>
  <p>FreeRDP is a free implementation of the Remote Desktop Protocol. Versions on the 2.x branch prior to to 2.11.8 and on the 3.x branch prior to 3.23.0 have an out-of-bounds read vulnerability in the FreeRDP client's RDPGFX channel that allows a malicious RDP server to read uninitialized heap memory by sending a crafted WIRE_TO_SURFACE_2 PDU with a `bitmapDataLength` value larger than the actual dat…</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-25941">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-26025 – free5GC SMF provides Session Management Function for free5GC, an open-source pro...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-26025</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-26025</guid>
    <pubDate>Tue, 24 Feb 2026 01:16:15 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-26025</strong></p>
  <p>free5GC SMF provides Session Management Function for free5GC, an open-source project for 5th generation (5G) mobile core networks. In versions up to and including 1.4.1, SMF panics and terminates when processing a malformed PFCP SessionReportRequest on the PFCP (UDP/8805) interface. ￼No known upstream fix is available, but some workarounds are available. ACL/firewall the PFCP interface so only tr…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-26025">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-26024 – free5GC SMF provides Session Management Function for free5GC, an open-source pro...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-26024</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-26024</guid>
    <pubDate>Tue, 24 Feb 2026 01:16:15 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-26024</strong></p>
  <p>free5GC SMF provides Session Management Function for free5GC, an open-source project for 5th generation (5G) mobile core networks. In versions up to and including 1.4.1, SMF panics and terminates when processing a malformed PFCP SessionReportRequest on the PFCP (UDP/8805) interface. ￼No known upstream fix is available, but some workarounds are available. ACL/firewall the PFCP interface so only tr…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-26024">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-25501 – free5GC SMF provides Session Management Function for free5GC, an open-source pro...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-25501</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-25501</guid>
    <pubDate>Tue, 24 Feb 2026 01:16:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-25501</strong></p>
  <p>free5GC SMF provides Session Management Function for free5GC, an open-source project for 5th generation (5G) mobile core networks. In versions up to and including 1.4.1, SMF panics due to nil pointer dereference and the SMF process terminates. This is triggered by a malformed PFCP SessionReportRequest on the SMF PFCP (UDP/8805) interface. No known upstream fix is available, but some workarounds a…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-25501">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-27002 – OpenClaw is a personal AI assistant. Prior to version 2026.2.15, a configuration...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-27002</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-27002</guid>
    <pubDate>Fri, 20 Feb 2026 00:16:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-27002</strong></p>
  <p>OpenClaw is a personal AI assistant. Prior to version 2026.2.15, a configuration injection issue in the Docker tool sandbox could allow dangerous Docker options (bind mounts, host networking, unconfined profiles) to be applied, enabling container escape or host data access. OpenClaw 2026.2.15 blocks dangerous sandbox Docker settings and includes runtime enforcement when building `docker create` a…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-250</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-27002">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-26329 – OpenClaw is a personal AI assistant. Prior to version 2026.2.14, authenticated a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-26329</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-26329</guid>
    <pubDate>Fri, 20 Feb 2026 00:16:15 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-26329</strong></p>
  <p>OpenClaw is a personal AI assistant. Prior to version 2026.2.14, authenticated attackers can read arbitrary files from the Gateway host by supplying absolute paths or path traversal sequences to the browser tool's `upload` action. The server passed these paths to Playwright's `setInputFiles()` APIs without restricting them to a safe root. An attacker must reach the Gateway HTTP surface (or otherw…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-26329">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2026-24764 – OpenClaw (formerly Clawdbot) is a personal AI assistant users run on their own d...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-24764</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-24764</guid>
    <pubDate>Thu, 19 Feb 2026 07:17:44 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2026-24764</strong></p>
  <p>OpenClaw (formerly Clawdbot) is a personal AI assistant users run on their own devices. In versions 2026.2.2 and below, when the Slack integration is enabled, channel metadata (topic/description) can be incorporated into the model's system prompt. Prompt injection is a documented risk for LLM-driven systems. This issue increases the injection surface by allowing untrusted Slack channel metadata t…</p>
  <p><strong>CVSS:</strong> 3.7 · <strong>CWE:</strong> CWE-74</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-24764">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-2415 – Emails sent by pretix can utilize placeholders that will be filled with customer...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-2415</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-2415</guid>
    <pubDate>Mon, 16 Feb 2026 11:15:56 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-2415</strong></p>
  <p>Emails sent by pretix can utilize placeholders that will be filled with customer data. For example, when {name}  is used in an email template, it will  be replaced with the buyer's  name for the final email. This mechanism contained two security-relevant  bugs:      *   It was possible to exfiltrate information about the pretix system through specially crafted placeholder names such as {{event.__…</p>
  <p><strong>CVSS:</strong> 5.9 · <strong>CWE:</strong> CWE-627</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-2415">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-5386 – In lunary-ai/lunary version 1.2.2, an account hijacking vulnerability exists due...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-5386</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-5386</guid>
    <pubDate>Mon, 02 Feb 2026 11:16:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-5386</strong></p>
  <p>In lunary-ai/lunary version 1.2.2, an account hijacking vulnerability exists due to a password reset token leak. A user with a 'viewer' role can exploit this vulnerability to hijack another user's account by obtaining the password reset token. The vulnerability is triggered when the 'viewer' role user sends a specific request to the server, which responds with a password reset token in the 'recov…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-1125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-5386">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-68934 – Discourse is an open source discussion platform. In versions prior to 3.5.4, 202...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-68934</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-68934</guid>
    <pubDate>Wed, 28 Jan 2026 20:16:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-68934</strong></p>
  <p>Discourse is an open source discussion platform. In versions prior to 3.5.4, 2025.11.2, 2025.12.1, and 2026.1.0, authenticated users can submit crafted payloads to /drafts.json that cause O(n^2) processing in Base62.decode, tying up workers for 35-60 seconds per request. This affects all users as the shared worker pool becomes exhausted. This issue is patched in versions 3.5.4, 2025.11.2, 2025.12…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-68934">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-23008 – In the Linux kernel, the following vulnerability has been resolved:

drm/vmwgfx:...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23008</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23008</guid>
    <pubDate>Sun, 25 Jan 2026 15:15:55 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-23008</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  drm/vmwgfx: Fix KMS with 3D on HW version 10  HW version 10 does not have GB Surfaces so there is no backing buffer for surface backed FBs. This would result in a nullptr dereference and crash the driver causing a black screen.</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23008">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-23534 – FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to versio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23534</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23534</guid>
    <pubDate>Mon, 19 Jan 2026 18:16:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-23534</strong></p>
  <p>FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.21.0, a client-side heap buffer overflow occurs in the ClearCodec bands decode path when crafted band coordinates allow writes past the end of the destination surface buffer. A malicious server can trigger a client‑side heap buffer overflow, causing a crash (DoS) and potential heap corruption with code‑execution r…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-122</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23534">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-23531 – FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to versio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23531</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23531</guid>
    <pubDate>Mon, 19 Jan 2026 17:15:50 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-23531</strong></p>
  <p>FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.21.0, in ClearCodec, when `glyphData` is present, `clear_decompress` calls `freerdp_image_copy_no_overlap` without validating the destination rectangle, allowing an out-of-bounds read/write via crafted RDPGFX surface updates. A malicious server can trigger a client‑side heap buffer overflow, causing a crash (DoS)…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-122</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23531">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-0203 – An Improper Handling of Exceptional Conditions vulnerability in packet processin...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-0203</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-0203</guid>
    <pubDate>Thu, 15 Jan 2026 21:16:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-0203</strong></p>
  <p>An Improper Handling of Exceptional Conditions vulnerability in packet processing of Juniper Networks Junos OS allows an unauthenticated, network-adjacent attacker sending a specifically malformed ICMP packet to cause an FPC to crash and restart, resulting in a Denial of Service (DoS).    When an ICMP packet is received with a specifically malformed IP header value, the FPC receiving the packet c…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-755</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-0203">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-22851 – FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.20.1...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-22851</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-22851</guid>
    <pubDate>Wed, 14 Jan 2026 18:16:42 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-22851</strong></p>
  <p>FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.20.1, a race condition between the RDPGFX dynamic virtual channel thread and the SDL render thread leads to a heap use-after-free. Specifically, an escaped pointer to sdl->primary (SDL_Surface) is accessed after it has been freed during RDPGFX ResetGraphics handling. This vulnerability is fixed in 3.20.1.</p>
  <p><strong>CVSS:</strong> 5.9 · <strong>CWE:</strong> CWE-362</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-22851">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-68700 – RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine. In versio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-68700</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-68700</guid>
    <pubDate>Wed, 31 Dec 2025 22:15:49 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-68700</strong></p>
  <p>RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine. In versions prior to 0.23.0, a low-privileged authenticated user (normal login account) can execute arbitrary system commands on the server host process via the frontend Canvas CodeExec component, completely bypassing sandbox isolation. This occurs because untrusted data (stdout) is parsed using eval() with no filtering or san…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-78</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-68700">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2025-36755 – The CleverDisplay BlueOne hardware player is designed with its USB interfaces ph...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-36755</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-36755</guid>
    <pubDate>Fri, 12 Dec 2025 15:15:53 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2025-36755</strong></p>
  <p>The CleverDisplay BlueOne hardware player is designed with its USB interfaces physically enclosed and inaccessible under normal operating conditions. Researchers demonstrated that, after cicumventing the device’s protective enclosure, it was possible to connect a USB keyboard and press ESC during boot to access the BIOS setup interface. BIOS settings could be viewed but not modified. This behavio…</p>
  <p><strong>CVSS:</strong> 2.4 · <strong>CWE:</strong> CWE-1191</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-36755">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2023-53843 – In the Linux kernel, the following vulnerability has been resolved:

net: openvs...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-53843</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-53843</guid>
    <pubDate>Tue, 09 Dec 2025 16:17:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2023-53843</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  net: openvswitch: reject negative ifindex  Recent changes in net-next (commit 759ab1edb56c ("net: store netdevs in an xarray")) refactored the handling of pre-assigned ifindexes and let syzbot surface a latent problem in ovs. ovs does not validate ifindex, making it possible to create netdev ports with negative ifindex values. I…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-53843">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-66570 – cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-66570</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-66570</guid>
    <pubDate>Fri, 05 Dec 2025 19:15:51 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-66570</strong></p>
  <p>cpp-httplib is a C++11 single-file header-only cross platform HTTP/HTTPS library. Prior to 0.27.0, a vulnerability allows attacker-controlled HTTP headers to influence server-visible metadata, logging, and authorization decisions. An attacker can inject headers named REMOTE_ADDR, REMOTE_PORT, LOCAL_ADDR, LOCAL_PORT that are parsed into the request header multimap via read_headers() in httplib.h (…</p>
  <p><strong>CVSS:</strong> 10.0 · <strong>CWE:</strong> CWE-290</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-66570">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Unknown] CVE-2025-40110 – In the Linux kernel, the following vulnerability has been resolved:

drm/vmwgfx:...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-40110</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-40110</guid>
    <pubDate>Wed, 12 Nov 2025 02:15:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk unknown">Unknown</span> CVE-2025-40110</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  drm/vmwgfx: Fix a null-ptr access in the cursor snooper  Check that the resource which is converted to a surface exists before trying to use the cursor snooper on it.  vmw_cmd_res_check allows explicit invalid (SVGA3D_INVALID_ID) identifiers because some svga commands accept SVGA3D_INVALID_ID to mean "no surface", unfortunately…</p>
  <p><strong>CVSS:</strong> N/A · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-40110">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-64504 – Langfuse is an open source large language model engineering platform. Starting i...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-64504</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-64504</guid>
    <pubDate>Mon, 10 Nov 2025 22:15:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-64504</strong></p>
  <p>Langfuse is an open source large language model engineering platform. Starting in version 2.70.0 and prior to versions 2.95.11 and 3.124.1, in certain project membership APIs, the server trusted a user‑controlled orgId and used it in authorization checks. As a result, any authenticated user on the same Langfuse instance could enumerate names and email addresses of users in another organization if…</p>
  <p><strong>CVSS:</strong> 5.0 · <strong>CWE:</strong> CWE-202</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-64504">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-60892 – An issue in Raspberry Pi Imager version 1.9.6 for Windows, affecting its OS cust...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-60892</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-60892</guid>
    <pubDate>Mon, 03 Nov 2025 15:15:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-60892</strong></p>
  <p>An issue in Raspberry Pi Imager version 1.9.6 for Windows, affecting its OS customization feature. The imager's 'public-key authentication' setting unintentionally re-adds a user's id_rsa.pub key from their local Windows machine to the authorized_keys file on the Raspberry Pi, even after the user explicitly deletes the key from the user interface. This creates an unintended attack surface, as it…</p>
  <p><strong>CVSS:</strong> 6.8 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-60892">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-34135 – Nagios XI versions prior to 2024R1.4.2 configure some systemd unit files with pe...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-34135</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-34135</guid>
    <pubDate>Thu, 30 Oct 2025 22:15:47 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-34135</strong></p>
  <p>Nagios XI versions prior to 2024R1.4.2 configure some systemd unit files with permission sets that were too permissive. In particular, the nagios.service unit had executable permissions that were not required. Overly permissive permissions on service unit files can broaden local attack surface by enabling unintended execution behaviors or facilitating abuse of service operations when combined wit…</p>
  <p><strong>CVSS:</strong> 4.4 · <strong>CWE:</strong> CWE-732</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-34135">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-60280 – Cross-Site Scripting (XSS) vulnerability in Bang Resto v1.0 could allow an attac...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-60280</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-60280</guid>
    <pubDate>Tue, 21 Oct 2025 16:15:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-60280</strong></p>
  <p>Cross-Site Scripting (XSS) vulnerability in Bang Resto v1.0 could allow an attacker to inject malicious JavaScript code into the application's web pages. This vulnerability exists due to insufficient input sanitization or output encoding, allowing attacker-controlled input to be rendered directly in the browser. When exploited, an attacker can steal session cookies, redirect users to malicious si…</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-60280">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-61925 – Astro is a web framework. Prior to version 5.14.2, Astro reflects the value in `...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-61925</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-61925</guid>
    <pubDate>Fri, 10 Oct 2025 20:15:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-61925</strong></p>
  <p>Astro is a web framework. Prior to version 5.14.2, Astro reflects the value in `X-Forwarded-Host` in output when using `Astro.url` without any validation. It is common for web servers such as nginx to route requests via the `Host` header, and forward on other request headers. As such as malicious request can be sent with both a `Host` header and an `X-Forwarded-Host` header where the values do no…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-470</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-61925">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-50440 – In the Linux kernel, the following vulnerability has been resolved:

drm/vmwgfx:...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-50440</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-50440</guid>
    <pubDate>Wed, 01 Oct 2025 12:15:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-50440</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  drm/vmwgfx: Validate the box size for the snooped cursor  Invalid userspace dma surface copies could potentially overflow the memcpy from the surface to the snooped image leading to crashes. To fix it the dimensions of the copybox have to be validated against the expected size of the snooped cursor.</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-50440">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-34218 – Vasion Print (formerly PrinterLogic) Virtual Appliance Host prior to version 22...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-34218</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-34218</guid>
    <pubDate>Mon, 29 Sep 2025 21:15:35 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-34218</strong></p>
  <p>Vasion Print (formerly PrinterLogic) Virtual Appliance Host prior to version 22.0.1049 and Application prior to version 20.0.2786 (VA/SaaS deployments) expose internal Docker containers through the gw Docker instance.  The gateway publishes a /meta endpoint which lists every micro‑service container together with version information. These containers are reachable directly over HTTP/HTTPS without…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-306</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-34218">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-5717 – An authenticated remote code execution (RCE) vulnerability exists in multiple WS...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-5717</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-5717</guid>
    <pubDate>Tue, 23 Sep 2025 16:15:33 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-5717</strong></p>
  <p>An authenticated remote code execution (RCE) vulnerability exists in multiple WSO2 products due to improper input validation in the event processor admin service. A user with administrative access to the SOAP admin services can exploit this flaw by deploying a Siddhi execution plan containing malicious Java code, resulting in arbitrary code execution on the server.  Exploitation of this vulnerabi…</p>
  <p><strong>CVSS:</strong> 6.8 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-5717">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-34203 – Vasion Print (formerly PrinterLogic) Virtual Appliance Host versions prior to 22...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-34203</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-34203</guid>
    <pubDate>Fri, 19 Sep 2025 19:15:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-34203</strong></p>
  <p>Vasion Print (formerly PrinterLogic) Virtual Appliance Host versions prior to 22.0.1002 and Application versions prior to 20.0.2614 (VA and SaaS deployments) contain multiple Docker containers that include outdated, end-of-life, unsupported, or otherwise vulnerable third-party components (examples: Nginx 1.17.x, OpenSSL 1.1.1d, various EOL Alpine/Debian/Ubuntu base images, and EOL Laravel/PHP lib…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-34203">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-47120 – IBM Security Verify Information Queue 10.0.5, 10.0.6, 10.0.7, and 10.0.8 could a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-47120</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-47120</guid>
    <pubDate>Wed, 10 Sep 2025 20:15:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-47120</strong></p>
  <p>IBM Security Verify Information Queue 10.0.5, 10.0.6, 10.0.7, and 10.0.8 could allow a privileged user to escalate their privileges and attack surface on the host due to the containers running with unnecessary privileges.</p>
  <p><strong>CVSS:</strong> 6.4 · <strong>CWE:</strong> CWE-250</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-47120">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-36907 – In draw_surface_image() of abl/android/lib/draw/draw.c, there is a possible out ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-36907</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-36907</guid>
    <pubDate>Thu, 04 Sep 2025 10:42:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-36907</strong></p>
  <p>In draw_surface_image() of abl/android/lib/draw/draw.c, there is a possible out of bounds write due to a heap buffer overflow. This could lead to local escalation of privilege via USB fastboot, after a bootloader unlock, with no additional execution privileges needed. User interaction is needed for exploitation.</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-122</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-36907">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-55286 – z2d is a pure Zig 2D graphics library. z2d v0.7.0 released with a new multi-samp...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-55286</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-55286</guid>
    <pubDate>Sat, 16 Aug 2025 01:15:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-55286</strong></p>
  <p>z2d is a pure Zig 2D graphics library. z2d v0.7.0 released with a new multi-sample anti-aliasing (MSAA) method, which uses a new buffering mechanism for storing coverage data. This differs from the standard alpha mask surface used for the previous super-sample anti-aliasing (SSAA) method. Under certain circumstances where the path being drawn existed in whole or partly outside of the rendering su…</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-119</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-55286">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-53364 – Parse Server is an open source backend that can be deployed to any infrastructur...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-53364</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-53364</guid>
    <pubDate>Thu, 10 Jul 2025 16:15:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-53364</strong></p>
  <p>Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Starting in 5.3.0 and before 7.5.3 and 8.2.2, the Parse Server GraphQL API previously allowed public access to the GraphQL schema without requiring a session token or the master key. While schema introspection reveals only metadata and not actual data, this metadata can still expand the potenti…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-497</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-53364">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-38205 – In the Linux kernel, the following vulnerability has been resolved:

drm/amd/dis...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38205</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38205</guid>
    <pubDate>Fri, 04 Jul 2025 14:15:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-38205</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  drm/amd/display: Avoid divide by zero by initializing dummy pitch to 1  [Why] If the dummy values in `populate_dummy_dml_surface_cfg()` aren't updated then they can lead to a divide by zero in downstream callers like CalculateVMAndRowBytes()  [How] Initialize dummy value to a value to avoid divide by zero.</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-369</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38205">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-53003 – The Janssen Project is an open-source identity and access management (IAM) platf...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-53003</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-53003</guid>
    <pubDate>Tue, 01 Jul 2025 02:15:22 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-53003</strong></p>
  <p>The Janssen Project is an open-source identity and access management (IAM) platform. Prior to version 1.8.0, the Config API returns results without scope verification. This has a large internal surface attack area that exposes all sorts of information from the IDP including clients, users, scripts ..etc. This issue has been patched in version 1.8.0. A workaround for this vulnerability involves us…</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-53003">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2025-52937 – Vulnerability in PointCloudLibrary PCL (surface/src/3rdparty/opennurbs modules)...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-52937</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-52937</guid>
    <pubDate>Mon, 23 Jun 2025 10:15:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2025-52937</strong></p>
  <p>Vulnerability in PointCloudLibrary PCL (surface/src/3rdparty/opennurbs modules). This vulnerability is associated with program files crc32.C.  This vulnerability is only relevant if the PCL version is older than 1.14.0 or the user specifically requests to not use the system zlib (WITH_SYSTEM_ZLIB=FALSE).</p>
  <p><strong>CVSS:</strong> 2.0 · <strong>CWE:</strong> CWE-494</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-52937">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-48063 – XWiki is a generic wiki platform. In XWiki 16.10.0, required rights were introdu...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-48063</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-48063</guid>
    <pubDate>Wed, 21 May 2025 18:15:53 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-48063</strong></p>
  <p>XWiki is a generic wiki platform. In XWiki 16.10.0, required rights were introduced as a way to limit which rights a document can have. Part of the security model of required rights is that a user who doesn't have a right also cannot define that right as required right. That way, users who are editing documents on which required rights are enforced can be sure that they're not giving a right to a…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-285</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-48063">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-48414 – There are several scripts in the web interface that are accessible via undocumen...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-48414</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-48414</guid>
    <pubDate>Wed, 21 May 2025 12:16:22 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-48414</strong></p>
  <p>There are several scripts in the web interface that are accessible via undocumented hard-coded credentials. The scripts provide access to additional administrative/debug functionality and are likely intended for debugging during development and provides an additional attack surface.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-798</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-48414">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-46333 – z2d is a pure Zig 2D graphics library. Versions of z2d after `0.5.1` and up to a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-46333</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-46333</guid>
    <pubDate>Fri, 25 Apr 2025 21:15:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-46333</strong></p>
  <p>z2d is a pure Zig 2D graphics library. Versions of z2d after `0.5.1` and up to and including `0.6.0`, when writing from one surface to another using `z2d.compositor.StrideCompositor.run`, and higher-level operations when the anti-aliasing mode is set to `.default` (such as `Context.fill`, `Context.stroke`, `painter.fill`, and `painter.stroke`), the source surface can be completely out-of-bounds o…</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-119</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-46333">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-30354 – Bruno is an open source IDE for exploring and testing APIs. A bug in the asserti...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-30354</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-30354</guid>
    <pubDate>Tue, 01 Apr 2025 15:16:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-30354</strong></p>
  <p>Bruno is an open source IDE for exploring and testing APIs. A bug in the assertion runtime caused assert expressions to run in Developer Mode, even if Safe Mode was selected. The bug resulted in the sandbox settings to be ignored for the particular case where a single request is run/sent. This vulnerability's attack surface is limited strictly to scenarios where users import collections from untr…</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-942</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-30354">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-30210 – Bruno is an open source IDE for exploring and testing APIs. Prior to 1.39.1, the...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-30210</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-30210</guid>
    <pubDate>Tue, 01 Apr 2025 15:16:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-30210</strong></p>
  <p>Bruno is an open source IDE for exploring and testing APIs. Prior to 1.39.1, the custom tool-tip components which internally use react-tooltip were setting the content (in this case the Environment name) as raw HTML which then gets injected into DOM on hover. This, combined with loose Content Security Policy restrictions, allowed any valid HTML text containing inline script to get executed on hov…</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-80</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-30210">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-21834 – In the Linux kernel, the following vulnerability has been resolved:

seccomp: pa...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-21834</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-21834</guid>
    <pubDate>Thu, 06 Mar 2025 17:15:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-21834</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  seccomp: passthrough uretprobe systemcall without filtering  When attaching uretprobes to processes running inside docker, the attached process is segfaulted when encountering the retprobe.  The reason is that now that uretprobe is a system call the default seccomp filters in docker block it as they only allow a specific set of…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-21834">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-25202 – Ash Authentication is an authentication framework for Elixir applications. Appli...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-25202</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-25202</guid>
    <pubDate>Tue, 11 Feb 2025 19:15:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-25202</strong></p>
  <p>Ash Authentication is an authentication framework for Elixir applications. Applications which have been bootstrapped by the igniter installer present since AshAuthentication v4.1.0 and who have used the magic link strategy _or_ are manually revoking tokens are affected by revoked tokens being allowed to verify as valid. Unless one hase implemented any kind of custom token revocation feature in yo…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-269</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-25202">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-21194 – Microsoft Surface Security Feature Bypass Vulnerability</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-21194</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-21194</guid>
    <pubDate>Tue, 11 Feb 2025 18:15:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-21194</strong></p>
  <p>Microsoft Surface Security Feature Bypass Vulnerability</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-21194">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-57722 – lunasvg v3.0.0 was discovered to contain a allocation-size-too-big bug via the c...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-57722</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-57722</guid>
    <pubDate>Thu, 23 Jan 2025 01:15:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-57722</strong></p>
  <p>lunasvg v3.0.0 was discovered to contain a allocation-size-too-big bug via the component plutovg_surface_create.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-57722">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-13524 – A vulnerability has been found in obsproject OBS Studio up to 30.0.2 on Windows ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-13524</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-13524</guid>
    <pubDate>Mon, 20 Jan 2025 03:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-13524</strong></p>
  <p>A vulnerability has been found in obsproject OBS Studio up to 30.0.2 on Windows and classified as problematic. Affected by this vulnerability is an unknown functionality. The manipulation leads to untrusted search path. The attack needs to be approached locally. The complexity of an attack is rather high. The exploitation appears to be difficult. It is recommended to apply a patch to fix this iss…</p>
  <p><strong>CVSS:</strong> 4.5 · <strong>CWE:</strong> CWE-426</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-13524">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-57919 – In the Linux kernel, the following vulnerability has been resolved:

drm/amd/dis...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-57919</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-57919</guid>
    <pubDate>Sun, 19 Jan 2025 12:15:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-57919</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  drm/amd/display: fix divide error in DM plane scale calcs  dm_get_plane_scale doesn't take into account plane scaled size equal to zero, leading to a kernel oops due to division by zero. Fix by setting out-scale size as zero when the dst size is zero, similar to what is done by drm_calc_scale(). This issue started with the intro…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-369</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-57919">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-57918 – In the Linux kernel, the following vulnerability has been resolved:

drm/amd/dis...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-57918</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-57918</guid>
    <pubDate>Sun, 19 Jan 2025 12:15:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-57918</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  drm/amd/display: fix page fault due to max surface definition mismatch  DC driver is using two different values to define the maximum number of surfaces: MAX_SURFACES and MAX_SURFACE_NUM. Consolidate MAX_SURFACES as the unique definition for surface updates across DC.  It fixes page fault faced by Cosmic users on AMD display ver…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-57918">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-56515 – Matrix Media Repo (MMR) is a highly configurable multi-homeserver media reposito...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-56515</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-56515</guid>
    <pubDate>Thu, 16 Jan 2025 20:15:33 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-56515</strong></p>
  <p>Matrix Media Repo (MMR) is a highly configurable multi-homeserver media repository for Matrix. If SVG or JPEGXL thumbnailers are enabled (they are disabled by default), a user may upload a file which claims to be either of these types and request a thumbnail to invoke a different decoder in ImageMagick. In some ImageMagick installations, this includes the capability to run Ghostscript to decode t…</p>
  <p><strong>CVSS:</strong> 6.8 · <strong>CWE:</strong> CWE-502</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-56515">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-53863 – Synapse is an open-source Matrix homeserver. In Synapse versions before 1.120.1,...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-53863</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-53863</guid>
    <pubDate>Tue, 03 Dec 2024 17:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-53863</strong></p>
  <p>Synapse is an open-source Matrix homeserver. In Synapse versions before 1.120.1, enabling the dynamic_thumbnails option or processing a specially crafted request could trigger the decoding and thumbnail generation of uncommon image formats, potentially invoking external tools like Ghostscript for processing. This significantly expands the attack surface in a historically vulnerable area, presenti…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-434</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-53863">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-53115 – In the Linux kernel, the following vulnerability has been resolved:

drm/vmwgfx:...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-53115</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-53115</guid>
    <pubDate>Mon, 02 Dec 2024 14:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-53115</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  drm/vmwgfx: avoid null_ptr_deref in vmw_framebuffer_surface_create_handle  The 'vmw_user_object_buffer' function may return NULL with incorrect inputs. To avoid possible null pointer dereference, add a check whether the 'bo' is NULL in the vmw_framebuffer_surface_create_handle.</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-53115">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-49377 – OctoPrint provides a web interface for controlling consumer 3D printers. OctoPri...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-49377</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-49377</guid>
    <pubDate>Tue, 05 Nov 2024 19:15:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-49377</strong></p>
  <p>OctoPrint provides a web interface for controlling consumer 3D printers. OctoPrint versions up until and including 1.10.2 contain reflected XSS vulnerabilities in the login dialog and the standalone application key confirmation dialog.  An attacker who successfully talked a victim into clicking on a specially crafted login link, or a malicious app running on a victim's computer triggering the app…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-49377">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-50312 – A vulnerability was found in GraphQL due to improper access controls on the Grap...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-50312</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-50312</guid>
    <pubDate>Tue, 22 Oct 2024 14:15:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-50312</strong></p>
  <p>A vulnerability was found in GraphQL due to improper access controls on the GraphQL introspection query. This flaw allows unauthorized users to retrieve a comprehensive list of available queries and mutations. Exposure to this flaw increases the attack surface, as it can facilitate the discovery of flaws or errors specific to the application's GraphQL implementation.</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-50312">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-49384 – Excessive attack surface in acep-collector service due to binding to an unrestri...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-49384</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-49384</guid>
    <pubDate>Tue, 15 Oct 2024 11:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-49384</strong></p>
  <p>Excessive attack surface in acep-collector service due to binding to an unrestricted IP address. The following products are affected: Acronis Cyber Protect 16 (Linux, Windows) before build 38690.</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-1327</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-49384">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-49383 – Excessive attack surface in acep-importer service due to binding to an unrestric...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-49383</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-49383</guid>
    <pubDate>Tue, 15 Oct 2024 11:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-49383</strong></p>
  <p>Excessive attack surface in acep-importer service due to binding to an unrestricted IP address. The following products are affected: Acronis Cyber Protect 16 (Linux, Windows) before build 38690.</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-1327</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-49383">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
