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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.1 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: A critical flaw in 'Create DB Tables' plugin allows unauthorized table manipulation.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-862** (Missing Authorization). The plugin lacks proper **permission checks** and **nonce (random number) verification** in critical functions. πŸ›

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: WordPress Plugin **Create DB Tables**. πŸ“… **Versions**: **1.2.1 and earlier**. Vendor: **jppreus**. 🌐

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Actions**: Can **create** new database tables or **delete** existing ones. πŸ—‘οΈ This allows for data destruction, schema manipulation, or potential further exploitation via injected tables.

Q5Is exploitation threshold high? (Auth/Config)

⚠️ **Threshold**: **LOW**. CVSS indicates **AV:N** (Network), **AC:L** (Low Complexity), **PR:N** (No Privileges required? *Note: Description says 'authenticated', but CVSS says PR:N.…

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

πŸ” **Exploit Status**: No public PoC listed in data. πŸ“„ However, references point to specific code lines (L405, L14) where the flaw exists. Wild exploitation is likely due to low complexity.

Q7How to self-check? (Features/Scanning)

πŸ”Ž **Self-Check**: Scan for **Create DB Tables** plugin version **≀1.2.1**. Check if **nonce verification** is missing in `create-new-table.php` and `create-db-tables.php`. 🧐

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **Fix**: Update to the latest version immediately. πŸ”„ The vendor (jppreus) has released fixes in later versions (implied by '1.2.1 and earlier'). Check WordPress plugin repository for updates. βœ…

Q9What if no patch? (Workaround)

🚧 **Workaround**: If patching isn't possible, **disable the plugin** immediately. 🚫 Remove access to the plugin's admin pages. Monitor database logs for unexpected table creation/deletion. πŸ“

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **HIGH**. CVSS Score is high (implied by I:H, A:H). Data integrity and availability are at risk. 🚨 Patch **immediately** to prevent database destruction.