CVE-2019-18614: Buffer Overflow
On the Cypress CYW20735 evaluation board, any data that exceeds 384 bytes is copied and causes an overflow. This is because the maximum BLOC buffer size for sending and receiving data is set to 384 bytes, but everything else is still configured to the usual size of 1092 (which was used for everything in the previous CYW20719 and later CYW20819 evaluation board). To trigger the overflow, an attacker can either send packets over the air or as unprivileged local user. Over the air, the minimal PoC is sending "l2ping -s 600" to the target address prior to any pairing. Locally, the buffer overflow is immediately triggered by opening an ACL or SCO connection to a headset. This occurs because, in WICED Studio 6.2 and 6.4, BTACLHOSTTODEVICEDEFAULTSIZE and BTACLDEVICETOHOSTDEFAULTSIZE are set to 384.
Affected Software
Event History
Frequently Asked Questions
What is the vulnerability ID of this issue?
The vulnerability ID of this issue is CVE-2019-18614.
What is the severity rating of CVE-2019-18614?
The severity rating of CVE-2019-18614 is 7.8 (High).
What is the impact of CVE-2019-18614?
CVE-2019-18614 allows an attacker to cause an overflow by sending data that exceeds 384 bytes, potentially leading to arbitrary code execution or a denial of service.
How can I check if I am affected by CVE-2019-18614?
If you are using the Cypress CYW20735 firmware or the Cypress CYW20735 evaluation board, you may be affected by CVE-2019-18614.
Is there a fix available for CVE-2019-18614?
Yes, it is recommended to update to a patched version of the Cypress CYW20735 firmware that addresses the overflow vulnerability.