Description
A weakness has been identified in liftoff-sr CIPster 1802525be27d33e19a9a83c163e331a1d13b1892. This affects the function CipConnMgrClass::forward_open of the file cipconnectionmanager.cc of the component ForwardOpen Handler. Executing a manipulation of the argument product_code_ can lead to out-of-bounds read. It is possible to launch the attack remotely. The exploit has been made available to the public and could be used for attacks. This patch is called ea870a274bf68dfaa3f511f20e2fff6778fb7b74. A patch should be applied to remediate this issue.
Published: 2026-08-20
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A weakness exists in liftoff‑sr CIPster, specifically in the forward_open function of cipconnectionmanager.cc. The argument product_code_ can be manipulated to trigger an out‑of‑bounds read. This flaw falls under CWE‑119 and CWE‑125 and enables an attacker that can reach the affected process to read arbitrary memory, potentially exposing confidential data. The CVE description indicates that an exploit is publicly available and can be launched remotely.

Affected Systems

The vulnerability affects the liftoff‑sr CIPster component documented by the commit hash 1802525be27d33e19a9a83c163e331a1d13b1892. The advisory does not specify an explicit version number, but the patch that resolves the issue is identified by commit ea870a274bf68dfaa3f511f20e2fff6778fb7b74. Organizations running this codebase should assume that any build incorporating the offending commit is impacted.

Risk and Exploitability

With a CVSS base score of 6.9 the flaw is considered a medium severity issue. The EPSS is not available, and the vulnerability is not listed in CISA’s KEV catalog, but the existence of a public exploit and the ability to act remotely elevate the practical risk. Because the attack requires only manipulation of product_code_, an adversary with network or component access can trigger the out‑of‑bounds read and obtain sensitive data.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update CIPster to a version that includes commit ea870a274bf68dfaa3f511f20e2fff6778fb7b74.
  • Rebuild the application using the patched source, ensuring the forward_open function enforces bounds checks on product_code_.
  • If an immediate update is not possible, isolate the affected service and restrict network access to prevent remote exploitation until a patch can be applied.

Generated by OpenCVE AI on August 20, 2026 at 20:42 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 weakness has been identified in liftoff-sr CIPster 1802525be27d33e19a9a83c163e331a1d13b1892. This affects the function CipConnMgrClass::forward_open of the file cipconnectionmanager.cc of the component ForwardOpen Handler. Executing a manipulation of the argument product_code_ can lead to out-of-bounds read. It is possible to launch the attack remotely. The exploit has been made available to the public and could be used for attacks. This patch is called ea870a274bf68dfaa3f511f20e2fff6778fb7b74. A patch should be applied to remediate this issue.
Title liftoff-sr CIPster ForwardOpen cipconnectionmanager.cc forward_open 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-20T16:55:20.230Z

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

Link: CVE-2026-76988

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

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

Modified: 2026-08-24T16:40:53.647

Link: CVE-2026-76988

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-20T20:45:04Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-125

    Out-of-bounds Read