Vulnerabilities > CVE-2021-21969 - Out-of-bounds Write vulnerability in Sealevel Seaconnect 370W Firmware 1.3.34

047910
CVSS 8.1 - HIGH
Attack vector
NETWORK
Attack complexity
HIGH
Privileges required
NONE
Confidentiality impact
HIGH
Integrity impact
HIGH
Availability impact
HIGH
network
high complexity
sealevel
CWE-787

Summary

An out-of-bounds write vulnerability exists in the HandleSeaCloudMessage functionality of Sealevel Systems, Inc. SeaConnect 370W v1.3.34. The HandleIncomingSeaCloudMessage function uses at [4] the json_object_get_string to populate the p_payload global variable. The p_payload is only 0x100 bytes long, and the total MQTT message could be up to 0x201 bytes. Because the function json_object_get_string will fill str based on the length of the json’s value and not the actual str size, this would result in a possible out-of-bounds write.

Vulnerable Configurations

Part Description Count
OS
Sealevel
1
Hardware
Sealevel
1

Common Weakness Enumeration (CWE)