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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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!