CVE-2025-60114

6.6 MEDIUM

📋 TL;DR

This CVE describes a code injection vulnerability in the YayCommerce YayCurrency WordPress plugin that allows attackers to execute arbitrary code on affected systems. The vulnerability affects all versions up to 3.2, potentially compromising WordPress sites using this plugin. Attackers could gain control of the affected WordPress installation.

💻 Affected Systems

Products:
  • YayCommerce YayCurrency WordPress Plugin
Versions: All versions up to and including 3.2
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects WordPress installations with the YayCurrency plugin installed and activated.

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete compromise of the WordPress site with remote code execution, allowing attackers to install malware, steal data, deface the site, or pivot to other systems.

🟠

Likely Case

Attackers inject malicious code to create backdoors, install cryptocurrency miners, steal sensitive data, or use the site for phishing campaigns.

🟢

If Mitigated

Limited impact with proper web application firewalls and security monitoring detecting and blocking exploitation attempts.

🌐 Internet-Facing: HIGH - WordPress plugins are typically exposed to the internet, making them accessible to any attacker.
🏢 Internal Only: MEDIUM - Internal WordPress installations could still be targeted by authenticated users or through other attack vectors.

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: MEDIUM

Based on the CWE-94 classification and CVSS score, exploitation likely requires some level of access or specific conditions.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Version after 3.2

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/yaycurrency/vulnerability/wordpress-yaycurrency-plugin-3-2-remote-code-execution-rce-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find YayCurrency and click 'Update Now'. 4. Verify update completes successfully.

🔧 Temporary Workarounds

Disable YayCurrency Plugin

WordPress

Temporarily disable the vulnerable plugin until patching is possible

wp plugin deactivate yaycurrency

Web Application Firewall Rules

all

Implement WAF rules to block code injection patterns targeting this plugin

🧯 If You Can't Patch

  • Remove YayCurrency plugin completely from the WordPress installation
  • Implement strict network segmentation and access controls to limit exposure of the vulnerable system

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > YayCurrency version. If version is 3.2 or lower, system is vulnerable.

Check Version:

wp plugin get yaycurrency --field=version

Verify Fix Applied:

After updating, verify YayCurrency version is higher than 3.2 in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to YayCurrency endpoints
  • Unexpected PHP execution errors
  • Suspicious file creation in WordPress directories

Network Indicators:

  • HTTP requests containing code injection patterns to /wp-content/plugins/yaycurrency/ paths

SIEM Query:

source="wordpress.log" AND ("yaycurrency" AND ("eval" OR "system" OR "exec" OR "shell_exec"))

🔗 References

📤 Share & Export