CVE-2024-49249

8.6 HIGH

📋 TL;DR

This path traversal vulnerability in SMSA Express SMSA Shipping WordPress plugin allows attackers to delete arbitrary files on the server. It affects all WordPress sites using SMSA Shipping plugin versions up to 2.3.

💻 Affected Systems

Products:
  • SMSA Express SMSA Shipping WordPress Plugin
Versions: n/a through 2.3
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with the vulnerable plugin 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 system compromise through deletion of critical system files, leading to service disruption, data loss, or privilege escalation.

🟠

Likely Case

Website defacement, data deletion, or disruption of shipping functionality by deleting WordPress core files or plugin files.

🟢

If Mitigated

Limited impact if file permissions restrict deletion to non-critical files or if web application firewall blocks traversal attempts.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires understanding of path traversal techniques and WordPress file structure.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Version after 2.3

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/smsa-shipping-official/vulnerability/wordpress-smsa-shipping-plugin-2-3-arbitrary-file-deletion-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find SMSA Shipping plugin. 4. Click 'Update Now' if update available. 5. If no update available, deactivate and remove plugin.

🔧 Temporary Workarounds

Disable Plugin

WordPress

Temporarily deactivate the vulnerable plugin until patched

wp plugin deactivate smsa-shipping-official

🧯 If You Can't Patch

  • Implement strict file permissions (e.g., chmod 644 for files, 755 for directories)
  • Deploy web application firewall with path traversal protection rules

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → SMSA Shipping → Version number. If version is 2.3 or lower, you are vulnerable.

Check Version:

wp plugin get smsa-shipping-official --field=version

Verify Fix Applied:

Verify plugin version is higher than 2.3 in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual file deletion attempts in web server logs
  • HTTP requests with '../' sequences to plugin endpoints

Network Indicators:

  • HTTP requests containing path traversal sequences to /wp-content/plugins/smsa-shipping-official/

SIEM Query:

web.url:*smsa-shipping* AND web.url:*../*

🔗 References

📤 Share & Export