VertiGIS uses this page to provide specific information about the critical vulnerability CVE-2025-14847, affecting MongoDB Server Components, disclosed on December 19, 2025, and its impact on VertiGIS Studio products.
This article will be updated as new information becomes available.
The Studio team has completed our investigation on the impact of this vulnerability.
The following products do not use any MongoDB Server components and are not affected:
- VertiGIS Studio Web
- VertiGIS Studio Workflow
- VertiGIS Studio Access Control
- VertiGIS Studio Item Manager
- VertiGIS Inline
- VertiGIS Studio Printing
- VertiGIS Studio Reporting
- VertiGIS Studio Mobile
The following products include MongoDB Server components. Here’s an overview of the impact and recommended actions:
VertiGIS Studio Analytics
Impact: Low
MongoDB in Studio Analytics is restricted to local connections, significantly reducing exposure. Sensitive data such as encrypted credentials and security keys are not stored in MongoDB, and our APIs are designed to operate through localhost. We will upgrade MongoDB in the next release of Studio Analytics (version 1.7).
Update - 01/21/26: Studio Analytics 1.7 has been released with an updated/patched version of MongoDB. It is available for download here.
VertiGIS Studio Search
Impact: Low
MongoDB in Studio Search is not exposed to the internet by default and only accepts local connections. The Search service uses the official MongoDB Java driver, which securely manages communication and prevents raw protocol manipulation.
The vulnerability (MongoBleed) relates to zlib compression in MongoDB’s message handling. While zlib is enabled by default, it can be disabled in the MongoDB configuration.
Additional Recommendation:
Ensure that MongoDB’s default port (27017) is not accessible from outside your network. Firewalls or security groups should restrict access to only necessary ports.
Workaround: Disable zlib Compression
To disable zlib compression on your on-premises Studio Search installation:
- Access the server running Studio Search via Remote Desktop.
- Open the Windows CMD prompt as an administrator and navigate to:
C:\Program Files\VertiGIS\VertiGIS Studio Search\search\Engine\bin - Run
stop.cmd. - Download the
mongodb.conffile attached to this article and navigate to the file directory:C:\Program Files\VertiGIS\VertiGIS Studio Search\search\Engine\bin\mongodb\bin - Back up your existing
mongodb.confand replace it with the downloaded copy. - Return to the CMD window and run
start.cmd. -
Verify your Search Indexes in Studio Search Designer.
Note: This fix applies only to on-premises installations; SaaS deployments are not affected. We plan to include an updated MongoDB version in a future Studio Search release. In the meantime, the recommended workaround - disabling zlib compression and confirming port restrictions - effectively mitigates any potential risk.
Comments
0 comments
Please sign in to leave a comment.