Explore

Rule Explorer

Search the public rule index by CVE, GHSA, CWE, language, framework, author, or rule slug. Filter by language, framework, severity, confidence, license, and validation status.

Public rules
4797
Downloads
7.4M
Verified
4797
Authors
2
Search the rule indexUse CVE, GHSA, CWE, language, framework, package, or rule slug.
8 rules matched. Showing 8 loaded rules.
Publish rule
CVE-2026-82456: Mcp Express Unbound Listenercve-2026-82456-mcp-express-unbound-listener

The Express application hosting Model Context Protocol (MCP) transports calls `app.listen()` without specifying an explicit host or bind address. In Express, omitting the host defaults to binding on all network interfaces (`0.0.0.0`), exposing MCP tools to any reachable network client. Explicitly bind to a loopback address (e.g., `127.0.0.1`) or enforce inbo

by Provallyupdated 2026-09-02Apache-2.0
2790 direct279 via packs
downloads
76quality
CVE-2026-72924: Gh Codespaces Listen All Interfacescve-2026-72924-gh-codespaces-listen-all-interfaces

Calling ListenTCP with hardcoded allInterfaces=true binds the forwarded port listener to all network interfaces (0.0.0.0) instead of restricting it to loopback, exposing forwarded services to network-adjacent hosts.

by Provallyupdated 2026-09-02Apache-2.0
2730 direct273 via packs
downloads
65quality
CVE-2026-59270: Unboundid Ldap Listener Wildcard Bindingcve-2026-59270-unboundid-ldap-listener-wildcard-binding

InMemoryListenerConfig is configured without specifying a listen address, which binds the LDAP server to all network interfaces (0.0.0.0). Specify a loopback address using createLDAPConfig(listenerName, InetAddress.getLoopbackAddress(), listenPort, socketFactory) to prevent unintended network exposure.

by Provallyupdated 2026-09-02Apache-2.0
2740 direct274 via packs
downloads
65quality
CVE-2026-23744: Hono Node Server Bound To All Interfacescve-2026-23744-hono-node-server-bound-to-all-interfaces

Hono node server (or equivalent serve() call) is bound to "0.0.0.0", exposing the service on every network interface. Local developer tools that expose privileged endpoints (process spawn, file access, plugin install) must bind to the loopback address ("127.0.0.1") to prevent remote attackers — including drive-by browser requests from malicious sites — from

by Provallyupdated 2026-06-12Apache-2.0
2.6K0 direct2.6K via packs
downloads
83quality
CVE-2026-9680: Uvicorn Bind All Interfacescve-2026-9680-uvicorn-bind-all-interfaces

The Uvicorn server is configured to bind to all network interfaces ('0.0.0.0' or '::'). This publicly exposes the service on all available interfaces by default. Bind to a loopback host (such as '127.0.0.1') or use a configurable environment variable instead.

by Provallyupdated 2026-09-02Apache-2.0
2780 direct278 via packs
downloads
69quality
Network Bind To All Interfacesgitlab-sast-go-network-rule-bind-to-all-interfaces

Binding to all network interfaces can potentially open up a service to traffic on unintended interfaces, that may not be properly documented or secured. By passing "0.0.0.0" as the address to the `Listen` family of functions, the application will bind to all interfaces. Consider passing in the interface ip address through an environment variable, configurati

by GitLab Security Productsupdated 2026-06-03Apache-2.0
2.5K0 direct2.5K via packs
downloads
92quality
Bind All Interfaces General Bindall Interfacesgitlab-sast-python-bind-all-interfaces-rule-general-bindall-interfaces

Binding to all network interfaces can potentially open up a service to traffic on unintended interfaces, that may not be properly documented or secured. By passing "0.0.0.0", "::" or an empty string as the address to the `socket.bind` function, the application will bind to all interfaces. Consider passing in the interface ip address through an environment va

PythonCWE-1327
by GitLab Security Productsupdated 2026-06-03MIT
2.5K0 direct2.5K via packs
downloads
86quality
All matching rules loaded.