CVE-2022-0614
16.02.2022, 10:15
Use of Out-of-range Pointer Offset in Homebrew mruby prior to 3.2.Enginsight
Vendor | Product | Version |
---|---|---|
mruby | mruby | 𝑥 < 3.2 |
𝑥
= Vulnerable software versions

Debian Releases

Ubuntu Releases
Common Weakness Enumeration
- CWE-823 - Use of Out-of-range Pointer OffsetThe program performs pointer arithmetic on a valid pointer, but it uses an offset that can point outside of the intended range of valid memory locations for the resulting pointer.
- CWE-119 - Improper Restriction of Operations within the Bounds of a Memory BufferThe software performs operations on a memory buffer, but it can read from or write to a memory location that is outside of the intended boundary of the buffer.