CVE-2018-6480

A type confusion issue was discovered in CCN-lite 2, leading to a memory access violation and a failure of the nonce feature (which, for example, helped with loop prevention). ccnl_fwd_handleInterest assumes that the union member s is of type ccnl_pktdetail_ndntlv_s. However, if the type is in fact struct ccnl_pktdetail_ccntlv_s or struct ccnl_pktdetail_iottlv_s, the memory at that point is either uninitialised or points to data that is not a nonce, which renders the code using the local variable nonce pointless. A later nonce check is insufficient.
References
Link Resource
https://github.com/cn-uofbasel/ccn-lite/issues/159 Third Party Advisory
Configurations

Configuration 1 (hide)

cpe:2.3:a:ccn-lite:ccn-lite:2.0.0:*:*:*:*:*:*:*

History

No history.

Information

Published : 2018-01-31 20:29

Updated : 2023-12-10 12:30


NVD link : CVE-2018-6480

Mitre link : CVE-2018-6480

CVE.ORG link : CVE-2018-6480


JSON object : View

Products Affected

ccn-lite

  • ccn-lite
CWE
CWE-704

Incorrect Type Conversion or Cast