惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Jina AI
Jina AI
云风的 BLOG
云风的 BLOG
人人都是产品经理
人人都是产品经理
T
The Blog of Author Tim Ferriss
阮一峰的网络日志
阮一峰的网络日志
罗磊的独立博客
J
Java Code Geeks
博客园 - 聂微东
B
Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
WordPress大学
WordPress大学
腾讯CDC
L
LangChain Blog
Apple Machine Learning Research
Apple Machine Learning Research
Microsoft Azure Blog
Microsoft Azure Blog
D
DataBreaches.Net
The GitHub Blog
The GitHub Blog
美团技术团队
博客园 - Franky
Google DeepMind News
Google DeepMind News
V
V2EX
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
月光博客
月光博客
The Cloudflare Blog

Aikido Security's Blog

Axios CVE-2026-40175: a critical bug that’s… not exploitable GlassWorm goes native: New Zig dropper infects every IDE on your machine Aikido Attack finds multiple 0-days in Hoppscotch The cybersecurity doomerism around Mythos doesn't match what we see on the ground axios compromised on npm: maintainer account hijacked, RAT deployed Popular telnyx package compromised on PyPI by TeamPCP Aikido × Lovable: Vibe, Fix, Ship CanisterWorm Gets Teeth: TeamPCP's Kubernetes Wiper Targets Iran TeamPCP deploys CanisterWorm on NPM following Trivy compromise Security testing is validating software that no longer exists Aikido Recognized by Frost & Sullivan with the 2026 Customer Value Leadership Award in ASPM GlassWorm Hides a RAT Inside a Malicious Chrome Extension fast-draft Open VSX Extension Compromised by BlokTrooper Glassworm Strikes Popular React Native Phone Number Packages Glassworm Is Back: A New Wave of Invisible Unicode Attacks Hits Hundreds of Repositories How Security Teams Fight Back Against AI-Powered Hackers Introducing Betterleaks, an open source secrets scanner by the author of Gitleaks Trump’s 2026 cybersecurity strategy: From compliance to consequence How does AI pentesting work with compliance? What continuous pentesting actually requires Rare Not Random: Using Token Efficiency for Secrets Scanning Persistent XSS/RCE using WebSockets in Storybook’s dev server Why Determinism Is Still a Necessity in Security WAF vs. RASP vs. ADR Introducing Aikido Infinite: A new model of self-securing software How Aikido secures AI pentesting agents by design Astro Full-Read SSRF via Host Header Injection How to Get Your Board to Care About Security (Before a Breach Forces the Issue) What is Slopsquatting? The AI Package Hallucination Attack Already Happening SvelteSpill: A Cache Deception Bug in SvelteKit + Vercel
MongoBleed: MongoDB Zlib Vulnerability (CVE-2025-14847) a...
Sooraj Shah · 2025-12-26 · via Aikido Security's Blog

Published on:

Dec 26, 2025

Key takeaways

  • Aikido Security tracked this MongoDB vulnerability before it was indexed in the NVD, based on upstream vendor fixes and internal threat intelligence ingestion.
  • The issue (CVE-2025-14847), known as MongoBleed, allows unauthenticated, network-level attackers to extract fragments of uninitialized server memory.
  • No credentials are required if the MongoDB server is reachable over the network and zlib compression is enabled.
  • Aikido customers were already able to detect the vulnerability via container scanning, VM scanning, Kubernetes scanning, while new CSPM rules have been added to reinforce prevention to exposed MongoDB services.

How to see if you are affected

Option 1: Use Aikido Security

You are affected if Aikido reports:

  • A vulnerable MongoDB version running in containers, virtual machines, or Kubernetes
  • Network-exposed MongoDB services
  • Misconfigured cloud or cluster-level access controls

These checks are available in the free version of Aikido Security.

Option 2: Manual validation

You are likely affected if:

  • Your MongoDB version is listed in the affected versions table below
  • Your MongoDB port is reachable over the network
  • zlib compression is enabled (default in many deployments)

Remediation steps

Immediate remediation (recommended)

Upgrade MongoDB to a patched version:

  • 8.2.3
  • 8.0.17
  • 7.0.28
  • 6.0.27
  • 5.0.32
  • 4.4.30

Temporary mitigation (if upgrade is not immediately possible)

  • Disable zlib compression and switch to snappy, zstd, or no compression
  • Restrict network access to MongoDB using firewalls, security groups, or Kubernetes NetworkPolicies
  • Remove any unnecessary public exposure

Who is impacted

This vulnerability impacts organizations running self-managed MongoDB servers on affected versions where:

  • The MongoDB service is reachable over the network
  • zlib compression is enabled

This includes MongoDB deployed on:

  • Virtual machines
  • Containers
  • Kubernetes clusters
  • Cloud environments with misconfigured networking

What is Mongobleed?

MongoDB disclosed a vulnerability in its network transport layer that can result in uninitialized server memory being sent to clients. Because the issue occurs during message decompression, it is triggered before authentication, allowing unauthenticated attackers to exploit it remotely.

