Vulnerability Details : CVE-2022-1106
Potential exploit
use after free in mrb_vm_exec in GitHub repository mruby/mruby prior to 3.2.
Vulnerability category: Memory Corruption
Products affected by CVE-2022-1106
- cpe:2.3:a:mruby:mruby:*:*:*:*:*:*:*:*
Exploit prediction scoring system (EPSS) score for CVE-2022-1106
0.18%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 41 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2022-1106
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
6.4
|
MEDIUM | AV:N/AC:L/Au:N/C:P/I:N/A:P |
10.0
|
4.9
|
NIST | |
7.2
|
HIGH | CVSS:3.0/AV:L/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H |
0.6
|
6.0
|
huntr.dev | |
9.1
|
CRITICAL | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H |
3.9
|
5.2
|
NIST |
CWE ids for CVE-2022-1106
-
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.Assigned by:
- nvd@nist.gov (Primary)
- security@huntr.dev (Secondary)
References for CVE-2022-1106
-
https://github.com/mruby/mruby/commit/7f5a490d09f4d56801ac3a3e4e39e03e1471b44c
vm.c: vm.c: stack may be reallocated in functions calls; aaa28a5 · mruby/mruby@7f5a490 · GitHubPatch;Third Party Advisory
-
https://huntr.dev/bounties/16b9d0ea-71ed-41bc-8a88-2deb4c20be8f
use after free in mrb_vm_exec vulnerability found in mrubyExploit;Patch;Third Party Advisory
Jump to