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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2024-1061 β€” AI Deep Analysis Summary

CVSS 8.6 Β· High

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SQL Injection in WordPress Plugin HTML5 Video Player. πŸ’₯ **Consequences**: Attackers can manipulate database queries via the `id` parameter in the `get_view` function.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-89** (SQL Injection). πŸ› **Flaw**: The `id` parameter in the `get_view` function is not properly sanitized. It allows raw SQL code injection directly into the database query.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: WordPress Plugin **HTML5 Video Player**. πŸ“‰ **Versions**: All versions **prior to 2.5.25**. βœ… **Safe**: Version 2.5.25 and above are patched.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Hackers Can**: Execute arbitrary SQL commands. πŸ“‚ **Impact**: Access sensitive database data (users, configs), modify data, or potentially escalate privileges to control the underlying server.

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Threshold**: **LOW**. 🚫 **Auth**: **Unauthenticated**. No login required. βš™οΈ **Config**: Exploitable via the `id` parameter in `get_view`. Easy to trigger remotely.

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

πŸ’» **Public Exp?**: **YES**. πŸ“œ **PoC**: Available via ProjectDiscovery Nuclei templates. 🌐 **Wild Exp**: High risk of automated scanning and exploitation due to public availability.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for **HTML5 Video Player** plugin. πŸ§ͺ **Test**: Check if version < 2.5.25. πŸ› οΈ **Tool**: Use Nuclei templates or manual SQLi testing on the `get_view` endpoint with the `id` parameter.

Q8Is it fixed officially? (Patch/Mitigation)

πŸ”§ **Fixed?**: **YES**. πŸ“₯ **Patch**: Update plugin to **v2.5.25** or later. πŸ”„ **Action**: Immediate update recommended by the vendor.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: Disable the plugin if possible. πŸ›‘ **Mitigation**: Implement WAF rules to block SQL injection patterns in the `id` parameter. 🚫 **Restrict**: Limit access to the `get_view` endpoint if feasible.

Q10Is it urgent? (Priority Suggestion)

⚑ **Urgency**: **HIGH**. 🚨 **Priority**: Critical. Unauthenticated SQLi is severe. πŸƒ **Action**: Patch immediately. CVSS Score indicates High Confidentiality impact.