CVE-2024-52378

7.5 HIGH

📋 TL;DR

This path traversal vulnerability in the DigiPass WordPress plugin allows attackers to download arbitrary files from the server by manipulating file paths. It affects all WordPress sites running DigiPass version 0.3.0 or earlier. Attackers can potentially access sensitive system files.

💻 Affected Systems

Products:
  • Labs64 DigiPass WordPress Plugin
Versions: n/a through 0.3.0
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects all WordPress installations with vulnerable DigiPass plugin versions 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 server compromise via retrieval of configuration files containing database credentials, SSH keys, or other sensitive data leading to full system takeover.

🟠

Likely Case

Unauthorized access to WordPress configuration files (wp-config.php) containing database credentials, potentially leading to database compromise and site defacement.

🟢

If Mitigated

Limited impact if proper file permissions restrict access to sensitive files and web server runs with minimal privileges.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ⚠️ Yes
Weaponized: LIKELY
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

Simple path traversal attacks using '../' sequences to access files outside web root. Public exploit details available in security advisories.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 0.3.1 or later

Vendor Advisory: https://patchstack.com/database/vulnerability/digipass/wordpress-digipass-plugin-0-3-0-arbitrary-file-download-vulnerability?_s_id=cve

Restart Required: No

Instructions:

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

🔧 Temporary Workarounds

Disable DigiPass Plugin

all

Deactivate the vulnerable plugin to prevent exploitation

wp plugin deactivate digipass

Web Application Firewall Rule

all

Block path traversal patterns at WAF level

Add rule to block requests containing '../' sequences in URLs

🧯 If You Can't Patch

  • Immediately deactivate and remove the DigiPass plugin from all WordPress installations
  • Implement strict file permissions (644 for files, 755 for directories) and ensure web server runs with minimal privileges

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel → Plugins → Installed Plugins for DigiPass version 0.3.0 or earlier

Check Version:

wp plugin list --name=digipass --field=version

Verify Fix Applied:

Verify DigiPass plugin version is 0.3.1 or later, or confirm plugin is not installed

📡 Detection & Monitoring

Log Indicators:

  • HTTP requests with '../' sequences in URL parameters
  • Multiple failed attempts to access wp-config.php or other sensitive files

Network Indicators:

  • Unusual file download patterns from WordPress sites
  • Requests to plugin endpoints with path traversal payloads

SIEM Query:

source="web_access.log" AND (url="*../*" OR url="*wp-config.php*")

🔗 References

📤 Share & Export