CVE-2025-67522

9.8 CRITICAL

📋 TL;DR

This CVE describes a PHP Local File Inclusion vulnerability in the NooTheme Jobmonster WordPress theme. Attackers can include arbitrary local files through improper filename control in PHP include/require statements, potentially leading to code execution. All WordPress sites using Jobmonster theme version 4.8.2 or earlier are affected.

💻 Affected Systems

Products:
  • NooTheme Jobmonster WordPress Theme
Versions: All versions up to and including 4.8.2
Operating Systems: Any OS running PHP
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with Jobmonster theme active.

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

Remote code execution leading to complete system compromise, data theft, and website defacement.

🟠

Likely Case

File disclosure, sensitive information leakage, and potential privilege escalation.

🟢

If Mitigated

Limited impact with proper file permissions and web server hardening.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Simple HTTP requests can trigger the vulnerability without authentication.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Version after 4.8.2

Vendor Advisory: https://patchstack.com/database/Wordpress/Theme/noo-jobmonster/vulnerability/wordpress-jobmonster-theme-4-8-2-local-file-inclusion-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Update Jobmonster theme to latest version via WordPress admin panel. 2. Verify theme version is >4.8.2. 3. Clear WordPress cache if applicable.

🔧 Temporary Workarounds

Disable vulnerable theme

all

Switch to default WordPress theme until patch is applied

Restrict file inclusion

linux

Modify PHP configuration to restrict file inclusion paths

php_admin_value open_basedir /var/www/html
php_admin_value allow_url_include Off

🧯 If You Can't Patch

  • Implement web application firewall (WAF) rules to block LFI patterns
  • Restrict file permissions and disable unnecessary PHP functions

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Appearance > Themes for Jobmonster version ≤4.8.2

Check Version:

grep -r "Version:" wp-content/themes/jobmonster/style.css

Verify Fix Applied:

Confirm theme version is >4.8.2 in WordPress admin

📡 Detection & Monitoring

Log Indicators:

  • Unusual file include patterns in PHP error logs
  • HTTP requests with file path traversal parameters

Network Indicators:

  • HTTP requests containing ../ patterns or file inclusion parameters

SIEM Query:

web.url:*include* OR web.url:*require* OR web.url:*..*

🔗 References

📤 Share & Export