Secret secret

Oct 24, 2009 23:28

So I had a worm on my Windows XP machine. Allow me to describe its behavior ( Read more... )

Leave a comment

Comments 8

codeman38 October 24 2009, 20:44:01 UTC
Sounds a bit like what happened with the DRM system on some of Sony's music CDs-- it installed itself behind the scenes in such a way that Windows literally could not see the files. Which, in turn, opened up a huge security hole by which viruses and other malware could install without being seen.

They were sued over this-- and quite rightly, I think.

Reply

julian_tempest October 25 2009, 13:21:54 UTC
*reads up on the Sony issue*

Um...holy shit! It appears to me that this 'cloaking' behavior is functional, or at least is a long-standing vulnerability.

You took Operating Systems at Mercer, didn't you? Is this sort of vulnerability...

"A common way to intercept kernel-mode application APIs is to patch the kernel's system service table...Every kernel service that's exported for use by Windows applications has a pointer in a table that's indexed with the internal service number Windows assigns to the API. If a driver replaces an entry in the table with a pointer to its own function then the kernel invokes the driver function any time an application executes the API and the driver can control the behavior of the API."

...something that any Operating System would have, or is it just poor programming employed by Windows? Ie., is it only a matter of time before someone is able to do the same thing with Ubuntu or OSX?

Reply

granddevice October 25 2009, 15:24:27 UTC
Even if it was, what on earth would you do about it? Program your own OS?

Reply

julian_tempest October 25 2009, 16:03:55 UTC
If it's something that can be vulnerable in any OS, then I do nothing. If it is solely a Windows flaw, then I switch permanently to Linux or OSX.

Reply


Leave a comment

Up