CVE-2026-48686

Source
https://cve.org/CVERecord?id=CVE-2026-48686
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-48686.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-48686
Downstream
Published
2026-05-26T00:00:00Z
Modified
2026-06-18T03:56:39.143839685Z
Severity
  • 9.8 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
[none]
Details

FastNetMon Community Edition through 1.2.9 contains a stack-based buffer overflow in the BGP NLRI (Network Layer Reachability Information) decoder. The function decodebgpsubnetencodingipv4raw() in src/bgpprotocol.cpp reads prefixbitlength directly from the BGP packet (line 99) without validating it is <= 32 for IPv4 prefixes. This value is passed to howmuchbytesweneedforstoringcertainsubnetmask() which computes ceil(prefixbitlength / 8), returning up to 32 bytes for a prefixbitlength of 255. The result is used as the length argument to memcpy() (line 106), which copies into a 4-byte uint32t stack variable (prefixipv4). This causes a stack buffer overflow of up to 28 bytes, which can be exploited for arbitrary code execution. Additionally, the unvalidated prefixbitlength is passed to convertcidrtobinarynetmasklocalfunctioncopy() (line 111), where a shift of (32 - cidr) with cidr > 32 causes undefined behavior.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/48xxx/CVE-2026-48686.json",
    "cna_assigner": "mitre"
}
References

Affected packages

Git / github.com/pavel-odintsov/fastnetmon

Affected ranges

Type
GIT
Repo
https://github.com/pavel-odintsov/fastnetmon
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
{
    "source": [
        "DESCRIPTION",
        "CPE_RANGE"
    ],
    "cpe": "cpe:2.3:a:pavel-odintsov:fastnetmon:*:*:*:*:community:*:*:*",
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "1.2.9"
        },
        {
            "introduced": "0"
        },
        {
            "last_affected": "1.2.9"
        }
    ]
}

Affected versions

v1.*
v1.0.0
v1.1.0
v1.1.2
v1.1.3
v1.1.4
v1.1.5
v1.1.6
v1.1.7
v1.1.8
v1.1.9
v1.2.0
v1.2.1
v1.2.2
v1.2.3
v1.2.4
v1.2.5
v1.2.6
v1.2.7
v1.2.8

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-48686.json"