CVE-2026-1793

6.5 MEDIUM

📋 TL;DR

The Element Pack Addons for Elementor WordPress plugin contains an arbitrary file read vulnerability in its SVG widget. Authenticated attackers with contributor-level access or higher can read sensitive files on the server. All versions up to 8.3.17 are affected.

💻 Affected Systems

Products:
  • Element Pack Addons for Elementor WordPress plugin
Versions: All versions up to and including 8.3.17
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires authenticated user with at least contributor-level permissions. The plugin must be installed and the SVG widget feature must be enabled.

⚠️ 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 read sensitive configuration files (wp-config.php), database credentials, SSH keys, or other critical system files leading to complete site compromise.

🟠

Likely Case

Attackers with contributor access could read WordPress configuration files to obtain database credentials, potentially leading to database takeover and privilege escalation.

🟢

If Mitigated

With proper access controls and file permissions, impact is limited to files readable by the web server user, but sensitive configuration files are typically accessible.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires authenticated access but is straightforward once authenticated. The vulnerability is well-documented with public proof-of-concept available.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 8.3.18 and later

Vendor Advisory: https://plugins.trac.wordpress.org/changeset/3452826/bdthemes-element-pack-lite#file1135

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'Element Pack Addons for Elementor'. 4. Click 'Update Now' if available. 5. Alternatively, download version 8.3.18+ from WordPress repository and manually update.

🔧 Temporary Workarounds

Disable SVG Widget

all

Temporarily disable the vulnerable SVG widget feature in Element Pack settings

Restrict Contributor Access

all

Temporarily remove contributor-level access or limit to trusted users only

🧯 If You Can't Patch

  • Remove or disable the Element Pack plugin entirely until patched
  • Implement strict file permissions (chmod 600) on sensitive configuration files like wp-config.php

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel → Plugins → Element Pack Addons for Elementor → Version number. If version is 8.3.17 or lower, you are vulnerable.

Check Version:

wp plugin list --name='Element Pack Addons for Elementor' --field=version

Verify Fix Applied:

After updating, verify version is 8.3.18 or higher in WordPress plugins list.

📡 Detection & Monitoring

Log Indicators:

  • Unusual file access patterns in web server logs, particularly requests to SVG widget endpoints with file path parameters

Network Indicators:

  • HTTP requests to /wp-admin/admin-ajax.php with action=element_pack_svg_render containing file path parameters

SIEM Query:

source="web_server_logs" AND uri="/wp-admin/admin-ajax.php" AND query="action=element_pack_svg_render" AND (query="file=" OR query="path=")

🔗 References

📤 Share & Export