Skip to content

Contribution to "An issue was discovered in split_region in uc.c in Unicor..." #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,17 +1,36 @@
{
"schema_version": "1.2.0",
"id": "GHSA-rmvm-v6m6-87vr",
"modified": "2022-01-08T00:00:53Z",
"published": "2021-12-27T00:00:18Z",
"modified": "2022-02-26T21:22:41Z",
"published": "2021-12-27T00:00:19Z",
"aliases": [
"CVE-2021-44078"
],
"summary": "Sandbox Escape in unicorn",
"details": "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.",
"severity": [

],
"affected": [

{
"package": {
"ecosystem": "PyPI",
"name": "unicorn"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "2.0.0rc5"
}
]
}
]
}
],
"references": [
{
@@ -43,7 +62,7 @@
"cwe_ids": [
"CWE-697"
],
"severity": "HIGH",
"github_reviewed": false
"severity": "high",
"github_reviewed": null
}
}