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.
                
            References
                    | Link | Resource | 
|---|---|
| https://github.com/Samsung/TizenRT/blob/f8f776dd183246ad8890422c1ee5e8f33ab2aaaf/external/iotivity/iotivity_1.2-rel/resource/csdk/security/provisioning/src/provisioningdatabasemanager.c#L100 | Third Party Advisory | 
| https://github.com/Samsung/TizenRT/issues/5627 | Issue Tracking Third Party Advisory | 
| https://www.sqlite.org/c3ref/open.html | Third Party Advisory | 
Configurations
                    Configuration 1 (hide)
            
            
  | 
    
History
                    No history.
Information
                Published : 2022-09-08 22:15
Updated : 2022-09-13 18:38
NVD link : CVE-2022-40280
Mitre link : CVE-2022-40280
CVE.ORG link : CVE-2022-40280
JSON object : View
Products Affected
                samsung
- tizenrt
 
CWE
                
                    
                        
                        CWE-772
                        
            Missing Release of Resource after Effective Lifetime
