Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1310 CNY

100%

CVE-2026-10258 — AI Deep Analysis Summary

CVSS 6.3 · Medium

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Nature**: SQL Injection Vulnerability (SQLi). 💥 **Consequences**: Attackers can bypass backend validation by maliciously crafting the `topic_id` parameter to execute arbitrary SQL commands directly.…

Q2Root Cause? (CWE/Flaw)

🔍 **CWE-89**: SQL Injection. 📍 **Defect Location**: An unknown function in the `/admin/add_sub_topic.php` file. ⚠️ **Cause**: Lack of strict filtering or preprocessing of the input parameter `topic_id`, leading to its di…

Q3Who is affected? (Versions/Components)

📦 **Product**: itsourcecode Content Management System. 🏷️ **Version**: V1.0. 📂 **Component**: Backend management module (`/admin/add_sub_topic.php`).

Q4What can hackers do? (Privileges/Data)

🕵️ **Permissions**: Requires backend login (PR:L). 💾 **Data**: Can read, modify, and delete database content. 🛠️ **Operations**: May further gain server privileges (depending on database configuration), resulting in comp…

Q5Is exploitation threshold high? (Auth/Config)

🔑 **Difficulty**: Medium. ✅ **Conditions**: Requires a valid backend administrator account (PR:L). 🌐 **Network**: Remote exploitability (AV:N). 🚫 **Interaction**: No user interaction required (UI:N).

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

💻 **Exploit**: Available. 📢 **Source**: GitHub issue (#5) has publicly disclosed related exploit code. 🔥 **Status**: There is a risk of actual exploitation (CTI indicators have been collected).

Q7How to self-check? (Features/Scanning)

🔎 **Self-Inspection**: 1. Check if the `/admin/add_sub_topic.php` file exists. 2. Audit the handling logic of the `topic_id` parameter in that file to see if parameterized queries are used. 3.…

Q8Is it fixed officially? (Patch/Mitigation)

🛡️ **Patch**: No specific official patch link mentioned in the data. 📝 **Recommendation**: Contact the official itsourcecode team or check their GitHub repository for the latest fixed version.

Q9What if no patch? (Workaround)

🚧 **Temporary Mitigation**: 1. **WAF Protection**: Deploy a Web Application Firewall to intercept `topic_id` requests containing SQL keywords. 2.…

Q10Is it urgent? (Priority Suggestion)

⚡ **Priority**: High. 📊 **CVSS**: 7.5 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L). 💡 **Rationale**: Although authentication is required, the exploitation is straightforward (AC:L), and an exploit is already public.…