CVE-2024-13455

6.4 MEDIUM

📋 TL;DR

The igumbi Online Booking WordPress plugin has a stored cross-site scripting vulnerability that allows authenticated attackers with contributor-level access or higher to inject malicious scripts into website pages. These scripts execute whenever users view the compromised pages, potentially stealing credentials or performing unauthorized actions. All WordPress sites using this plugin up to version 1.40 are affected.

💻 Affected Systems

Products:
  • igumbi Online Booking WordPress plugin
Versions: All versions up to and including 1.40
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with the vulnerable plugin enabled. Contributor-level or higher user access is required for exploitation.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers could steal administrator credentials, take over the WordPress site, install backdoors, deface the website, or redirect visitors to malicious sites.

🟠

Likely Case

Attackers with contributor access inject malicious scripts to steal user session cookies, perform actions as authenticated users, or display phishing content to visitors.

🟢

If Mitigated

With proper user access controls and content security policies, the impact is limited to potential data exposure from the compromised user account.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: LIKELY
Unauthenticated Exploit: ✅ No
Complexity: LOW

Exploitation requires authenticated access but is technically simple once an attacker has contributor-level credentials.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Version after 1.40

Vendor Advisory: https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3243431%40igumbi-online-booking&new=3243431%40igumbi-online-booking&sfp_email=&sfph_mail=

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'igumbi Online Booking' and click 'Update Now'. 4. Verify the plugin version is above 1.40.

🔧 Temporary Workarounds

Disable vulnerable shortcode

all

Remove or disable the 'igumbi_calendar' shortcode from all posts and pages

Search WordPress database for '[igumbi_calendar' in post_content and remove

Implement Content Security Policy

all

Add CSP headers to prevent script execution from untrusted sources

Add to .htaccess: Header set Content-Security-Policy "default-src 'self'; script-src 'self'"
Or use WordPress security plugins to implement CSP

🧯 If You Can't Patch

  • Remove contributor-level access from untrusted users
  • Implement web application firewall with XSS protection rules

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for igumbi Online Booking version 1.40 or lower

Check Version:

wp plugin list --name='igumbi-online-booking' --field=version (if WP-CLI installed)

Verify Fix Applied:

Verify plugin version is above 1.40 in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to WordPress admin-ajax.php with igumbi_calendar parameters
  • Multiple failed login attempts followed by successful contributor-level login

Network Indicators:

  • Outbound connections to suspicious domains from WordPress server
  • Unusual JavaScript payloads in HTTP responses

SIEM Query:

source="wordpress.log" AND ("igumbi_calendar" OR "contributor" AND "login")

🔗 References

📤 Share & Export