First published: Thu Sep 08 2022(Updated: )
An issue was discovered in Samsung TizenRT through 3.0_GBM (and 3.1_PRE). createDB in security/provisioning/src/provisioningdatabasemanager.c has a missing sqlite3_close after sqlite3_open_v2, leading to a denial of service.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Samsung Tizen RT | =1.0-m1 | |
Samsung Tizen RT | =1.1 | |
Samsung Tizen RT | =2.0 | |
Samsung Tizen RT | =3.0-gbm |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-40280 has been classified as a denial of service vulnerability.
To fix CVE-2022-40280, ensure that sqlite3_close is called after sqlite3_open_v2 in the affected code.
CVE-2022-40280 affects Samsung TizenRT versions 1.0-m1, 1.1, 2.0, and 3.0-gbm.
The impact of CVE-2022-40280 is that it can lead to a denial of service, causing the application to crash or become unresponsive.
Currently, a specific workaround for CVE-2022-40280 has not been publicly disclosed, so it is advisable to implement the fix as soon as possible.