KASLR is broken anyway, at least on x86, even with KPTI (a Linux feature to mitigate Meltdown) enabled. See https://www.willsroot.io/2022/12/entrybleed.html , which still runs fine (with some modifications depending on the microarchitecture) on the latest AMD and Intel hardware that we've checked.
NT OS Kernel Information Disclosure Vulnerability
21–30 of 37 posts
Re: NT OS Kernel Information Disclosure Vulnerability
#22Earlier quoted context omitted.
I still think of the lessons learned from a root traverse bug I accidentally coded into one of our internal apps as a jr dev. You could change the URL of the image, and get any file off the system to download as long as the service account had read access. Invaluable XP, and really glad everything was behind AD authentication and internal users were trustworthy enough and operating in a network isolated context.
sounds like how wordpress used to be. could explore all the folders and get any file of site with something like website.com/content/2010/
Things used to be distributed with .htaccess files, but only apache uses them and so that got offloaded on "blame the admin for not following documentation." Forgetting that nobody ever adds such to the docs.
Re: NT OS Kernel Information Disclosure Vulnerability
#23Re: NT OS Kernel Information Disclosure Vulnerability
#24I went to check when the bug had been patched, and was left wanting. I however lack the expertise to really appreciate how much danger exists in practice, or for whom. I just know I do have Win11 24H2 and "This leak primitive is particularly useful for Windows versions 24H2 or later"
So, it's not that this bug is a _bigger_ problem on Win11 24H2, it's that there were so many _other_ problems prior to Win11 24H2 that nobody would bother with this bug in the first place. You have nothing to worry about from being on Win11 24H2 specifically when it comes to this bug.
And:
This is an information leak bug. No danger exists in practice for anyone from this bug alone. It erodes one very weak layer to a defense-in-depth strategy. It could have been used as part of a chain of exploits to provide the attacker with information (the kernel slide) that they needed, but it just provides a meaningless memory address on its own.
Re: NT OS Kernel Information Disclosure Vulnerability
#25Earlier quoted context omitted.
Lol yep. I mean, it wasn't like the address space was all that large back then, anyhow.
Trolol? How much of the core parts of the kernel do you think have been rewritten since?
Certainly it hasn't been 100% rewritten, that'd make no sense. But I'm not going to guess how much of it /has/ been rewritten because like you guessing, it'd be an uneducated one.
Re: NT OS Kernel Information Disclosure Vulnerability
#26KASLR is broken anyway, at least on x86, even with KPTI (a Linux feature to mitigate Meltdown) enabled. See https://www.willsroot.io/2022/12/entrybleed.html , which still runs fine (with some modifications depending on the microarchitecture) on the latest AMD and Intel hardware that we've checked.
In addition to the original EntryBleed article, https://exploits.forsale/24h2-nt-exploit/ and the corresponding https://github.com/exploits-forsale/prefetch-tool are useful for understanding the same exploit on Windows (which works the exact same way, of course).
https://github.com/eigenform/perfect/blob/e5da0c693ba5d1b654...
.. and here's another example in the case of EntryBleed:
https://github.com/eigenform/perfect/blob/e5da0c693ba5d1b654...
Re: NT OS Kernel Information Disclosure Vulnerability
#27It’s interesting that the KB that patches this on Windows 11 (KB5063878) is the same one that was tied up in all the Phison SSD drama.
1) Those patches address a wide range of issues, from bug fixes to feature additions, to security fixes. This is uninteresting. 2) The issue had nothing to do with the patch. It was a coincidence.
a) People avoiding the update because one part causes problems
b) A security fix they probably need is only in that update
Re: NT OS Kernel Information Disclosure Vulnerability
#28Earlier quoted context omitted.
1) Those patches address a wide range of issues, from bug fixes to feature additions, to security fixes. This is uninteresting. 2) The issue had nothing to do with the patch. It was a coincidence.
It is interesting, that the bundling of updates has accidentally caused a problem. a) People avoiding the update because one part causes problems b) A security fix they probably need is only in that update
Re: NT OS Kernel Information Disclosure Vulnerability
#29Earlier quoted context omitted.
It is interesting, that the bundling of updates has accidentally caused a problem. a) People avoiding the update because one part causes problems b) A security fix they probably need is only in that update
The update did not cause a problem with SSDs.
And dealing with that, is a topic of conversation.
Re: NT OS Kernel Information Disclosure Vulnerability
#30Seems like SystemTokenInformation might be a very new addition, possibly even Windows 11 only?