Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Unauthenticated network CSRF (PR:N, AV:N, AC:L) that hinges on tricking a logged-in victim (UI:R), crossing a trust boundary (S:C) with limited C/I/A impact.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
2DescriptionCVE.org
Unauthenticated Cross Site Request Forgery (CSRF) in Popup for CF7 with Sweet Alert <= 1.6.5 versions.
AnalysisAI
Cross-Site Request Forgery in the WordPress plugin 'Popup for CF7 with Sweet Alert' (by Metin Saraç) through version 1.6.5 allows a remote unauthenticated attacker to trick an authenticated site user or administrator into unknowingly submitting state-changing plugin requests. Reported by Patchstack and rated CVSS 7.1, the flaw carries a scope-change impact but requires victim interaction (clicking an attacker-controlled link/page). There is no public exploit identified at time of analysis and it is not listed in CISA KEV.
Technical ContextAI
The affected component is a WordPress plugin that integrates SweetAlert-style popups with Contact Form 7 (CF7) forms, tracked by CPE cpe:2.3:a:metin_saraç:popup_for_cf7_with_sweet_alert. The root cause is CWE-352 (Cross-Site Request Forgery): the plugin performs sensitive actions without validating an anti-CSRF token (WordPress nonce) or verifying request origin. Because WordPress plugins execute privileged admin-side operations tied to the logged-in user's session cookie, a missing nonce check lets a forged cross-origin request ride the victim's authenticated session to invoke plugin functionality the attacker could not otherwise reach.
RemediationAI
No vendor-released patch version was identified in the provided data; the advisory indicates versions up to 1.6.5 are affected, so administrators should monitor the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/cf7-sweet-alert-popup/vulnerability/wordpress-popup-for-cf7-with-sweet-alert-plugin-1-6-5-cross-site-request-forgery-csrf-vulnerability-2) and the WordPress plugin repository for a release above 1.6.5 and upgrade as soon as one is published. Until a fixed version is confirmed, deactivate and remove the plugin if the SweetAlert popup functionality is non-essential (trade-off: loss of the CF7 popup feature), or place the wp-admin interface behind a virtual-patching WAF/CSRF rule such as Patchstack's own protection. Additionally, instruct privileged users not to click untrusted links while logged into wp-admin and consider shortening admin session lifetimes to narrow the exploitation window.
Same weakness CWE-352 – Cross-Site Request Forgery (CSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-48141
GHSA-q9m8-pgfw-cff6