<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – MongoDB Server</title>
  <link>https://cvedaily.com/pages/tags/mongodb.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/mongodb.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – MongoDB Server</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:32 +0000</lastBuildDate>
  <item>
    <title>[Critical] CVE-2026-32625 – LibreChat is an enhanced ChatGPT clone that supports multiple AI providers. In v...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32625</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32625</guid>
    <pubDate>Tue, 02 Jun 2026 23:16:35 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-32625</strong></p>
  <p>LibreChat is an enhanced ChatGPT clone that supports multiple AI providers. In versions up to and including 0.8.3, the Model Context Protocol (MCP) server integration resolves ${VAR} placeholders against the server's process.env during Zod schema validation of user-supplied MCP server URLs. Any authenticated user can create a malicious MCP server configuration with a URL pointing to an attacker-c…</p>
  <p><strong>CVSS:</strong> 9.6 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32625">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-45685 – OpenTelemetry eBPF Instrumentation provides eBPF instrumentation based on the Op...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45685</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45685</guid>
    <pubDate>Tue, 02 Jun 2026 16:16:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-45685</strong></p>
  <p>OpenTelemetry eBPF Instrumentation provides eBPF instrumentation based on the OpenTelemetry standard. From version 0.1.0 to before version 0.9.0, malformed MongoDB wire messages can trigger uncaught panics in the MongoDB TCP parser, allowing a remote unauthenticated attacker to crash the telemetry agent and cause a denial of service. The parser operates on raw attacker-controlled network payloads…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45685">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-43917 – Dokploy is a free, self-hostable Platform as a Service (PaaS). In 0.19.0 and ear...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43917</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43917</guid>
    <pubDate>Fri, 29 May 2026 18:17:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-43917</strong></p>
  <p>Dokploy is a free, self-hostable Platform as a Service (PaaS). In 0.19.0 and earlier, the protectedProcedure middleware only verifies the user is authenticated - it does NOT enforce organization scoping. Each endpoint must individually verify the resource's org matches the session's activeOrganizationId. This affects the following endpoints: allByType, killProcess, and removeDeployment in deploym…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-639</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43917">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-45717 – Budibase is an open-source low-code platform. Prior to 3.38.1, Budibase exposes ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45717</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45717</guid>
    <pubDate>Wed, 27 May 2026 18:16:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-45717</strong></p>
  <p>Budibase is an open-source low-code platform. Prior to 3.38.1, Budibase exposes a REST API for datasource management. The route PUT /api/datasources/:datasourceId is registered in the authorizedRoutes group with TABLE/READ permission. This is the same authorization level as the read endpoint (GET /api/datasources/:datasourceId). Every authenticated Budibase app user with the BASIC built-in role o…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-862</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45717">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-9100 – The MongoDB C Driver's legacy GridFS API accepts malformed file metadata from th...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9100</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9100</guid>
    <pubDate>Wed, 20 May 2026 17:16:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-9100</strong></p>
  <p>The MongoDB C Driver's legacy GridFS API accepts malformed file metadata from the database without adequate validation. Crafted documents in a GridFS collection may cause any application that reads those files via the legacy API to either crash (via a division-by-zero) or silently leak process memory contents (via an out-of-bounds read).</p>
  <p><strong>CVSS:</strong> 5.9 · <strong>CWE:</strong> CWE-1285</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9100">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-8843 – Creating a "2dsphere_bucket" index on a non-timeseries bucket collection will su...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8843</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8843</guid>
    <pubDate>Mon, 18 May 2026 17:16:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-8843</strong></p>
  <p>Creating a "2dsphere_bucket" index on a non-timeseries bucket collection will succeed, but any subsequent attempt to insert a document which triggers updating that index will crash the server. A similar issue occurs when creating "queryable_encrypted_range" indices.  This issue affects MongoDB Server v7.0 versions prior to 7.0.32, v8.0 versions prior to 8.0.21 and v8.2 versions prior to 8.2.6</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-617</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8843">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-6811 – Stack exhaustion vulnerability in the MongoDB PHP driver can cause application c...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-6811</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-6811</guid>
    <pubDate>Thu, 14 May 2026 22:16:45 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-6811</strong></p>
  <p>Stack exhaustion vulnerability in the MongoDB PHP driver can cause application crashes when processing deeply nested BSON documents in unusual circumstances when the source of these BSON documents is not MongoDB Server.</p>
  <p><strong>CVSS:</strong> 5.9 · <strong>CWE:</strong> CWE-674</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-6811">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-42334 – Mongoose is a MongoDB object modeling tool designed to work in an asynchronous e...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42334</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42334</guid>
    <pubDate>Thu, 14 May 2026 18:16:47 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-42334</strong></p>
  <p>Mongoose is a MongoDB object modeling tool designed to work in an asynchronous environment. Prior to 6.13.9, 7.8.9, 8.22.1, and 9.1.6, a vulnerability allows bypassing Mongoose’s sanitizeFilter query sanitization mechanism via the $nor operator. When sanitizeFilter is enabled, Mongoose wraps query operators in $eq to neutralize them. However, prior to the fix, $nor was not included in the set of…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-74</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42334">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-8336 – After invoking $_internalJsEmit, which is not intended to be directly accessible...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8336</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8336</guid>
    <pubDate>Wed, 13 May 2026 04:17:42 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-8336</strong></p>
  <p>After invoking $_internalJsEmit, which is not intended to be directly accessible, or mapreduce command’s map function in a certain way, an authenticated user can subsequently crash mongod when the server-side JavaScript engine (through $where, $function, mapreduce reduce stage, etc.) is used also in a specific way, resulting in a post-authentication denial-of-service.  This issue impacts MongoDB…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8336">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-8202 – Using a densely populated chars mask and a large input string in the MongoDB agg...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8202</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8202</guid>
    <pubDate>Wed, 13 May 2026 04:17:42 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-8202</strong></p>
  <p>Using a densely populated chars mask and a large input string in the MongoDB aggregation operators $trim, $ltrim, and $rtrim, an authenticated user with aggregation permissions can pin CPU utilization at 100% for an extended period of time.  This issue impacts MongoDB Server v7.0 versions prior to 7.0.34, v8.0 versions prior to 8.0.23, v8.2 versions prior to 8.2.9 and v8.3 versions prior to 8.3.2.</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8202">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-8201 – A use-after-free vulnerability exists in MongoDB's Field-Level Encryption (FLE) ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8201</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8201</guid>
    <pubDate>Wed, 13 May 2026 04:17:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-8201</strong></p>
  <p>A use-after-free vulnerability exists in MongoDB's Field-Level Encryption (FLE) query analysis component, affecting client-side uses of mongocryptd and crypt_shared. Triggering this vulnerability requires control over the structure of a client's FLE-related query.  This issue impacts MongoDB Server’s mongocryptd component v7.0 versions prior to 7.0.34, v8.0 versions prior to 8.0.23, v8.2 versions…</p>
  <p><strong>CVSS:</strong> 6.4 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8201">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2026-8200 – When schema validation is enabled on a collection and an update or insert would ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8200</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8200</guid>
    <pubDate>Wed, 13 May 2026 04:17:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2026-8200</strong></p>
  <p>When schema validation is enabled on a collection and an update or insert would violate the collection's schema, the local server log message generated may not have all user data redacted.    This issue impacts MongoDB Server v7.0 versions prior to 7.0.34, v8.0 versions prior to 8.0.23, v8.2 versions prior to 8.2.9 and v8.3 versions prior to 8.3.2.</p>
  <p><strong>CVSS:</strong> 2.7 · <strong>CWE:</strong> CWE-532</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8200">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-8199 – An authenticated user can cause excess memory usage via bitwise match expression...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8199</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8199</guid>
    <pubDate>Wed, 13 May 2026 04:17:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-8199</strong></p>
  <p>An authenticated user can cause excess memory usage via bitwise match expression AST processing of $bitsAllSet, $bitsAnySet, $bitsAllClear, and $bitsAnyClear. This contributes to memory pressure and may lead to availability loss by OOM.  This issue impacts MongoDB Server v7.0 versions prior to 7.0.34, v8.0 versions prior to 8.0.23, v8.2 versions prior to 8.2.9 and v8.3 versions prior to 8.3.2.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-1325</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8199">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-8053 – An issue in MongoDB Server's time-series collection implementation allows an aut...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8053</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8053</guid>
    <pubDate>Wed, 13 May 2026 04:17:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-8053</strong></p>
  <p>An issue in MongoDB Server's time-series collection implementation allows an authenticated user with database write privileges to trigger an out-of-bounds memory write in the mongod process. The issue results from an inconsistency in the internal field-name-to-index mapping within the time-series bucket catalog. Under certain conditions this can result in arbitrary code execution.  This issue imp…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-787</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8053">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-8431 – An administrative user with access to configure webhooks can execute arbitrary c...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8431</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8431</guid>
    <pubDate>Tue, 12 May 2026 19:16:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-8431</strong></p>
  <p>An administrative user with access to configure webhooks can execute arbitrary commands by configuring and then triggering webhooks containing specific FreeMarker template syntax.     This issue affects all MongoDB Ops Manager 7.0 versions and MongoDB Ops Manager versions 8.0.22 and prior.</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-77</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8431">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-8063 – An authenticated user can crash mongod when running $rankFusion or $scoreFusion ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-8063</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-8063</guid>
    <pubDate>Thu, 07 May 2026 06:16:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-8063</strong></p>
  <p>An authenticated user can crash mongod when running $rankFusion or $scoreFusion with an empty pipeline on a view.  When resolving a view, the server inspects the aggregation pipeline to determine whether it begins with an Atlas Search stage. For $rankFusion and $scoreFusion, this inspection reads the first element on each stage’s input pipeline array without first verifying that the array is non-…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-476</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-8063">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-6691 – The MongoDB C Driver's Cyrus SASL integration performs unsafe string copying dur...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-6691</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-6691</guid>
    <pubDate>Wed, 06 May 2026 16:16:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-6691</strong></p>
  <p>The MongoDB C Driver's Cyrus SASL integration performs unsafe string copying during username canonicalization, enabling a heap buffer overflow before any authentication or network traffic. This may be triggered by passing untrusted input in the username of a MongoDB URI with authMechanism=GSSAPI.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-120</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-6691">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-6914 – Computing the MD5 checksum of a malformed BSON object under specific conditions ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-6914</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-6914</guid>
    <pubDate>Wed, 29 Apr 2026 17:16:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-6914</strong></p>
  <p>Computing the MD5 checksum of a malformed BSON object under specific conditions may cause loss of availability in MongoDB server. This issue affects all MongoDB Server v8.2 versions, all MongoDB Server v8.1 versions, MongoDB Server v8.0 versions prior to 8.0.21, MongoDB Server v7.0 versions prior to 7.0.32</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-191</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-6914">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-40352 – FastGPT is an AI Agent building platform. In versions prior to 4.14.9.5, the pas...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40352</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40352</guid>
    <pubDate>Fri, 17 Apr 2026 22:16:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-40352</strong></p>
  <p>FastGPT is an AI Agent building platform. In versions prior to 4.14.9.5, the password change endpoint is vulnerable to NoSQL injection. An authenticated attacker can bypass the "old password" verification by injecting MongoDB query operators. This allows an attacker who has gained a low-privileged session to change the password of their account (or others if combined with ID manipulation) without…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-943</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40352">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-40351 – FastGPT is an AI Agent building platform. In versions prior to 4.14.9.5, the pas...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40351</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40351</guid>
    <pubDate>Fri, 17 Apr 2026 22:16:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-40351</strong></p>
  <p>FastGPT is an AI Agent building platform. In versions prior to 4.14.9.5, the password-based login endpoint uses TypeScript type assertion without runtime validation, allowing an unauthenticated attacker to pass a MongoDB query operator object (e.g., {"$ne": ""}) as the password field. This NoSQL injection bypasses the password check, enabling login as any user including the root administrator. Th…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-943</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40351">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-39857 – ApostropheCMS is an open-source Node.js content management system. Versions 4.28...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-39857</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-39857</guid>
    <pubDate>Wed, 15 Apr 2026 20:16:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-39857</strong></p>
  <p>ApostropheCMS is an open-source Node.js content management system. Versions 4.28.0 and prior contain an authorization bypass vulnerability in the choices and counts query parameters of the REST API, where these query builders execute MongoDB distinct() operations that bypass the publicApiProjection restrictions intended to limit which fields are exposed publicly. The choices and counts parameters…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-39857">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-33888 – ApostropheCMS is an open-source Node.js content management system. Versions 4.28...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33888</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33888</guid>
    <pubDate>Wed, 15 Apr 2026 20:16:35 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-33888</strong></p>
  <p>ApostropheCMS is an open-source Node.js content management system. Versions 4.28.0 and prior contain an authorization bypass vulnerability in the getRestQuery method of the @apostrophecms/piece-type module, where the method checks whether a MongoDB projection has already been set before applying the admin-configured publicApiProjection. An unauthenticated attacker can supply a project query param…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33888">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2026-33877 – ApostropheCMS is an open-source Node.js content management system. Versions 4.28...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33877</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33877</guid>
    <pubDate>Wed, 15 Apr 2026 20:16:35 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2026-33877</strong></p>
  <p>ApostropheCMS is an open-source Node.js content management system. Versions 4.28.0 and prior contain a timing side-channel vulnerability in the password reset endpoint (/api/v1/@apostrophecms/login/reset-request) that allows unauthenticated username and email enumeration. When a user is not found, the handler returns after a fixed 2-second artificial delay, but when a valid user is found, it perf…</p>
  <p><strong>CVSS:</strong> 3.7 · <strong>CWE:</strong> CWE-208</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33877">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-6231 – The bson_validate function may return early on specific inputs and incorrectly r...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-6231</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-6231</guid>
    <pubDate>Mon, 13 Apr 2026 16:16:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-6231</strong></p>
  <p>The bson_validate function may return early on specific inputs and incorrectly report success. This behavior could result in skipping validation for BSON data, allowing malformed or invalid UTF-8 sequences to bypass validation and be processed incorrectly. The issue may affect applications that rely on these functions to validate untrusted BSON data before further processing. This issue affects M…</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-6231">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-34163 – FastGPT is an AI Agent building platform. Prior to version 4.14.9.5, FastGPT's M...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34163</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34163</guid>
    <pubDate>Tue, 31 Mar 2026 15:16:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-34163</strong></p>
  <p>FastGPT is an AI Agent building platform. Prior to version 4.14.9.5, FastGPT's MCP (Model Context Protocol) tools endpoints (/api/core/app/mcpTools/getTools and /api/core/app/mcpTools/runTool) accept a user-supplied URL parameter and make server-side HTTP requests to it without validating whether the URL points to an internal/private network address. Although the application has a dedicated isInt…</p>
  <p><strong>CVSS:</strong> 7.7 · <strong>CWE:</strong> CWE-918</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34163">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-5170 – A user with access to the cluster with a limited set of privilege actions can tr...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-5170</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-5170</guid>
    <pubDate>Mon, 30 Mar 2026 16:16:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-5170</strong></p>
  <p>A user with access to the cluster with a limited set of privilege actions can trigger a crash of a mongod process during the limited and unpredictable window when the cluster is being promoted from a replica set to a sharded cluster. This may cause a denial of service by taking down the primary of the replica set.  This issue affects MongoDB Server v8.2 versions prior to 8.2.2, MongoDB Server v8.…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-617</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-5170">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-33539 – Parse Server is an open source backend that can be deployed to any infrastructur...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33539</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33539</guid>
    <pubDate>Tue, 24 Mar 2026 19:16:54 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-33539</strong></p>
  <p>Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to versions 8.6.59 and 9.6.0-alpha.53, an attacker with master key access can execute arbitrary SQL statements on the PostgreSQL database by injecting SQL metacharacters into field name parameters of the aggregate $group pipeline stage or the distinct operation. This allows privilege esca…</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33539">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-32730 – ApostropheCMS is an open-source content management framework. Prior to version 4...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32730</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32730</guid>
    <pubDate>Wed, 18 Mar 2026 23:17:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-32730</strong></p>
  <p>ApostropheCMS is an open-source content management framework. Prior to version 4.28.0, the bearer token authentication middleware in `@apostrophecms/express/index.js` (lines 386-389) contains an incorrect MongoDB query that allows incomplete login tokens — where the password was verified but TOTP/MFA requirements were NOT — to be used as fully authenticated bearer tokens. This completely bypasses…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32730">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2026-4359 – A compromised third party cloud server or man-in-the-middle attacker could send ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-4359</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-4359</guid>
    <pubDate>Tue, 17 Mar 2026 20:16:15 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2026-4359</strong></p>
  <p>A compromised third party cloud server or man-in-the-middle attacker could send a malformed HTTP response and cause a crash in applications using the MongoDB C driver.</p>
  <p><strong>CVSS:</strong> 2.0 · <strong>CWE:</strong> CWE-158</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-4359">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-32248 – Parse Server is an open source backend that can be deployed to any infrastructur...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32248</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32248</guid>
    <pubDate>Thu, 12 Mar 2026 20:16:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-32248</strong></p>
  <p>Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to 9.6.0-alpha.12 and 8.6.38, an unauthenticated attacker can take over any user account that was created with an authentication provider that does not validate the format of the user identifier (e.g. anonymous authentication). By sending a crafted login request, the attacker can cause th…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-943</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32248">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31872 – Parse Server is an open source backend that can be deployed to any infrastructur...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31872</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31872</guid>
    <pubDate>Wed, 11 Mar 2026 18:16:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-31872</strong></p>
  <p>Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to 9.6.0-alpha.6 and 8.6.32, the protectedFields class-level permission (CLP) can be bypassed using dot-notation in query WHERE clauses and sort parameters. An attacker can use dot-notation to query or sort by sub-fields of a protected field, enabling a binary oracle attack to enumerate p…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-284</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31872">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-31856 – Parse Server is an open source backend that can be deployed to any infrastructur...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31856</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31856</guid>
    <pubDate>Wed, 11 Mar 2026 18:16:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-31856</strong></p>
  <p>Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. A SQL injection vulnerability exists in the PostgreSQL storage adapter when processing Increment operations on nested object fields using dot notation (e.g., stats.counter). The amount value is interpolated directly into the SQL query without parameterization or type validation. An attacker who…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31856">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31827 – Alienbin is an anonymous code and text sharing web service. In 1.0.0 and earlier...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31827</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31827</guid>
    <pubDate>Tue, 10 Mar 2026 22:16:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-31827</strong></p>
  <p>Alienbin is an anonymous code and text sharing web service. In 1.0.0 and earlier, the /save endpoint in server.js drops and recreates the MongoDB TTL index on the entire post collection for every new paste submission. When User B submits a paste with a short TTL (e.g., 30 seconds), the TTL index is recreated with expireAfterSeconds: 30 for all documents in the collection. This causes User A's pas…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-362</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31827">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-29793 – Feathersjs is a framework for creating web APIs and real-time applications with ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-29793</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-29793</guid>
    <pubDate>Tue, 10 Mar 2026 20:16:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-29793</strong></p>
  <p>Feathersjs is a framework for creating web APIs and real-time applications with TypeScript or JavaScript.  From 5.0.0 to before 5.0.42, Socket.IO clients can send arbitrary JavaScript objects as the id argument to any service method (get, patch, update, remove). The transport layer performs no type checking on this argument. When the service uses the MongoDB adapter, these objects pass through ge…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-943</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-29793">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-30941 – Parse Server is an open source backend that can be deployed to any infrastructur...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-30941</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-30941</guid>
    <pubDate>Tue, 10 Mar 2026 18:18:53 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-30941</strong></p>
  <p>Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to 8.6.14 and 9.5.2-alpha.1, NoSQL injection vulnerability allows an unauthenticated attacker to inject MongoDB query operators via the token field in the password reset and email verification resend endpoints. The token value is passed to database queries without type validation and can…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-943</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-30941">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-30833 – Rocket.Chat is an open-source, secure, fully customizable communications platfor...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-30833</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-30833</guid>
    <pubDate>Fri, 06 Mar 2026 18:16:22 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-30833</strong></p>
  <p>Rocket.Chat is an open-source, secure, fully customizable communications platform. Prior to versions 7.10.8, 7.11.5, 7.12.5, 7.13.4, 8.0.2, 8.1.1, and 8.2.0, a NoSQL injection vulnerability exists in Rocket.Chat's account service used in the ddp-streamer micro service that allows unauthenticated attackers to manipulate MongoDB queries during authentication. The vulnerability is located in the use…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-943</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-30833">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-25887 – Chartbrew is an open-source web application that can connect directly to databas...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-25887</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-25887</guid>
    <pubDate>Fri, 06 Mar 2026 05:16:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-25887</strong></p>
  <p>Chartbrew is an open-source web application that can connect directly to databases and APIs and use the data to create charts. Prior to version 4.8.1, there is a remote code execution vulnerability via the MongoDB dataset Query. This issue has been patched in version 4.8.1.</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-25887">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-3431 – On SimStudio version below to 0.5.74, the MongoDB tool endpoints accept arbitrar...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-3431</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-3431</guid>
    <pubDate>Mon, 02 Mar 2026 13:16:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-3431</strong></p>
  <p>On SimStudio version below to 0.5.74, the MongoDB tool endpoints accept arbitrary connection parameters from the caller without authentication or host restrictions. An attacker can leverage these endpoints to connect to any reachable MongoDB instance and perform unauthorized operations including reading, modifying, and deleting data.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-862</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-3431">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-2303 – The mongo-go-driver repository contains CGo bindings for GSSAPI (Kerberos) authe...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-2303</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-2303</guid>
    <pubDate>Tue, 10 Feb 2026 20:17:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-2303</strong></p>
  <p>The mongo-go-driver repository contains CGo bindings for GSSAPI (Kerberos) authentication on Linux and macOS. The C wrapper implementation contains a heap out-of-bounds read vulnerability due to incorrect assumptions about string termination in the GSSAPI standard. Since GSSAPI buffers are not guaranteed to be null-terminated or have extra padding, this results in reading one byte past the alloca…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-183</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-2303">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-25613 – An authorized user may disable the MongoDB server by issuing a query against a c...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-25613</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-25613</guid>
    <pubDate>Tue, 10 Feb 2026 19:16:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-25613</strong></p>
  <p>An authorized user may disable the MongoDB server by issuing a query against a collection that contains an invalid compound wildcard index.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-704</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-25613">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-1850 – Complex queries can cause excessive memory usage in MongoDB Query Planner result...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-1850</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-1850</guid>
    <pubDate>Tue, 10 Feb 2026 19:15:51 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-1850</strong></p>
  <p>Complex queries can cause excessive memory usage in MongoDB Query Planner resulting in an Out-Of-Memory Crash.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-1850">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-1849 – MongoDB Server may experience an out-of-memory failure while evaluating expressi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-1849</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-1849</guid>
    <pubDate>Tue, 10 Feb 2026 19:15:51 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-1849</strong></p>
  <p>MongoDB Server may experience an out-of-memory failure while evaluating expressions that produce deeply nested documents. The issue arises in recursive functions because the server does not periodically check the depth of the expression.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-674</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-1849">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-25612 – The internal locking mechanism of the MongoDB server uses an internal encoding o...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-25612</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-25612</guid>
    <pubDate>Tue, 10 Feb 2026 18:16:37 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-25612</strong></p>
  <p>The internal locking mechanism of the MongoDB server uses an internal encoding of the resources in order to choose what lock to take. Collections may inadvertently collide with one another in this representation causing unavailability between them due to conflicting locks.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-412</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-25612">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-25611 – A series of specifically crafted, unauthenticated messages can exhaust available...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-25611</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-25611</guid>
    <pubDate>Tue, 10 Feb 2026 18:16:37 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-25611</strong></p>
  <p>A series of specifically crafted, unauthenticated messages can exhaust available memory and crash a MongoDB server.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-405</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-25611">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-14911 – User-controlled chunkSize metadata from MongoDB lacks appropriate validation all...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-14911</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-14911</guid>
    <pubDate>Tue, 27 Jan 2026 18:15:52 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-14911</strong></p>
  <p>User-controlled chunkSize metadata from MongoDB lacks appropriate validation allowing malformed GridFS metadata to overflow the bounding container.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-120</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-14911">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-0529 – Improper Validation of Array Index (CWE-129) in Packetbeat’s MongoDB protocol pa...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-0529</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-0529</guid>
    <pubDate>Wed, 14 Jan 2026 10:16:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-0529</strong></p>
  <p>Improper Validation of Array Index (CWE-129) in Packetbeat’s MongoDB protocol parser can allow an attacker to cause Overflow Buffers (CAPEC-100) through specially crafted network traffic. This requires an attacker to send a malformed payload to a monitored network interface where MongoDB protocol parsing is enabled.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-129</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-0529">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-21868 – Flag Forge is a Capture The Flag (CTF) platform. Versions 2.3.2 and below have a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-21868</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-21868</guid>
    <pubDate>Thu, 08 Jan 2026 01:15:55 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-21868</strong></p>
  <p>Flag Forge is a Capture The Flag (CTF) platform. Versions 2.3.2 and below have a Regular Expression Denial of Service (ReDoS) vulnerability in the user profile API endpoint (/api/user/[username]). The application constructs a regular expression dynamically using unescaped user input (the username parameter). An attacker can exploit this by sending a specially crafted username containing regex met…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1333</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-21868">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-14847 – Mismatched length fields in Zlib compressed protocol headers may allow a read of...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-14847</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-14847</guid>
    <pubDate>Fri, 19 Dec 2025 11:15:49 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-14847</strong></p>
  <p>Mismatched length fields in Zlib compressed protocol headers may allow a read of uninitialized heap memory by an unauthenticated client. This issue affects all MongoDB Server v7.0 prior to 7.0.28 versions, MongoDB Server v8.0 versions prior to 8.0.17, MongoDB Server v8.2 versions prior to 8.2.3, MongoDB Server v6.0 versions prior to 6.0.27, MongoDB Server v5.0 versions prior to 5.0.32, MongoDB Se…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-130</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-14847">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-14345 – A post-authentication flaw in the network two-phase commit protocol used for cro...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-14345</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-14345</guid>
    <pubDate>Tue, 09 Dec 2025 16:17:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-14345</strong></p>
  <p>A post-authentication flaw in the network two-phase commit protocol used for cross-shard transactions in MongoDB Server may lead to logical data inconsistencies under specific conditions which are not predictable and exist for a very short period of time. This error can cause the transaction coordination logic to misinterpret the transaction as committed, resulting in inconsistent state on those…</p>
  <p><strong>CVSS:</strong> 4.2 · <strong>CWE:</strong> CWE-667</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-14345">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-13644 – MongoDB Server may experience an invariant failure during batched delete operati...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-13644</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-13644</guid>
    <pubDate>Tue, 25 Nov 2025 06:15:45 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-13644</strong></p>
  <p>MongoDB Server may experience an invariant failure during batched delete operations when handling documents. The issue arises when the server mistakenly assumes the presence of multiple documents in a batch based solely on document size exceeding BSONObjMaxSize. This issue affects MongoDB Server v7.0 versions prior to 7.0.26, MongoDB Server v8.0 versions prior to 8.0.13, and MongoDB Server v8.1 v…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-617</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-13644">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2025-13643 – A user with access to the cluster with a limited set of privilege actions may be...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-13643</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-13643</guid>
    <pubDate>Tue, 25 Nov 2025 06:15:45 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2025-13643</strong></p>
  <p>A user with access to the cluster with a limited set of privilege actions may be able to terminate queries that are being executed by other users. This may cause a denial of service by preventing a fraction of queries from successfully completing. This issue affects MongoDB Server v7.0 versions prior to 7.0.26 and MongoDB Server v8.0 versions prior to 8.0.14</p>
  <p><strong>CVSS:</strong> 3.1 · <strong>CWE:</strong> CWE-862</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-13643">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-13507 – Inconsistent object size validation in time series processing logic may result i...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-13507</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-13507</guid>
    <pubDate>Tue, 25 Nov 2025 05:16:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-13507</strong></p>
  <p>Inconsistent object size validation in time series processing logic may result in later processing of oversized BSON documents leading to an assert failing and process termination.  This issue impacts MongoDB Server v7.0 versions prior to 7.0.26, v8.0 versions prior to 8.0.16 and MongoDB server v8.2 versions prior to 8.2.1.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-1284</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-13507">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-12893 – Clients may successfully perform a TLS handshake with a MongoDB server despite p...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-12893</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-12893</guid>
    <pubDate>Tue, 25 Nov 2025 05:15:59 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-12893</strong></p>
  <p>Clients may successfully perform a TLS handshake with a MongoDB server despite presenting a client certificate not aligning with the documented Extended Key Usage (EKU) requirements. A certificate that specifies extendedKeyUsage but is missing extendedKeyUsage = clientAuth may still be successfully authenticated via the TLS handshake as a client. This issue is specific to MongoDB servers running…</p>
  <p><strong>CVSS:</strong> 4.2 · <strong>CWE:</strong> CWE-295</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-12893">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-10703 – Improper Control of Generation of Code ('Code Injection') vulnerability in Progr...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-10703</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-10703</guid>
    <pubDate>Wed, 19 Nov 2025 16:15:46 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-10703</strong></p>
  <p>Improper Control of Generation of Code ('Code Injection') vulnerability in Progress DataDirect Connect for JDBC drivers, Progress DataDirect Open Access JDBC driver and Hybrid Data Pipeline allows Remote Code Inclusion.  The SpyAttribute connection option implemented by the DataDirect Connect for JDBC drivers, DataDirect Hybrid Data Pipeline JDBC driver and the DataDirect OpenAccess JDBC driver l…</p>
  <p><strong>CVSS:</strong> 8.6 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-10703">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-10702 – Improper Control of Generation of Code ('Code Injection') vulnerability in Progr...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-10702</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-10702</guid>
    <pubDate>Wed, 19 Nov 2025 16:15:46 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-10702</strong></p>
  <p>Improper Control of Generation of Code ('Code Injection') vulnerability in Progress DataDirect Connect for JDBC drivers, Progress DataDirect Open Access JDBC driver and Hybrid Data Pipeline allows Remote Code Inclusion.   The SpyAttribute connection option implemented by the DataDirect Connect for JDBC drivers, DataDirect Hybrid Data Pipeline JDBC driver and the DataDirect OpenAccess JDBC driver…</p>
  <p><strong>CVSS:</strong> 8.6 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-10702">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-63291 – When processing API requests, the Alteryx server 2022.1.1.42654 and 2024.1 used ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-63291</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-63291</guid>
    <pubDate>Fri, 14 Nov 2025 19:16:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-63291</strong></p>
  <p>When processing API requests, the Alteryx server 2022.1.1.42654 and 2024.1 used MongoDB object IDs to uniquely identify the data being requested by the caller. The Alteryx server did not check whether the authenticated user had permission to access the specified MongoDB object ID. By specifying particlar MongoDB object IDs, callers could obtain records for other users without proper authorization…</p>
  <p><strong>CVSS:</strong> 5.4 · <strong>CWE:</strong> CWE-639</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-63291">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-64502 – Parse Server is an open source backend that can be deployed to any infrastructur...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-64502</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-64502</guid>
    <pubDate>Mon, 10 Nov 2025 22:15:37 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-64502</strong></p>
  <p>Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. The MongoDB `explain()` method provides detailed information about query execution plans, including index usage, collection scanning behavior, and performance metrics. Prior to version 8.5.0-alpha.5, Parse Server permits any client to execute explain queries without requiring the master key. Th…</p>
  <p><strong>CVSS:</strong> 6.9 · <strong>CWE:</strong> CWE-201</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-64502">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-12657 – The KMIP response parser built into mongo binaries is overly tolerant of certain...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-12657</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-12657</guid>
    <pubDate>Mon, 03 Nov 2025 21:18:50 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-12657</strong></p>
  <p>The KMIP response parser built into mongo binaries is overly tolerant of certain malformed packets, and may parse them into invalid objects. Later reads of this object can result in read access violations.</p>
  <p><strong>CVSS:</strong> 5.0 · <strong>CWE:</strong> CWE-754</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-12657">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-12100 – Incorrect Default Permissions vulnerability in MongoDB BI Connector ODBC driver ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-12100</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-12100</guid>
    <pubDate>Thu, 23 Oct 2025 21:15:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-12100</strong></p>
  <p>Incorrect Default Permissions vulnerability in MongoDB BI Connector ODBC driver allows Privilege Escalation.This issue affects BI Connector ODBC driver: from 1.0.0 through 1.4.6.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-276</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-12100">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-11575 – Incorrect Default Permissions vulnerability in MongoDB Atlas SQL ODBC driver on ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-11575</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-11575</guid>
    <pubDate>Thu, 23 Oct 2025 01:15:37 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-11575</strong></p>
  <p>Incorrect Default Permissions vulnerability in MongoDB Atlas SQL ODBC driver on Windows allows Privilege Escalation.This issue affects MongoDB Atlas SQL ODBC driver: from 1.0.0 through 2.0.0.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-276</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-11575">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-61301 – Denial-of-analysis in reporting/mongodb.py and reporting/jsondump.py in CAPEv2 (...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-61301</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-61301</guid>
    <pubDate>Mon, 20 Oct 2025 21:15:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-61301</strong></p>
  <p>Denial-of-analysis in reporting/mongodb.py and reporting/jsondump.py in CAPEv2 (commit 52e4b43, on 2025-05-17) allows attackers who can submit samples to cause incomplete or missing behavioral analysis reports by generating deeply nested or oversized behavior data that trigger MongoDB BSON limits or orjson recursion errors when the sample executes in the sandbox.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-61301">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-11979 – An authorized user may crash the MongoDB server by causing buffer over-read. Thi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-11979</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-11979</guid>
    <pubDate>Mon, 20 Oct 2025 18:15:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-11979</strong></p>
  <p>An authorized user may crash the MongoDB server by causing buffer over-read. This can be done by issuing a DDL operation while queries are being issued, under some conditions. This issue affects MongoDB Server v7.0 versions prior to 7.0.25, MongoDB Server v8.0 versions prior to 8.0.15, and MongoDB Server version 8.2.0.</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-11979">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-62419 – DataEase is a data visualization and analytics platform. In DataEase versions th...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-62419</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-62419</guid>
    <pubDate>Fri, 17 Oct 2025 18:15:37 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-62419</strong></p>
  <p>DataEase is a data visualization and analytics platform. In DataEase versions through 2.10.13, a JDBC URL injection vulnerability exists in the DB2 and MongoDB data source configuration handlers. In the DB2 data source handler, when the extraParams field is empty, the HOSTNAME, PORT, and DATABASE values are directly concatenated into the JDBC URL without filtering illegal parameters. This allows…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-502</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-62419">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-11695 – When tlsInsecure=False appears in a connection string, certificate validation is...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-11695</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-11695</guid>
    <pubDate>Mon, 13 Oct 2025 17:15:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-11695</strong></p>
  <p>When tlsInsecure=False appears in a connection string, certificate validation is disabled.  This vulnerability affects MongoDB Rust Driver versions prior to v3.2.5</p>
  <p><strong>CVSS:</strong> 8.0 · <strong>CWE:</strong> CWE-295</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-11695">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-11626 – MONGO dissector infinite loop in Wireshark 4.4.0 to 4.4.9 and 4.2.0 to 4.2.13 al...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-11626</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-11626</guid>
    <pubDate>Fri, 10 Oct 2025 23:15:35 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-11626</strong></p>
  <p>MONGO dissector infinite loop in Wireshark 4.4.0 to 4.4.9 and 4.2.0 to 4.2.13 allows denial of service</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-835</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-11626">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-11535 – MongoDB Connector for BI installation via MSI on Windows leaves ACLs unset on cu...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-11535</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-11535</guid>
    <pubDate>Wed, 08 Oct 2025 22:15:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-11535</strong></p>
  <p>MongoDB Connector for BI installation via MSI on Windows leaves ACLs unset on custom install directories allows Privilege Escalation.This issue affects MongoDB Connector for BI: from 2.0.0 through 2.14.24.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-276</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-11535">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-34227 – Nagios XI &lt; 2026R1 is vulnerable to an authenticated command injection vulnerabi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-34227</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-34227</guid>
    <pubDate>Thu, 25 Sep 2025 17:15:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-34227</strong></p>
  <p>Nagios XI < 2026R1 is vulnerable to an authenticated command injection vulnerability within the MongoDB Database, MySQL Query, MySQL Server, Postgres Server, and Postgres Query wizards. It is possible to inject shell characters into arguments provided to the service and execute arbitrary system commands on the underlying host as the `nagios` user.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-78</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-34227">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-10491 – The MongoDB Windows installation MSI may leave ACLs unset on custom installation...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-10491</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-10491</guid>
    <pubDate>Mon, 15 Sep 2025 16:15:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-10491</strong></p>
  <p>The MongoDB Windows installation MSI may leave ACLs unset on custom installation directories allowing a local attacker to introduce executable code to MongoDB's process via DLL hijacking. This issue affects MongoDB Server v6.0 version prior to 6.0.25, MongoDB Server v7.0 version prior to 7.0.21 and MongoDB Server v8.0 version prior to 8.0.5</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-284</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-10491">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-10061 – An authorized user can cause a crash in the MongoDB Server through a specially c...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-10061</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-10061</guid>
    <pubDate>Fri, 05 Sep 2025 21:15:35 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-10061</strong></p>
  <p>An authorized user can cause a crash in the MongoDB Server through a specially crafted $group query. This vulnerability is related to the incorrect handling of certain accumulator functions when additional parameters are specified within the $group operation. This vulnerability could lead to denial of service if triggered repeatedly. This issue affects MongoDB Server v6.0 versions prior to 6.0.25…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-10061">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-10060 – MongoDB Server may allow upsert operations retried within a transaction to viola...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-10060</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-10060</guid>
    <pubDate>Fri, 05 Sep 2025 21:15:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-10060</strong></p>
  <p>MongoDB Server may allow upsert operations retried within a transaction to violate unique index constraints, potentially causing an invariant failure and server crash during commit. This issue may be triggered by improper WriteUnitOfWork state management.  This issue affects MongoDB Server v6.0 versions prior to 6.0.25, MongoDB Server v7.0 versions prior to 7.0.22 and MongoDB Server v8.0 versions…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-672</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-10060">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-10059 – An improper setting of the lsid field on any sharded query can cause a crash in ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-10059</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-10059</guid>
    <pubDate>Fri, 05 Sep 2025 21:15:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-10059</strong></p>
  <p>An improper setting of the lsid field on any sharded query can cause a crash in MongoDB routers. This issue occurs when a generic argument (lsid) is provided in a case when it is not applicable. This affects MongoDB Server v6.0 versions prior to 6.0.x, MongoDB Server v7.0 versions prior to 7.0.18 and MongoDB Server v8.0 versions prior to 8.0.6.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-732</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-10059">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-54428 – RevelaCode is an AI-powered faith-tech project that decodes biblical verses, pro...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-54428</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-54428</guid>
    <pubDate>Mon, 28 Jul 2025 21:15:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-54428</strong></p>
  <p>RevelaCode is an AI-powered faith-tech project that decodes biblical verses, prophecies and global events into accessible language. In versions below 1.0.1, a valid MongoDB Atlas URI with embedded username and password was accidentally committed to the public repository. This could allow unauthorized access to production or staging databases, potentially leading to data exfiltration, modification…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-522</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-54428">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-7259 – An authorized user can issue queries with duplicate _id fields, that leads to un...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-7259</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-7259</guid>
    <pubDate>Mon, 07 Jul 2025 16:15:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-7259</strong></p>
  <p>An authorized user can issue queries with duplicate _id fields, that leads to unexpected behavior in MongoDB Server, which may result to crash. This issue can only be triggered by authorized users and cause Denial of Service. This issue affects MongoDB Server v8.1 version 8.1.0.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-843</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-7259">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-6714 – MongoDB Server's mongos component can become unresponsive to new connections due...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-6714</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-6714</guid>
    <pubDate>Mon, 07 Jul 2025 15:15:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-6714</strong></p>
  <p>MongoDB Server's mongos component can become unresponsive to new connections due to incorrect handling of incomplete data. This affects MongoDB when configured with load balancer support. This issue affects MongoDB Server v6.0 prior to 6.0.23, MongoDB Server v7.0 prior to 7.0.20 and MongoDB Server v8.0 prior to 8.0.9  Required Configuration:  This affects MongoDB sharded clusters when configured…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-6714">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-6713 – An unauthorized user may leverage a specially crafted aggregation pipeline to ac...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-6713</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-6713</guid>
    <pubDate>Mon, 07 Jul 2025 15:15:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-6713</strong></p>
  <p>An unauthorized user may leverage a specially crafted aggregation pipeline to access data without proper authorization due to improper handling of the $mergeCursors stage in MongoDB Server. This may lead to access to data without further authorisation. This issue affects MongoDB Server MongoDB Server v8.0 versions prior to 8.0.7, MongoDB Server v7.0 versions prior to 7.0.19 and MongoDB Server v6.…</p>
  <p><strong>CVSS:</strong> 7.7 · <strong>CWE:</strong> CWE-285</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-6713">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-6712 – MongoDB Server may be susceptible to disruption caused by high memory usage, pot...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-6712</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-6712</guid>
    <pubDate>Mon, 07 Jul 2025 15:15:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-6712</strong></p>
  <p>MongoDB Server may be susceptible to disruption caused by high memory usage, potentially leading to server crash. This condition is linked to inefficiencies in memory management related to internal operations. In scenarios where certain internal processes persist longer than anticipated, memory consumption can increase, potentially impacting server stability and availability. This issue affects M…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-6712">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-6711 – An issue has been identified in MongoDB Server where unredacted queries may inad...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-6711</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-6711</guid>
    <pubDate>Mon, 07 Jul 2025 15:15:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-6711</strong></p>
  <p>An issue has been identified in MongoDB Server where unredacted queries may inadvertently appear in server logs when certain error conditions are encountered. This issue affects MongoDB Server v8.0 versions prior to 8.0.5, MongoDB Server v7.0 versions prior to 7.0.18 and MongoDB Server v6.0 versions prior to 6.0.21.</p>
  <p><strong>CVSS:</strong> 4.4 · <strong>CWE:</strong> CWE-532</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-6711">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-6710 – MongoDB Server may be susceptible to stack overflow due to JSON parsing mechanis...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-6710</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-6710</guid>
    <pubDate>Thu, 26 Jun 2025 14:15:35 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-6710</strong></p>
  <p>MongoDB Server may be susceptible to stack overflow due to JSON parsing mechanism, where specifically crafted JSON inputs may induce unwarranted levels of recursion, resulting in excessive stack space consumption. Such inputs can lead to a stack overflow that causes the server to crash which could occur pre-authorisation. This issue affects MongoDB Server v7.0 versions prior to 7.0.17 and MongoDB…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-674</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-6710">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-6709 – The MongoDB Server is susceptible to a denial of service vulnerability due to im...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-6709</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-6709</guid>
    <pubDate>Thu, 26 Jun 2025 14:15:35 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-6709</strong></p>
  <p>The MongoDB Server is susceptible to a denial of service vulnerability due to improper handling of specific date values in JSON input when using OIDC authentication. This can be reproduced using the mongo shell to send a malicious JSON payload leading to an invariant failure and server crash. This issue affects MongoDB Server v7.0 versions prior to 7.0.17 and MongoDB Server v8.0 versions prior to…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-6709">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-6707 – Under certain conditions, an authenticated user request may execute with stale p...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-6707</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-6707</guid>
    <pubDate>Thu, 26 Jun 2025 14:15:35 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-6707</strong></p>
  <p>Under certain conditions, an authenticated user request may execute with stale privileges following an intentional change by an authorized administrator. This issue affects MongoDB Server v5.0 version prior to 5.0.31, MongoDB Server v6.0 version prior to 6.0.24, MongoDB Server v7.0 version prior to 7.0.21 and MongoDB Server v8.0 version prior to 8.0.5.</p>
  <p><strong>CVSS:</strong> 4.2 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-6707">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-6706 – An authenticated user may trigger a use after free that may result in MongoDB Se...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-6706</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-6706</guid>
    <pubDate>Thu, 26 Jun 2025 14:15:35 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-6706</strong></p>
  <p>An authenticated user may trigger a use after free that may result in MongoDB Server crash and other unexpected behavior, even if the user does not have authorization to shut down a server. The crash is triggered on affected versions by issuing an aggregation framework operation using a specific combination of rarely-used aggregation pipeline expressions. This issue affects MongoDB Server v6.0 ve…</p>
  <p><strong>CVSS:</strong> 5.0 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-6706">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2025-40906 – BSON::XS versions 0.8.4 and earlier for Perl includes a bundled libbson 1.1.7, w...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-40906</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-40906</guid>
    <pubDate>Fri, 16 May 2025 16:15:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2025-40906</strong></p>
  <p>BSON::XS versions 0.8.4 and earlier for Perl includes a bundled libbson 1.1.7, which has several vulnerabilities.  Those include CVE-2017-14227, CVE-2018-16790, CVE-2023-0437, CVE-2024-6381, CVE-2024-6383, and CVE-2025-0755.   BSON-XS was the official Perl XS implementation of MongoDB's BSON serialization, but this distribution has reached its end of life as of August 13, 2020 and is no longer su…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-122</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-40906">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-3085 – A MongoDB server under specific conditions running on Linux with TLS and CRL rev...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-3085</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-3085</guid>
    <pubDate>Tue, 01 Apr 2025 12:15:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-3085</strong></p>
  <p>A MongoDB server under specific conditions running on Linux with TLS and CRL revocation status checking enabled, fails to check the revocation status of the intermediate certificates in the peer's certificate chain. In cases of MONGODB-X509, which is not enabled by default, this may lead to improper authentication. This issue may also affect intra-cluster authentication. This issue affects MongoD…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-299</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-3085">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-3084 – When run on commands with certain arguments set, explain may fail to validate th...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-3084</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-3084</guid>
    <pubDate>Tue, 01 Apr 2025 12:15:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-3084</strong></p>
  <p>When run on commands with certain arguments set, explain may fail to validate these arguments before using them. This can lead to crashes in router servers. This affects MongoDB Server v5.0 prior to 5.0.31, MongoDB Server v6.0 prior to 6.0.20, MongoDB Server v7.0 prior to 7.0.16 and MongoDB Server v8.0 prior to 8.0.4</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-703</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-3084">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-3083 – Specifically crafted MongoDB wire protocol messages can cause mongos to crash du...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-3083</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-3083</guid>
    <pubDate>Tue, 01 Apr 2025 12:15:15 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-3083</strong></p>
  <p>Specifically crafted MongoDB wire protocol messages can cause mongos to crash during command validation. This can occur without using an authenticated connection. This issue affects MongoDB v5.0 versions prior to 5.0.31,  MongoDB v6.0 versions prior to 6.0.20 and MongoDB v7.0 versions prior to 7.0.16</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-248</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-3083">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2025-3082 – A user authorized to access a view may be able to alter the intended collation, ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-3082</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-3082</guid>
    <pubDate>Tue, 01 Apr 2025 11:15:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2025-3082</strong></p>
  <p>A user authorized to access a view may be able to alter the intended collation, allowing them to access to a different or unintended view of underlying data. This issue affects MongoDB Server v5.0 version prior to 5.0.31, MongoDB Server v6.0 version prior to 6.0.20, MongoDB Server v7.0 version prior to 7.0.14 and MongoDB Server v7.3 versions prior to 7.3.4.</p>
  <p><strong>CVSS:</strong> 3.1 · <strong>CWE:</strong> CWE-284</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-3082">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-0755 – The various bson_append functions in the MongoDB C driver library may be suscept...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-0755</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-0755</guid>
    <pubDate>Tue, 18 Mar 2025 09:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-0755</strong></p>
  <p>The various bson_append functions in the MongoDB C driver library may be susceptible to buffer overflow when performing operations that could result in a final BSON document which exceeds the maximum allowable size (INT32_MAX), resulting in a segmentation fault and possible application crash. This issue affected libbson versions prior to 1.27.5, MongoDB Server v8.0 versions prior to 8.0.1 and Mon…</p>
  <p><strong>CVSS:</strong> 8.4 · <strong>CWE:</strong> CWE-122</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-0755">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-27017 – Apache NiFi 1.13.0 through 2.2.0 includes the username and password used to auth...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-27017</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-27017</guid>
    <pubDate>Wed, 12 Mar 2025 17:15:50 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-27017</strong></p>
  <p>Apache NiFi 1.13.0 through 2.2.0 includes the username and password used to authenticate with MongoDB in the NiFi provenance events that MongoDB components generate during processing. An authorized user with read access to the provenance events of those processors may see the credentials information. Upgrading to Apache NiFi 2.3.0 is the recommended mitigation, which removes the credentials from…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-538</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-27017">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-1755 – MongoDB Compass may be susceptible to local privilege escalation under certain c...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-1755</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-1755</guid>
    <pubDate>Thu, 27 Feb 2025 16:15:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-1755</strong></p>
  <p>MongoDB Compass may be susceptible to local privilege escalation under certain conditions potentially enabling unauthorized actions on a user's system with elevated privileges, when a crafted file is stored in C:\node_modules\. This issue affects MongoDB Compass prior to 1.42.1</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-426</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-1755">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2025-1693 – The MongoDB Shell may be susceptible to control character injection where an att...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-1693</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-1693</guid>
    <pubDate>Thu, 27 Feb 2025 13:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2025-1693</strong></p>
  <p>The MongoDB Shell may be susceptible to control character injection where an attacker with control over the database cluster contents can inject control characters into the shell output. This may result in the display of falsified messages that appear to originate from mongosh or the underlying operating system, potentially misleading users into executing unsafe actions.   The vulnerability is ex…</p>
  <p><strong>CVSS:</strong> 3.9 · <strong>CWE:</strong> CWE-150</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-1693">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-1692 – The MongoDB Shell may be susceptible to control character injection where an att...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-1692</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-1692</guid>
    <pubDate>Thu, 27 Feb 2025 13:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-1692</strong></p>
  <p>The MongoDB Shell may be susceptible to control character injection where an attacker with control of the user’s clipboard could manipulate them to paste text into mongosh that evaluates arbitrary code. Control characters in the pasted text can be used to obfuscate malicious code. This issue affects mongosh versions prior to 2.3.9</p>
  <p><strong>CVSS:</strong> 6.3 · <strong>CWE:</strong> CWE-150</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-1692">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-1691 – The MongoDB Shell may be susceptible to control character injection where an att...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-1691</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-1691</guid>
    <pubDate>Thu, 27 Feb 2025 13:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-1691</strong></p>
  <p>The MongoDB Shell may be susceptible to control character injection where an attacker with control of the mongosh autocomplete feature, can use the autocompletion feature to input and run obfuscated malicious text. This requires user interaction in the form of the user using ‘tab’ to autocomplete text that is a prefix of the attacker’s prepared autocompletion. This issue affects mongosh versions…</p>
  <p><strong>CVSS:</strong> 7.6 · <strong>CWE:</strong> CWE-74</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-1691">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-27098 – GraphQL Mesh is a GraphQL Federation framework and gateway for both GraphQL Fede...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-27098</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-27098</guid>
    <pubDate>Thu, 20 Feb 2025 21:15:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-27098</strong></p>
  <p>GraphQL Mesh is a GraphQL Federation framework and gateway for both GraphQL Federation and non-GraphQL Federation subgraphs, non-GraphQL services, such as REST and gRPC, and also databases such as MongoDB, MySQL, and PostgreSQL. Missing check vulnerability in the static file handler allows any client to access the files in the server's file system. When `staticFiles` is set in the `serve` setting…</p>
  <p><strong>CVSS:</strong> 5.8 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-27098">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-27097 – GraphQL Mesh is a GraphQL Federation framework and gateway for both GraphQL Fede...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-27097</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-27097</guid>
    <pubDate>Thu, 20 Feb 2025 21:15:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-27097</strong></p>
  <p>GraphQL Mesh is a GraphQL Federation framework and gateway for both GraphQL Federation and non-GraphQL Federation subgraphs, non-GraphQL services, such as REST and gRPC, and also databases such as MongoDB, MySQL, and PostgreSQL. When a user transforms on the root level or single source with transforms, and the client sends the same query with different variables, the initial variables are used in…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-27097">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-10921 – An authorized user may trigger crashes or receive the contents of buffer over-re...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-10921</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-10921</guid>
    <pubDate>Thu, 14 Nov 2024 16:15:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-10921</strong></p>
  <p>An authorized user may trigger crashes or receive the contents of buffer over-reads of Server memory by issuing specially crafted requests that construct malformed BSON in the MongoDB Server. This issue affects MongoDB Server v5.0 versions prior to 5.0.30 , MongoDB Server v6.0 versions prior to 6.0.19, MongoDB Server v7.0 versions prior to 7.0.15 and MongoDB Server v8.0 versions prior to and incl…</p>
  <p><strong>CVSS:</strong> 6.8 · <strong>CWE:</strong> CWE-158</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-10921">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2024-8013 – A bug in query analysis of certain complex self-referential $lookup subpipelines...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-8013</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-8013</guid>
    <pubDate>Mon, 28 Oct 2024 13:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2024-8013</strong></p>
  <p>A bug in query analysis of certain complex self-referential $lookup subpipelines may result in literal values in expressions for encrypted fields to be sent to the server as plaintext instead of ciphertext. Should this occur, no documents would be returned or written. This issue affects mongocryptd binary (v5.0 versions prior to 5.0.29, v6.0 versions prior to 6.0.17, v7.0 versions prior to 7.0.12…</p>
  <p><strong>CVSS:</strong> 2.2 · <strong>CWE:</strong> CWE-319</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-8013">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-8305 – prepareUnique index may cause secondaries to crash due to incorrect enforcement ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-8305</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-8305</guid>
    <pubDate>Mon, 21 Oct 2024 15:15:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-8305</strong></p>
  <p>prepareUnique index may cause secondaries to crash due to incorrect enforcement of index constraints on secondaries, where in extreme cases may cause multiple secondaries crashing leading to no primaries. This issue affects MongoDB Server v6.0 versions prior to 6.0.17, MongoDB Server v7.0 versions prior to 7.0.13 and MongoDB Server v7.3 versions prior to 7.3.4</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-1288</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-8305">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-20489 – A vulnerability in the storage method of the PON Controller configuration file c...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-20489</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-20489</guid>
    <pubDate>Wed, 11 Sep 2024 17:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-20489</strong></p>
  <p>A vulnerability in the storage method of the PON Controller configuration file could allow an authenticated, local attacker with low privileges to obtain the MongoDB credentials.  This vulnerability is due to improper storage of the unencrypted database credentials on the device that is running Cisco IOS XR Software. An attacker could exploit this vulnerability by accessing the configuration fi…</p>
  <p><strong>CVSS:</strong> 8.4 · <strong>CWE:</strong> CWE-256</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-20489">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-20483 – Multiple vulnerabilities in Cisco Routed PON Controller Software, which runs as ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-20483</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-20483</guid>
    <pubDate>Wed, 11 Sep 2024 17:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-20483</strong></p>
  <p>Multiple vulnerabilities in Cisco Routed PON Controller Software, which runs as a docker container on hardware that is supported by Cisco IOS XR Software, could allow an authenticated, remote attacker with Administrator-level privileges on the PON Manager or direct access to the PON Manager MongoDB instance to perform command injection attacks on the PON Controller container and execute arbitrary…</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-78</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-20483">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-8654 – MongoDB Server may access non-initialized region of memory leading to unexpected...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-8654</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-8654</guid>
    <pubDate>Tue, 10 Sep 2024 14:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-8654</strong></p>
  <p>MongoDB Server may access non-initialized region of memory leading to unexpected behaviour when zero arguments are called in internal aggregation stage. This issue affected MongoDB Server v6.0 version 6.0.3.</p>
  <p><strong>CVSS:</strong> 5.0 · <strong>CWE:</strong> CWE-908</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-8654">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
