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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2023-6414 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Voovi 1.0 suffers from **SQL Injection** in `perfil.php`. πŸ“‰ **Consequences**: Full compromise of the database. Attackers can read, modify, or delete sensitive user data.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-89** (SQL Injection). The flaw lies in `perfil.php`. User input is not sanitized before being executed in SQL queries. This allows malicious SQL commands to bypass security controls.

Q3Who is affected? (Versions/Components)

πŸ‘₯ **Affected**: **Voovi Social Networking Script**. Specifically **Version 1.0**. It is an open-source social network script hosted on Sourceforge. Any instance running this specific version is at risk.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Capabilities**: With **CVSS 3.1 (High)** score, attackers have: πŸ”“ **Full Access**: Read all database contents. πŸ“ **Modify Data**: Change user profiles or system settings.…

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Exploitation Threshold**: **LOW**. 🚫 **No Auth Required**: PR:N (Privileges Required: None). 🌐 **Network Accessible**: AV:N (Attack Vector: Network). πŸ–±οΈ **No User Interaction**: UI:N (User Interaction: None).…

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

πŸ“œ **Public Exploit**: The provided data lists **empty PoCs** (`pocs: []`). However, the vulnerability is well-documented by Incibe CERT.…

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for `perfil.php` endpoints. Use SQL injection testing tools (e.g., sqlmap) against the profile page. Look for error messages revealing SQL syntax. Check if the script is the open-source Voovi v1.0.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Official Fix**: The data does not list a specific patch commit. However, the vulnerability was disclosed by **Incibe CERT** on 2023-11-30.…

Q9What if no patch? (Workaround)

πŸ›‘οΈ **No Patch Workaround**: 1️⃣ **Disable** the `perfil.php` feature if possible. 2️⃣ **WAF**: Deploy Web Application Firewall rules to block SQL injection patterns.…

Q10Is it urgent? (Priority Suggestion)

⚑ **Urgency**: **CRITICAL**. 🚨 **Priority**: Immediate action required. With **High** impact (C:H, I:H, A:H) and **Low** complexity, this is an easy target for automated bots.…