CVE-2025-57949

5.4 MEDIUM

📋 TL;DR

This CVE describes a missing authorization vulnerability in the Ongkoskirim.id WordPress plugin that allows attackers to bypass access controls. It affects all versions up to 1.0.6, potentially enabling unauthorized access to administrative functions. WordPress site administrators using this plugin are affected.

💻 Affected Systems

Products:
  • WordPress Ongkoskirim.id Plugin
Versions: n/a through 1.0.6
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: All installations of affected plugin versions are vulnerable regardless of configuration.

⚠️ 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 gain administrative privileges, modify shipping settings, access sensitive customer data, or install malicious code on the WordPress site.

🟠

Likely Case

Unauthorized users could modify shipping configurations, view restricted data, or perform actions intended only for authenticated administrators.

🟢

If Mitigated

With proper access controls and authentication checks, only authorized administrators can access plugin functionality.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires understanding of WordPress plugin structure and access control mechanisms.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Versions after 1.0.6

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/ongkoskirim-id/vulnerability/wordpress-ongkoskirim-id-plugin-1-0-6-broken-access-control-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find Ongkoskirim.id plugin. 4. Click 'Update Now' if update available. 5. If no update, deactivate and remove plugin, then install latest version from WordPress repository.

🔧 Temporary Workarounds

Temporary Plugin Deactivation

WordPress

Disable the vulnerable plugin until patched version is available

wp plugin deactivate ongkoskirim-id

🧯 If You Can't Patch

  • Implement strict network access controls to limit plugin access to trusted IPs only
  • Add additional authentication layer or web application firewall rules for plugin endpoints

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Ongkoskirim.id version. If version is 1.0.6 or earlier, you are vulnerable.

Check Version:

wp plugin get ongkoskirim-id --field=version

Verify Fix Applied:

After update, verify plugin version is higher than 1.0.6 and test administrative functions with non-admin users to confirm access controls work.

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized access attempts to plugin admin endpoints
  • Non-admin users accessing /wp-admin/admin.php?page=ongkoskirim-id

Network Indicators:

  • HTTP requests to plugin endpoints from unauthorized IPs or user agents

SIEM Query:

source="wordpress" AND (uri_path="/wp-admin/admin.php" AND uri_query="*page=ongkoskirim-id*") AND user_role!="administrator"

🔗 References

📤 Share & Export