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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2025-9953 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SQL Injection via User-Controlled SQL Primary Key. <br>πŸ’₯ **Consequences**: Full system compromise. Attackers can bypass authorization controls, leading to data theft, modification, or destruction.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-566** (Authorization Bypass Through SQL Logic). <br>πŸ” **Flaw**: The software fails to properly validate or sanitize user inputs when used as SQL primary keys.…

Q3Who is affected? (Versions/Components)

🏒 **Vendor**: DATABASE Software Training Consulting Ltd. (Turkey). <br>πŸ“¦ **Product**: Databank Accreditation Software. <br>⚠️ **Affected Versions**: Version **19022026** and all earlier versions.…

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Capabilities**: <br>1. **Bypass Auth**: Gain unauthorized access without valid credentials. <br>2. **Data Access**: Read sensitive database contents (High Confidentiality impact). <br>3.…

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Exploitation Threshold**: **LOW**. <br>πŸ“Š **CVSS Vector**: AV:N/AC:L/PR:N/UI:N/S:U. <br>βœ… **No Auth Required**: Privileges (PR:N) are not needed. <br>βœ… **Low Complexity**: Attack is easy (AC:L).…

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

🚫 **Public Exploit**: **No**. <br>πŸ“ **PoC Status**: The `pocs` field is empty. <br>🌐 **Wild Exploitation**: Currently unknown.…

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check Methods**: <br>1. **Version Check**: Verify if your installed version is ≀ 19022026. <br>2. **Input Testing**: Try injecting SQL syntax (e.g., `' OR 1=1 --`) into fields that map to SQL primary keys.…

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **Official Fix**: **Unknown/Not Provided**. <br>πŸ“… **Published**: 2026-02-19. <br>πŸ”— **Reference**: USOM Advisory (tr-26-0078). <br>⚠️ **Action**: Check the vendor's official website or the USOM link for a patch.…

Q9What if no patch? (Workaround)

🚧 **Workarounds (If No Patch)**: <br>1. **Input Validation**: Implement strict allow-lists for all inputs used in SQL queries. <br>2.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. <br>πŸ“ˆ **Priority**: **P1 (Immediate Action)**. <br>πŸ’‘ **Reason**: CVSS Score is **9.1** (High). It is remote, requires no authentication, and has severe impact.…