CVE-2025-69345

5.4 MEDIUM

📋 TL;DR

This CVE describes a Missing Authorization vulnerability in BoldGrid Post and Page Builder WordPress plugin that allows attackers to bypass access controls. Attackers could potentially modify content or settings they shouldn't have permission to access. This affects all WordPress sites using the vulnerable plugin versions.

💻 Affected Systems

Products:
  • Post and Page Builder by BoldGrid
Versions: All versions up to and including 1.27.9
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects WordPress installations with the vulnerable plugin enabled. No special configuration required.

⚠️ 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

Unauthorized users could modify or delete posts/pages, inject malicious content, or compromise site integrity leading to defacement or malware distribution.

🟠

Likely Case

Low-privileged users could escalate privileges to edit content they shouldn't have access to, potentially modifying posts or pages.

🟢

If Mitigated

With proper user role management and authentication controls, impact would be limited to authorized 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 user access but can bypass intended authorization checks.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.27.10 or later

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/post-and-page-builder/vulnerability/wordpress-post-and-page-builder-by-boldgrid-plugin-1-27-9-broken-access-control-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Go to Plugins → Installed Plugins. 3. Find 'Post and Page Builder by BoldGrid'. 4. Click 'Update Now' if available. 5. Alternatively, download latest version from WordPress repository and manually update.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate post-and-page-builder

Restrict User Roles

all

Limit user accounts and implement least privilege access

🧯 If You Can't Patch

  • Implement strict access controls and review user permissions
  • Monitor for unauthorized content modifications and implement web application firewall rules

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins → Post and Page Builder by BoldGrid version

Check Version:

wp plugin get post-and-page-builder --field=version

Verify Fix Applied:

Verify plugin version is 1.27.10 or higher in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized POST requests to plugin endpoints
  • Unexpected content modifications by non-admin users

Network Indicators:

  • Unusual API calls to /wp-admin/admin-ajax.php with plugin-specific actions

SIEM Query:

source="wordpress.log" AND ("post-and-page-builder" OR "boldgrid") AND ("unauthorized" OR "permission denied")

🔗 References

📤 Share & Export