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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2026-25377 β€” AI Deep Analysis Summary

CVSS 9.3 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SQL Injection (SQLi) in 'Addon Jobsearch Chat'. πŸ’₯ **Consequences**: Attackers can manipulate SQL commands. This leads to unauthorized data access or database corruption. Critical integrity risk.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: Improper neutralization of special elements in SQL commands. πŸ” **CWE**: CWE-89 (SQL Injection). The plugin fails to sanitize user inputs before processing.

Q3Who is affected? (Versions/Components)

πŸ‘₯ **Affected**: WordPress Plugin: **Addon Jobsearch Chat**. πŸ“¦ **Versions**: 3.0 and earlier. If you run v3.0 or older, you are vulnerable.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Capabilities**: πŸ“‚ **Data**: High Confidentiality impact (C:H). Steal sensitive DB data. βš™οΈ **System**: Low Availability impact (A:L). Disrupt service. πŸ”“ **Privileges**: No authentication required (PR:N).…

Q5Is exploitation threshold high? (Auth/Config)

πŸ“‰ **Threshold**: **LOW**. πŸ”‘ **Auth**: None required (PR:N). 🌐 **Network**: Remote (AV:N). ⚑ **Complexity**: Low (AC:L). Simple exploitation possible.

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

🚫 **Public Exp?**: No public PoC or Exploit code listed in the data. πŸ“ **Status**: References point to Patchstack. While no code is public, the vulnerability is confirmed.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: 1. Check WordPress Admin for 'Addon Jobsearch Chat'. 2. Verify version is **≀ 3.0**. 3. Scan for SQLi patterns in chat input fields using security tools.

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **Fix**: Update to the latest version immediately. πŸ“’ **Source**: Vendor 'eyecix' / Patchstack advisory. Patch is implied by the CVE publication.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: 🚫 **Input Validation**: Sanitize all chat inputs server-side. πŸ”’ **WAF**: Deploy Web Application Firewall rules to block SQLi payloads. πŸ›‘ **Disable**: Temporarily disable the plugin if not essential.

Q10Is it urgent? (Priority Suggestion)

⚠️ **Urgency**: **HIGH**. πŸ”₯ **Priority**: Critical. CVSS Score indicates High Confidentiality impact. Zero auth required. Patch immediately to prevent data breaches.