CVE-2021-20110
Last modified
CVE-2021-20110 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. Due to Manage Engine Asset Explorer Agent 1.0.34 not validating HTTPS certificates, an attacker on the network can statically configure their IP address to match the Asset Explorer's Server IP address. This will allow an attacker to send a NEWSCAN request to a listening agent on the network as well as receive the agent's HTTP request verifying its authtoken. EPSS estimates a 7.38% chance of exploitation in the next 30 days.
Description
Due to Manage Engine Asset Explorer Agent 1.0.34 not validating HTTPS certificates, an attacker on the network can statically configure their IP address to match the Asset Explorer's Server IP address. This will allow an attacker to send a NEWSCAN request to a listening agent on the network as well as receive the agent's HTTP request verifying its authtoken. In httphandler.cpp, the agent reaching out over HTTP is vulnerable to an Integer Overflow, which can be turned into a Heap Overflow allowing for remote code execution as NT AUTHORITY/SYSTEM on the agent machine. The Integer Overflow occurs when receiving POST response from the Manage Engine server, and the agent calling "HttpQueryInfoW" in order to get the "Content-Length" size from the incoming POST request. This size is taken, but multiplied to a larger amount. If an attacker specifies a Content-Length size of 1073741823 or larger, this integer arithmetic will wrap the value back around to smaller integer, then calls "calloc" with this size to allocate memory. The following API "InternetReadFile" will copy the POST data into this buffer, which will be too small for the contents, and cause heap overflow.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Zohocorp | Manageengine Assetexplorer | 1.0.34 |
References
- https://www.tenable.com/security/research/tra-2021-31Third Party Advisory
- https://www.tenable.com/security/research/tra-2021-31Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2021-20110?
How severe is CVE-2021-20110?
How do I fix CVE-2021-20110?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2021
- CVE-2021-20105Machform prior to version 16 is vulnerable to an open redire…6.1
- CVE-2021-20106Nessus Agent versions 8.2.5 and earlier were found to contai…6.5
- CVE-2021-20107There exists an unauthenticated BLE Interface in Sloan Smart…5.4
- CVE-2021-20108Manage Engine Asset Explorer Agent 1.0.34 listens on port 90…7.5
- CVE-2021-20109Due to the Asset Explorer agent not validating HTTPS certifi…7.5
- CVE-2021-2011Vulnerability in the MySQL Client product of Oracle MySQL (c…5.9
- CVE-2021-20111A stored cross-site scripting vulnerability exists in TCExam…5.4
- CVE-2021-20112A stored cross-site scripting vulnerability exists in TCExam…5.4
- CVE-2021-20113An exposure of sensitive information vulnerability exists in…5.3
- CVE-2021-20114When installed following the default/recommended settings, T…7.5
- CVE-2021-20115A reflected cross-site scripting vulnerability exists in TCE…6.1
- CVE-2021-20116A reflected cross-site scripting vulnerability exists in TCE…6.1
Are you affected by CVE-2021-20110?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
