CVS heap overflow vulnerability CVS is subject to a heap overflow vulnerability allowing source repository compromise. cvs 2004-05-20 2004-05-20 51460 remote 1.11.16 1.11.15

CVS (Concurrent Versions System) is an open-source network-transparent version control system. It contains both a client utility and a server.

Stefan Esser discovered a heap overflow in the CVS server, which can be triggered by sending malicious "Entry" lines and manipulating the flags related to that Entry. This vulnerability was proven to be exploitable.

A remote attacker can execute arbitrary code on the CVS server, with the rights of the CVS server. By default, Gentoo uses the "cvs" user to run the CVS server. In particular, this flaw allows a complete compromise of CVS source repositories. If you're not running a server, then you are not vulnerable.

There is no known workaround at this time. All users are advised to upgrade to the latest available version of CVS.

All users running a CVS server should upgrade to the latest stable version:

# emerge sync # emerge -pv ">=dev-util/cvs-1.11.16" # emerge ">=dev-util/cvs-1.11.16"
E-matters advisory 07/2004 CAN-2004-0396 koon