CVE-2026-10570
Deferred Deferred - Pending Action

Stored XSS in Sympl Repeater for ACF and Elementor WordPress Plugin

Vulnerability report for CVE-2026-10570, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-08

Last updated on: 2026-07-08

Assigner: Wordfence

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-08
Last Modified
2026-07-08
Generated
2026-07-12
AI Q&A
2026-07-08
EPSS Evaluated
2026-07-10
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
acf repeater to 2.3 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The Sympl Repeater for ACF and Elementor plugin for WordPress has a Stored Cross-Site Scripting (XSS) vulnerability in all versions up to and including 2.3. This occurs because the plugin does not properly sanitize or escape input in the symp_arfe_replace_content() function. Specifically, it uses str_replace() to insert raw ACF repeater field values directly into Elementor-rendered HTML without escaping, allowing authenticated users with Author-level access or higher to inject malicious scripts that execute when other users view the affected pages.

Impact Analysis

This vulnerability can allow attackers with Author-level access or above to inject arbitrary malicious scripts into web pages. These scripts will execute in the browsers of users who visit the injected pages, potentially leading to theft of user credentials, session hijacking, defacement, or other malicious actions. Because the vulnerability is a Stored Cross-Site Scripting issue, the malicious code persists on the site and affects all users who access the compromised content.

Detection Guidance

This vulnerability involves Stored Cross-Site Scripting via ACF repeater field values in the Sympl Repeater for ACF and Elementor plugin for WordPress. Detection would involve identifying injected scripts within ACF repeater field content rendered by Elementor.

Since the vulnerability arises from insufficient input sanitization and output escaping in the symp_arfe_replace_content() function, detection can focus on scanning pages for suspicious or unexpected script tags or JavaScript code embedded in ACF repeater fields.

  • Use WordPress database queries to search for suspicious script tags in the ACF repeater fields, for example, by querying the wp_postmeta table for meta values containing <script> tags.
  • Example SQL command to find potential injected scripts in ACF repeater fields: SELECT * FROM wp_postmeta WHERE meta_value LIKE '%<script>%';
  • Use web vulnerability scanners or custom scripts to crawl pages rendered by Elementor and look for reflected or stored XSS payloads.
  • Monitor HTTP traffic for suspicious payloads or unexpected JavaScript code in responses from pages using the vulnerable plugin.
Mitigation Strategies

Immediate mitigation steps include updating the Sympl Repeater for ACF and Elementor plugin to a version that fixes the vulnerability, if available.

If no patch is available, restrict Author-level and higher user permissions to trusted users only, as the vulnerability requires authenticated users with Author-level access or above to exploit.

Implement additional input sanitization and output escaping for ACF repeater field values in your WordPress environment to prevent script injection.

Consider disabling or removing the vulnerable plugin until a secure version is released.

Monitor your site for suspicious activity and injected scripts, and remove any malicious content found.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-10570. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart