Dirty cow – privilege escalation vuln. in the Linux Kernel
1–7 of 7 posts
Re: Dirty cow – privilege escalation vuln. in the Linux Kernel
#2Re: Dirty cow – privilege escalation vuln. in the Linux Kernel
#3The "am I affected" section is incredibly misinformative. Reading the page on iOS it merely says "no" with no further explanation... So maybe the bug was just in an unreleased development kernel? Nope, Debian just released patches I needed to apply on my servers. So I was definitively affected and the page lied. Looks like it's just some javascript looking for "linux" or "android" in the user-agent string. It'll prob…
Re: Dirty cow – privilege escalation vuln. in the Linux Kernel
#4The "am I affected" section is incredibly misinformative. Reading the page on iOS it merely says "no" with no further explanation... So maybe the bug was just in an unreleased development kernel? Nope, Debian just released patches I needed to apply on my servers. So I was definitively affected and the page lied. Looks like it's just some javascript looking for "linux" or "android" in the user-agent string. It'll prob…
document.write(navigator.userAgent.match(/Linux|Android/)?'Yes':'Nope')
Its embarrassing imo. If you feel your vuln. is so important it needs to have its own website, at least give reliable info about this or tell us why you can't.Re: Dirty cow – privilege escalation vuln. in the Linux Kernel
#5The "am I affected" section is incredibly misinformative. Reading the page on iOS it merely says "no" with no further explanation... So maybe the bug was just in an unreleased development kernel? Nope, Debian just released patches I needed to apply on my servers. So I was definitively affected and the page lied. Looks like it's just some javascript looking for "linux" or "android" in the user-agent string. It'll prob…
Yes, take a look at the source: document.write(navigator.userAgent.match(/Linux|Android/)?'Yes':'Nope') Its embarrassing imo. If you feel your vuln. is so important it needs to have its own website, at least give reliable info about this or tell us why you can't.
http://twitter.com/DirtyCOWVuln
Or
https://github.com/dirtycow/dirtycow.github.io
Please consider buying a t-shirt to support this.
Re: Dirty cow – privilege escalation vuln. in the Linux Kernel
#6Re: Dirty cow – privilege escalation vuln. in the Linux Kernel
#7Hopefully no one buys shirts for $2k..