Null Pointer Dereference in ...
Moderate severity
Unreviewed
Published
Oct 23, 2024
to the GitHub Advisory Database
•
Updated Oct 23, 2024
Description
Published by the National Vulnerability Database
Oct 22, 2024
Published to the GitHub Advisory Database
Oct 23, 2024
Last updated
Oct 23, 2024
Null Pointer Dereference in
coap_client_exchange_blockwise2
function in Keith Cullen FreeCoAP 1.0 allows remote attackers to cause a denial of service and potentially execute arbitrary code via a specially crafted CoAP packet that causescoap_msg_get_payload(resp)
to return a null pointer, which is then dereferenced in a call tomemcpy
.References