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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.4 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Vulnerability Essence**: The CRUD interfaces in payload-puck < 0.6.23 lack **collection-level access control**. πŸ’₯ **Consequence**: Any user can bypass permissions to read and write sensitive data.

Q2Root Cause? (CWE/Flaw)

πŸ” **Root Cause**: Missing access control logic ➜ User permissions are not verified. πŸ“Œ Corresponding **CWE**: Missing Authorization (e.g., CWE-862).

Q3Who is affected? (Versions/Components)

🎯 **Affected Versions**: payload-puck **< 0.6.23**. 🧩 **Component**: A **visual page building plugin** open-sourced by Delmare Digital.

Q4What can hackers do? (Privileges/Data)

πŸ‘€ **Attacker Capability**: No login required ➜ Directly access/modify data in any collection. πŸ“‚ **Affected Data**: All business data managed by the plugin 🚨.

Q5Is exploitation threshold high? (Auth/Config)

🟒 **Low Exploitation Barrier**: - βœ… **No authentication required** (PR:N) - βœ… **Vulnerable by default configuration**

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

❌ **No Public Exploit**: - PoC list is empty πŸ“­ - No known in-the-wild exploitation πŸ•΅οΈ

Q7How to self-check? (Features/Scanning)

πŸ”Ž **Self-Check Method**: - Check if version < 0.6.23 ⚠️ - Verify if CRUD interfaces lack permission checks πŸ› οΈ - Capture packets to verify unauthorized access to collection data

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Officially Fixed**: - Commit `9148201` submitted πŸ›‘οΈ - Update to version β‰₯ 0.6.23 to resolve

Q9What if no patch? (Workaround)

⚠️ **Pre-Patch Mitigation**: - Restrict source IPs for CRUD interfaces 🚧 - Add an authentication layer via reverse proxy πŸ” - Disable unnecessary collection exposure

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Priority: High**! - CVSS 8.2 🚨 - Easy to exploit + High impact ➜ Upgrade or apply protection immediately πŸ’‘