SCA: security update for oj (GHSA-2cw7-v8ff-p88r)

medium Tenable Cloud Security Plugin ID 443648

Description

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

- Oj (Optimized JSON) is a JSON parser and Object marshaller packaged as a Ruby gem. Prior to version
3.17.2, disabling symbol_keys on a reused Oj::Parser instance triggers a heap use-after-free. When
symbol_keys is toggled from true to false, opt_symbol_keys_set frees the internal key cache (cache_free)
but does not clear the pointer. The next parse call reads from the freed cache via cache_intern, producing
a use-after-free. This issue has been fixed in version 3.17.2. (CVE-2026-54899)

Solution

Update the oj library and its related packages to version 3.17.3 or later.

See Also

https://github.com/advisories/GHSA-2cw7-v8ff-p88r

Plugin Details

Severity: Medium

ID: 443648

Version: Revision 1.3

Type: Local

Family: SCA Checks

Published: 6/20/2026

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 57.96

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.5

Temporal Score: 5.5

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

CVSS Score Source: CVE-2026-54899

CVSS v3

Risk Factor: Critical

Base Score: 9.8

Temporal Score: 8.5

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

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

CVSS v4

Risk Factor: Medium

Base Score: 6.3

Threat Score: 1.7

Threat Vector: CVSS:4.0/E:U

Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:L/SC:N/SI:N/SA:N

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 6/19/2026

Vulnerability Publication Date: 6/19/2026

Reference Information

CVE: CVE-2026-54899

cwe: CWE-416