Rizin is a UNIX-like reverse engineering framework and command-line toolset. Versions 0.6.0 and prior are vulnerable to integer overflow in `consume_count` of `src/gnu_v2/cplus-dem.c`. The overflow check is valid logic but, is missing the modulus if the block once compiled. The compiler sees this block as unreachable code since the prior statement is multiplication by 10 and fails to consider overflow assuming the count will always be a multiple of 10. Rizin version 0.6.1 contains a fix for the issue. A temporary workaround would be disabling C++ demangling using the configuration option `bin.demangle=false`.
References
Configurations
History
21 Nov 2024, 08:18
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/rizinorg/rizin/pull/3753 - Patch | |
References | () https://github.com/rizinorg/rizin/security/advisories/GHSA-92h6-wwc2-53cq - Patch, Vendor Advisory | |
References | () https://github.com/rizinorg/rz-libdemangle/blob/main/src/gnu_v2/cplus-dem.c#L419 - Product | |
References | () https://github.com/rizinorg/rz-libdemangle/commit/51d016750e704b27ab8ace23c0f72acabca67018 - Patch | |
References | () https://github.com/rizinorg/rz-libdemangle/pull/54 - Patch |
30 Aug 2023, 19:50
Type | Values Removed | Values Added |
---|---|---|
CPE | cpe:2.3:a:rizin:rizin:*:*:*:*:*:*:*:* | |
References | (MISC) https://github.com/rizinorg/rz-libdemangle/pull/54 - Patch | |
References | (MISC) https://github.com/rizinorg/rizin/security/advisories/GHSA-92h6-wwc2-53cq - Patch, Vendor Advisory | |
References | (MISC) https://github.com/rizinorg/rz-libdemangle/commit/51d016750e704b27ab8ace23c0f72acabca67018 - Patch | |
References | (MISC) https://github.com/rizinorg/rz-libdemangle/blob/main/src/gnu_v2/cplus-dem.c#L419 - Product | |
References | (MISC) https://github.com/rizinorg/rizin/pull/3753 - Patch | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
First Time |
Rizin
Rizin rizin |
24 Aug 2023, 23:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2023-08-24 23:15
Updated : 2024-11-21 08:18
NVD link : CVE-2023-40022
Mitre link : CVE-2023-40022
CVE.ORG link : CVE-2023-40022
JSON object : View
Products Affected
rizin
- rizin
CWE
CWE-190
Integer Overflow or Wraparound