CVE-2022-22375

7.2 HIGH

📋 TL;DR

This vulnerability allows remote authenticated attackers to execute arbitrary commands on IBM Security Verify Privilege On-Premises systems by sending specially crafted requests. Attackers with valid credentials can potentially gain full control of affected servers. Organizations running IBM Security Verify Privilege On-Premises 11.5 are affected.

💻 Affected Systems

Products:
  • IBM Security Verify Privilege On-Premises
Versions: 11.5
Operating Systems: All supported platforms
Default Config Vulnerable: ⚠️ Yes
Notes: Requires authenticated access to the application.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete system compromise allowing attackers to execute arbitrary commands with system privileges, potentially leading to data theft, lateral movement, or ransomware deployment.

🟠

Likely Case

Authenticated attackers gaining command execution capabilities to install backdoors, exfiltrate sensitive data, or pivot to other systems in the network.

🟢

If Mitigated

Limited impact if proper network segmentation, least privilege access, and monitoring are in place, though command execution would still be possible.

🌐 Internet-Facing: HIGH
🏢 Internal Only: HIGH

🎯 Exploit Status

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

Exploitation requires authenticated access but appears to be straightforward based on the CWE-434 (Unrestricted Upload of File with Dangerous Type) classification.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Apply fix from IBM Security Bulletin

Vendor Advisory: https://www.ibm.com/support/pages/node/7047202

Restart Required: Yes

Instructions:

1. Review IBM Security Bulletin. 2. Download and apply the official patch from IBM. 3. Restart the IBM Security Verify Privilege On-Premises service. 4. Verify the patch was successfully applied.

🔧 Temporary Workarounds

Restrict Access

all

Limit network access to IBM Security Verify Privilege On-Premises to only trusted IP addresses and users.

Enhanced Authentication

all

Implement multi-factor authentication and strict access controls for all administrative accounts.

🧯 If You Can't Patch

  • Isolate the system in a segmented network zone with strict firewall rules
  • Implement application-level monitoring for suspicious file uploads and command execution attempts

🔍 How to Verify

Check if Vulnerable:

Check if running IBM Security Verify Privilege On-Premises version 11.5 without the security patch applied.

Check Version:

Check the application administration console or refer to IBM documentation for version verification commands.

Verify Fix Applied:

Verify the patch version from IBM has been applied and test that file upload functionality is properly restricted.

📡 Detection & Monitoring

Log Indicators:

  • Unusual file upload patterns
  • Suspicious command execution in application logs
  • Multiple failed authentication attempts followed by successful login

Network Indicators:

  • Unexpected outbound connections from the application server
  • Suspicious file uploads to the application

SIEM Query:

source="ibm_verify_privilege" AND (event_type="file_upload" OR event_type="command_execution")

🔗 References

📤 Share & Export