Logo
componentlibcoap
Name
libcoap
Version
4.3.5b
Type
library
Description
A C implementation of the Constrained Application Protocol
Licenses
BSD-2-Clause AND BSD-3-Clause
PURL
-
CPE
cpe:2.3:*:libcoap:libcoap:4.3.5b:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
scarthgap
4.3.4

Vulnerabilities#


Name
Analysis
Description
Not Affected
libcoap contains out-of-bounds read vulnerabilities in OSCORE Appendix B.2 CBOR unwrap handling where get_byte_inc() in src/oscore/oscore_cbor.c relies solely on assert() for bounds checking, which is removed in release builds compiled with NDEBUG. Attackers can send crafted CoAP requests with malformed OSCORE options or responses during OSCORE negotiation to trigger out-of-bounds reads during CBOR parsing and potentially cause out-of-bounds reads through integer wraparound in allocation size computation.
Not Affected
An issue in obgm and Libcoap v.a3ed466 allows a remote attacker to cause a denial of service via thecoap_context_t function in the src/coap_threadsafe.c:297:3 component.