Lucene search

K
cvelistMitreCVELIST:CVE-2018-6948
HistoryOct 03, 2022 - 4:21 p.m.

CVE-2018-6948

2022-10-0316:21:46
mitre
www.cve.org
ccn-lite 2
buffer overflow
ccnl_prefix_to_str_detailed.

9.7 High

AI Score

Confidence

High

0.002 Low

EPSS

Percentile

61.1%

In CCN-lite 2, the function ccnl_prefix_to_str_detailed can cause a buffer overflow, when writing a prefix to the buffer buf. The maximal size of the prefix is CCNL_MAX_PREFIX_SIZE; the buffer has the size CCNL_MAX_PREFIX_SIZE. However, when NFN is enabled, additional characters are written to the buffer (e.g., the “NFN” and “R2C” tags). Therefore, sending an NFN-R2C packet with a prefix of size CCNL_MAX_PREFIX_SIZE can cause an overflow of buf inside ccnl_prefix_to_str_detailed.

9.7 High

AI Score

Confidence

High

0.002 Low

EPSS

Percentile

61.1%

Related for CVELIST:CVE-2018-6948