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

Goal: 1000 CNY ยท Raised: 1336 CNY

100%

CVE-2026-35050 โ€” AI Deep Analysis Summary

CVSS 9.1 ยท Critical

Q1What is this vulnerability? (Essence + Consequences)

๐Ÿšจ **Essence**: Path Traversal in Text Generation Web UI. ๐Ÿ“‰ **Consequences**: Attackers can overwrite Python files via `.py` extension settings, leading to **Arbitrary Code Execution (ACE)**.โ€ฆ

Q2Root Cause? (CWE/Flaw)

๐Ÿ›ก๏ธ **CWE-22**: Improper Limitation of a Pathname to a Restricted Directory.โ€ฆ

Q3Who is affected? (Versions/Components)

๐Ÿ‘ฅ **Vendor**: oobabooga. ๐Ÿ“ฆ **Product**: text-generation-webui. โš ๏ธ **Affected**: Versions **prior to 4.1.1**. ๐Ÿ“… **Published**: 2026-04-06.

Q4What can hackers do? (Privileges/Data)

๐Ÿ’ป **Privileges**: Remote Code Execution. ๐Ÿ“‚ **Data**: Full control over the server's file system. ๐Ÿ”„ **Action**: Hackers can inject malicious Python code, effectively taking over the local AI environment.

Q5Is exploitation threshold high? (Auth/Config)

๐Ÿ” **Auth Required**: Yes (PR:H). ๐ŸŒ **Access**: Network (AV:N). ๐ŸŽฏ **Complexity**: Low (AC:L). โš ๏ธ **Note**: Requires authenticated access, but exploitation logic is straightforward once inside.

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

๐Ÿšซ **Public Exp**: No PoCs listed in the data. ๐Ÿ“œ **Reference**: GitHub Security Advisory (GHSA-jg96-p5p6-q3cv) is the primary source. ๐Ÿ•ต๏ธ **Status**: Theoretical risk until PoC emerges.

Q7How to self-check? (Features/Scanning)

๐Ÿ” **Check**: Verify version number < 4.1.1. ๐Ÿ“‚ **Scan**: Look for unsanitized file paths in extension settings. ๐Ÿงช **Test**: Attempt to save a setting with a `../` payload in the filename field (if UI allows).

Q8Is it fixed officially? (Patch/Mitigation)

โœ… **Fixed**: Yes. ๐Ÿ› ๏ธ **Patch**: Upgrade to **Text Generation Web UI 4.1.1** or later. ๐Ÿ”— **Source**: Official GitHub Security Advisory.

Q9What if no patch? (Workaround)

๐Ÿšง **Workaround**: Disable extension settings saving if possible. ๐Ÿšซ **Restrict**: Limit file write permissions for the application user. ๐Ÿ›‘ **Isolate**: Run in a sandboxed environment or container.

Q10Is it urgent? (Priority Suggestion)

๐Ÿ”ฅ **Priority**: HIGH. ๐Ÿšจ **Reason**: CVSS Score is **9.1** (Critical). ๐Ÿƒ **Action**: Patch immediately if running unpatched versions. โณ **Urgency**: Do not ignore; ACE risk is severe.