Description
A security vulnerability has been detected in liftoff-sr CIPster 1802525be27d33e19a9a83c163e331a1d13b1892. This impacts an unknown function of the file source/src/enet_encap/encap.cc of the component TCP Encapsulation Receive Path. The manipulation leads to out-of-bounds read. The attack can be initiated remotely. The exploit has been disclosed publicly and may be used. The identifier of the patch is e8e9dba09bf56962807d3504b783ccdb6287f3e4. To fix this issue, it is recommended to deploy a patch.
Published: 2026-08-20
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A security flaw in the TCP Encapsulation Receive Path of liftoff‑sr CIPster allows an attacker to trigger an out‑of‑bounds read by manipulating packet data. The bug is located in source/src/enet_encap/encap.cc and can be exercised remotely over the network. An out‑of‑bounds read can expose portions of memory not intended for disclosure, leading to potential information compromise or a crash that could be chained into a more serious attack. The weakness maps to CWE‑119 and CWE‑125, representing a buffer overflow/statement in improper bounds checking.

Affected Systems

The vulnerable component is liftoff‑sr CIPster, specifically the commit 1802525be27d33e19a9a83c163e331a1d13b1892. No other product variants or version ranges are listed, so the focus should remain on this build of CIPster.

Risk and Exploitability

The CVSS score of 6.9 indicates high severity; the EPSS score is not available, so exploitation probability is uncertain. The vulnerability is publicly disclosed and may be used by adversaries. It is not listed in the CISA KEV catalog, but the nature of the flaw suggests a need for prompt mitigation. Attackers can trigger the exploit remotely by crafting malformed encapsulation packets. Because the bug involves a read beyond buffer bounds, success does not guarantee code execution, though the resulting information leakage could aid further attacks.

Generated by OpenCVE AI on August 20, 2026 at 21:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the CIPster source to the patched commit e8e9dba09bf56962807d3504b783ccdb6287f3e4 and rebuild the binary.
  • Replace the running CIPster executable on all affected hosts with the rebuilt binary and restart the service.
  • Verify that the network traffic to the TCP Encapsulation endpoint no longer triggers out-of-bounds reads by monitoring logs or using a test harness that sends malformed packets; confirm the absence of memory access errors.

Generated by OpenCVE AI on August 20, 2026 at 21:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 20 Aug 2026 13:15:00 +0000

Type Values Removed Values Added
Description A security vulnerability has been detected in liftoff-sr CIPster 1802525be27d33e19a9a83c163e331a1d13b1892. This impacts an unknown function of the file source/src/enet_encap/encap.cc of the component TCP Encapsulation Receive Path. The manipulation leads to out-of-bounds read. The attack can be initiated remotely. The exploit has been disclosed publicly and may be used. The identifier of the patch is e8e9dba09bf56962807d3504b783ccdb6287f3e4. To fix this issue, it is recommended to deploy a patch.
Title liftoff-sr CIPster TCP Encapsulation Receive Path encap.cc out-of-bounds
First Time appeared Liftoff-sr
Liftoff-sr cipster
Weaknesses CWE-119
CWE-125
CPEs cpe:2.3:a:liftoff-sr:cipster:*:*:*:*:*:*:*:*
Vendors & Products Liftoff-sr
Liftoff-sr cipster
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


Subscriptions

Liftoff-sr Cipster
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-20T13:00:11.330Z

Reserved: 2026-08-20T06:52:04.107Z

Link: CVE-2026-76989

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-20T13:19:06.880

Modified: 2026-08-20T13:19:06.880

Link: CVE-2026-76989

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-20T21:45:05Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-125

    Out-of-bounds Read