CVE-2025-23900

7.1 HIGH

📋 TL;DR

A Cross-Site Request Forgery (CSRF) vulnerability in the Genkisan Genki Announcement WordPress plugin allows attackers to trick authenticated administrators into performing unintended actions. This affects all WordPress sites using Genki Announcement plugin versions up to and including 1.4.1. Attackers could leverage this to modify plugin settings or potentially chain with other vulnerabilities.

💻 Affected Systems

Products:
  • Genkisan Genki Announcement WordPress Plugin
Versions: n/a through 1.4.1
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: All WordPress installations with vulnerable plugin versions are affected regardless of configuration.

⚠️ 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

Attackers chain CSRF with stored XSS to compromise admin sessions, deface websites, or steal sensitive data from users.

🟠

Likely Case

Attackers modify announcement settings, inject malicious content, or disrupt plugin functionality through admin actions.

🟢

If Mitigated

With proper CSRF protections and admin awareness, impact is limited to minor configuration changes that can be reverted.

🌐 Internet-Facing: HIGH
🏢 Internal Only: LOW

🎯 Exploit Status

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

Requires social engineering to trick authenticated admin into clicking malicious link. No public exploit code available.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Version after 1.4.1

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/genki-announcement/vulnerability/wordpress-genki-announcement-plugin-1-4-1-csrf-to-stored-xss-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'Genki Announcement' and click 'Update Now' if available. 4. If no update available, deactivate and remove the plugin.

🔧 Temporary Workarounds

Implement CSRF Tokens

all

Add CSRF protection to plugin forms manually if you cannot update immediately.

Use Security Plugins

all

Install WordPress security plugins that provide CSRF protection.

🧯 If You Can't Patch

  • Deactivate and remove the Genki Announcement plugin immediately
  • Implement strict access controls and monitor admin activity logs

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for Genki Announcement version 1.4.1 or earlier.

Check Version:

wp plugin list --name=genki-announcement --field=version

Verify Fix Applied:

Verify plugin version is higher than 1.4.1 or plugin is completely removed.

📡 Detection & Monitoring

Log Indicators:

  • Unexpected plugin setting changes
  • Admin actions from unusual IPs or user agents

Network Indicators:

  • POST requests to wp-admin/admin-ajax.php or plugin endpoints without referrer validation

SIEM Query:

source="wordpress" AND (plugin="genki-announcement" AND version<="1.4.1")

🔗 References

📤 Share & Export