First published: Mon Sep 05 2022(Updated: )
There is a NULL pointer dereference in aes256_encrypt in Samsung mTower through 0.3.0 due to a missing check on the return value of EVP_CIPHER_CTX_new.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Samsung mTower | <=0.3.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-39829 has a medium severity rating due to the potential for a NULL pointer dereference vulnerability.
To fix CVE-2022-39829, ensure that your implementation properly checks the return value of EVP_CIPHER_CTX_new before using it.
CVE-2022-39829 affects all versions of Samsung mTower up to and including 0.3.0.
The vulnerability in CVE-2022-39829 is caused by a missing check on the return value of the EVP_CIPHER_CTX_new function.
The impact of CVE-2022-39829 can lead to application crashes due to an unhandled NULL pointer dereference.