CVE & CISA-KEV Catalog

CVE-2026-48685

MEDIUM
6.5
CVSS v3
NVD

Description

FastNetMon Community Edition through 1.2.9 has out-of-bounds memory access because it incorrectly parses BGP path attributes with the extended length flag set. In src/bgp_protocol.hpp, the parse_raw_bgp_attribute() function correctly identifies when extended_length_bit is set and sets length_of_length_field to 2, but then reads only a single byte for the attribute value length (attribute_value_length = value[2] at line 173). Per RFC 4271 Section 4.3, when the Extended Length bit is set, the Attribute Length field is two octets and the value should be read as a 16-bit big-endian integer from value[2] and value[3]. As a result, any attribute longer than 255 bytes has its length silently truncated to the low byte (e.g., 300 bytes = 0x012C is read as 0x2C = 44 bytes). The remaining 256 bytes are then misinterpreted as subsequent attributes, causing cascading parse failures and potential out-of-bounds memory access.

How to fix

Remediation Available
fastnetmonDebian
Fixed in:1.2.9-0+deb13u1CVE-2026-48685
Fixed in:1.2.9-1CVE-2026-48685

TridentStack Control can deploy fixes like this automatically across your Windows, macOS, and Linux fleet. See how it works

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorNetwork
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityNone
IntegrityNone
AvailabilityHigh

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Exploit Intelligence

0.29%probability of exploitation in 30 days
22ndpercentile

Low risk: more likely to be exploited than 22% of all known CVEs.

References

Third-Party Advisory1

Related Vulnerabilities

Other CWE-130 vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2025-14847High7.583%KEVFix
CVE-2024-39614High7.529%-Fix
CVE-2021-36090High7.513%-Fix
CVE-2021-35516High7.512%-Fix
CVE-2021-35517High7.511%-Fix
CVE-2019-3862High7.37.7%-Fix

Common questions

How do I fix CVE-2026-48685?

Upgrade fastnetmon on debian 13 to 1.2.9-0+deb13u1 or later.

Is CVE-2026-48685 being actively exploited?

Not that we know of. CVE-2026-48685 is not in the CISA Known Exploited Vulnerabilities catalog. Its EPSS score of 0.29% is the estimated probability that it will be exploited in the next 30 days. That is higher than 22% of all scored CVEs.

How severe is CVE-2026-48685?

CVE-2026-48685 has a CVSS v3 base score of 6.5, rated medium. CVSS rates the technical impact if the vulnerability is exploited, not how likely that is, so weigh it alongside the exploit-prediction score when you decide what to patch first.

What does CVE-2026-48685 affect?

Published advisories record a fix for fastnetmon (Debian). Only products with a sourced advisory are listed, so treat this as what we can cite rather than a complete inventory.

Embed a live status badge for CVE-2026-48685
CVE-2026-48685 severity badge

Markdown

[![CVE-2026-48685](https://tridentstack.com/cve/badge/CVE-2026-48685.svg)](https://tridentstack.com/cve/CVE-2026-48685)

HTML

<a href="https://tridentstack.com/cve/CVE-2026-48685"><img src="https://tridentstack.com/cve/badge/CVE-2026-48685.svg" alt="CVE-2026-48685"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

See how it worksStart freeThis CVE lookup is free and always will be.

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2026-07-24.