CVE-2025-58986

6.5 MEDIUM

📋 TL;DR

This CVE describes a Missing Authorization vulnerability in the Jock On Air Now (JOAN) WordPress plugin that allows attackers to bypass access controls. Attackers can exploit incorrectly configured security levels to perform unauthorized actions. All WordPress sites running JOAN plugin versions up to and including 6.0.4 are affected.

💻 Affected Systems

Products:
  • Jock On Air Now (JOAN) WordPress Plugin
Versions: n/a through <= 6.0.4
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects all WordPress installations using vulnerable JOAN plugin versions 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

Complete compromise of the WordPress site through privilege escalation, allowing attackers to modify content, inject malicious code, or take full administrative control.

🟠

Likely Case

Unauthorized content modification, user data exposure, or plugin configuration changes by attackers with some level of access.

🟢

If Mitigated

Limited impact with proper access controls, but still potential for unauthorized actions within the plugin's functionality.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: LIKELY
Unauthenticated Exploit: ✅ No
Complexity: LOW

Exploitation requires some level of access but is straightforward once access is obtained.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 6.0.5 or later

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/joan/vulnerability/wordpress-jock-on-air-now-joan-plugin-6-0-4-broken-access-control-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'Jock On Air Now (JOAN)' plugin. 4. Click 'Update Now' if update available. 5. If no update available, deactivate and delete plugin, then install fresh version 6.0.5+ from WordPress repository.

🔧 Temporary Workarounds

Disable JOAN Plugin

all

Temporarily disable the vulnerable plugin until patched version is available

wp plugin deactivate joan

Restrict Plugin Access

all

Use WordPress role management to restrict access to JOAN plugin functionality

🧯 If You Can't Patch

  • Implement strict network access controls to limit who can access the WordPress admin interface
  • Enable comprehensive logging and monitoring for unauthorized access attempts to JOAN plugin functionality

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for JOAN plugin version. If version is 6.0.4 or earlier, you are vulnerable.

Check Version:

wp plugin get joan --field=version

Verify Fix Applied:

After updating, verify JOAN plugin version shows 6.0.5 or later in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized access attempts to JOAN plugin endpoints
  • Unexpected modifications to JOAN plugin settings or content

Network Indicators:

  • Unusual traffic patterns to /wp-content/plugins/joan/ endpoints

SIEM Query:

source="wordpress" AND (uri_path="/wp-admin/admin-ajax.php" AND parameters CONTAINS "joan") AND (user_agent NOT IN allowed_admin_agents)

🔗 References

📤 Share & Export