<?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 (High+Critical)</title>
  <link>https://cvedaily.com/pages/tags/surface.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/surface-severe.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Microsoft Surface (High+Critical)</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>[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>[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>[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>[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>[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>[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>[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>[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>[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>[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>[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>[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>[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>[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>[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>[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>[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>[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>[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>[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>[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>[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>[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>[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>[High] CVE-2024-5487 – Zohocorp ManageEngine ADAudit Plus versions below 8110 are vulnerable to authent...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-5487</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-5487</guid>
    <pubDate>Mon, 12 Aug 2024 13:38:37 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-5487</strong></p>
  <p>Zohocorp ManageEngine ADAudit Plus versions below 8110 are vulnerable to authenticated SQL Injection in attack surface analyzer's export option.</p>
  <p><strong>CVSS:</strong> 8.3 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-5487">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-36518 – Zohocorp ManageEngine ADAudit Plus versions below 8110 are vulnerable to authent...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-36518</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-36518</guid>
    <pubDate>Mon, 12 Aug 2024 13:38:22 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-36518</strong></p>
  <p>Zohocorp ManageEngine ADAudit Plus versions below 8110 are vulnerable to authenticated SQL Injection in attack surface analyzer's dashboard.</p>
  <p><strong>CVSS:</strong> 8.3 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-36518">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-38519 – `yt-dlp` and `youtube-dl` are command-line audio/video downloaders. Prior to the...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-38519</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-38519</guid>
    <pubDate>Tue, 02 Jul 2024 14:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-38519</strong></p>
  <p>`yt-dlp` and `youtube-dl` are command-line audio/video downloaders. Prior to the fixed versions, `yt-dlp` and `youtube-dl` do not limit the extensions of downloaded files, which could lead to arbitrary filenames being created in the download folder (and path traversal on Windows). Since `yt-dlp` and `youtube-dl` also read config from the working directory (and on Windows executables will be execu…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-669</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-38519">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-2013 – An authentication bypass vulnerability exists in the FOXMAN-UN/UNEM server /
API...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-2013</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-2013</guid>
    <pubDate>Tue, 11 Jun 2024 14:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-2013</strong></p>
  <p>An authentication bypass vulnerability exists in the FOXMAN-UN/UNEM server / API Gateway component that if exploited allows attackers without  any access to interact with the services and the post-authentication  attack surface.</p>
  <p><strong>CVSS:</strong> 10.0 · <strong>CWE:</strong> CWE-288</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-2013">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-23331 – Vite is a frontend tooling framework for javascript. The Vite dev server option ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-23331</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-23331</guid>
    <pubDate>Fri, 19 Jan 2024 20:15:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-23331</strong></p>
  <p>Vite is a frontend tooling framework for javascript. The Vite dev server option `server.fs.deny` can be bypassed on case-insensitive file systems using case-augmented versions of filenames. Notably this affects servers hosted on Windows. This bypass is similar to CVE-2023-34092 -- with surface area reduced to hosts having case-insensitive filesystems. Since `picomatch` defaults to case-sensitive…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-178</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-23331">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-5633 – The reference count changes made as part of the CVE-2023-33951 and CVE-2023-3395...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-5633</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-5633</guid>
    <pubDate>Mon, 23 Oct 2023 22:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-5633</strong></p>
  <p>The reference count changes made as part of the CVE-2023-33951 and CVE-2023-33952 fixes exposed a use-after-free flaw in the way memory objects were handled when they were being used to store a surface. When running inside a VMware guest with 3D acceleration enabled, a local, unprivileged user could potentially use this flaw to escalate their privileges.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-911</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-5633">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-5170 – In canvas rendering, a compromised content process could have caused a surface t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-5170</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-5170</guid>
    <pubDate>Wed, 27 Sep 2023 15:19:42 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-5170</strong></p>
  <p>In canvas rendering, a compromised content process could have caused a surface to change unexpectedly, leading to a memory leak of a privileged process. This memory leak could be used to effect a sandbox escape if the correct data was leaked. This vulnerability affects Firefox < 118.</p>
  <p><strong>CVSS:</strong> 7.4 · <strong>CWE:</strong> CWE-401</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-5170">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-38163 – Windows Defender Attack Surface Reduction Security Feature Bypass</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-38163</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-38163</guid>
    <pubDate>Tue, 12 Sep 2023 17:15:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-38163</strong></p>
  <p>Windows Defender Attack Surface Reduction Security Feature Bypass</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-38163">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-23623 – Electron is a framework which lets you write cross-platform desktop applications...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-23623</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-23623</guid>
    <pubDate>Wed, 06 Sep 2023 21:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-23623</strong></p>
  <p>Electron is a framework which lets you write cross-platform desktop applications using JavaScript, HTML and CSS. A Content-Security-Policy that disables eval, specifically setting a `script-src` directive and _not_ providing `unsafe-eval` in that directive, is not respected in renderers that have sandbox disabled.  i.e. `sandbox: false` in the `webPreferences` object. This allows usage of methods…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-670</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-23623">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-41742 – Excessive attack surface due to binding to an unrestricted IP address. The follo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-41742</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-41742</guid>
    <pubDate>Thu, 31 Aug 2023 15:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-41742</strong></p>
  <p>Excessive attack surface due to binding to an unrestricted IP address. The following products are affected: Acronis Agent (Linux, macOS, Windows) before build 30430, Acronis Cyber Protect 15 (Linux, macOS, Windows) before build 35979.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1327</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-41742">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-37379 – Apache Airflow, in versions prior to 2.7.0, contains a security vulnerability th...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-37379</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-37379</guid>
    <pubDate>Wed, 23 Aug 2023 16:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-37379</strong></p>
  <p>Apache Airflow, in versions prior to 2.7.0, contains a security vulnerability that can be exploited by an authenticated user possessing Connection edit privileges. This vulnerability allows the user to access connection information and exploit the test connection feature by sending many requests, leading to a denial of service (DoS) condition on the server. Furthermore, malicious actors can lever…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-37379">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-32712 – In Splunk Enterprise versions below 9.1.0.2, 9.0.5.1, and 8.2.11.2, an attacker ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-32712</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-32712</guid>
    <pubDate>Thu, 01 Jun 2023 17:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-32712</strong></p>
  <p>In Splunk Enterprise versions below 9.1.0.2, 9.0.5.1, and 8.2.11.2, an attacker can inject American National Standards Institute (ANSI) escape codes into Splunk log files that, when a vulnerable terminal application reads them, can potentially, at worst, result in possible code execution in the vulnerable application. This attack requires a user to use a terminal application that supports the tra…</p>
  <p><strong>CVSS:</strong> 8.6 · <strong>CWE:</strong> CWE-117</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-32712">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-20089 – A vulnerability in the Link Layer Discovery Protocol (LLDP) feature for Cisco Ne...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-20089</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-20089</guid>
    <pubDate>Thu, 23 Feb 2023 20:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-20089</strong></p>
  <p>A vulnerability in the Link Layer Discovery Protocol (LLDP) feature for Cisco Nexus 9000 Series Fabric Switches in Application Centric Infrastructure (ACI) Mode could allow an unauthenticated, adjacent attacker to cause a memory leak, which could result in an unexpected reload of the device. This vulnerability is due to incorrect error checking when parsing ingress LLDP packets. An attacker could…</p>
  <p><strong>CVSS:</strong> 7.4 · <strong>CWE:</strong> CWE-789</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-20089">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2023-0435 – Excessive Attack Surface in GitHub repository pyload/pyload prior to 0.5.0b3.dev...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-0435</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-0435</guid>
    <pubDate>Sun, 22 Jan 2023 22:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2023-0435</strong></p>
  <p>Excessive Attack Surface in GitHub repository pyload/pyload prior to 0.5.0b3.dev41.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-1125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-0435">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-3215 – NIOHTTP1 and projects using it for generating HTTP responses can be subject to a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-3215</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-3215</guid>
    <pubDate>Wed, 28 Sep 2022 20:15:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-3215</strong></p>
  <p>NIOHTTP1 and projects using it for generating HTTP responses can be subject to a HTTP Response Injection attack. This occurs when a HTTP/1.1 server accepts user generated input from an incoming request and reflects it into a HTTP/1.1 response header in some form. A malicious user can add newlines to their input (usually in encoded form) and "inject" those newlines into the returned HTTP response.…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-113</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-3215">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-36549 – A vulnerability classified as critical was found in GE Voluson S8. Affected is t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-36549</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-36549</guid>
    <pubDate>Fri, 17 Jun 2022 13:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-36549</strong></p>
  <p>A vulnerability classified as critical was found in GE Voluson S8. Affected is the underlying Windows XP operating system. Missing patches might introduce an excessive attack surface. Access to the local network is required for this attack to succeed.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-269</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-36549">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-2037 – Excessive Attack Surface in GitHub repository tooljet/tooljet prior to v1.16.0.</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-2037</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-2037</guid>
    <pubDate>Thu, 09 Jun 2022 17:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-2037</strong></p>
  <p>Excessive Attack Surface in GitHub repository tooljet/tooljet prior to v1.16.0.</p>
  <p><strong>CVSS:</strong> 8.0 · <strong>CWE:</strong> CWE-1125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-2037">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-46354 – Thinfinity VirtualUI 2.1.28.0, 2.1.32.1 and 2.5.26.2, fixed in version 3.0 is af...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-46354</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-46354</guid>
    <pubDate>Wed, 09 Feb 2022 14:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-46354</strong></p>
  <p>Thinfinity VirtualUI 2.1.28.0, 2.1.32.1 and 2.5.26.2, fixed in version 3.0 is affected by an information disclosure vulnerability in the parameter "Addr" in cmd site. The ability to send requests to other systems can allow the vulnerable server to filtrate the real IP of the web server or increase the attack surface.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-668</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-46354">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-39968 – Changlian Blocklist has a Business Logic Errors vulnerability .Successful exploi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-39968</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-39968</guid>
    <pubDate>Mon, 03 Jan 2022 22:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-39968</strong></p>
  <p>Changlian Blocklist has a Business Logic Errors vulnerability .Successful exploitation of this vulnerability may expand the attack surface of the message class.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-39968">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-45099 – The addon.stdin service in addon-ssh (aka Home Assistant Community Add-on: SSH &amp;...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-45099</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-45099</guid>
    <pubDate>Thu, 16 Dec 2021 05:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-45099</strong></p>
  <p>The addon.stdin service in addon-ssh (aka Home Assistant Community Add-on: SSH & Web Terminal) before 10.0.0 has an attack surface that requires social engineering. NOTE: the vendor does not agree that this is a vulnerability; however, addon.stdin was removed as a defense-in-depth measure against complex social engineering situations</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-45099">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-41248 – GraphiQL is the reference implementation of this monorepo, GraphQL IDE, an offic...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-41248</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-41248</guid>
    <pubDate>Thu, 04 Nov 2021 21:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-41248</strong></p>
  <p>GraphiQL is the reference implementation of this monorepo, GraphQL IDE, an official project under the GraphQL Foundation. All versions of graphiql older than graphiql@1.4.7 are vulnerable to compromised HTTP schema introspection responses or schema prop values with malicious GraphQL type names, exposing a dynamic XSS attack surface that can allow code injection on operation autocomplete. In order…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-41248">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-41249 – GraphQL Playground is a GraphQL IDE for development of graphQL focused applicati...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-41249</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-41249</guid>
    <pubDate>Thu, 04 Nov 2021 20:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-41249</strong></p>
  <p>GraphQL Playground is a GraphQL IDE for development of graphQL focused applications. All versions of graphql-playground-react older than graphql-playground-react@1.7.28 are vulnerable to compromised HTTP schema introspection responses or schema prop values with malicious GraphQL type names, exposing a dynamic XSS attack surface that can allow code injection on operation autocomplete. In order for…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-41249">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-32756 – ManageIQ is an open-source management platform. In versions prior to jansa-4, ka...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-32756</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-32756</guid>
    <pubDate>Wed, 21 Jul 2021 19:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-32756</strong></p>
  <p>ManageIQ is an open-source management platform. In versions prior to jansa-4, kasparov-2, and lasker-1, there is a flaw in the MiqExpression module of ManageIQ where a low privilege user could enter a crafted Ruby string which would be evaluated. Successful exploitation will allow an attacker to execute arbitrary code with root privileges on the host system. There are patches for this issue in re…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-74</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-32756">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-25216 – In BIND 9.5.0 -&gt; 9.11.29, 9.12.0 -&gt; 9.16.13, and versions BIND 9.11.3-S1 -&gt; 9.11...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-25216</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-25216</guid>
    <pubDate>Thu, 29 Apr 2021 01:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-25216</strong></p>
  <p>In BIND 9.5.0 -> 9.11.29, 9.12.0 -> 9.16.13, and versions BIND 9.11.3-S1 -> 9.11.29-S1 and 9.16.8-S1 -> 9.16.13-S1 of BIND Supported Preview Edition, as well as release versions 9.17.0 -> 9.17.1 of the BIND 9.17 development branch, BIND servers are vulnerable if they are running an affected version and are configured to use GSS-TSIG features. In a configuration which uses BIND's default settings…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-25216">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-1662 – On Juniper Networks Junos OS and Junos OS Evolved devices, BGP session flapping ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-1662</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-1662</guid>
    <pubDate>Fri, 16 Oct 2020 21:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-1662</strong></p>
  <p>On Juniper Networks Junos OS and Junos OS Evolved devices, BGP session flapping can lead to a routing process daemon (RPD) crash and restart, limiting the attack surface to configured BGP peers. This issue only affects devices with BGP damping in combination with accepted-prefix-limit configuration. When the issue occurs the following messages will appear in the /var/log/messages: rpd[6046]: %DAE…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-1662">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-15151 – OpenMage LTS before versions 19.4.6 and 20.0.2 allows attackers to circumvent th...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-15151</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-15151</guid>
    <pubDate>Thu, 20 Aug 2020 01:17:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-15151</strong></p>
  <p>OpenMage LTS before versions 19.4.6 and 20.0.2 allows attackers to circumvent the `fromkey protection` in the Admin Interface and increases the attack surface for Cross Site Request Forgery attacks. This issue is related to Adobe's CVE-2020-9690. It is patched in versions 19.4.6 and 20.0.2.</p>
  <p><strong>CVSS:</strong> 8.0 · <strong>CWE:</strong> CWE-203</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-15151">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2020-15123 – In codecov (npm package) before version 3.7.1 the upload method has a command in...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-15123</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-15123</guid>
    <pubDate>Mon, 20 Jul 2020 18:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2020-15123</strong></p>
  <p>In codecov (npm package) before version 3.7.1 the upload method has a command injection vulnerability. Clients of the codecov-node library are unlikely to be aware of this, so they might unwittingly write code that contains a vulnerability. A similar CVE (CVE-2020-7597 for GHSA-5q88-cjfq-g2mh) was issued but the fix was incomplete. It only blocked &, and command injection is still possible using…</p>
  <p><strong>CVSS:</strong> 9.3 · <strong>CWE:</strong> CWE-78</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-15123">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-20326 – A heap-based buffer overflow in _cairo_image_surface_create_from_jpeg() in exten...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-20326</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-20326</guid>
    <pubDate>Mon, 16 Mar 2020 22:15:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-20326</strong></p>
  <p>A heap-based buffer overflow in _cairo_image_surface_create_from_jpeg() in extensions/cairo_io/cairo-image-surface-jpeg.c in GNOME gThumb before 3.8.3 and Linux Mint Pix before 2.4.5 allows attackers to cause a crash and potentially execute arbitrary code via a crafted JPEG file.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-20326">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2019-14906 – A flaw was found with the RHSA-2019:3950 erratum, where it did not fix the CVE-2...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-14906</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-14906</guid>
    <pubDate>Tue, 07 Jan 2020 21:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2019-14906</strong></p>
  <p>A flaw was found with the RHSA-2019:3950 erratum, where it did not fix the CVE-2019-13616 SDL vulnerability. This issue only affects Red Hat SDL packages, SDL versions through 1.2.15 and 2.x through 2.0.9 has a heap-based buffer overflow flaw while copying an existing surface into a new optimized one, due to a lack of validation while loading a BMP image, is possible. An application that uses SDL…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-125</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-14906">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-15389 – The Haier A6 Android device with a build fingerprint of Haier/A6/A6:8.1.0/O11019...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-15389</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-15389</guid>
    <pubDate>Thu, 14 Nov 2019 17:15:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-15389</strong></p>
  <p>The Haier A6 Android device with a build fingerprint of Haier/A6/A6:8.1.0/O11019/1534219877:userdebug/release-keys contains a pre-installed platform app with a package name of com.lovelyfont.defcontainer (versionCode=7, versionName=7.1.13). This app contains an exported service named com.lovelyfont.manager.FontCoverService that allows any app co-located on the device to supply arbitrary commands…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-15389">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-15388 – The Coolpad 1851 Android device with a build fingerprint of Coolpad/android/andr...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-15388</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-15388</guid>
    <pubDate>Thu, 14 Nov 2019 17:15:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-15388</strong></p>
  <p>The Coolpad 1851 Android device with a build fingerprint of Coolpad/android/android:8.1.0/O11019/1534834761:userdebug/release-keys contains a pre-installed platform app with a package name of com.lovelyfont.defcontainer (versionCode=7, versionName=7.1.13). This app contains an exported service named com.lovelyfont.manager.FontCoverService that allows any app co-located on the device to supply arb…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-15388">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-15344 – The Tecno Camon iClick Android device with a build fingerprint of TECNO/H633/TEC...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-15344</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-15344</guid>
    <pubDate>Thu, 14 Nov 2019 17:15:15 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-15344</strong></p>
  <p>The Tecno Camon iClick Android device with a build fingerprint of TECNO/H633/TECNO-IN6:8.1.0/O11019/A-180409V96:user/release-keys contains a pre-installed platform app with a package name of com.lovelyfont.defcontainer (versionCode=7, versionName=7.0.8). This app contains an exported service named com.lovelyfont.manager.FontCoverService that allows any app co-located on the device to supply arbit…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-15344">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-7637 – SDL (Simple DirectMedia Layer) through 1.2.15 and 2.x through 2.0.9 has a heap-b...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-7637</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-7637</guid>
    <pubDate>Fri, 08 Feb 2019 11:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-7637</strong></p>
  <p>SDL (Simple DirectMedia Layer) through 1.2.15 and 2.x through 2.0.9 has a heap-based buffer overflow in SDL_FillRect in video/SDL_surface.c.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-7637">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2018-15359 – An authenticated attacker with low privileges can use insecure sudo configuratio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-15359</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-15359</guid>
    <pubDate>Fri, 17 Aug 2018 15:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2018-15359</strong></p>
  <p>An authenticated attacker with low privileges can use insecure sudo configuration to expand attack surface in Eltex ESP-200 firmware version 1.2.0.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-15359">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2018-15358 – An authenticated attacker with low privileges can activate high privileged user ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-15358</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-15358</guid>
    <pubDate>Fri, 17 Aug 2018 15:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2018-15358</strong></p>
  <p>An authenticated attacker with low privileges can activate high privileged user and use it to expand attack surface in Eltex ESP-200 firmware version 1.2.0.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-15358">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2018-15125 – Sensitive Information Disclosure in Zipato Zipabox Smart Home Controller allows ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-15125</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-15125</guid>
    <pubDate>Mon, 13 Aug 2018 21:48:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2018-15125</strong></p>
  <p>Sensitive Information Disclosure in Zipato Zipabox Smart Home Controller allows remote attacker get sensitive information that expands attack surface.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-15125">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2017-7375 – A flaw in libxml2 allows remote XML entity inclusion with default parser flags (...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-7375</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-7375</guid>
    <pubDate>Mon, 19 Feb 2018 19:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2017-7375</strong></p>
  <p>A flaw in libxml2 allows remote XML entity inclusion with default parser flags (i.e., when the caller did not request entity substitution, DTD validation, external DTD subset loading, or default DTD attributes). Depending on the context, this may expose a higher-risk attack surface in libxml2 not usually reachable with default parser flags, and expose content from local files, HTTP, or FTP server…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-611</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-7375">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2017-2888 – An exploitable integer overflow vulnerability exists when creating a new RGB Sur...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-2888</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-2888</guid>
    <pubDate>Wed, 11 Oct 2017 18:29:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2017-2888</strong></p>
  <p>An exploitable integer overflow vulnerability exists when creating a new RGB Surface in SDL 2.0.5. A specially crafted file can cause an integer overflow resulting in too little memory being allocated which can lead to a buffer overflow and potential code execution. An attacker can provide a specially crafted image file to trigger this vulnerability.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-190</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-2888">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2016-10370 – An issue was discovered on OnePlus devices such as the 3T. The OnePlus OTA Updat...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-10370</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-10370</guid>
    <pubDate>Thu, 11 May 2017 18:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2016-10370</strong></p>
  <p>An issue was discovered on OnePlus devices such as the 3T. The OnePlus OTA Updater pushes the signed-OTA image over HTTP without TLS. While it does not allow for installation of arbitrary OTAs (due to the digital signature), it unnecessarily increases the attack surface, and allows for remote exploitation of other vulnerabilities such as CVE-2017-5948, CVE-2017-8850, and CVE-2017-8851.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-284</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-10370">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2017-8359 – Google gRPC before 2017-03-29 has an out-of-bounds write caused by a heap-based ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-8359</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-8359</guid>
    <pubDate>Sun, 30 Apr 2017 17:59:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2017-8359</strong></p>
  <p>Google gRPC before 2017-03-29 has an out-of-bounds write caused by a heap-based use-after-free related to the grpc_call_destroy function in core/lib/surface/call.c.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-8359">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2017-7294 – The vmw_surface_define_ioctl function in drivers/gpu/drm/vmwgfx/vmwgfx_surface.c...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-7294</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-7294</guid>
    <pubDate>Wed, 29 Mar 2017 02:59:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2017-7294</strong></p>
  <p>The vmw_surface_define_ioctl function in drivers/gpu/drm/vmwgfx/vmwgfx_surface.c in the Linux kernel through 4.10.6 does not validate addition of certain levels data, which allows local users to trigger an integer overflow and out-of-bounds write, and cause a denial of service (system hang or crash) or possibly gain privileges, via a crafted ioctl call for a /dev/dri/renderD* device.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-190</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-7294">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2017-2999 – Adobe Flash Player versions 24.0.0.221 and earlier have an exploitable memory co...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-2999</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-2999</guid>
    <pubDate>Tue, 14 Mar 2017 16:59:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2017-2999</strong></p>
  <p>Adobe Flash Player versions 24.0.0.221 and earlier have an exploitable memory corruption vulnerability in the Primetime TVSDK functionality related to hosting playback surface. Successful exploitation could lead to arbitrary code execution.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-2999">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2016-2150 – SPICE allows local guest OS users to read from or write to arbitrary host memory...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-2150</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-2150</guid>
    <pubDate>Thu, 09 Jun 2016 16:59:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2016-2150</strong></p>
  <p>SPICE allows local guest OS users to read from or write to arbitrary host memory locations via crafted primary surface parameters, a similar issue to CVE-2015-5261.</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-284</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-2150">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2015-5261 – Heap-based buffer overflow in SPICE before 0.12.6 allows guest OS users to read ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2015-5261</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2015-5261</guid>
    <pubDate>Tue, 07 Jun 2016 14:06:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2015-5261</strong></p>
  <p>Heap-based buffer overflow in SPICE before 0.12.6 allows guest OS users to read and write to arbitrary memory locations on the host via guest QXL commands related to surface creation.</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-119</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2015-5261">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2015-5260 – Heap-based buffer overflow in SPICE before 0.12.6 allows guest OS users to cause...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2015-5260</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2015-5260</guid>
    <pubDate>Tue, 07 Jun 2016 14:06:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2015-5260</strong></p>
  <p>Heap-based buffer overflow in SPICE before 0.12.6 allows guest OS users to cause a denial of service (heap-based memory corruption and QEMU-KVM crash) or possibly execute arbitrary code on the host via QXL commands related to the surface_id parameter.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-119</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2015-5260">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2015-5225 – Buffer overflow in the vnc_refresh_server_surface function in the VNC display dr...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2015-5225</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2015-5225</guid>
    <pubDate>Fri, 06 Nov 2015 21:59:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2015-5225</strong></p>
  <p>Buffer overflow in the vnc_refresh_server_surface function in the VNC display driver in QEMU before 2.4.0.1 allows guest users to cause a denial of service (heap memory corruption and process crash) or possibly execute arbitrary code on the host via unspecified vectors, related to refreshing the server display surface.</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-119</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2015-5225">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2013-1678 – The _cairo_xlib_surface_add_glyph function in Mozilla Firefox before 21.0, Firef...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2013-1678</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2013-1678</guid>
    <pubDate>Thu, 16 May 2013 11:45:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2013-1678</strong></p>
  <p>The _cairo_xlib_surface_add_glyph function in Mozilla Firefox before 21.0, Firefox ESR 17.x before 17.0.6, Thunderbird before 17.0.6, and Thunderbird ESR 17.x before 17.0.6 allows remote attackers to execute arbitrary code or cause a denial of service (invalid write operation) via unspecified vectors.</p>
  <p><strong>CVSS:</strong> 10.0 · <strong>CWE:</strong> CWE-119</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2013-1678">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2009-3607 – Integer overflow in the create_surface_from_thumbnail_data function in glib/popp...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2009-3607</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2009-3607</guid>
    <pubDate>Wed, 21 Oct 2009 17:30:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2009-3607</strong></p>
  <p>Integer overflow in the create_surface_from_thumbnail_data function in glib/poppler-page.cc in Poppler 0.x allows remote attackers to cause a denial of service (memory corruption) or possibly execute arbitrary code via a crafted PDF document that triggers a heap-based buffer overflow.  NOTE: some of these details are obtained from third party information.</p>
  <p><strong>CVSS:</strong> 9.3 · <strong>CWE:</strong> CWE-189</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2009-3607">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2008-4064 – Multiple unspecified vulnerabilities in Mozilla Firefox 3.x before 3.0.2 allow r...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2008-4064</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2008-4064</guid>
    <pubDate>Wed, 24 Sep 2008 20:37:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2008-4064</strong></p>
  <p>Multiple unspecified vulnerabilities in Mozilla Firefox 3.x before 3.0.2 allow remote attackers to cause a denial of service (memory corruption and application crash) or possibly execute arbitrary code via vectors related to graphics rendering and (1) handling of a long alert messagebox in the cairo_surface_set_device_offset function, (2) integer overflows when handling animated PNG data in the i…</p>
  <p><strong>CVSS:</strong> 10.0 · <strong>CWE:</strong> CWE-399</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2008-4064">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2007-1535 – Microsoft Windows Vista establishes a Teredo address without user action upon co...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2007-1535</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2007-1535</guid>
    <pubDate>Tue, 20 Mar 2007 20:19:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2007-1535</strong></p>
  <p>Microsoft Windows Vista establishes a Teredo address without user action upon connection to the Internet, contrary to documentation that Teredo is inactive without user action, which increases the attack surface and allows remote attackers to communicate via Teredo.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2007-1535">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
