8.1
CVE-2021-44078
- EPSS 0.23%
- Veröffentlicht 26.12.2021 05:15:07
- Zuletzt bearbeitet 21.11.2024 06:30:19
- Quelle cve@mitre.org
- CVE-Watchlists
- Unerledigt
An issue was discovered in split_region in uc.c in Unicorn Engine before 2.0.0-rc5. It allows local attackers to escape the sandbox. An attacker must first obtain the ability to execute crafted code in the target sandbox in order to exploit this vulnerability. The specific flaw exists within the virtual memory manager. The issue results from the faulty comparison of GVA and GPA while calling uc_mem_map_ptr to free part of a claimed memory block. An attacker can leverage this vulnerability to escape the sandbox and execute arbitrary code on the host machine.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Unicorn-engine ≫ Unicorn Engine Version <= 1.0.3
Unicorn-engine ≫ Unicorn Engine Version2.0.0 Updaterc1
Unicorn-engine ≫ Unicorn Engine Version2.0.0 Updaterc2
Unicorn-engine ≫ Unicorn Engine Version2.0.0 Updaterc3
Unicorn-engine ≫ Unicorn Engine Version2.0.0 Updaterc4
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.23% | 0.432 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 8.1 | 1.4 | 6 |
CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H
|
| nvd@nist.gov | 6.9 | 3.4 | 10 |
AV:L/AC:M/Au:N/C:C/I:C/A:C
|
CWE-697 Incorrect Comparison
The product compares two entities in a security-relevant context, but the comparison is incorrect, which may lead to resultant weaknesses.