View Single Post
  #11  
Old 2008-08-16, 12:09 AM
direwolf-pgh's Avatar
direwolf-pgh direwolf-pgh is offline
On the Beach
 
Join Date: Dec 2005
Location: down in the basement
Re: Critical Vulnerability Discovered in uTorrent

Quote:
Originally Posted by Five View Post
anybody else experience this?
nope. I did upgrade (from a push prompt) the other day and all is well.
the problem kinda comes with the territory (buffer overflow exploit). plus, utorrent wants an open port & we are 'trusting each other blindly' sharing data packets. yep...thats a security issue - almost no matter what.

Quote:
The choice of programming language can have a profound effect on the occurrence of buffer overflows. As of 2008, among the most popular languages are C and its derivative, C++, with an enormous body of software having been written in these languages. C and C++ provide no built-in protection against accessing or overwriting data in any part of memory; more specifically, they do not check that data written to an array (the implementation of a buffer) is within the boundaries of that array. However, the standard C++ libraries provide many ways of safely buffering data, and technology to avoid buffer overflows also exists for C.

Last edited by direwolf-pgh; 2008-08-16 at 12:19 AM.
Reply With Quote Reply with Nested Quotes