Skip to content
Threat Feed
medium advisory

Remote Code Execution in Royal Elementor Addons

A vulnerability in the Royal Elementor Addons plugin for WordPress allows an authenticated attacker to achieve arbitrary code execution via the application backend.

The Royal Elementor Addons plugin for WordPress contains a security vulnerability that permits a remote, authenticated attacker to execute arbitrary code. The flaw resides within the plugin's functionality, which can be leveraged by an attacker who has already obtained legitimate backend access to the WordPress environment. Successful exploitation of this vulnerability results in full command execution under the context of the web server process. Given the requirement for authentication, defenders should prioritize reviewing administrative or privileged user activity within the WordPress dashboard and monitoring for anomalous child processes originating from the web server service.

Impact

Successful exploitation allows an attacker to gain remote code execution on the underlying server, potentially leading to full site compromise, data exfiltration, or persistence within the web environment. As a plugin for WordPress, this affects a broad range of installations utilizing the Royal Elementor Addons package.

Recommendation

  • Monitor web server logs for suspicious POST requests to the WordPress admin panel that deviate from standard plugin configuration patterns.
  • Audit all user accounts with administrative or plugin-management privileges to ensure no unauthorized access is being leveraged to exploit the plugin.
  • Update the Royal Elementor Addons plugin to the latest version as provided by the vendor immediately.
  • Review WordPress audit logs for any modifications to site files or the introduction of unexpected executable scripts within the plugin directory.

Immediate actions

Update Royal Elementor Addons plugin to the latest vendor-supplied patch.

IT Operations 48h

Threat Hunt

Anomalous child process creation from web server process (e.g., www-data, iis apppool).

T1059 medium medium confidence hunt now

Data: Process creation events (Sysmon EID 1, Linux auditd)

Mitigations

Ensure strict access control to WordPress administrative interfaces.

immediate IT Operations

Restricts the authentication prerequisite for this exploit.