Description
A vulnerability was identified in seladb PcapPlusPlus 25.05. This affects the function pcpp::TelnetLayer::getSubCommand of the file Packet++/src/TelnetLayer.cpp of the component Telnet Subnegotiation Packet Handler. The manipulation leads to heap-based buffer overflow. The attack can be initiated remotely. The complexity of an attack is rather high. The exploitability is reported as difficult. The exploit is publicly available and might be used. The identifier of the patch is 98e671010bc7c87b95898c22ae289220ae92542b. It is recommended to apply a patch to fix this issue.
Published: 2026-06-29
Score: 6.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A heap‑based buffer overflow exists in the Telnet Subnegotiation Packet handler of seladb PcapPlusPlus 25.05. The getSubCommand function can be manipulated by a crafted packet, causing a malicious buffer to overwrite adjacent heap objects. This corruption can potentially allow an attacker to alter program control flow and execute arbitrary code. The vulnerability is listed as a memory corruption weakness (CWE‑119 and CWE‑122).

Affected Systems

The flaw affects the PcapPlusPlus library version 25.05. No additional product or version data was provided, so systems using this or older iterations that include the vulnerable getSubCommand implementation are at risk.

Risk and Exploitability

The CVSS score is 6.3, indicating moderate severity. The EPSS score is not available, so the current exploitation likelihood cannot be quantified. The vulnerability is not present in the CISA KEV catalog. It can be triggered remotely via the Telnet protocol; the attack requires complex manipulation and the publicly available exploit is reported to be difficult to construct, though it may become available. Because it is a heap overflow, a successful exploit could lead to a complete compromise of the host hosting the library.

Generated by OpenCVE AI on June 29, 2026 at 18:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the reported patch corresponding to commit 98e671010bc7c87b95898c22ae289220ae92542b to update PcapPlusPlus to a fixed version.
  • Ensure the library is only parsed from trusted sources; avoid processing untrusted Telnet packets in production environments.
  • Block or restrict Telnet traffic at the network perimeter to reduce exposure to crafted malicious packets.

Generated by OpenCVE AI on June 29, 2026 at 18:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 29 Jun 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 29 Jun 2026 17:15:00 +0000

Type Values Removed Values Added
Description A vulnerability was identified in seladb PcapPlusPlus 25.05. This affects the function pcpp::TelnetLayer::getSubCommand of the file Packet++/src/TelnetLayer.cpp of the component Telnet Subnegotiation Packet Handler. The manipulation leads to heap-based buffer overflow. The attack can be initiated remotely. The complexity of an attack is rather high. The exploitability is reported as difficult. The exploit is publicly available and might be used. The identifier of the patch is 98e671010bc7c87b95898c22ae289220ae92542b. It is recommended to apply a patch to fix this issue.
Title seladb PcapPlusPlus Telnet Subnegotiation Packet TelnetLayer.cpp getSubCommand heap-based overflow
First Time appeared Seladb
Seladb pcapplusplus
Weaknesses CWE-119
CWE-122
CPEs cpe:2.3:a:seladb:pcapplusplus:*:*:*:*:*:*:*:*
Vendors & Products Seladb
Seladb pcapplusplus
References
Metrics cvssV2_0

{'score': 5.1, 'vector': 'AV:N/AC:H/Au:N/C:P/I:P/A:P/E:POC/RL:OF/RC:C'}

cvssV3_0

{'score': 5.6, 'vector': 'CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:O/RC:C'}

cvssV3_1

{'score': 5.6, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:O/RC:C'}

cvssV4_0

{'score': 6.3, 'vector': 'CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Seladb Pcapplusplus
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-06-29T17:22:25.841Z

Reserved: 2026-06-29T04:25:29.590Z

Link: CVE-2026-13589

cve-icon Vulnrichment

Updated: 2026-06-29T17:22:23.256Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-29T23:30:05Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-122

    Heap-based Buffer Overflow