Out-of-bounds write in XZ Utils - #VU148998
Published: September 11, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause an invalid memory write.
The vulnerability exists due to improper decoder state handling in the lzma decoder initialization functions when reinitializing a decoder after an allocation failure while processing crafted compressed files. A remote attacker can supply crafted compressed files that cause a decoder to be reinitialized after an allocation failure to cause an invalid memory write.
The final decoded file must specify the same dictionary size as a file decoded before the allocation failure.