
CVE-2024-21893 is a server-side request forgery (SSRF) flaw in Ivanti Sentry (formerly MobileIron). Chained with other Ivanti bugs, attackers pivot from Sentry to internal Connect Secure appliances and Linux backend services.
Affected Ivanti Sentry
- Ivanti Sentry before 9.18.0.4
- Sentry 9.17.x and earlier builds
- Mobile device management gateways on port 443
Verify version
show version
curl -sk https://sentry.example.com/ | grep -i ivantiPatching Method
- Download Ivanti Sentry patch 9.18.0.4+ from security advisory.
- Schedule MDM downtime — mobile enrollments pause during reboot.
- Apply patch via Sentry admin console or vendor CLI bundle.
- Reboot appliance; verify build in admin UI.
- Patch linked Connect Secure / Policy Secure if in same Ivanti stack.
- Review Sentry logs for SSRF patterns targeting internal
127.0.0.1or RFC1918 hosts.
# Post-patch — check for lateral movement artifacts
grep -i 'ssrf\|127.0.0.1\|internal' /var/log/sentry/*.log 2>/dev/null | tail -20Hardening
- Do not expose Sentry admin to internet
- Segment Sentry from internal database VLANs
- Enable Ivanti ICT scan after every major patch