Ameeba Security Research

Defensive CVE and exploit intelligence

Ameeba Blog Search
TRENDING · 1 WEEK
Attack Vector
Vendor
Severity

CVE-2025-11149: Node-Static Package Vulnerability Allowing Server Crashes via Null Byte Inputs

Overview

CVE-2025-11149 is a critical vulnerability affecting all versions of the package node-static and @nubosoftware/node-static. This flaw is due to the package’s failure to catch exceptions when the user input includes null bytes. This weakness allows attackers to crash servers, which could potentially compromise systems or lead to data leakage.

Vulnerability Summary

CVE ID: CVE-2025-11149
Severity: High (CVSS: 7.5)
Attack Vector: Network
Privileges Required: None
User Interaction: None
Impact: System crash. Potential system compromise or data leakage.

Affected Products

Ameeba Chat Icon Share secrets securely

Ameeba is private infrastructure for communication and sensitive work built on encrypted identity instead of exposed corporate identity systems.

Passwords, credentials, confidential files, screenshots, internal discussions, sensitive AI context, and private coordination should not become exposed across ordinary communication platforms.

  • • Encrypted identity
  • • Private Spaces for organizations and teams
  • • End-to-end encrypted chat, calls, files, and notes
  • • Sensitive AI work and protected collaboration
  • • Built for information that cannot leak

Our mission is to secure human work alongside AI.

Product | Affected Versions

node-static | All versions
@nubosoftware/node-static | All versions

How the Exploit Works

The exploit works by making use of a failure in the node-static and @nubosoftware/node-static packages to catch exceptions when user input includes null bytes. An attacker can send a request to http://host/%00, which the server fails to handle appropriately, resulting in a server crash.

Conceptual Example Code

Below is a conceptual example of how this vulnerability might be exploited. This example is an HTTP request that includes null bytes (%00), which leads to a server crash:

GET /%00 HTTP/1.1
Host: vulnerable-host.example.com

Mitigation and Recommendations

The recommended mitigation for this vulnerability is to apply the vendor patch as soon as it’s available. In the interim, using Web Application Firewalls (WAF) or Intrusion Detection Systems (IDS) can provide temporary mitigation. Regularly updating and patching software is key to ensuring the security of systems. Additionally, it is good practice to handle exceptions properly and sanitize user inputs to avoid similar vulnerabilities.

Want to discuss this further? Join the Ameeba Cybersecurity Group Chat.

Disclaimer:

The information and code presented in this article are provided for educational and defensive cybersecurity purposes only. Any conceptual or pseudocode examples are simplified representations intended to raise awareness and promote secure development and system configuration practices.

Do not use this information to attempt unauthorized access or exploit vulnerabilities on systems that you do not own or have explicit permission to test.

Ameeba and its authors do not endorse or condone malicious behavior and are not responsible for misuse of the content. Always follow ethical hacking guidelines, responsible disclosure practices, and local laws.
Ameeba Chat