CVE-2026-33286 Details
Description
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.
A vulnerability allowing arbitrary method execution has been identified in Graphiti versions prior to 1.10.2. This issue affects the framework's JSONAPI write functionality, where an attacker can manipulate relationship names in a crafted JSONAPI payload to invoke any public method on the associated model instance, its class, or related instances or classes. The vulnerability arises because the 'Graphiti::Util::ValidationResponse#all_valid?' method directly uses user-supplied relationship names without proper validation, potentially leading to the execution of destructive operations. Applications that expose Graphiti write endpoints to untrusted users are vulnerable.
Upgrade Graphiti to version 1.10.2 or later. If an immediate upgrade is not possible, restrict write access to trusted users and apply strong authentication and authorization checks before processing any write operations.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Mar 24, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/graphiti-api/graphiti/commit/ddb5ad2b69330774bd1a47935ed89a9fe4396a54 | [email protected] | Patch |
| https://github.com/graphiti-api/graphiti/releases/tag/v1.10.2 | [email protected] | ProductRelease Notes |
| https://github.com/graphiti-api/graphiti/security/advisories/GHSA-3m5v-4xp5-gjg2 | [email protected] | MitigationVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-913 | Improper Control of Dynamically-Managed Code Resources | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| graphiti graphiti | < 1.10.2 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Mar 25, 2026 | Initial Analysis | [email protected] |
| Mar 24, 2026 | New CVE Received | [email protected] |