You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function that parses domain names lacks bounds checks, allowing attackers to corrupt memory with crafted DNS packets.
Root cause
An issue was discovered in picoTCP through 1.7.0. The DNS domain name record decompression functionality in pico_dns_decompress_name() in pico_dns_common.c does not validate the compression pointer offset values with respect to the actual data present in a DNS response packet, causing out-of-bounds writes that lead to Denial-of-Service and Remote Code Execution.
Description
Root cause
Software
Name
picoTCP, picoTCP-NG
Versions affected
≤ 1.7.0
Links
The text was updated successfully, but these errors were encountered: