ckolivas lrzip
cpe:2.3:a:lrzip_project:lrzip:*:*:*:*:*:*:*
- <= 0.651
A null pointer dereference vulnerability has been identified in ckolivas lrzip versions through 0.651. This issue occurs in the ucompthread function within stream.c, where a pointer can be concurrently set to NULL while being accessed, leading to a crash. The vulnerability can be exploited locally, and a proof-of-concept exploit is available.
Exploitation of this vulnerability causes a segmentation fault due to an invalid memory access, which can disrupt the application's execution and potentially be leveraged in a broader attack context.
The vulnerability can be reproduced by compiling lrzip with AddressSanitizer enabled, which will detect the null pointer dereference. After compiling the application, the issue can be triggered by running lrzip with a specific command that activates the vulnerable ucompthread function. The AddressSanitizer will report the null pointer dereference error, confirming the vulnerability's existence.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.