Severity by source
AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
Author-level credentials required (PR:L); victim must passively visit the injected page to trigger execution (UI:R); scope change captures cross-browser impact (S:C); no availability impact warranted.
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
Lifecycle Timeline
2DescriptionCVE.org
The Sympl Repeater for ACF and Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via ACF repeater field values in all versions up to, and including, 2.3. This is due to insufficient input sanitization and output escaping in the symp_arfe_replace_content() function, which uses str_replace() to substitute raw ACF field values (retrieved via get_field()) directly into Elementor-rendered HTML without any escaping. This makes it possible for authenticated attackers, with Author-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
AnalysisAI
Stored cross-site scripting in the Sympl Repeater for ACF and Elementor WordPress plugin (all versions up to and including 2.3) allows authenticated attackers with Author-level access to inject persistent malicious scripts into pages via unsanitized ACF repeater field values. The root cause is the symp_arfe_replace_content() function using PHP str_replace() to insert raw get_field() output directly into Elementor-rendered HTML without any output encoding, causing the stored payload to execute in any subsequent visitor's browser. No public exploit code or CISA KEV listing has been identified at time of analysis, but the scope-changed CVSS vector (6.4 Medium) reflects real cross-user impact on WordPress sites where multiple Authors are active.
Technical ContextAI
The affected plugin bridges two popular WordPress ecosystems: Advanced Custom Fields (ACF), which provides structured repeater field data, and Elementor, a widely-used page builder. The vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation - Stored XSS). The specific root cause is in symp_arfe_replace_content() at line 179 of sympl-repeater-for-acf-and-elementor.php (source visible at the plugins.trac.wordpress.org tag/2.3 tree), where PHP str_replace() uses the raw return value of get_field() - the ACF field retrieval API - as the substitution string injected into Elementor's rendered HTML, without applying esc_html(), esc_attr(), wp_kses(), or any equivalent WordPress output-encoding function. A secondary reference at line 99 of the same file likely reflects the content-processing pipeline feeding into this function. The CPE for the affected component is cpe:2.3:a:idocoh:sympl_repeater_for_acf_and_elementor:*:*:*:*:*:*:*:*, published by vendor idocoh.
RemediationAI
No patched version is confirmed in the available data - the CPE wildcard covers all versions through 2.3 with no upper-bound fix release identified, and the Wordfence advisory does not reference a patched version. Administrators should monitor the Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/daa38c2c-9992-400b-acef-dcd37f9c7269 for a patch release and apply it immediately when available. As an immediate compensating control, deactivating or uninstalling the Sympl Repeater for ACF and Elementor plugin eliminates the attack surface entirely, at the cost of disabling ACF repeater field rendering within Elementor templates that depend on it. If deactivation is operationally infeasible, restrict Author-level and higher WordPress roles exclusively to fully trusted individuals, and audit existing ACF repeater field values across all posts and pages for evidence of injected script content. Do not grant Author access to untrusted contributors while this vulnerability remains unpatched.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-42176
GHSA-xr3q-2xmr-89w4