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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.3 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SQL Injection (SQLi) in WP HRM LITE. <br>πŸ’₯ **Consequences**: Attackers can manipulate database queries via unsanitized inputs.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-89** (SQL Injection). <br>πŸ” **Flaw**: Improper neutralization of special elements used in an SQL command. Input validation is missing or flawed.

Q3Who is affected? (Versions/Components)

🏒 **Vendor**: IndigoThemes. <br>πŸ“¦ **Product**: WP HRM LITE (Human Resource Management System). <br>πŸ“… **Affected**: Version **1.1 and earlier**.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Attacker Actions**: <br>1. Extract sensitive data (users, HR records). <br>2. Modify or delete database content. <br>3. Potentially gain administrative access depending on DB privileges.

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Exploitation Threshold**: **LOW**. <br>πŸ“Š **CVSS**: AV:N (Network), AC:L (Low Complexity), PR:N (No Privileges Required), UI:N (No User Interaction). <br>βœ… **Easy to exploit remotely without login.**

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

πŸ“‚ **Public Exploit**: **No**. <br>🚫 The `pocs` field is empty. <br>⚠️ However, SQLi is a well-understood attack vector; custom scripts are likely available or easily crafted.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1. Scan for **WP HRM LITE** plugin version. <br>2. Check if version is **≀ 1.1**. <br>3. Use SQLi scanners (e.g., SQLMap) on plugin endpoints if accessible.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Official Fix**: **Yes**. <br>πŸ“ Reference: Patchstack database entry. <br>βœ… **Action**: Update WP HRM LITE to the latest version immediately.

Q9What if no patch? (Workaround)

πŸ›‘ **No Patch Workaround**: <br>1. **Disable/Uninstall** the plugin if not essential. <br>2. Apply **WAF rules** to block SQLi patterns. <br>3. Restrict access to plugin endpoints via firewall.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **HIGH**. <br>🚨 **Priority**: Critical. <br>πŸ’‘ **Reason**: No auth required, easy to exploit, and affects sensitive HR data. Patch immediately!