CVE-2026-48690: n/a
FastNetMon Community Edition up to version 1.2.9 has an integer overflow vulnerability in its packet capture buffer allocation logic. The vulnerability arises because the calculation of the buffer size uses 32-bit unsigned integer arithmetic without overflow checks, leading to a smaller-than-expected buffer allocation when a large number of packets is specified. This causes heap corruption when subsequent writes exceed the allocated buffer. The issue is linked to the ban_details_records_count configuration parameter, which is parsed without overflow validation. The CVSS score is 7.1, indicating high severity, with impacts on confidentiality and integrity but no direct availability impact. No patch or official remediation is currently documented, and no known exploits are reported in the wild.
AI Analysis
Technical Summary
CVE-2026-48690 affects FastNetMon Community Edition through version 1.2.9 due to an integer overflow in the allocate_buffer() function within src/packet_storage.hpp. The function calculates the memory size for packet capture buffers using 32-bit unsigned arithmetic: memory_size_in_bytes = buffer_size_in_packets * (max_captured_packet_size + sizeof(fastnetmon_pcap_pkthdr_t)) + sizeof(fastnetmon_pcap_file_header_t). Given max_captured_packet_size=1500 and fastnetmon_pcap_pkthdr_t size of 16 bytes, each packet requires about 1516 bytes. If buffer_size_in_packets exceeds roughly 2,832,542, the multiplication overflows, resulting in a smaller buffer allocation than intended. Subsequent write_packet() operations then write beyond the allocated buffer, causing heap corruption. The buffer_size_in_packets is derived from the ban_details_records_count configuration parameter, which is parsed using atoi() without overflow checks, allowing an attacker to trigger this condition. The vulnerability is classified under CWE-190 (Integer Overflow) and CWE-122 (Heap-based Buffer Overflow).
Potential Impact
Successful exploitation can lead to heap corruption, which may allow an attacker with local privileges to compromise confidentiality and integrity of the system. The CVSS vector indicates low attack complexity and privileges required, no user interaction, and impacts on confidentiality and integrity but not availability. There are no known exploits in the wild at this time.
Mitigation Recommendations
Patch status is not yet confirmed — check the vendor advisory for current remediation guidance. Until an official fix is available, users should avoid setting the ban_details_records_count configuration parameter to values that could cause the integer overflow (i.e., values exceeding approximately 2,832,542). Monitoring configuration inputs for unusually large values may help mitigate risk. No official patch or workaround has been documented as of now.
CVE-2026-48690: n/a
Description
FastNetMon Community Edition up to version 1.2.9 has an integer overflow vulnerability in its packet capture buffer allocation logic. The vulnerability arises because the calculation of the buffer size uses 32-bit unsigned integer arithmetic without overflow checks, leading to a smaller-than-expected buffer allocation when a large number of packets is specified. This causes heap corruption when subsequent writes exceed the allocated buffer. The issue is linked to the ban_details_records_count configuration parameter, which is parsed without overflow validation. The CVSS score is 7.1, indicating high severity, with impacts on confidentiality and integrity but no direct availability impact. No patch or official remediation is currently documented, and no known exploits are reported in the wild.
CVSS v3.1
Score 7.1high
Affected software
pkg:github/pavel-odintsov/fastnetmonRun on your own infrastructure? Check whether these packages are installed with threat-finder — our free open-source scanner.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
CVE-2026-48690 affects FastNetMon Community Edition through version 1.2.9 due to an integer overflow in the allocate_buffer() function within src/packet_storage.hpp. The function calculates the memory size for packet capture buffers using 32-bit unsigned arithmetic: memory_size_in_bytes = buffer_size_in_packets * (max_captured_packet_size + sizeof(fastnetmon_pcap_pkthdr_t)) + sizeof(fastnetmon_pcap_file_header_t). Given max_captured_packet_size=1500 and fastnetmon_pcap_pkthdr_t size of 16 bytes, each packet requires about 1516 bytes. If buffer_size_in_packets exceeds roughly 2,832,542, the multiplication overflows, resulting in a smaller buffer allocation than intended. Subsequent write_packet() operations then write beyond the allocated buffer, causing heap corruption. The buffer_size_in_packets is derived from the ban_details_records_count configuration parameter, which is parsed using atoi() without overflow checks, allowing an attacker to trigger this condition. The vulnerability is classified under CWE-190 (Integer Overflow) and CWE-122 (Heap-based Buffer Overflow).
Potential Impact
Successful exploitation can lead to heap corruption, which may allow an attacker with local privileges to compromise confidentiality and integrity of the system. The CVSS vector indicates low attack complexity and privileges required, no user interaction, and impacts on confidentiality and integrity but not availability. There are no known exploits in the wild at this time.
Mitigation Recommendations
Patch status is not yet confirmed — check the vendor advisory for current remediation guidance. Until an official fix is available, users should avoid setting the ban_details_records_count configuration parameter to values that could cause the integer overflow (i.e., values exceeding approximately 2,832,542). Monitoring configuration inputs for unusually large values may help mitigate risk. No official patch or workaround has been documented as of now.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- mitre
- Date Reserved
- 2026-05-22T00:00:00.000Z
- Cvss Version
- null
- State
- PUBLISHED
- Remediation Level
- null
Threat ID: 6a15d231891d628fdc604cc2
Added to database: 05/26/2026, 17:02:41 UTC
Last enriched: 06/02/2026, 21:29:15 UTC
Last updated: 07/31/2026, 19:22:59 UTC
Views: 82
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.