CVE-2026-48696 Details
Description
FastNetMon Community Edition through 1.2.9 has a buffer overflow, a different vulnerability than CVE-2026-48686 and CVE-2026-48689.
A buffer overflow vulnerability has been identified in FastNetMon Community Edition versions through 1.2.9. The issue arises in the ExaBGP action handler, specifically within the 'exabgp_prefix_ban_manage' function. The vulnerability is caused by the use of 'sprintf()' to format a BGP command into a fixed-size stack buffer of 256 bytes. This buffer is overflowed by unbounded data from the 'exabgp_community' configuration value, which is read from the 'fastnetmon.conf' file without proper length validation. The overflow can be exploited to overwrite the saved return address on x86_64 systems, potentially leading to arbitrary code execution.
FastNetMon users who do not use ExaBGP should disable the ExaBGP action. For those who do use it, the vulnerability can be addressed by modifying the 'exabgp_prefix_ban_manage' function to use a dynamic string approach that eliminates fixed-size buffers, and by implementing proper validation of the community list length before processing.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed May 27, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/pavel-odintsov/fastnetmon | [email protected] | Product |
| https://lorikeetsecurity.com/blog/fastnetmon-cve-2026-48696-exabgp-sprintf-overflow | [email protected] | Third Party Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-120 | Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') | [email protected] |
| CWE-120 | Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') | CISA-ADP |
| CWE-676 | Use of Potentially Dangerous Function | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| pavel-odintsov fastnetmon | <= 1.2.9 |
CPE
Remediation
| |
Change History
6 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 24, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| May 27, 2026 | Initial Analysis | [email protected] |
| May 27, 2026 | CVE Modified | CISA-ADP |
| May 26, 2026 | New CVE Received | [email protected] |