Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2024-32025 — AI Deep Analysis Summary

CVSS 9.1 · Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Kohya_ss suffers from **Command Injection** in `group_images_gui.py`. 💥 **Consequences**: Attackers can execute arbitrary OS commands, leading to total system compromise.

Q2Root Cause? (CWE/Flaw)

🛡️ **Root Cause**: **CWE-77** (Command Injection). The flaw lies in how `group_images_gui.py` handles inputs, failing to sanitize commands before execution.

Q3Who is affected? (Versions/Components)

👥 **Affected**: **bmaltais/kohya_ss**. Versions **v22.6.1 through v23.1.3** are vulnerable. Newer versions are safe.

Q4What can hackers do? (Privileges/Data)

💀 **Impact**: High! CVSS **C:H/I:H/A:N**. Hackers gain **High Confidentiality & Integrity** access. They can steal data or modify files, though availability impact is noted as None.

Q5Is exploitation threshold high? (Auth/Config)

🔓 **Threshold**: **Low**. CVSS vector `AV:N/AC:L/PR:N/UI:N`. No authentication (`PR:N`) or user interaction (`UI:N`) needed. Network-accessible exploitation is easy.

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

📦 **Exploit**: **No public PoC** listed in data (`pocs: []`). However, the vulnerability is well-documented via GitHub Security Advisories (GHSA).

Q7How to self-check? (Features/Scanning)

🔍 **Check**: Audit `group_images_gui.py` for unsanitized command execution. Scan for Kohya_ss versions < v23.1.4 in your environment.

Q8Is it fixed officially? (Patch/Mitigation)

✅ **Fixed**: **Yes**. Patched in commit `831af8b`. Update to the latest version immediately to resolve the issue.

Q9What if no patch? (Workaround)

🚧 **Workaround**: If stuck, **disable** the `group_images_gui` functionality or restrict network access to the Kohya_ss service. Isolate the host.

Q10Is it urgent? (Priority Suggestion)

🔥 **Urgency**: **Critical**. Low barrier to entry + High impact = Immediate patching required. Do not delay!