CVE-2025-49088
📋 TL;DR
This vulnerability in Pexip Infinity's OTJ service allows remote attackers to cause denial of service by sending specially crafted calendar invites. Systems running Pexip Infinity versions 32.0 through 37.1 with OTJ for Teams SIP Guest Join enabled are affected.
💻 Affected Systems
- Pexip Infinity
📦 What is this software?
⚠️ Risk & Real-World Impact
Worst Case
Complete service disruption of the OTJ functionality, preventing Teams SIP Guest Join operations until service restart.
Likely Case
Temporary service interruption affecting Teams guest join capabilities, requiring manual intervention to restore.
If Mitigated
Limited impact with proper network segmentation and monitoring, allowing quick detection and recovery.
🎯 Exploit Status
Exploitation requires sending a crafted calendar invite to the vulnerable OTJ service endpoint.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 37.2
Vendor Advisory: https://docs.pexip.com/admin/security_bulletins.htm
Restart Required: Yes
Instructions:
1. Backup current configuration. 2. Upgrade to Pexip Infinity version 37.2 or later. 3. Restart all Pexip Infinity services. 4. Verify OTJ functionality is restored.
🔧 Temporary Workarounds
Disable OTJ for Teams SIP Guest Join
allTemporarily disable the vulnerable feature until patching can be completed.
pexipconfig --disable-otj-teams
Network Access Control
allRestrict access to OTJ service endpoints to trusted sources only.
🧯 If You Can't Patch
- Implement strict network filtering to limit access to OTJ service endpoints
- Monitor OTJ service logs for abnormal calendar invite patterns and implement alerting
🔍 How to Verify
Check if Vulnerable:
Check Pexip Infinity version and verify OTJ for Teams SIP Guest Join is enabled in configuration.
Check Version:
pexip --version
Verify Fix Applied:
Confirm version is 37.2 or later and OTJ service remains functional after receiving test calendar invites.
📡 Detection & Monitoring
Log Indicators:
- OTJ service crash logs
- Abnormal calendar invite processing errors
- Service restart events in OTJ logs
Network Indicators:
- Unusual volume of calendar invites to OTJ endpoints
- Malformed calendar invite patterns
SIEM Query:
source="pexip" AND ("OTJ crash" OR "calendar invite error" OR "service abort")