SCA: security update for go.opentelemetry.io/obi (GHSA-43g7-cwr8-q3jh)

high Tenable Cloud Security Plugin ID 442114

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- OpenTelemetry eBPF Instrumentation provides eBPF instrumentation based on the OpenTelemetry standard. From
version 0.7.0 to before version 0.9.0, a remotely reachable integer overflow in OBI's memcached text
protocol parser can crash the OBI process and cause denial of service. When parsing memcached storage
commands such as set, add, replace, append, prepend, or cas, OBI accepts extremely large <bytes> values
and adds the payload delimiter length without checking for overflow. A crafted request with <bytes> set to
math.MaxInt or math.MaxInt-1 causes the computed payload length to wrap negative and triggers a runtime
panic in LargeBufferReader.Peek. This issue has been patched in version 0.9.0. (CVE-2026-45686)

Solution

Update the go.opentelemetry.io/obi library and its related packages to version 0.9.0 or later.

See Also

https://github.com/advisories/GHSA-43g7-cwr8-q3jh

Plugin Details

Severity: High

ID: 442114

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 5/19/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.74

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.8

Temporal Score: 6.1

Vector: CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:C

CVSS Score Source: CVE-2026-45686

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.7

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 5/18/2026

Vulnerability Publication Date: 5/18/2026

Reference Information

CVE: CVE-2026-45686

cwe: CWE-190