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.38.1%-Fix
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-05-27.