Severity by source
AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
3DescriptionNVD
FastNetMon Community Edition through 1.2.9 exposes a gRPC API server on port 50052 with no authentication mechanism. The server is initialized with grpc::InsecureServerCredentials() (src/fastnetmon.cpp line 477) and a source code comment explicitly acknowledges 'Listen on the given address without any authentication mechanism.' None of the RPC methods in src/api.cpp (ExecuteBan, ExecuteUnBan, GetBanlist, GetTotalTrafficCounters, etc.) perform any credential verification. The ExecuteBan and ExecuteUnBan methods trigger security-critical actions: BGP route announcements that can blackhole network traffic, and execution of external notification scripts via popen(). An attacker with local network access can ban arbitrary IP addresses (causing denial of service to legitimate traffic), unban active attacks (disabling DDoS mitigation), and trigger script execution. There is also no role-based access control separating read-only monitoring from destructive administrative operations.
AnalysisAI
Unauthenticated gRPC API exposure in FastNetMon Community Edition through 1.2.9 allows adjacent network attackers to invoke security-critical RPC methods including ExecuteBan and ExecuteUnBan without credentials. The server explicitly uses grpc::InsecureServerCredentials() on port 50052, enabling attackers to blackhole legitimate traffic via BGP announcements, disable active DDoS mitigations, and trigger external script execution via popen(). No public exploit identified at time of analysis, and EPSS is low at 0.03%, but CISA SSVC rates technical impact as total.
Technical ContextAI
FastNetMon is an open-source DDoS detection and mitigation tool that integrates with BGP routers to blackhole attack traffic. The vulnerable component is its gRPC management API implemented in src/api.cpp and bound in src/fastnetmon.cpp at line 477. The root cause is CWE-306 (Missing Authentication for Critical Function): the gRPC server is intentionally initialized with grpc::InsecureServerCredentials(), a transport-layer credentials option that disables TLS and authentication entirely, and none of the RPC handlers (ExecuteBan, ExecuteUnBan, GetBanlist, GetTotalTrafficCounters) perform any credential or role check. Because ExecuteBan/UnBan drive BGP route announcements and invoke popen() against notification scripts, the API directly exposes destructive network-control primitives to anyone able to reach TCP/50052.
RemediationAI
No vendor-released patch identified at time of analysis; the referenced GitHub links point only to the vulnerable source files, not to a tagged fix. As compensating controls, restrict TCP/50052 to localhost or a dedicated management VLAN using host firewall rules (iptables/nftables) or by binding the gRPC listener to 127.0.0.1 if a configuration option permits, which prevents adjacent-network abuse but breaks any remote orchestration that relies on the gRPC API; place the FastNetMon host behind a network ACL that allows only known operator workstations and automation systems to reach port 50052, accepting the operational cost of maintaining that allowlist; and where the gRPC API is not actively used, disable it entirely to remove the attack surface, at the cost of losing programmatic ban/unban control. Until upstream adds authentication, monitor for unexpected ExecuteBan/ExecuteUnBan invocations and alert on changes to the banlist via GetBanlist polling. Track upstream fixes at https://github.com/pavel-odintsov/fastnetmon and the analyst write-up at https://lorikeetsecurity.com/blog/fastnetmon-cve-2026-48692-grpc-no-auth.
LibreNMS before 24.10.0 allows a remote attacker to execute arbitrary code via OS command injection involving AboutContr
Reachable assertion in Open5GS up to version 2.7.6 allows remote unauthenticated attackers to crash the Diameter CER han
A Command Injection issue in the payload build page in BYOB (Build Your Own Botnet) 2.0 allows attackers to execute arbi
Denial of service in Open5GS 2.7.6 and earlier allows network-adjacent attackers with low-privilege Diameter Gx peer acc
Denial of service in Open5GS HSS (Home Subscriber Server) versions 2.7.0 through 2.7.6 is triggered remotely by manipula
Remote command injection in Control Web Panel allows unauthenticated attackers to execute arbitrary OS commands as root
LINQPad before 5.52.01 Pro edition is vulnerable to Unsafe Deserialization in LINQPad.AutoRefManager::PopulateFromCache(
Remote code execution in dash-uploader (Python package for Plotly Dash) versions 0.1.0 through 0.7.0a2 allows unauthenti
Command injection in LiteLLM 1.18.10 lets attackers who can configure MCP (Model Context Protocol) servers supply arbitr
SQL injection in AzuraCast's backup restore flow (versions up to and including 0.23.7) lets an attacker achieve privileg
Arbitrary file read in Yu AI Code Mother v4.3 lets anonymous, remote attackers retrieve files outside the intended previ
Remote code execution in APScheduler (all versions through 3.10.x and 4.0.0a5) is achievable when applications deseriali
Same technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-31845
GHSA-w743-79pp-vx63