FastNetMon Community Edition through 1.2.9 contains an OS command injection vulnerability in the Juniper router integration plugin. The _log() function in src/juniper_plugin/fastnetmon_juniper.php (lines 117-118) constructs shell commands by concatenating the $msg parameter directly into exec() calls: exec("echo date \"- {FASTNETMON] - " . $msg . " \" >> " . $FILE_LOG_TMP). The $msg variable contains unsanitized data derived from command-line arguments argv[1] through argv[3], which represent the attack IP address, direction, and power. While FastNetMon's C++ core currently passes IP addresses via inet_ntoa() (which only produces safe dotted-decimal notation), the PHP script performs no input validation or shell escaping. If the script is invoked directly, by another orchestration system, or if future code changes pass string-sourced IPs, arbitrary commands can be injected. The correct fix is to replace exec() with file_put_contents() or use escapeshellarg() on all parameters.
CVE-2026-48687
Score 9.8 from GitHub Security Advisory (severity: CRITICAL) published 2026-05-26. NVD baseline CVSS 9.8; sources differ by 0.0.
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 9.8
- EG Score
- 9.8(medium)
- EG Risk
- 45(Track)EG Risk 45/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity98% × 45%Exploitation2% × 40%Automatability0% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 2%
- EPSS %ILE
- 74%
- KEV
- Not listed
Published
May 26, 2026
Last Modified
July 21, 2026
Advisory Details (3)
Auto-updated Jul 29, 2026CVE-2026-48687: OS Command Injection in FastNetMon Juniper Plugin Logging | Lorikeet Security
https://lorikeetsecurity.com/blog/fastnetmon-cve-2026-48687-juniper-cmd-injectionfastnetmon/src/juniper_plugin/fastnetmon_juniper.php at master · pavel-odintsov/fastnetmon · GitHub
https://github.com/pavel-odintsov/fastnetmon/blob/master/src/juniper_plugin/fastnetmon_juniper.phpGitHub - pavel-odintsov/fastnetmon: Very fast DDoS sensor with sFlow/Netflow/IPFIX/SPAN support · GitHub
https://github.com/pavel-odintsov/fastnetmonVendor Advisories for CVE-2026-48687(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 9× in last 7d / 33× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
Showing the most recent 100 of 205 total refreshes for this CVE.
- 2026-07-30 01:30 UTCEPSS rescore
- 2026-07-29 17:00 UTCEG score recompute
- 2026-07-29 17:00 UTCGHSA enrichment
- 2026-07-28 15:37 UTCEPSS rescore
- 2026-07-26 14:54 UTCEPSS rescore
- 2026-07-25 14:18 UTCEPSS rescore
- 2026-07-24 14:18 UTCEPSS rescore
- 2026-07-23 14:18 UTCEPSS rescore
- 2026-07-23 03:18 UTCEG score recompute
- 2026-07-22 14:08 UTCEPSS rescore
- 2026-07-21 15:25 UTCEPSS rescore
- 2026-07-20 17:08 UTCEPSS rescore
- 2026-07-19 14:31 UTCEPSS rescore
- 2026-07-19 14:31 UTCEPSS rescore
- 2026-07-19 02:29 UTCEPSS rescore
- 2026-07-18 10:04 UTCEPSS rescore
- 2026-07-17 22:29 UTCOSV refresh
- 2026-07-16 17:03 UTCEPSS rescore
- 2026-07-15 16:57 UTCEPSS rescore
- 2026-07-15 02:00 UTCEPSS rescore
- 2026-07-13 22:30 UTCEPSS rescore
- 2026-07-13 06:13 UTCEPSS rescore
- 2026-07-12 05:46 UTCEPSS rescore
- 2026-07-11 08:27 UTCEPSS rescore
- 2026-07-09 19:10 UTCEPSS rescore
Show 75 moreShow fewer
- 2026-07-08 15:16 UTCEPSS rescore
- 2026-07-07 13:46 UTCEPSS rescore
- 2026-07-06 16:27 UTCEPSS rescore
- 2026-07-06 02:23 UTCEPSS rescore
- 2026-07-05 02:30 UTCEPSS rescore
- 2026-07-04 06:31 UTCEPSS rescore
- 2026-07-01 15:07 UTCEPSS rescore
- 2026-06-30 23:22 UTCEPSS rescore
- 2026-06-29 20:00 UTCGHSA enrichment
- 2026-06-29 15:58 UTCGHSA enrichment
- 2026-06-29 14:06 UTCEPSS rescore
- 2026-06-29 14:06 UTCEPSS rescore
- 2026-06-29 01:30 UTCGHSA enrichment
- 2026-06-28 14:07 UTCEPSS rescore
- 2026-06-28 11:40 UTCGHSA enrichment
- 2026-06-28 07:39 UTCGHSA enrichment
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-28 03:27 UTCGHSA enrichment
- 2026-06-27 23:26 UTCGHSA enrichment
- 2026-06-27 19:24 UTCGHSA enrichment
- 2026-06-27 15:23 UTCGHSA enrichment
- 2026-06-27 11:12 UTCGHSA enrichment
- 2026-06-27 07:10 UTCGHSA enrichment
- 2026-06-27 03:08 UTCEPSS rescore
- 2026-06-26 22:58 UTCGHSA enrichment
- 2026-06-26 18:50 UTCGHSA enrichment
- 2026-06-26 03:00 UTCGHSA enrichment
- 2026-06-25 20:46 UTCGHSA enrichment
- 2026-06-25 16:45 UTCGHSA enrichment
- 2026-06-25 13:49 UTCEPSS rescore
- 2026-06-25 12:40 UTCGHSA enrichment
- 2026-06-24 14:05 UTCEPSS rescore
- 2026-06-23 21:33 UTCEPSS rescore
- 2026-06-23 21:33 UTCEPSS rescore
- 2026-06-22 14:25 UTCEPSS rescore
- 2026-06-22 14:25 UTCEPSS rescore
- 2026-06-21 14:56 UTCEPSS rescore
- 2026-06-21 14:56 UTCEPSS rescore
- 2026-06-21 01:59 UTCEPSS rescore
- 2026-06-21 01:59 UTCEPSS rescore
- 2026-06-19 19:26 UTCEPSS rescore
- 2026-06-19 19:26 UTCEPSS rescore
- 2026-06-18 17:52 UTCEPSS rescore
- 2026-06-18 17:52 UTCEPSS rescore
- 2026-06-18 03:42 UTCGHSA enrichment
- 2026-06-17 23:40 UTCGHSA enrichment
- 2026-06-17 19:29 UTCGHSA enrichment
- 2026-06-17 17:53 UTCEPSS rescore
- 2026-06-17 12:35 UTCGHSA enrichment
- 2026-06-17 08:11 UTCGHSA enrichment
- 2026-06-17 02:54 UTCGHSA enrichment
- 2026-06-16 22:54 UTCGHSA enrichment
- 2026-06-16 18:52 UTCGHSA enrichment
- 2026-06-16 17:53 UTCEPSS rescore
- 2026-06-16 10:42 UTCGHSA enrichment
- 2026-06-16 06:38 UTCGHSA enrichment
- 2026-06-16 02:37 UTCGHSA enrichment
- 2026-06-15 22:34 UTCGHSA enrichment
- 2026-06-15 17:49 UTCEPSS rescore
- 2026-06-15 17:49 UTCEPSS rescore
- 2026-06-15 13:59 UTCGHSA enrichment
- 2026-06-15 06:22 UTCGHSA enrichment
- 2026-06-15 02:21 UTCGHSA enrichment
- 2026-06-14 23:18 UTCEPSS rescore
- 2026-06-14 22:20 UTCGHSA enrichment
- 2026-06-14 18:19 UTCGHSA enrichment
- 2026-06-14 14:02 UTCGHSA enrichment
- 2026-06-14 10:00 UTCGHSA enrichment
- 2026-06-14 05:58 UTCGHSA enrichment
- 2026-06-14 01:44 UTCGHSA enrichment
- 2026-06-13 23:00 UTCEPSS rescore
- 2026-06-13 21:27 UTCGHSA enrichment
- 2026-06-13 13:05 UTCGHSA enrichment
- 2026-06-13 08:51 UTCGHSA enrichment
Related CVEs(same CWE)
Same CWE
10 shownCWE-78
- CVE-2009-20011EG 10.0CRITICAL
- CVE-2011-10017EG 10.0CRITICAL
- CVE-2012-1166EG 10.0EPSS p91HIGH
- CVE-2012-2976EG 10.0EPSS p92HIGH
- CVE-2012-2953EG 10.0EPSS p99HIGH
- CVE-2011-4502EG 10.0EPSS p92HIGH
- CVE-2011-2148EG 10.0EPSS p92HIGH
- CVE-2011-0382EG 10.0EPSS p90HIGH
- CVE-2011-0381EG 10.0EPSS p92HIGH
- CVE-2011-0372EG 10.0HIGH
Frequently asked(5)
What is CVE-2026-48687?
When was CVE-2026-48687 disclosed?
Is CVE-2026-48687 actively exploited?
What is the CVSS score of CVE-2026-48687?
How do I remediate CVE-2026-48687?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-48687
Is Your Infrastructure Affected by CVE-2026-48687?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.