CVE-2025-11363
Unknown Unknown - Not Provided

BaseFortify

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

Publication date: 2025-12-15

Last updated on: 2025-12-15

Assigner: WPScan

Description

The Royal Addons for Elementor WordPress plugin before 1.7.1037 does not have proper authorisation, allowing unauthenticated users to upload media files via the wpr_addons_upload_file action.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-15
Last Modified
2025-12-15
Generated
2026-07-06
AI Q&A
2025-12-15
EPSS Evaluated
2026-07-05
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
royal_addons elementor_wordpress_plugin *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in the Royal Elementor Addons and Templates WordPress plugin versions before 1.7.1037. It is caused by improper authorization, which allows unauthenticated users to upload media files via the 'wpr_addons_upload_file' AJAX action. An attacker can exploit this by obtaining a nonce value from the site's JavaScript configuration and then sending a crafted POST request to upload arbitrary files to the server without needing to log in. [1]

Impact Analysis

The vulnerability allows unauthenticated attackers to upload arbitrary files to the server, which can lead to unauthorized file uploads. This can result in malicious files being hosted on the website, potentially enabling further attacks such as remote code execution, defacement, or distribution of malware. It compromises the security and integrity of the affected website. [1]

Detection Guidance

You can detect this vulnerability by attempting to upload a file via the vulnerable AJAX action without authentication. First, retrieve the nonce value `wpr_addons_nonce` from the JavaScript object `WprConfig` in the browser console. Then, use a curl command to POST a file upload request to `http://example.com/wp-admin/admin-ajax.php` with form data including `action=wpr_addons_upload_file`, `triggering_event=click`, the retrieved nonce, and the file to upload. If the file uploads successfully and is accessible under `/wp-content/uploads/wpr-addons/forms`, the system is vulnerable. [1]

Mitigation Strategies

The immediate step to mitigate this vulnerability is to update the Royal Elementor Addons and Templates WordPress plugin to version 1.7.1037 or later, where the issue has been fixed. [1]

Chat Assistant

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

EPSS Chart