Skip to main content

FastNetMon Community Edition EUVDEUVD-2026-31845

| CVE-2026-48692 HIGH
Missing Authentication for Critical Function (CWE-306)
2026-05-26 mitre GHSA-w743-79pp-vx63
8.1
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
8.1 HIGH
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

Attack Vector
Adjacent
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
None

Lifecycle Timeline

3
Analysis Generated
Jun 08, 2026 - 08:55 vuln.today
CVSS changed
May 26, 2026 - 21:22 NVD
8.1 (HIGH)
CVE Published
May 26, 2026 - 00:00 nvd
UNKNOWN (no severity yet)

DescriptionNVD

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.

More in N A

View all
CVE-2024-51092 CRITICAL POC
9.1 May 08

LibreNMS before 24.10.0 allows a remote attacker to execute arbitrary code via OS command injection involving AboutContr

CVE-2025-15684 MEDIUM POC
5.5 Aug 12

Reachable assertion in Open5GS up to version 2.7.6 allows remote unauthenticated attackers to crash the Diameter CER han

CVE-2024-45257 HIGH POC
7.3 May 08

A Command Injection issue in the payload build page in BYOB (Build Your Own Botnet) 2.0 allows attackers to execute arbi

CVE-2025-15687 LOW POC
2.1 Aug 12

Denial of service in Open5GS 2.7.6 and earlier allows network-adjacent attackers with low-privilege Diameter Gx peer acc

CVE-2025-15686 LOW POC
2.1 Aug 12

Denial of service in Open5GS HSS (Home Subscriber Server) versions 2.7.0 through 2.7.6 is triggered remotely by manipula

CVE-2025-67888 HIGH POC
7.3 May 08

Remote command injection in Control Web Panel allows unauthenticated attackers to execute arbitrary OS commands as root

CVE-2024-53326 HIGH POC
7.3 May 08

LINQPad before 5.52.01 Pro edition is vulnerable to Unsafe Deserialization in LINQPad.AutoRefManager::PopulateFromCache(

CVE-2026-38360 CRITICAL POC
9.8 May 08

Remote code execution in dash-uploader (Python package for Plotly Dash) versions 0.1.0 through 0.7.0a2 allows unauthenti

CVE-2026-30623 CRITICAL POC
9.8 Jul 15

Command injection in LiteLLM 1.18.10 lets attackers who can configure MCP (Model Context Protocol) servers supply arbitr

CVE-2026-67917 CRITICAL POC
9.8 Aug 17

SQL injection in AzuraCast's backup restore flow (versions up to and including 0.23.7) lets an attacker achieve privileg

CVE-2026-75337 CRITICAL POC
9.8 Aug 27

Arbitrary file read in Yu AI Code Mother v4.3 lets anonymous, remote attackers retrieve files outside the intended previ

CVE-2026-31072 CRITICAL POC
9.8 May 19

Remote code execution in APScheduler (all versions through 3.10.x and 4.0.0a5) is achievable when applications deseriali

Share

EUVD-2026-31845 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy