Description
A vulnerability has been found in liftoff-sr CIPster up to 632336d414ef708a542377c1aa8d6fdb7c70a760. Affected by this issue is the function CipAppPath::deserialize_symbolic of the file source/src/cip/cipepath.cc. Such manipulation leads to out-of-bounds read. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. This product operates on a rolling release basis, ensuring continuous delivery. Consequently, there are no version details for either affected or updated releases. The name of the patch is 886a4d090e1c5b0475f0b1c2fe0606a8f0d6a519. A patch should be applied to remediate this issue.
Published: 2026-07-17
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the CipAppPath::deserialize_symbolic function of liftoff-sr CIPster, where an improper bounds check (CWE-119) allows data to be read beyond the intended memory region, creating an out-of-bounds read (CWE-125). This can expose sensitive information stored in adjacent memory. The attack vector is remote, as the application processes data that can be supplied from external sources.

Affected Systems

All versions of liftoff-sr CIPster that were released prior to the commit 886a4d090e1c5b0475f0b1c2fe0606a8f0d6a519 are affected. Because the project follows a rolling-release model, specific version numbers are not published; any deployment that has not incorporated this commit remains vulnerable. Administrators should verify that the source code is up to date with the patch commit before deployment.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate severity, reflecting the potential for data leakage. The EPSS score of less than 1% suggests that exploitation is currently unlikely but not impossible. The vulnerability is not listed in CISA’s KEV catalog, indicating no confirmed widespread exploitation. Nevertheless, because the flaw can be triggered remotely and the impact could involve sensitive data, the risk is non-negligible, especially in environments where CIPster processes confidential information.

Generated by OpenCVE AI on August 3, 2026 at 02:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the patch identified by commit 886a4d090e1c5b0475f0b1c2fe0606a8f0d6a519 or upgrade to a release that incorporates the fix
  • Implement monitoring of deserialization activity and log any attempts to invoke CipAppPath::deserialize_symbolic
  • Restrict or validate inputs to the deserialize_symbolic routine to prevent malformed data from triggering out-of-bounds reads

Generated by OpenCVE AI on August 3, 2026 at 02:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 17 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 17 Jul 2026 12:00:00 +0000

Type Values Removed Values Added
Description A vulnerability has been found in liftoff-sr CIPster up to 632336d414ef708a542377c1aa8d6fdb7c70a760. Affected by this issue is the function CipAppPath::deserialize_symbolic of the file source/src/cip/cipepath.cc. Such manipulation leads to out-of-bounds read. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. This product operates on a rolling release basis, ensuring continuous delivery. Consequently, there are no version details for either affected or updated releases. The name of the patch is 886a4d090e1c5b0475f0b1c2fe0606a8f0d6a519. A patch should be applied to remediate this issue.
Title liftoff-sr CIPster cipepath.cc deserialize_symbolic 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-07-17T12:59:02.883Z

Reserved: 2026-07-17T05:34:00.739Z

Link: CVE-2026-16013

cve-icon Vulnrichment

Updated: 2026-07-17T12:58:52.395Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T03:00:04Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-125

    Out-of-bounds Read