CVE-2023-40022
CVSS V2 None
CVSS V3 None
Description
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`.
Overview
- CVE ID
- CVE-2023-40022
- Assigner
- GitHub_M
- Vulnerability Status
- PUBLISHED
- Published Version
- 2023-08-24T22:50:57.457Z
- Last Modified Date
- 2023-08-24T22:50:57.457Z
Weakness Enumerations
References
Reference URL | Reference Tags |
---|---|
https://github.com/rizinorg/rizin/security/advisories/GHSA-92h6-wwc2-53cq | x_refsource_CONFIRM |
https://github.com/rizinorg/rizin/pull/3753 | x_refsource_MISC |
https://github.com/rizinorg/rz-libdemangle/pull/54 | x_refsource_MISC |
https://github.com/rizinorg/rz-libdemangle/commit/51d016750e704b27ab8ace23c0f72acabca67018 | x_refsource_MISC |
https://github.com/rizinorg/rz-libdemangle/blob/main/src/gnu_v2/cplus-dem.c#L419 | x_refsource_MISC |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2023-40022 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-40022 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2024-06-25 02:26:13 | Added to TrackCVE |