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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2025-59046 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: A critical **Command Injection** flaw in `interactive-git-checkout`. <br>πŸ’₯ **Consequences**: Attackers can execute arbitrary system commands.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-77** (Command Injection). <br>πŸ” **Flaw**: The application does **not validate or clean** user-supplied branch names.…

Q3Who is affected? (Versions/Components)

πŸ‘₯ **Affected**: Users of **`interactive-git-checkout`** by developer **Nino Filiu**. <br>πŸ“¦ **Versions**: All versions **1.1.4 and earlier** are vulnerable. If you are running an older build, you are at risk.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Capabilities**: <br>πŸ”“ **Privileges**: Full **system-level access** (equivalent to the user running the tool). <br>πŸ“‚ **Data**: Can read, modify, or delete any file accessible to the process.…

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Exploitation Threshold**: **LOW**. <br>πŸ”‘ **Auth**: **None required** (PR:N). <br>πŸ–±οΈ **UI**: **None required** (UI:N). <br>🌐 **Access**: **Network** accessible (AV:N). <br>🎯 **Complexity**: **Low** (AC:L).…

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

πŸ“’ **Public Exploit**: **No PoC provided** in the advisory data. <br>🌍 **Wild Exploitation**: Unconfirmed.…

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1️⃣ Check your installed version: `interactive-git-checkout --version`. <br>2️⃣ If version ≀ **1.1.4**, you are vulnerable.…

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Official Fix**: **YES**. <br>πŸ”— **Patch**: See GitHub Advisory **GHSA-4wcm-7hjf-6xw5**. <br>πŸ› οΈ **Commit**: Fixed in commit `8dd832dd302af287a61611f4f85e157cd1c6bb41`. Update immediately to the latest version.

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: <br>β›” **Disable** the tool if possible. <br>🚫 **Do not** use branch names containing shell metacharacters (`|`, `;`, `$`, `` ` ``).…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL / IMMEDIATE ACTION REQUIRED**. <br>πŸ“‰ **Priority**: **P0**. With a CVSS of **9.8** and no authentication needed, this is a high-severity threat.…