Earlier quoted context omitted.
Claiming that an attacker would use this is nonsensical. You need write access HKLM in order to change the registry key, if you have write access to HKLM you can inject your own driver (inc. keylogger) into the OS. Plus the keypresses are context-less (i.e. you don't know what application, or window the keypress was sent to). A continuous stream of keypresses with no context is darn near useless, it doesn't even cont…
www.facebook.com stephan 123abc doesn't seem useless to me.
HP laptops found to have hidden keylogger
51–60 of 64 posts
Re: HP laptops found to have hidden keylogger
#52Earlier quoted context omitted.
>you need administrator to install a different keylogger nope. you need administrator if you want to install for all users, but there's nothing preventing a user from keylogging himself.
You need write access to: HKLM\Software\Synaptics\%ProductName%\Default Which requires administrator or equivalent, so that is preventing a user from even keylogging themselves.
Re: HP laptops found to have hidden keylogger
#53So... This has ballooned from debug code with no evidence of ever being maliciously used to "loss of confidentiality" and now instead of being a keylogger it's a "hidden keylogger." Dramatic tone change for no actual new news. Sure this is getting the person's blog attention, but now I'm certain I don't agree with the alarmist title of the original post.
And the assertion that "an attacker with access to the computer could have enabled it to record what a user was typing" is somewhat silly. If the attacker has access to the computer, why not install some other key logger that would send info to the attacker's site?
Because one would assume that this software/driver has been signed and would not be recognized as evil by any protection system, at least not one on the laptop.
Re: HP laptops found to have hidden keylogger
#54So... This has ballooned from debug code with no evidence of ever being maliciously used to "loss of confidentiality" and now instead of being a keylogger it's a "hidden keylogger." Dramatic tone change for no actual new news. Sure this is getting the person's blog attention, but now I'm certain I don't agree with the alarmist title of the original post.
There are always contrarians, and in this case the comment-section contrarians ended up amusingly contradicting themselves.
Re: HP laptops found to have hidden keylogger
#55Earlier quoted context omitted.
Most PCs come without Windows installation media and instead rely on a restore partition (keylogger included). If you try to install off random other media (e.g. MSDN), it will not recognize the OEM license that comes with the computer. Because of this, there is no trivial way (edit: OK, without buying Windows again) to get a vanilla install including only the Microsoft keylogger, but not the HP one.
Not true, you can reinstall the same version and it will pick up the licensing from the BIOS. You can even extract the key from the BIOS to use on a VM (same hardware) if your running linux. It's even very easy to get the install media direct from Windows, not like back in XP days. https://www.microsoft.com/en-us/software-download/windows10I...
Re: HP laptops found to have hidden keylogger
#56So... This has ballooned from debug code with no evidence of ever being maliciously used to "loss of confidentiality" and now instead of being a keylogger it's a "hidden keylogger." Dramatic tone change for no actual new news. Sure this is getting the person's blog attention, but now I'm certain I don't agree with the alarmist title of the original post.
Re: HP laptops found to have hidden keylogger
#57Earlier quoted context omitted.
It still is a keylogger in a consumer product.
So is Notepad.
Re: HP laptops found to have hidden keylogger
#58There is a keylogger in a factory new HP notebook, but meh
Re: HP laptops found to have hidden keylogger
#59In related news: https://www.engadget.com/2017/11/28/hp-quietly-installs-syst...
Re: HP laptops found to have hidden keylogger
#60Earlier quoted context omitted.
So is Notepad.
Notepad runs in userland under the supervision of the kernel. This is a driver and could be running in kernel mode. It could make a big difference. Even if it's not malicious, I still think it is a rather serious professional mistake to ship a driver containing potentially dangerous deadcode.