Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Lownvt

#47821of 53,630
5.3Total CVSS
Vulnerabilities · 1
PT-2023-25973
5.3
2023-09-15
Unknown · Contiki-Ng · CVE-2023-37459
**Name of the Vulnerable Software and Affected Versions** Contiki-NG versions 4.9 and prior **Description** The issue arises when the Contiki-NG network stack attempts to start the periodic TCP timer for a TCP packet with the SYN flag set without verifying that a full TCP header has been received. This can lead to an out-of-bound read from the packet buffer if an attacker injects a truncated TCP packet. The `check for tcp syn` function is specifically vulnerable due to its attempt to access the `flags` field from the TCP buffer without proper validation. **Recommendations** For Contiki-NG versions 4.9 and prior, as a temporary workaround, consider applying the changes in Contiki-NG pull request #2510 to patch the system. At the moment, there is no information about a newer version that contains a fix for this vulnerability.