Summary
Detail | |||
---|---|---|---|
Vendor | Unicorn-Engine | First view | 2021-12-26 |
Product | Unicorn Engine | Last view | 2022-06-02 |
Version | 2.0.0 | Type | Application |
Update | rc2 | ||
Edition | * | ||
Language | * | ||
Sofware Edition | * | ||
Target Software | * | ||
Target Hardware | * | ||
Other | * | ||
CPE Product | cpe:2.3:a:unicorn-engine:unicorn_engine |
Activity : Overall
Related : CVE
Date | Alert | Description | |
---|---|---|---|
7.5 | 2022-06-02 | CVE-2022-29695 | Unicorn Engine v2.0.0-rc7 contains memory leaks caused by an incomplete unicorn engine initialization. |
7.5 | 2022-06-02 | CVE-2022-29694 | Unicorn Engine v2.0.0-rc7 and below was discovered to contain a NULL pointer dereference via qemu_ram_free. |
7.5 | 2022-06-02 | CVE-2022-29693 | Unicorn Engine v2.0.0-rc7 and below was discovered to contain a memory leak via the function uc_close at /my/unicorn/uc.c. |
8.1 | 2021-12-26 | CVE-2021-44078 | 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. |
CWE : Common Weakness Enumeration
% | id | Name |
---|---|---|
25% (1) | CWE-697 | Insufficient Comparison |
25% (1) | CWE-665 | Improper Initialization |
25% (1) | CWE-476 | NULL Pointer Dereference |
25% (1) | CWE-401 | Failure to Release Memory Before Removing Last Reference ('Memory L... |