Comment on FreeBSD Foundation Announces Capsicum Framework ProjectparentComments−cperciva13yDepending on how you set things up you might use one sandbox to perform multiple decompression calls, so the attacker might be able to mangle someone else's data. But yes, if you set up a new sandbox for each inflate you're safe.−crest13yHash the decompressed data and check the result returned by zlib.
Comments
Depending on how you set things up you might use one sandbox to perform multiple decompression calls, so the attacker might be able to mangle someone else's data. But yes, if you set up a new sandbox for each inflate you're safe.
Hash the decompressed data and check the result returned by zlib.