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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SQL Injection in Sentrifugo HRMS. πŸ’₯ **Consequences**: Attackers can extract **ALL** data from the server via the `agencyids` parameter in `/sentrifugo/index.php/empscreening/add`.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-89** (SQL Injection). The flaw lies in improper input validation of the `agencyids` parameter, allowing malicious SQL queries.

Q3Who is affected? (Versions/Components)

πŸ‘₯ **Affected**: **Sentrifugo** HR Management System. Specifically **Version 3.2**. Includes HR, performance, recruitment, and asset management modules.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Hackers' Power**: **Full Data Extraction**. They can send crafted queries to steal sensitive HR data. High impact on Confidentiality, Integrity, and Availability.

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Exploitation**: **Low Threshold**. CVSS Vector: `AV:N/AC:L/PR:N/UI:N`. No authentication required (`PR:N`), no user interaction (`UI:N`). Easy to exploit remotely.

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

πŸ“’ **Public Exp?**: **No PoC listed** in the provided data. However, the vulnerability is well-defined. Wild exploitation is likely due to low complexity.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for Sentrifugo v3.2. Check if `/sentrifugo/index.php/empscreening/add` is accessible. Test `agencyids` parameter for SQL injection responses.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fix**: Official patch info not explicitly detailed in the snippet, but the vendor (Incibe CERT) has issued a notice. **Update** to the latest secure version immediately.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: **Mitigation**: Restrict access to `/sentrifugo/index.php/empscreening/add`. Implement WAF rules to block SQL injection patterns in `agencyids`.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. CVSS Score is High (implied by H/H/H metrics). Remote, unauthenticated, full data loss. **Patch NOW**.