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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: WeGIA < 3.6.5 has a critical security flaw. πŸ“‰ **Consequences**: Malicious actors can inject massive amounts of unauthorized data, compromising system integrity and confidentiality.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-862** (Missing Authorization). The script `adicionar_tipo_docs_atendido.php` bypasses the central controller. It lacks identity verification and permission checks entirely.…

Q3Who is affected? (Versions/Components)

🏒 **Affected**: Product **WeGIA** by **LabRedesCefetRJ**. πŸ“¦ **Version**: All versions **prior to 3.6.5**. If you are running an older build, you are exposed. ⚠️

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Capabilities**: High impact! CVSS is **Critical (9.8)**. Hackers can achieve **Complete Confidentiality, Integrity, and Availability loss**. They can dump unauthorized data directly into the system. πŸ“ŠπŸ’₯

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Exploitation Threshold**: **LOW**. πŸš€ CVSS Vector: `AV:N/AC:L/PR:N/UI:N`. Network accessible, Low complexity, **No Privileges required**, No User Interaction needed. It's an open door for anyone on the network.

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

πŸ•΅οΈ **Public Exploit**: **No**. The `pocs` list is empty in the data. While the vulnerability is clear, there is no confirmed public PoC or wild exploitation script available yet. πŸš«πŸ”«

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for WeGIA instances. Check the version number. Look for the endpoint `adicionar_tipo_docs_atendido.php`. If it's accessible without login, you are vulnerable. πŸ§πŸ“‹

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Official Fix**: **Yes**. Update to **WeGIA 3.6.5 or later**. The advisory is published on GitHub (GHSA-xq3w-xwxj-fg2q). Patching is the primary defense. πŸ› οΈπŸ“₯

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: Since auth is missing, you **MUST** restrict network access to this script via firewall rules or WAF. Block external access to `adicionar_tipo_docs_atendido.php` immediately. 🧱🚫

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. With a CVSS of 9.8 and no auth required, this is a top-priority fix. Patch immediately to prevent data injection attacks. Don't wait! β³πŸƒβ€β™‚οΈ