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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2026-27743 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SPIP `referer_spam` plugin (v1.3.0-) suffers from **SQL Injection**.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-89** (SQL Injection). <br>πŸ” **Flaw**: The `referer_spam_ajouter` and `referer_spam_supprimer` handlers fail to validate/sanitize the `url` parameter before inserting it into SQL queries.

Q3Who is affected? (Versions/Components)

🏒 **Affected**: **SPIP** CMS users running the `referer_spam` extension. <br>πŸ“¦ **Version**: Versions **prior to 1.3.0** are vulnerable. Newer versions are safe.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Capabilities**: <br>πŸ”“ **Privileges**: Unauthenticated access required. <br>πŸ“Š **Data**: High risk of **Confidentiality, Integrity, and Availability** loss. Can read/modify/delete database records.

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Exploitation Threshold**: **LOW**. <br>πŸ”‘ **Auth**: **None** required (Unauthenticated). <br>🌐 **Network**: Network accessible (AV:N). <br>🎯 **Complexity**: Low (AC:L).

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

πŸ“’ **Public Exploit**: **Yes**. <br>πŸ”— References include technical descriptions and exploit details from `chocapikk.com` and `vulncheck.com`. Wild exploitation is possible.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: <br>1. Check if `referer_spam` plugin is installed. <br>2. Verify version is **< 1.3.0**. <br>3. Scan for SQL injection in `url` parameters of `referer_spam_ajouter/supprimer` endpoints.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Official Fix**: **Yes**. <br>πŸ”§ **Patch**: Version **1.3.0** and above fix the issue. See the SPIP Git commit `33682df` for the patch details.

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: <br>1. **Disable** the `referer_spam` plugin immediately. <br>2. **WAF**: Block SQL injection patterns in `url` parameters. <br>3.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. <br>⏱️ **Priority**: **Immediate Action**. CVSS 9.8 + Unauthenticated + Public Exploit = High risk of active exploitation. Patch or disable NOW.