Vulnerability Details : CVE-2022-1934
Use After Free in GitHub repository mruby/mruby prior to 3.2.
Vulnerability category: Memory Corruption
Products affected by CVE-2022-1934
- cpe:2.3:a:mruby:mruby:*:*:*:*:*:*:*:*
Exploit prediction scoring system (EPSS) score for CVE-2022-1934
0.05%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 15 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2022-1934
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
4.6
|
MEDIUM | AV:L/AC:L/Au:N/C:P/I:P/A:P |
3.9
|
6.4
|
NIST | |
5.1
|
MEDIUM | CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L |
2.5
|
2.5
|
huntr.dev | |
7.8
|
HIGH | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
1.8
|
5.9
|
NIST |
CWE ids for CVE-2022-1934
-
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-1934
-
https://github.com/mruby/mruby/commit/aa7f98dedb68d735a1665d3a289036c88b0c47ce
vm.c (hash_new_from_regs): stack may be reallocated. · mruby/mruby@aa7f98d · GitHubPatch;Third Party Advisory
-
https://huntr.dev/bounties/99e6df06-b9f7-4c53-a722-6bb89fbfb51f
Use-After-Free in function hash_new_from_values vulnerability found in mrubyExploit;Patch;Third Party Advisory
Jump to