Security Advisory - Published 2026-06-24 - WordPress
WordPress XSS and SSRF batch: check comments, forms, 404 records, and outbound logs
This batch covers Email JavaScript Cloak, Cincopa, Kargo Takip, URL Preview, WP Meta SEO, and ARForms. Patch or disable the affected plugin, then review content that administrators open inside wp-admin and any outbound requests made by preview or tracking features.
Affected plugins
| CVE | Plugin | Affected | Review | CVSS |
|---|---|---|---|---|
| CVE-2026-3652 | ARForms | <= 7.1.3 | form entries | 7.2 |
| CVE-2026-10092 | Cincopa video and media plugin | <= 1.163 | comments | 7.2 |
| CVE-2026-10091 | Email JavaScript Cloak | <= 1.03 | shortcodes | 7.2 |
| CVE-2026-12095 | Kargo Takip | <= 1.2 | outbound logs | 7.2 |
| CVE-2026-12100 | URL Preview | <= 1.0 | outbound logs | 7.2 |
| CVE-2026-9643 | WP Meta SEO | <= 4.5.18 | 404 records | 7.2 |
Owner self-check
wp plugin list --fields=name,version,status | egrep 'email-javascript-cloaker|video-playlist-and-gallery-plugin|kargo-takip|link-preview|wp-meta-seo|arforms'
wp comment list --status=all --fields=comment_ID,comment_author,comment_date,comment_approved | tail -80
wp post list --post_type=post,page --post_status=publish,draft --fields=ID,post_title,post_modified | tail -80
grep -Rni 'wp-meta-seo\\|arforms\\|link-preview\\|kargo\\|cincopa\\|email-js' wp-content/debug.log logs 2>/dev/null | tail -180
grep -Rni 'metadata\\|169.254\\|localhost\\|127.0.0.1\\|wp-admin/admin.php' logs wp-content/debug.log 2>/dev/null | tail -120 What to review
- Recent comments, moderation queues, and pages containing plugin shortcodes.
- ARForms partial entries and form submissions that administrators opened during the exposure window.
- WP Meta SEO 404 and redirect records, especially entries created by unusual URLs.
- Outbound web requests from the WordPress host to internal services or hosting metadata addresses.
- Administrator sessions that viewed plugin dashboards after suspicious content was stored.
Safe fix path
- Patch affected plugins. If a fixed release is not available, disable the plugin and remove it from disk.
- Moderate or remove suspicious comments, shortcode content, partial entries, and 404 records after preserving evidence.
- Restrict outbound requests from the WordPress host to internal networks and metadata services.
- Rotate administrator credentials if plugin dashboards were opened while suspicious content was present.
Repair help
Use Ping7 CVE Repair when admin pages may have loaded suspicious stored content, outbound logs show internal access, or form and SEO records are too noisy to review safely.