SCA: security update for graphiti (GHSA-3m5v-4xp5-gjg2)

critical Tenable Self-Hosted Container Security Plugin ID 439058

Description

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

- Graphiti is a framework that sits on top of models and exposes them via a JSON:API-compliant interface.
Versions prior to 1.10.2 have an arbitrary method execution vulnerability that affects Graphiti's JSONAPI
write functionality. An attacker can craft a malicious JSONAPI payload with arbitrary relationship names
to invoke any public method on the underlying model instance, class or its associations. Any application
exposing Graphiti write endpoints (create/update/delete) to untrusted users is affected. The
`Graphiti::Util::ValidationResponse#all_valid?` method recursively calls `model.send(name)` using
relationship names taken directly from user-supplied JSONAPI payloads, without validating them against the
resource's configured sideloads. This allows an attacker to potentially run any public method on a given
model instance, on the instance class or associated instances or classes, including destructive
operations. This is patched in Graphiti v1.10.2. Users should upgrade as soon as possible. Some
workarounds are available. Ensure Graphiti write endpoints (create/update) are not accessible to untrusted
users and/or apply strong authentication and authorization checks before any write operation is processed,
for example use Rails strong parameters to ensure only valid parameters are processed. (CVE-2026-33286)

Solution

Update the graphiti library and its related packages to version 1.10.2 or later.

See Also

https://github.com/advisories/GHSA-3m5v-4xp5-gjg2

Plugin Details

Severity: Critical

ID: 439058

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 3/20/2026

Updated: 6/1/2026

Risk Information

VPR

Risk Factor: Medium

Score: 5.2

Vendor

Vendor Severity: Critical

CVSS v2

Risk Factor: High

Base Score: 9.4

Temporal Score: 7

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

CVSS Score Source: CVE-2026-33286

CVSS v3

Risk Factor: Critical

Base Score: 9.1

Temporal Score: 7.9

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

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 3/20/2026

Vulnerability Publication Date: 3/20/2026

Reference Information

CVE: CVE-2026-33286

cwe: CWE-913