Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2026-33286 β€” AI Deep Analysis Summary

CVSS 9.1 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Graphiti < 1.10.2 has a critical flaw in its JSONAPI write function. It fails to validate user-supplied relationship names.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-913** (Overly Complex Policy). The core flaw is the lack of validation on **user-provided relationship names** within the JSONAPI interface. πŸ“‰ **Flaw**: Trusting input without sanitization.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: **Graphiti** (by Zep). πŸ“… **Versions**: All versions **prior to 1.10.2**. 🏒 **Vendor**: graphiti-api. ⚠️ If you are running 1.10.1 or lower, you are vulnerable.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Attacker Actions**: Hackers can execute **arbitrary methods**. πŸ“Š **Impact**: High Integrity (I:H) and High Availability (A:H) impact. They can manipulate data and disrupt services.…

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Exploitation Threshold**: **LOW**. 🌐 **Network**: Remote (AV:N). πŸ”‘ **Auth**: None required (PR:N). πŸ‘€ **User Interaction**: None (UI:N). 🎯 **Complexity**: Low (AC:L). This is a **Critical** risk vector.

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ§ͺ **Public Exploit**: **No**. The `pocs` field is empty. 🚫 **Wild Exploitation**: Currently unknown. However, given the low barrier to entry, expect PoCs soon. πŸ•΅οΈβ€β™‚οΈ Stay vigilant.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: 1. Check your Graphiti version. πŸ“‰ Is it < 1.10.2? 2. Audit JSONAPI write endpoints. πŸ”Ž Look for unvalidated relationship names in API payloads. πŸ› οΈ Use static analysis tools to find CWE-913 patterns.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Official Fix**: **YES**. πŸ“’ **Patch**: Version **1.10.2** fixes this issue. πŸ”— **Reference**: See GitHub Release v1.10.2 and GHSA-3m5v-4xp5-gjg2. πŸ”„ **Action**: Upgrade immediately.

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: If you cannot upgrade: 1. **Restrict Access**: Block external access to JSONAPI write endpoints. πŸ›‘ 2.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. 🚨 **Priority**: **P1**. With CVSS High (I:H, A:H) and no auth required, this is a **Zero-Day style** risk. πŸƒβ€β™‚οΈ **Action**: Patch to v1.10.2 **TODAY**. Do not delay.