CVE-2025-5541
Awaiting Analysis Awaiting Analysis - Queue
BaseFortify

Publication date: 2025-06-06

Last updated on: 2025-06-06

Assigner: Wordfence

Description
The Runners Log plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's 'runnerslog' shortcode in all versions up to, and including, 3.9.2 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers, with contributor-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
2025-06-06
Last Modified
2025-06-06
Generated
2026-05-07
AI Q&A
2025-06-06
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Currently, no data is known.
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 Powered Q&A
Can you explain this vulnerability to me?

The vulnerability in the Runners Log WordPress plugin is a Stored Cross-Site Scripting (XSS) issue that occurs via the 'runnerslog' shortcode. It affects all versions up to and including 3.9.2. The problem arises because the plugin does not properly sanitize or escape user-supplied attributes in the shortcode. This allows authenticated users with contributor-level access or higher to inject malicious scripts into pages. These scripts then execute whenever any user views the infected page.


How can this vulnerability impact me? :

This vulnerability can allow an attacker with contributor-level access or above to inject arbitrary JavaScript code into pages on a WordPress site using the Runners Log plugin. When other users visit these pages, the malicious scripts execute in their browsers, potentially leading to session hijacking, defacement, unauthorized actions on behalf of users, or theft of sensitive information. Since the attack requires authenticated access, it can be used to escalate the impact within the site.


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by identifying if the Runners Log WordPress plugin is installed and its version is 3.9.2 or earlier. Since the vulnerability involves stored Cross-Site Scripting via the 'runnerslog' shortcode, detection can include searching for the presence of this shortcode in WordPress posts or pages. Additionally, monitoring HTTP requests and responses for injected scripts in pages using the 'runnerslog' shortcode can help detect exploitation attempts. Specific commands to detect the plugin version or shortcode usage might include: 1) Using WP-CLI to check plugin version: `wp plugin list --format=json | jq '.[] | select(.name=="runners-log")'` 2) Searching the WordPress database for usage of the shortcode: `wp db query "SELECT ID, post_title FROM wp_posts WHERE post_content LIKE '%[runnerslog%'"` 3) Using network monitoring tools (e.g., tcpdump, Wireshark) to inspect HTTP traffic for suspicious script injections. However, no explicit detection commands are provided in the resources.


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include updating the Runners Log plugin to a version later than 3.9.2 where the vulnerability is fixed. If an update is not immediately available, restrict contributor-level and higher user permissions to trusted users only, as the vulnerability requires authenticated users with contributor-level access or above to exploit. Additionally, consider disabling or removing the 'runnerslog' shortcode usage in posts/pages until a patch is applied. Implementing Web Application Firewall (WAF) rules to block malicious script injections targeting the shortcode may also help mitigate exploitation.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart