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

Goal: 1000 CNY ยท Raised: 1336 CNY

100%

CVE-2026-34717 โ€” AI Deep Analysis Summary

CVSS 9.9 ยท Critical

Q1What is this vulnerability? (Essence + Consequences)

๐Ÿšจ **Essence**: OpenProject SQL Injection via `=n` operator. <br>๐Ÿ’ฅ **Consequences**: Attackers inject malicious SQL into WHERE clauses. <br>๐Ÿ“‰ **Impact**: Data theft, integrity loss, or system compromise.

Q2Root Cause? (CWE/Flaw)

๐Ÿ›ก๏ธ **CWE-89**: SQL Injection. <br>๐Ÿ” **Flaw**: User input is directly embedded into SQL queries. <br>โŒ **Root**: Lack of parameterization for the `=n` operator.

Q3Who is affected? (Versions/Components)

๐Ÿข **Vendor**: OpenProject (opf). <br>๐Ÿ“ฆ **Product**: OpenProject Web App. <br>โš ๏ธ **Affected**: Versions **prior to 17.2.3**.

Q4What can hackers do? (Privileges/Data)

๐Ÿ•ต๏ธ **Privileges**: Requires Low Privilege (PR:L). <br>๐Ÿ“‚ **Data**: Can read (C:L), modify (I:H), or delete (A:H) data. <br>๐ŸŒ **Scope**: Affects other security components (S:C).

Q5Is exploitation threshold high? (Auth/Config)

๐Ÿ”‘ **Auth**: Yes, requires **Low Privilege** authentication. <br>๐ŸŒ **Network**: Remote (AV:N). <br>๐Ÿšถ **Complexity**: Low (AC:L), no user interaction needed (UI:N).

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

๐Ÿ“œ **PoC**: No public PoC listed in data. <br>๐Ÿ”ฅ **Wild Exploit**: Unconfirmed. <br>๐Ÿ”— **Ref**: Check GitHub Advisory GHSA-5rrm-6qmq-2364.

Q7How to self-check? (Features/Scanning)

๐Ÿ” **Check**: Scan for OpenProject instances. <br>๐Ÿงช **Test**: Verify version < 17.2.3. <br>๐Ÿ“Š **Log**: Monitor SQL error logs for injection attempts.

Q8Is it fixed officially? (Patch/Mitigation)

โœ… **Fixed**: Yes! <br>๐Ÿš€ **Patch**: Upgrade to **v17.2.3** or later. <br>๐Ÿ“ฅ **Link**: See GitHub release notes.

Q9What if no patch? (Workaround)

๐Ÿ›‘ **Workaround**: If unpatched, restrict network access. <br>๐Ÿ”’ **WAF**: Deploy Web Application Firewall rules. <br>๐Ÿšซ **Input**: Sanitize inputs for `=n` operations.

Q10Is it urgent? (Priority Suggestion)

๐Ÿ”ฅ **Urgency**: **HIGH**. <br>โšก **Reason**: Remote, Low Auth, High Impact. <br>๐Ÿƒ **Action**: Patch immediately to prevent data breach.