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

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2025-14502 — AI Deep Analysis Summary

CVSS 9.8 · Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Local File Inclusion (LFI) via `template` param. 💥 **Consequences**: Attackers can include arbitrary `.php` files, leading to full server compromise, data theft, and remote code execution.

Q2Root Cause? (CWE/Flaw)

🛡️ **CWE**: CWE-98 (Improper Control of Filename for Include/Require). 🔍 **Flaw**: The plugin fails to sanitize the `template` parameter in `class-nbdb-ajax.php`, allowing malicious file paths.

Q3Who is affected? (Versions/Components)

📦 **Vendor**: vaghasia3. 📉 **Product**: News and Blog Designer Bundle. 📅 **Affected**: Versions **1.1 and earlier**. 🌐 **Platform**: WordPress.

Q4What can hackers do? (Privileges/Data)

👑 **Privileges**: Unauthenticated access required. 📂 **Data**: Sensitive server files. ⚡ **Action**: Execute arbitrary PHP code. 🚪 **Impact**: Bypass access controls, steal data, or take over the server.

Q5Is exploitation threshold high? (Auth/Config)

📉 **Threshold**: **LOW**. 🚫 **Auth**: None required (Unauthenticated). 🌐 **Network**: Remote (AV:N). 🎯 **Complexity**: Low (AC:L). Easy to exploit.

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

🔓 **Exploit**: **YES**. 📂 **PoC**: Publicly available on GitHub (Kai-One001). 🌍 **Status**: Wild exploitation possible due to low barrier to entry.

Q7How to self-check? (Features/Scanning)

🔍 **Check**: Scan for `News and Blog Designer Bundle` plugin. 📋 **Version**: Verify if version ≤ 1.1. 🧪 **Test**: Look for LFI vectors in AJAX requests targeting the `template` parameter.

Q8Is it fixed officially? (Patch/Mitigation)

🛠️ **Fix**: Update plugin to latest version. 📢 **Source**: Vendor (vaghasia3) & WordPress Plugin Directory. 🔄 **Action**: Immediate patching recommended.

Q9What if no patch? (Workaround)

🚧 **Workaround**: Disable the plugin if not used. 🛑 **Block**: Restrict access to `class-nbdb-ajax.php`. 🧹 **Clean**: Remove plugin files if unnecessary. 📝 **Monitor**: Watch for suspicious file inclusion logs.

Q10Is it urgent? (Priority Suggestion)

🔥 **Priority**: **CRITICAL**. 📈 **CVSS**: 9.8 (High). ⏳ **Urgency**: Patch immediately. 🚨 **Risk**: Unauthenticated RCE makes this a high-priority target for attackers.