The vulnerability is tracked as CVE-2025-14847.

What is the attack about?

The attack targets MongoDB’s handling of compressed network messages. By sending specially crafted compressed payloads, an attacker can cause MongoDB to miscalculate the length of decompressed data and include unintended memory contents in its response.

Attacker intent

The vulnerability enables information disclosure, which may be used for reconnaissance, data harvesting, or chaining with other attacks.

Initial impact

  • Authentication required: No
  • User interaction required: None
  • Attack surface: Network-exposed MongoDB instances
  • Exploit complexity: Low

Broader impact

Even partial memory disclosure can reveal sensitive application data, expose internal server state, and assist attackers in lateral movement.

{{cta}}

Technical deep dive

Where the vulnerability lived

The issue resides in MongoDB’s network transport compression layer, specifically in the zlib decompression logic.

What it could do

Incorrect handling of decompressed message lengths caused MongoDB to return uninitialized heap memory beyond the intended payload, resulting in memory disclosure.

Proof of concept (high level)

MongoDB’s own regression tests and patches demonstrate that malformed compressed frames could reliably trigger the issue, confirming exploitability under attacker-controlled input.

Why these vulnerabilities occur

This class of vulnerability typically arises from complex memory management in high-performance network code, insufficient validation of attacker-controlled input, and mismatches between allocated buffer sizes and actual data length.

Scope of attack

Workloads are at risk if they:

  • Run vulnerable MongoDB versions
  • Allow inbound network access to MongoDB
  • Use default compression settings
  • Lack network segmentation or runtime visibility

How Aikido Security helps

Aikido helps teams reduce exposure to vulnerabilities like CVE-2025-14847 by focusing on early signals and real runtime risk, not just CVE listings.

  • Early awareness
    Aikido tracks upstream vendor fixes and advisories in Aikido Intel, so teams can see critical issues before they appear in the NVD or most scanners.
  • Where it’s actually running
    Aikido shows whether vulnerable MongoDB versions are present in containers, VMs, or Kubernetes, and whether they are network exposed.
  • Fewer risky defaults
    Built-in posture checks help catch unsafe configurations like exposed databases that turn bugs into incidents.

This lets developers identify and fix real exposure quickly without waiting on delayed CVE feeds. Learn more about Aikido Security here.

Conclusion

CVE-2025-14847 is a critical MongoDB vulnerability that allows unauthenticated attackers to leak server memory via zlib compression.

Appendix: Affected MongoDB Versions

MongoDB 8.2

  • Vulnerable: 8.2.0 – 8.2.2
  • Fixed: 8.2.3

MongoDB 8.0

  • Vulnerable: 8.0.0 – 8.0.16
  • Fixed: 8.0.17

MongoDB 7.0

  • Vulnerable: 7.0.0 – 7.0.27
  • Fixed: 7.0.28

MongoDB 6.0

  • Vulnerable: 6.0.0 – 6.0.26
  • Fixed: 6.0.27

MongoDB 5.0

  • Vulnerable: 5.0.0 – 5.0.31
  • Fixed: 5.0.32

MongoDB 4.4

  • Vulnerable: 4.4.0 – 4.4.29
  • Fixed: 4.4.30

MongoDB 4.2

  • Vulnerable: All versions
  • Fixed: No fix available

MongoDB 4.0

  • Vulnerable: All versions
  • Fixed: No fix available

MongoDB 3.6

  • Vulnerable: All versions
  • Fixed: No fix available

References

MongoDB Security Advisory for CVE-2025-14847

Aikido Intel

Last updated on:

Mar 17, 2026

Tired of false positives?

Try Aikido like 100k others.

Start Now

Get a personalized walkthrough

Trusted by 100k+ teams

Book Now

Scan your app for IDORs and real attack paths

Trusted by 100k+ teams

Start Scanning

See how AI pentests your app

Trusted by 100k+ teams

Start Testing

Check If You're Vulnerable

Scan Repo

Run free scan

Vulnerabilities & Threats

Red Hat npm Packages Compromised to Spread a Credential-Stealing Worm

Multiple official @redhat-cloud-services npm packages were compromised with a credential-stealing worm derived from the open-sourced Mini Shai-Hulud malware, targeting cloud credentials, and developer tooling across CI/CD pipelines.

Vulnerabilities & Threats

Legitimate-Looking Codex Remote UI Secretly Steals Your AI Tokens

A polished Codex remote UI, the npm package codexui-android, has active development and thousands of weekly users. It has been quietly exfiltrating OpenAI auth tokens for the past month.

Vulnerabilities & Threats

Supply Chain Attack Targets Laravel-Lang Packages with Credential Stealer

Attackers injected a credential stealer into 200+ versions of popular Laravel-Lang packages, delivering a credential stealer targeting cloud keys, SSH keys, browsers, crypto wallets and more.

Get secure now

Secure your code, cloud, and runtime in one central system.
Find and fix vulnerabilities fast automatically.

No credit card required | Scan results in 32secs.