Earlier quoted context omitted.
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?
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…
HP laptops found to have hidden keylogger
41–50 of 64 posts
Re: HP laptops found to have hidden keylogger
#42Earlier quoted context omitted.
Exactly. You need administrator to enable this, and you need administrator to install a different keylogger. So then the question becomes: Why use this? Well, an attacker wouldn't but the press doesn't know anything about tech' so, this fact escapes them. This is like science reporting all over again... If you have HP's update agent installed, HP are able to install drivers, so all bets are off as far as what HP coul…
>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.
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
#43So... 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.
Okay so reading the comments here makes me feel a bit more at ease, but honestly after reading the article I was literally like, "why the hell would the AUDIO driver need to monitor key strokes.." It really sounded like a deliberate installation of a hidden keylogger. I am glad to read that perhaps it is not, but damn sloppy.
Every laptop I've ever had allowed volume control with function keys.
Disclaimer: it's been over a decade since I've done applications development and I've never done driver development.
Re: HP laptops found to have hidden keylogger
#44Earlier quoted context omitted.
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?
I agree that the someone having access to run arbitrary code on a machine is a much bigger deal. In this case, the difference between this debugging feature and an installed keylogger is the use of trusted software to perform the keylogging. When the mictray issue came out earlier this year, I ran across a blog post you may find interesting [1]. To summarize, the author repurposed the HP executable to log keys to a r…
Re: HP laptops found to have hidden keylogger
#45Earlier quoted context omitted.
It's not enabled. And someone with access to your computer can just install their own keylogger anyway, so why is this even a security threat?
Well we didn't know it was there at all not long ago. How sure can we be now that there is no hidden remote way to turn it on?
Re: HP laptops found to have hidden keylogger
#46Earlier quoted context omitted.
Okay so reading the comments here makes me feel a bit more at ease, but honestly after reading the article I was literally like, "why the hell would the AUDIO driver need to monitor key strokes.." It really sounded like a deliberate installation of a hidden keylogger. I am glad to read that perhaps it is not, but damn sloppy.
Listening for function key presses, I would imagine. Every laptop I've ever had allowed volume control with function keys. Disclaimer: it's been over a decade since I've done applications development and I've never done driver development.
Re: HP laptops found to have hidden keylogger
#47Earlier quoted context omitted.
It still is a keylogger in a consumer product.
So is Notepad.
Even if it's not malicious, I still think it is a rather serious professional mistake to ship a driver containing potentially dangerous deadcode.
Re: HP laptops found to have hidden keylogger
#48Earlier quoted context omitted.
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?
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…
doesn't seem useless to me.
Re: HP laptops found to have hidden keylogger
#49Re: HP laptops found to have hidden keylogger
#50Earlier quoted context omitted.
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?
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…