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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SQL Injection in `SearchPopularDocs.aspx`. <br>πŸ’₯ **Consequences**: Full database content leakage. Attackers can read sensitive data stored in the FOIAXpress PAL database.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-89** (SQL Injection). <br>πŸ” **Flaw**: The `SearchPopularDocs.aspx` endpoint fails to properly sanitize user inputs before constructing SQL queries.

Q3Who is affected? (Versions/Components)

🏒 **Vendor**: OPEXUS. <br>πŸ“¦ **Product**: FOIAXpress Public Access Link (PAL). <br>πŸ“‰ **Affected**: Versions **prior to 11.13.1.0**.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Privileges**: No authentication required (PR:N). <br>πŸ“‚ **Data**: High impact on Confidentiality, Integrity, and Availability. Attackers can extract, modify, or delete database records.

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: **LOW**. <br>πŸ”“ **Auth**: None required (Public Access). <br>🌐 **Network**: Remote (AV:N). <br>πŸ–±οΈ **UI**: None required (UI:N). Easy to exploit.

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

πŸ“œ **Public Exp?**: **No**. The `pocs` field is empty. <br>⚠️ **Status**: Theoretical vulnerability. No known public Proof-of-Concept (PoC) or wild exploitation scripts available yet.

Q7How to self-check? (Features/Scanning)

πŸ”Ž **Self-Check**: Scan for `SearchPopularDocs.aspx` endpoints. <br>πŸ§ͺ **Test**: Inject SQL payloads (e.g., `' OR 1=1--`) into search parameters.…

Q8Is it fixed officially? (Patch/Mitigation)

πŸ”§ **Fix**: Upgrade to **version 11.13.1.0** or later. <br>πŸ“„ **Source**: Refer to the official Release Notes PDF from OPEXUS Tech for patch details.

Q9What if no patch? (Workaround)

πŸ›‘ **Workaround**: If patching is delayed, **disable** the `SearchPopularDocs.aspx` page or restrict access via WAF rules. <br>🚫 **Block**: Block external access to this specific ASPX file if not needed for public use.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **HIGH**. <br>πŸ“ˆ **Priority**: CVSS Score is **9.8** (Critical). <br>⏱️ **Action**: Patch immediately. Even without public exploits, the low barrier to entry makes it a prime target for automated attacks.