Skip to main content

FastNetMon Community Edition CVE-2026-48692

| EUVDEUVD-2026-31845 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

CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
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)

DescriptionCVE.org

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-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

CVE-2026-36356 CRITICAL POC
9.1 May 05

Unauthenticated remote OS command injection in MeiG Smart FORGE_SLT711 cellular gateway firmware MDM9607.LE.1.0-00110-ST

CVE-2026-31071 CRITICAL POC
9.1 May 19

Unauthenticated API access in LalanaChami Pharmacy Management System (commit 5c3d028) allows remote attackers to dump al

CVE-2025-66391 HIGH POC
8.8 Jun 17

In Citrix Cloud through 2025-11-10, an account with read-only access can trigger the beginning of a workflow for write o

CVE-2026-26740 HIGH POC
8.2 Mar 18

Giflib 5.2.2 contains a buffer overflow in the EGifGCBToExtension function that fails to validate allocated memory when

CVE-2025-60464 HIGH POC
7.8 Jun 25

Denial of service in GPAC's MP4Box multimedia tool (versions before 26.02.0) arises from a use-after-free in the gf_sei_

CVE-2026-36355 HIGH POC
7.7 May 05

Arbitrary kernel memory read/write in Realtek rtl819x Jungle SDK Wi-Fi driver allows local unprivileged attackers to acc

CVE-2025-60474 HIGH POC
7.5 Jun 24

Denial of service in GPAC's MP4Box/libgpac media importer (versions before 26.02.0) lets an attacker crash the tool by s

CVE-2026-38639 HIGH POC
7.5 Jun 26

An issue in the parse_month function (/time/strptime.rs) of relibc commit ab6a2e allows attackers to cause a Denial of S

CVE-2026-38641 HIGH POC
7.5 Jun 26

Denial of service in relibc (the Redox OS C standard library) at commit 61f42d allows attackers to crash a process by ge

CVE-2026-38637 HIGH POC
7.5 Jun 25

An issue in the pthread_rwlockattr_setpshared() function of relibc commit 61f42d allows attackers to cause a Denial of S

CVE-2026-38640 HIGH POC
7.5 Jun 25

Denial of service in relibc (the Redox OS C standard library implementation, commit 61f42d) lets attackers crash a proce

Share

CVE-2026-48692 vulnerability details – vuln.today

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