CVE-2023-30546

Contiki-NG is an operating system for Internet of Things devices. An off-by-one error can be triggered in the Antelope database management system in the Contiki-NG operating system in versions 4.8 and prior. The problem exists in the Contiki File System (CFS) backend for the storage of data (file os/storage/antelope/storage-cfs.c). In the functions `storage_get_index` and `storage_put_index`, a buffer for merging two strings is allocated with one byte less than the maximum size of the merged strings, causing subsequent function calls to the cfs_open function to read from memory beyond the buffer size. The vulnerability has been patched in the "develop" branch of Contiki-NG, and is expected to be included in the next release. As a workaround, the problem can be fixed by applying the patch in Contiki-NG pull request #2425.
Configurations

Configuration 1 (hide)

cpe:2.3:o:contiki-ng:contiki-ng:*:*:*:*:*:*:*:*

History

09 May 2023, 14:27

Type Values Removed Values Added
CPE cpe:2.3:o:contiki-ng:contiki-ng:*:*:*:*:*:*:*:*
References (MISC) https://github.com/contiki-ng/contiki-ng/security/advisories/GHSA-257g-w39m-5jj4 - (MISC) https://github.com/contiki-ng/contiki-ng/security/advisories/GHSA-257g-w39m-5jj4 - Vendor Advisory
References (MISC) https://github.com/contiki-ng/contiki-ng/pull/2425 - (MISC) https://github.com/contiki-ng/contiki-ng/pull/2425 - Patch
First Time Contiki-ng
Contiki-ng contiki-ng
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.5

26 Apr 2023, 19:15

Type Values Removed Values Added
New CVE

Information

Published : 2023-04-26 19:15

Updated : 2023-12-10 15:01


NVD link : CVE-2023-30546

Mitre link : CVE-2023-30546

CVE.ORG link : CVE-2023-30546


JSON object : View

Products Affected

contiki-ng

  • contiki-ng
CWE
CWE-125

Out-of-bounds Read

CWE-193

Off-by-one Error