{ "schema_version": "1.4.0", "id": "GHSA-678v-754j-47w8", "modified": "2022-05-14T03:44:10Z", "published": "2022-05-14T03:44:10Z", "aliases": [ "CVE-2018-6480" ], "details": "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.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], "affected": [], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-6480" }, { "type": "WEB", "url": "https://github.com/cn-uofbasel/ccn-lite/issues/159" } ], "database_specific": { "cwe_ids": [ "CWE-704" ], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2018-01-31T20:29:00Z" } }