Debian: mpg123 Debian: 'mpg123' heap overflow
Summary
A vulnerability was discovered in mpg123, a command-line mp3 player,
whereby a response from a remote HTTP server could overflow a buffer
allocated on the heap, potentially permitting execution of arbitrary
code with the privileges of the user invoking mpg123. In order for
this vulnerability to be exploited, mpg321 would need to request an
mp3 stream from a malicious remote server via HTTP.
For the current stable distribution (woody) this problem has been
fixed in version 0.59r-13woody2.
For the unstable distribution (sid) this problem has been fixed in
version 0.59r-15.
We recommend that you update your mpg123 package.
Upgrade Instructions
--------------------
wget url
will fetch the file for you
dpkg -i file.deb
will install the referenced file.
If you are using the apt-get package manager, use the line for
sources.list as given below:
apt-get update
will update the internal database
apt-get upgrade
will install corrected packages
You may use an automated update by addin...