CVE-2026-24571

4.3 MEDIUM

📋 TL;DR

This CVE describes a Missing Authorization vulnerability in the BOX NOW Delivery WordPress plugin that allows attackers to bypass access controls. It affects all versions up to and including 3.0.2, potentially allowing unauthorized users to access restricted functionality or data.

💻 Affected Systems

Products:
  • BOX NOW Delivery WordPress plugin
Versions: n/a through <= 3.0.2
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects WordPress installations with the BOX NOW Delivery 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

Attackers could access sensitive delivery data, modify shipping configurations, or manipulate order information without proper authorization.

🟠

Likely Case

Unauthorized users accessing delivery management functions they shouldn't have permission to use, potentially viewing or modifying shipping data.

🟢

If Mitigated

Proper access controls would prevent unauthorized access, limiting impact to legitimate users only.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires some level of access but bypasses authorization checks. The vulnerability is in access control logic.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Versions after 3.0.2

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/box-now-delivery/vulnerability/wordpress-box-now-delivery-plugin-3-0-2-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 BOX NOW Delivery plugin
4. Click 'Update Now' if available
5. If no update available, deactivate and remove plugin
6. Install latest version from WordPress repository

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate box-now-delivery

Restrict Access

all

Use web application firewall rules to restrict access to plugin endpoints

🧯 If You Can't Patch

  • Implement strict network segmentation to isolate affected systems
  • Enable detailed logging and monitoring for unauthorized access attempts to plugin endpoints

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for BOX NOW Delivery version

Check Version:

wp plugin get box-now-delivery --field=version

Verify Fix Applied:

Verify plugin version is greater than 3.0.2 and test authorization controls

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized access attempts to /wp-content/plugins/box-now-delivery/ endpoints
  • 403 errors followed by successful 200 responses to restricted endpoints

Network Indicators:

  • Unusual traffic patterns to plugin-specific API endpoints from unauthorized IPs

SIEM Query:

source="wordpress.log" AND ("box-now-delivery" OR "/wp-content/plugins/box-now-delivery/") AND (response_code=200 OR "admin-ajax.php")

🔗 References

📤 Share & Export