SB2025011595 - Multiple vulnerabilities in Ivanti Endpoint Manager
Published: January 15, 2025 Updated: March 10, 2025
Breakdown by Severity
- Low
- Medium
- High
- Critical
Description
This security bulletin contains information about 16 vulnerabilities.
1) Out-of-bounds write (CVE-ID: CVE-2024-13168)
CWE-ID: CWE-787 - Out-of-bounds write
CVSSv4: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/U:Green
The vulnerability allows a remote attacker to perform a denial of service (DoS) attack.
The vulnerability exists due to a boundary error when processing untrusted input within the AlertService. A remote attacker can send specially crafted data to the application, trigger an out-of-bounds write and perform a denial of service (DoS) attack.
2) SQL injection (CVE-ID: CVE-2024-13162)
CWE-ID: CWE-89 - Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
CVSSv4: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:U/U:Clear
The vulnerability allows a remote user to execute arbitrary SQL queries in database.
The vulnerability exists due to insufficient sanitization of user-supplied data within the updateAssetInfo method. A remote privileged user can send a specially crafted request to the affected application and execute arbitrary SQL commands within the application database.
Note, the vulnerability exists due to incomplete fix for #VU97132 (CVE-2024-32848).
3) Deserialization of Untrusted Data (CVE-ID: CVE-2024-13163)
CWE-ID: CWE-502 - Deserialization of Untrusted Data
CVSSv4: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U/U:Green
The vulnerability allows a remote attacker to execute arbitrary code on the target system.
The vulnerability exists due to insecure input validation when processing serialized data within the DecodeBase64Object method. A remote attacker can trick the victim into passing specially crafted data to the application and execute arbitrary code on the target system.
4) Use of uninitialized resource (CVE-ID: CVE-2024-13164)
CWE-ID: CWE-908 - Use of Uninitialized Resource
CVSSv4: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U/U:Clear
The vulnerability allows a local user to escalate privileges on the system.
The vulnerability exists due to usage of uninitialized resources within the AlertService. A local user can disclose stored credentials and execute arbitrary code with elevated privileges.
5) Out-of-bounds write (CVE-ID: CVE-2024-13165)
CWE-ID: CWE-787 - Out-of-bounds write
CVSSv4: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/U:Green
The vulnerability allows a remote attacker to perform a denial of service (DoS) attack.
The vulnerability exists due to a boundary error when processing untrusted input within the AlertService. A remote attacker can send specially crafted data to the application, trigger an out-of-bounds write and perform a denial of service (DoS) attack.
6) Out-of-bounds write (CVE-ID: CVE-2024-13166)
CWE-ID: CWE-787 - Out-of-bounds write
CVSSv4: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/U:Green
The vulnerability allows a remote attacker to perform a denial of service (DoS) attack.
The vulnerability exists due to a boundary error when processing untrusted input within the AlertService. A remote attacker can send specially crafted data to the application, trigger an out-of-bounds write and perform a denial of service (DoS) attack.
7) Out-of-bounds write (CVE-ID: CVE-2024-13167)
CWE-ID: CWE-787 - Out-of-bounds write
CVSSv4: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/U:Green
The vulnerability allows a remote attacker to perform a denial of service (DoS) attack.
The vulnerability exists due to a boundary error when processing untrusted input within the AlertService. A remote attacker can send specially crafted data to the application, trigger an out-of-bounds write and perform a denial of service (DoS) attack.
8) Type Confusion (CVE-ID: CVE-2024-13169)
CWE-ID: CWE-843 - Type confusion
CVSSv4: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U/U:Clear
The vulnerability allows a local user to escalate privileges on the system.
The vulnerability exists due to a type confusion error within the AlertService. A local user can disclose stored credentials and execute arbitrary code with elevated privileges.
9) Absolute Path Traversal (CVE-ID: CVE-2024-10811)
CWE-ID: CWE-36 - Absolute Path Traversal
CVSSv4: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U/U:Amber
The vulnerability allows a remote attacker to gain access to sensitive information.
The vulnerability exists due to insufficient input validation. A remote non-authenticated attacker can view contents of arbitrary files on the system and use the obtain information to execute arbitrary code.
10) Out-of-bounds write (CVE-ID: CVE-2024-13170)
CWE-ID: CWE-787 - Out-of-bounds write
CVSSv4: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/U:Green
The vulnerability allows a remote attacker to perform a denial of service (DoS) attack.
The vulnerability exists due to a boundary error when processing untrusted input within the AlertService. A remote attacker can send specially crafted data to the application, trigger an out-of-bounds write and perform a denial of service (DoS) attack.
11) Arbitrary file upload (CVE-ID: CVE-2024-13171)
CWE-ID: CWE-434 - Unrestricted Upload of File with Dangerous Type
CVSSv4: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U/U:Green
The vulnerability allows a remote attacker to compromise vulnerable system.
The vulnerability exists due to insufficient validation of filename during file upload. A remote attacker can trick the victim into uploading a specially crafted file and execute arbitrary code on the system.
12) Improper verification of cryptographic signature (CVE-ID: CVE-2024-13172)
CWE-ID: CWE-347 - Improper Verification of Cryptographic Signature
CVSSv4: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U/U:Green
The vulnerability allows a remote attacker to execute arbitrary code on the system.
The vulnerability exists due to improper certificate validation within the HIIDriver class. A remote attacker can trick the victim into using a specially crafted file to execute arbitrary code on the system.
13) Path traversal (CVE-ID: CVE-2024-13158)
CWE-ID: CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
CVSSv4: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U/U:Clear
The vulnerability allows a remote user to escalate privileges within the application.
The vulnerability exists due to input validation error when processing directory traversal sequences within the MyResolveEventHandler method. A remote user can send a specially crafted HTTP request and read arbitrary files on the system.
Successful exploitation of the vulnerability may lead to privilege escalation.
14) Absolute Path Traversal (CVE-ID: CVE-2024-13159)
CWE-ID: CWE-36 - Absolute Path Traversal
CVSSv4: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:A/U:Amber
The vulnerability allows a remote attacker to gain access to sensitive information.
The vulnerability exists due to insufficient input validation. A remote non-authenticated attacker can view contents of arbitrary files on the system and use the obtain information to execute arbitrary code.
15) Absolute Path Traversal (CVE-ID: CVE-2024-13160)
CWE-ID: CWE-36 - Absolute Path Traversal
CVSSv4: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:A/U:Amber
The vulnerability allows a remote attacker to gain access to sensitive information.
The vulnerability exists due to insufficient input validation. A remote non-authenticated attacker can view contents of arbitrary files on the system and use the obtain information to execute arbitrary code.
16) Absolute Path Traversal (CVE-ID: CVE-2024-13161)
CWE-ID: CWE-36 - Absolute Path Traversal
CVSSv4: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:A/U:Amber
The vulnerability allows a remote attacker to gain access to sensitive information.
The vulnerability exists due to insufficient input validation. A remote non-authenticated attacker can view contents of arbitrary files on the system and use the obtain information to execute arbitrary code.
Remediation
Install update from vendor's website.
References
- https://forums.ivanti.com/s/article/Security-Advisory-EPM-January-2025-for-EPM-2024-and-EPM-2022-SU6?language=en_US
- https://www.zerodayinitiative.com/advisories/ZDI-25-035/
- https://www.zerodayinitiative.com/advisories/ZDI-25-041/
- https://www.zerodayinitiative.com/advisories/ZDI-25-040/
- https://www.zerodayinitiative.com/advisories/ZDI-25-039/
- https://www.zerodayinitiative.com/advisories/ZDI-25-038/
- https://www.zerodayinitiative.com/advisories/ZDI-25-037/
- https://www.zerodayinitiative.com/advisories/ZDI-25-036/
- https://www.zerodayinitiative.com/advisories/ZDI-25-034/
- https://www.zerodayinitiative.com/advisories/ZDI-25-033/
- https://www.zerodayinitiative.com/advisories/ZDI-25-114/
- https://www.zerodayinitiative.com/advisories/ZDI-25-032/
- https://www.zerodayinitiative.com/advisories/ZDI-25-031/