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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2021-25281 β€” AI Deep Analysis Summary

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SaltStack Salt < 3002.5 has an **Authorization Issue**. The `salt-api` ignores `eauth` credentials for the `wheel_async` client.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **Missing Access Control**. The system fails to verify authentication credentials (`eauth`) for specific API endpoints (`wheel_async`).…

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: **SaltStack Salt** versions **before 3002.5**. <br>πŸ”§ **Component**: Specifically the **salt-api** service and the **wheel_async** client interface.…

Q4What can hackers do? (Privileges/Data)

πŸ‘‘ **Privileges**: Attackers gain **unauthenticated remote execution**. <br>πŸ“‚ **Data/Action**: Can run **any wheel module** on the master.…

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Threshold**: **LOW**. <br>πŸ”‘ **Auth**: **No authentication required**. The vulnerability explicitly states `salt-api` does not honor `eauth` credentials. <br>βš™οΈ **Config**: Exploitable if the API is accessible.…

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

πŸ”₯ **Public Exp?**: **YES**. <br>πŸ“‚ **PoCs**: Available on GitHub (e.g., `Immersive-Labs-Sec/CVE-2021-25281`). <br>πŸ” **Tools**: Integrated into **Nuclei templates** (`projectdiscovery/nuclei-templates`).…

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1. Check Salt version: Is it **< 3002.5**? <br>2. Scan for `salt-api` endpoints. <br>3. Use Nuclei template: `http/cves/2021/CVE-2021-25281.yaml`. <br>4.…

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed?**: **YES**. <br>πŸ› οΈ **Patch**: Upgrade to SaltStack Salt **version 3002.5 or later**. <br>πŸ“’ **Advisory**: Vendor (SaltStack) and distributors (Fedora, Gentoo) have released fixes and advisories.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: <br>1. **Block Access**: Restrict `salt-api` access via Firewall/WAF (only allow trusted IPs). <br>2.…

Q10Is it urgent? (Priority Suggestion)

🚨 **Urgency**: **CRITICAL**. <br>⚑ **Priority**: **Immediate Action Required**. <br>πŸ“‰ **Risk**: High impact (RCE) + Low exploitation difficulty (No Auth).…