Live data from Hacker News

Copy Fail

copy.fail

11–20 of 545 posts

Re: Copy Fail

#11
post #3

What is the rationale behind naming CVEs and individual domains? Marketing?

can you remember what CVE-2021-44228 is without looking it up? CVE-2014-6271? CVE-2017-5753?

i bet if i told you their names, you would instantly know what vulns those are.

its easier to talk about things with names. it hurts no one. it takes approximately no effort or time.

CVEs are, for whatever reason, like the only thing on the planet that people seem to have a problem with when they receive a name. i am not sure why.

Re: Copy Fail

#12
post #3

What is the rationale behind naming CVEs and individual domains? Marketing?

The AI generated prose screams marketing. Marketing is why there's a "Contact our Security Team" form at the bottom of the page.

Re: Copy Fail

#13
So this could be usable in lot of places with Python and Linux running? Not that I have too many Linux devices around. Still, might be handy sometimes on personal devices.

Re: Copy Fail

#15
For mitigation, the page currently basically just says:

> Update your distribution's kernel package to one that includes mainline commit a664bf3d603d

But it isn't very clear to me what Kernel version you can expect that to be in. For Arch/CachyOS, the patch seems to be included in 6.18.22+, 6.19.12+ and 7.0+. If you're on any of the lower versions in the same upstream stable series, you're likely vulnerable right now. Some distro kernels may include the fix in other versions, so check for your distribution.

Re: Copy Fail

#16
post #13

So this could be usable in lot of places with Python and Linux running? Not that I have too many Linux devices around. Still, might be handy sometimes on personal devices.

This can likely be shipped as binary code without dependencies like python, as the bug is in the kernel.

Re: Copy Fail

#17
It does not behave as described on EndeavorOS (arch-based) running kernel 6.19.14-arch1-1. I receive the error:

Password: su: Authentication token manipulation error

I'm guessing this means it's already patched?

Re: Copy Fail

#18

It does not behave as described on EndeavorOS (arch-based) running kernel 6.19.14-arch1-1. I receive the error: Password: su: Authentication token manipulation error I'm guessing this means it's already patched?

same result on my arch machine as well.

Re: Copy Fail

#19

It does not behave as described on EndeavorOS (arch-based) running kernel 6.19.14-arch1-1. I receive the error: Password: su: Authentication token manipulation error I'm guessing this means it's already patched?

yes, it was reported on march 23rd, patches on april 1.

you are reading about it now because it has been patched.

Post reply on HN