In the function process_crypto_cmd, the values of ptrs[i]...
Moderate severity
Unreviewed
Published
May 27, 2025
to the GitHub Advisory Database
•
Updated May 27, 2025
Description
Published by the National Vulnerability Database
May 27, 2025
Published to the GitHub Advisory Database
May 27, 2025
Last updated
May 27, 2025
In the function process_crypto_cmd, the values of ptrs[i] can be potentially equal to NULL which is valid value after calling slice_map_array(). Later this values will be derefenced without prior NULL check, which can lead to local Temporary DoS or OOB Read, leading to information disclosure.
References