Lucene search

K
cvelistMitreCVELIST:CVE-2022-36227
HistoryNov 22, 2022 - 12:00 a.m.

CVE-2022-36227

2022-11-2200:00:00
mitre
www.cve.org
5
libarchive error calloc cwe-476 code-execution

9.7 High

AI Score

Confidence

High

0.005 Low

EPSS

Percentile

76.2%

In libarchive before 3.6.2, the software does not check for an error after calling calloc function that can return with a NULL pointer if the function fails, which leads to a resultant NULL pointer dereference. NOTE: the discoverer cites this CWE-476 remark but third parties dispute the code-execution impact: “In rare circumstances, when NULL is equivalent to the 0x0 memory address and privileged code can access it, then writing or reading memory is possible, which may lead to code execution.”