A buffer overflow in the XNU kernel
1–10 of 40 posts
Re: A buffer overflow in the XNU kernel
#2Also, this has been public for months:
- February 17, 2024: I posted the hash of TURPENTINE.c to X on Feb 17, 2024.
- May 13, 2024: macOS Sonoma 14.5 (23F79) shipped with xnu-10063.121.3, the first public release containing a fix.
Re: A buffer overflow in the XNU kernel
#3Re: A buffer overflow in the XNU kernel
#4[flagged]
Re: A buffer overflow in the XNU kernel
#5If you're still running the affected kernel, what are the possible consequences? Also, this has been public for months: - February 17, 2024: I posted the hash of TURPENTINE.c to X on Feb 17, 2024. - May 13, 2024: macOS Sonoma 14.5 (23F79) shipped with xnu-10063.121.3, the first public release containing a fix.
Re: A buffer overflow in the XNU kernel
#6Re: A buffer overflow in the XNU kernel
#7[flagged]
Half of the work in fixing a bug report is getting a reproducible example. Nay, more than half.
If there was a magic AI which could generate exploits, I'd imagine there would be an equally magic AI patching the holes right out.
Re: A buffer overflow in the XNU kernel
#8Re: A buffer overflow in the XNU kernel
#9[flagged]
There are already a lot of tools already to find bugs, like fuzzers, but I am sure that LLMs won't be one of them.
Re: A buffer overflow in the XNU kernel
#10[flagged]
Writing an exploit is usually much more difficult than patching the underlying bug. Half of the work in fixing a bug report is getting a reproducible example. Nay, more than half. If there was a magic AI which could generate exploits, I'd imagine there would be an equally magic AI patching the holes right out.
That said, I’m quite skeptical there’s any AI’s on the horizon that can autogenerate exploits from CVEs.