cvedb.io
CVE-2018-6480
HIGH · CVSS 8.8
EPSS exploitation probability: 0%
Published 2018-01-31T20:29:00.790 · Last modified 2026-06-17T02:01:53.360

Summary

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.

Affected products

ccn-lite — ccn-lite

Does this affect you?

Add your gear to cvedb and we'll alert you only when ccn-lite ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.