Endpoint ManagerApplication · Ivanti

CVE-2024-34787

HIGH · 7.8 CVSS v3.1 Published 2024-11-13
Fix available
A fix is available. Upgrade to 2022 or later.
See remediation →
81/100
Remediation priority · High
No privileges

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Path traversal in Ivanti Endpoint Manager before 2024 November Security Update or 2022 SU6 November Security Update allows a local unauthenticated attacker to achieve code execution. User interaction is required.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

A path traversal vulnerability in Ivanti Endpoint Manager allows a local unauthenticated attacker to escape the intended directory boundaries and access or write files outside the expected path, leading to code execution. The attacker requires user interaction on the target system to trigger the vulnerability, likely through social engineering or tricking a local user into accessing a malicious path or file.

MitigationApply the November Security Update for Ivanti Endpoint Manager (either the 2024 release or the 2022 SU6 release depending on your current version). Verify the current version and test the patch in a non-production environment before deploying organization-wide.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
Endpoint ManagerApplication
Affected:< 2022= 2022= 2024

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Local
Complexity
Low
Privileges
None
User interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Confirm Ivanti Endpoint Manager is installed
    Check the installed programs list in Windows Control Panel or use 'Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, DisplayVersion' to list installed software
    Affected if Ivanti Endpoint Manager appears in the installed software list with a version matching < 2022, 2022, or 2024
  2. Identify the installed version number
    Run 'dism /online /get-packages' or check the registry at HKLM\SOFTWARE\LANDesk\ManageHub\Setup for version information, or look for version details in the Ivanti Endpoint Manager console under Help > About
    Affected if The version returned is any release of 2022 or 2024, or any version lower than 2022
  3. Verify the Core Server service is running
    Open Services.msc and check if the 'LANDesk Management Server' or 'Ivanti Endpoint Manager Core' service exists and is running, or use 'Get-Service | Where-Object {$_.DisplayName -like "*Ivanti*" -or $_.DisplayName -like "*LANDesk*"}'
    Affected if The service is present and running, indicating the vulnerable component is active
  4. Check for suspicious file access patterns
    Review Windows Event Viewer logs under Security and Application logs for events containing unusual path traversal patterns such as '..\' or '..%2F' in file access attempts, particularly around the Ivanti installation directory
    Affected if Logs show file access attempts containing path traversal sequences outside the expected installation directory
  5. Inspect web component logs if exposed
    If the Ivanti Endpoint Manager web console is accessible, review IIS logs in C:\inetpub\logs\LogFiles for unusual path traversal requests or abnormal file write operations
    Affected if IIS or web logs contain requests with path traversal patterns targeting system directories outside the Ivanti install path

You are affected if Ivanti Endpoint Manager version 2022, 2024, or any version below 2022 is installed and running on your system, and there are indicators of path traversal attempts in logs or unusual file access patterns.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 2022 or later
Fixed in 2022
Interim mitigation

Apply the November Security Update for Ivanti Endpoint Manager (either the 2024 release or the 2022 SU6 release depending on your current version). Verify the current version and test the patch in a non-production environment before deploying organization-wide.

Recommended fix Moderate confidence

2024 November Security Update or 2022 SU6 November Security Update (depending on current version)

  1. Identify the current version of Ivanti Endpoint Manager by checking the server console or system information
  2. If running version 2024.x, upgrade to the 2024 November Security Update
  3. If running version 2022.x (including 2022 SU1-SU5), upgrade to 2022 SU6 November Security Update
  4. If running a version prior to 2022, upgrade directly to either the 2024 November Security Update or 2022 SU6 November Security Update
  5. After upgrade, verify the version by checking the Ivanti Endpoint Manager console or documentation to confirm the security update is applied
  6. Test that core functionality (patch deployment, software distribution) works correctly post-upgrade
Caveat Major version upgrades may require migration planning; review Ivanti upgrade documentation before proceeding

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Endpoint Manager Scoped from the published advisory
  • Consultation3.0 h
  • Implementation2.0 h
  • Testing4.0 h
  • Review / QA2.0 h
11.0 hours of engineering $1,920
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,072.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2024-34787 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2024-34787 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data