GHSA-qx97-6jw5-h44w · Severity: critical — FastNetMon Community Edition through 1.2.9 contains an OS command injection vulnerability in the...
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.
Conclusion & alert: CVE-2026-48687 is rated High Exploit Risk (78/100): CVSS Critical severity, with medium exploitation likelihood (EPSS 0.51%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-05-28 | 0.13% | 0.51% | +0.38% |
| 2 | 2026-05-27 | — | 0.13% | — |
Full EPSS history (2 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 9.8 | 3.1 | CRITICAL |
|
3.9 | 5.9 | [email protected] |
| 8.1 | 3.1 | HIGH |
|
2.8 | 5.2 | 134c704f-9b21-4f2e-91b3-4a467353bcc0 |
GHSA-qx97-6jw5-h44w · Severity: critical — FastNetMon Community Edition through 1.2.9 contains an OS command injection vulnerability in the...
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
unimportant | CVE-2026-48687 unimportant priority: Debian including 1 source packages (fastnetmon), 4 status rows across 4 suites (bookworm, forky, sid, trixie): open 2, resolved 2. | https://security-tracker.debian.org/tracker/CVE-2026-48687 |
ubuntu
|
medium | CVE-2026-48687 medium priority: Ubuntu including 1 source packages (fastnetmon), 7 status rows across 7 suites (bionic, focal, jammy, noble, questing, resolute, upstream): needs-triage 6, DNE 1. | https://ubuntu.com/security/CVE-2026-48687 |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| pavel-odintsov | fastnetmon | <= 1.2.9 | cpe:2.3:a:pavel-odintsov:fastnetmon:*:*:*:*:community:*:*:* |
| URL | Tags |
|---|---|
| https://github.com/pavel-odintsov/fastnetmon | Product |
| https://github.com/pavel-odintsov/fastnetmon/blob/master/src/juniper_plugin/fastnetmon_juniper.php | Product |
| https://lorikeetsecurity.com/blog/fastnetmon-cve-2026-48687-juniper-cmd-injection | Exploit Third Party Advisory |