CVE-2021-33640 affecting package libtar for versions less than 1.2.20-11
Details
After tarclose(), libtar.c releases the memory pointed to by pointer t. After tarclose() is called in the list() function, it continues to use pointer t: freelonglinklongname(t->th_buf) . As a result, the released memory is used (use-after-free).