UBUNTU-CVE-2026-48691

Source
https://ubuntu.com/security/CVE-2026-48691
Import Source
https://github.com/canonical/ubuntu-security-notices/blob/main/osv/cve/2026/UBUNTU-CVE-2026-48691.json
JSON Data
https://api.osv.dev/v1/vulns/UBUNTU-CVE-2026-48691
Upstream
  • CVE-2026-48691
Downstream
Related
Published
2026-05-26T17:16:00Z
Modified
2026-06-16T05:00:07.480862728Z
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
  • 7.3 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L CVSS Calculator
  • Ubuntu - medium
Summary
[none]
Details

FastNetMon Community Edition through 1.2.9 contains an integer overflow in the BGP ASPATH attribute encoder. In src/bgpprotocol.hpp, the IPv4UnicastAnnounce::getattributes() function computes attributelength as 'sizeof(bgpaspathsegmentelementt) + this->aspathasns.size() * sizeof(uint32t)' and stores it in a uint8t field (line 600-605). Since uint8t can only hold values 0-255, an ASPATH containing more than 63 ASNs (2 + 64*4 = 258 > 255) causes silent truncation. The truncated length is used for buffer sizing, while the actual data written is the full untruncated amount, resulting in a heap buffer overflow. Similarly, the pathsegmentlength field at line 621 is also uint8t, truncating with more than 255 ASNs.

References

Affected packages

Ubuntu:Pro:24.04:LTS / fastnetmon

Package

Name
fastnetmon
Purl
pkg:deb/ubuntu/fastnetmon?arch=source&distro=esm-apps%2Fnoble

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.2.6-1ubuntu0.1~esm1

Affected versions

1.*
1.2.5-1
1.2.6-1
1.2.6-1build1
1.2.6-1build2
1.2.6-1build3
1.2.6-1build4

Ecosystem specific

{
    "availability": "Available with Ubuntu Pro: https://ubuntu.com/pro",
    "binaries": [
        {
            "binary_version": "1.2.6-1ubuntu0.1~esm1",
            "binary_name": "fastnetmon"
        }
    ]
}

Database specific

source
"https://github.com/canonical/ubuntu-security-notices/blob/main/osv/cve/2026/UBUNTU-CVE-2026-48691.json"

Ubuntu:25.10 / fastnetmon

Package

Name
fastnetmon
Purl
pkg:deb/ubuntu/fastnetmon?arch=source&distro=questing

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected

Affected versions

1.*
1.2.8-1build1
1.2.8-1build2
1.2.8+git20250911-1

Ecosystem specific

{
    "binaries": [
        {
            "binary_version": "1.2.8+git20250911-1",
            "binary_name": "fastnetmon"
        }
    ]
}

Database specific

source
"https://github.com/canonical/ubuntu-security-notices/blob/main/osv/cve/2026/UBUNTU-CVE-2026-48691.json"

Ubuntu:Pro:26.04:LTS / fastnetmon

Package

Name
fastnetmon
Purl
pkg:deb/ubuntu/fastnetmon?arch=source&distro=esm-apps%2Fresolute

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.2.8+git20250911-2ubuntu0.1~esm1

Affected versions

1.*
1.2.8+git20250911-1
1.2.8+git20250911-1build1
1.2.8+git20250911-1build2
1.2.8+git20250911-2

Ecosystem specific

{
    "availability": "Available with Ubuntu Pro: https://ubuntu.com/pro",
    "binaries": [
        {
            "binary_version": "1.2.8+git20250911-2ubuntu0.1~esm1",
            "binary_name": "fastnetmon"
        }
    ]
}

Database specific

source
"https://github.com/canonical/ubuntu-security-notices/blob/main/osv/cve/2026/UBUNTU-CVE-2026-48691.json"