"-Synchronized-Data."

This commit is contained in:
CVE Team 2021-12-26 05:01:01 +00:00
parent 92ce60481d
commit fa2e02aad1
No known key found for this signature in database
GPG Key ID: 5708902F06FEF743

View File

@ -1,17 +1,81 @@
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
"ID": "CVE-2021-44078",
"ASSIGNER": "cve@mitre.org",
"STATE": "RESERVED"
"ID": "CVE-2021-44078",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value": "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."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://www.unicorn-engine.org/changelog/",
"refsource": "MISC",
"name": "https://www.unicorn-engine.org/changelog/"
},
{
"refsource": "MISC",
"name": "https://gist.github.com/jwang-a/cb4b6e9551457aa299066076b836a2cd",
"url": "https://gist.github.com/jwang-a/cb4b6e9551457aa299066076b836a2cd"
},
{
"refsource": "MISC",
"name": "https://github.com/unicorn-engine/unicorn/commit/c733bbada356b0373fa8aa72c044574bb855fd24",
"url": "https://github.com/unicorn-engine/unicorn/commit/c733bbada356b0373fa8aa72c044574bb855fd24"
},
{
"refsource": "MISC",
"name": "https://github.com/jwang-a/CTF/blob/master/MyChallenges/Pwn/Unicorns_Aisle/UnicornsAisle.pdf",
"url": "https://github.com/jwang-a/CTF/blob/master/MyChallenges/Pwn/Unicorns_Aisle/UnicornsAisle.pdf"
},
{
"refsource": "CONFIRM",
"name": "https://github.com/unicorn-engine/unicorn/compare/2.0.0-rc4...2.0.0-rc5",
"url": "https://github.com/unicorn-engine/unicorn/compare/2.0.0-rc4...2.0.0-rc5"
}
]
}