Live data from Hacker News

Dirty cow – privilege escalation vuln. in the Linux Kernel

dirtycow.ninja

1–7 of 7 posts

Re: Dirty cow – privilege escalation vuln. in the Linux Kernel

#2
The "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 probably even say "yes" if you're browsing on a patched linux pc.

Re: Dirty cow – privilege escalation vuln. in the Linux Kernel

#3
post #2

The "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…

[deleted]

Re: Dirty cow – privilege escalation vuln. in the Linux Kernel

#4
post #2

The "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.

Re: Dirty cow – privilege escalation vuln. in the Linux Kernel

#5
post #4
post #2

The "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.

Please direct any questions to the vulnerability twitter account:

http://twitter.com/DirtyCOWVuln

Or

https://github.com/dirtycow/dirtycow.github.io

Please consider buying a t-shirt to support this.