CVE-2025-0853

7.5 HIGH

📋 TL;DR

The PGS Core WordPress plugin contains an SQL injection vulnerability in the 'save_header_builder' function that allows unauthenticated attackers to execute arbitrary SQL queries. This can lead to sensitive database information disclosure. All WordPress sites using PGS Core plugin versions up to 5.8.0 are affected.

💻 Affected Systems

Products:
  • PGS Core WordPress Plugin
Versions: All versions up to and including 5.8.0
Operating Systems: All
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with PGS Core plugin enabled. No special configuration needed.

⚠️ 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 database compromise including user credentials, sensitive content, and potential privilege escalation leading to full site takeover.

🟠

Likely Case

Data exfiltration of sensitive information like user emails, passwords, and administrative data from the database.

🟢

If Mitigated

Limited information disclosure if database permissions are properly restricted and input validation is implemented elsewhere.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

SQL injection via 'event' parameter requires minimal technical skill to exploit.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 5.8.1 or later

Vendor Advisory: https://docs.potenzaglobalsolutions.com/docs/ciyashop-wp/changelog/

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins. 3. Find PGS Core plugin. 4. Click 'Update Now' or manually update to version 5.8.1+. 5. Verify plugin is active and functioning.

🔧 Temporary Workarounds

Temporary Plugin Deactivation

all

Disable the vulnerable plugin until patched version is available

wp plugin deactivate pgs-core

Web Application Firewall Rule

all

Block SQL injection patterns targeting the 'event' parameter

🧯 If You Can't Patch

  • Implement strict input validation and parameterized queries in custom code
  • Restrict database user permissions to minimum required access

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > PGS Core version number

Check Version:

wp plugin list --name=pgs-core --field=version

Verify Fix Applied:

Confirm PGS Core plugin version is 5.8.1 or higher in WordPress plugins list

📡 Detection & Monitoring

Log Indicators:

  • Unusual SQL queries in database logs
  • Multiple requests to save_header_builder with SQL-like payloads in 'event' parameter

Network Indicators:

  • POST requests to wp-admin/admin-ajax.php with SQL injection patterns in parameters

SIEM Query:

source="web_logs" AND uri="/wp-admin/admin-ajax.php" AND (param="event" AND value MATCH "(?i)(union|select|insert|update|delete|drop|create|alter)")

🔗 References

📤 Share & Export