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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SQL Injection (SQLi) in Sentrifugo HRMS. πŸ“‰ **Consequences**: Attackers can extract **ALL** database data via the `/reports/businessunits/format/html` endpoint.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-89** (SQL Injection). πŸ› **Flaw**: The `bunitname` parameter in the `index.php` script fails to sanitize input, allowing malicious SQL queries to execute directly on the server.

Q3Who is affected? (Versions/Components)

🏒 **Affected**: **Sentrifugo** HR Management System. πŸ“¦ **Version**: Specifically **v3.2**. πŸ“‚ **Component**: The `reports/businessunits` module is the entry point.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Capabilities**: Hackers can bypass logic and dump the entire database. πŸ“Š **Data**: Access to sensitive HR, performance, and asset records.…

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: **LOW**. 🚫 **Auth**: None required (PR:N). 🌐 **Network**: Remote (AV:N). 🎯 **Complexity**: Low (AC:L). Easy to exploit for anyone with network access.

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

πŸ“œ **Public Exp**: No specific PoC code provided in the data. πŸ” **Status**: Reference link exists (Incibe), but no executable exploit script is listed in the `pocs` array.

Q7How to self-check? (Features/Scanning)

πŸ” **Check**: Scan for the path `/sentrifugo/index.php/reports/businessunits/format/html`. πŸ§ͺ **Test**: Inject SQL payloads into the `bunitname` parameter.…

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **Fix**: Official patch info is not detailed in the provided text. πŸ“ **Action**: Check the vendor's official notice (Incibe link) for the latest patch or update instructions.

Q9What if no patch? (Workaround)

🚧 **Workaround**: If no patch, **disable** the `/reports/businessunits` endpoint. πŸ›‘ **Block**: Restrict access to `index.php` via WAF or firewall rules.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. πŸ“… **CVSS**: 9.1 (High). ⏳ **Risk**: Remote, unauthenticated, full data loss. πŸš€ **Priority**: Patch immediately or isolate the service.