Firefox 117.0.1 released

Hal-5700X@lemmy.world to Firefox@lemmy.ml – 208 points –
Firefox  117.0.1, See All New Features, Updates and Fixes
mozilla.org
8

You are viewing a single comment

I guess this ships the fix for the webp zero-day? That was pretty quick of them, massive props 👌

It was that, the link about the security fix is working now.

Anyone who knows things got a laymen explanation for this zeroday?

In my understanding: What happens is a Heap Buffer Overflow. The Heap is a style of memory and a Buffer is just a chunk of storage where you place something that is a work in progress. (Think a Youtube video buffering, you are waiting for more data to come down so you can play the video)

The WebP image type has the unintended ability to write to more memory than the OS assigns it. It can 'overflow'.

If you craft a WebP image file just right, you can write malicious code to a location in memory that the OS may think is executable code and then run it, all without the user knowing.