This is a summary of the AI-generated 10-question deep analysis. The full version (longer answers, follow-up Q&A, related CVEs) requires login. Read the full analysis β
Q1What is this vulnerability? (Essence + Consequences)
π¨ **Essence**: Sensitive info leak via `cookies.txt`. <br>π₯ **Consequences**: Attackers get auth cookies. Leads to full account takeover & data breach. π
Q2Root Cause? (CWE/Flaw)
π‘οΈ **CWE-200**: Information Exposure. <br>π **Flaw**: The plugin publicly exposes `cookies.txt` files. No access control on this specific file. π
Q3Who is affected? (Versions/Components)
π¦ **Product**: Export WP Page to Static HTML & PDF. <br>π₯ **Vendor**: recorp. <br>π **Affected**: Version **4.3.4 and earlier**. β οΈ
βοΈ **Threshold**: Medium. <br>π **Auth**: No login needed for the file. <br>βοΈ **Config**: Requires an admin to trigger a backup with specific roles. π―
π **Check**: Scan for `cookies.txt` exposure. <br>π οΈ **Tool**: Use Nuclei or manual HTTP requests. <br>π **Feature**: Look for static HTML export artifacts. π