CVE-2019-12377

9.8 CRITICAL

📋 TL;DR

This vulnerability in Ivanti LANDESK Management Suite allows attackers to upload arbitrary files to the server via the upl/async_upload.asp endpoint. This can lead to remote code execution, potentially giving attackers full control over affected systems. Organizations running vulnerable versions of LANDESK Management Suite are affected.

💻 Affected Systems

Products:
  • Ivanti LANDESK Management Suite (LDMS, Endpoint Manager)
Versions: 10.0.1.168 Service Update 5 and likely earlier versions
Operating Systems: Windows (primary deployment platform)
Default Config Vulnerable: ⚠️ Yes
Notes: The vulnerable endpoint appears to be part of default installation. All deployments with the affected version are vulnerable.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete system compromise allowing attackers to execute arbitrary code, steal sensitive data, deploy ransomware, or pivot to other systems in the network.

🟠

Likely Case

Attackers upload web shells or malicious scripts to gain persistent access, escalate privileges, and move laterally within the network.

🟢

If Mitigated

Limited impact with proper network segmentation, file upload validation, and monitoring in place.

🌐 Internet-Facing: HIGH - If the vulnerable endpoint is exposed to the internet, attackers can directly exploit it without internal access.
🏢 Internal Only: HIGH - Even internally, this vulnerability can be exploited by malicious insiders or attackers who have gained initial foothold.

🎯 Exploit Status

Public PoC: ⚠️ Yes
Weaponized: LIKELY
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

The vulnerability requires no authentication and has publicly available proof-of-concept code, making exploitation straightforward.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Later versions after 10.0.1.168 Service Update 5

Vendor Advisory: https://forums.ivanti.com/s/article/Security-Advisory-for-LANDESK-Management-Suite

Restart Required: Yes

Instructions:

1. Check current version. 2. Apply latest Ivanti security patches. 3. Restart LANDESK services. 4. Verify patch installation.

🔧 Temporary Workarounds

Block access to vulnerable endpoint

windows

Restrict access to upl/async_upload.asp endpoint using web server configuration or firewall rules

# IIS: Add URL rewrite rule to block /upl/async_upload.asp
# Apache: Use mod_rewrite to deny access to the endpoint

Implement file upload validation

all

Add server-side validation for file uploads including file type checking and size limits

🧯 If You Can't Patch

  • Implement strict network segmentation to isolate LANDESK servers from critical systems
  • Deploy web application firewall (WAF) with rules to detect and block file upload exploitation attempts

🔍 How to Verify

Check if Vulnerable:

Check if upl/async_upload.asp endpoint exists and accepts file uploads without proper validation. Test with controlled file upload attempts.

Check Version:

Check LANDESK console or installation directory for version information

Verify Fix Applied:

Verify the patch version is installed and test that the vulnerable endpoint no longer accepts arbitrary file uploads.

📡 Detection & Monitoring

Log Indicators:

  • Unusual file upload activity to upl/async_upload.asp
  • Unexpected file creations in web directories
  • Suspicious process executions from web server context

Network Indicators:

  • POST requests to /upl/async_upload.asp with file uploads
  • Unusual outbound connections from LANDESK server

SIEM Query:

source="LANDESK" AND (url="*/upl/async_upload.asp" OR file_upload="true")

🔗 References

📤 Share & Export