CVS: malformed module request vulnerability — GLSA 200312-04

A bug in cvs could allow attempts to create files and directories outside a repository.

Affected packages

dev-util/cvs on all architectures
Affected versions <= 1.11.9
Unaffected versions >= 1.11.10

Background

CVS, which stands for Concurrent Versions System, is a client/server application which tracks changes to sets of files. It allows multiple users to work concurrently on files, and then merge their changes back into the main tree (which can be on a remote system). It also allows branching, or maintaining separate versions for files.

Description

Quote from ccvs.cvshome.org/servlets/NewsItemView?newsID=84: "Stable CVS 1.11.10 has been released. Stable releases contain only bug fixes from previous versions of CVS. This release fixes a security issue with no known exploits that could cause previous versions of CVS to attempt to create files and directories in the filesystem root. This release also fixes several issues relevant to case insensitive filesystems and some other bugs. We recommend this upgrade for all CVS clients and servers!"

Impact

Attempts to create files and directories outside the repository may be possible.

Workaround

There is no known workaround at this time.

Resolution

All Gentoo Linux machines with cvs installed should be updated to use dev-util/cvs-1.11.10 or higher:

 # emerge sync
 # emerge -pv '>=dev-util/cvs-1.11.10'
 # emerge '>=dev-util/cvs-1.11.10'
 # emerge clean

References

Release date
December 08, 2003

Latest revision
December 08, 2003: 01

Severity
minimal

Exploitable
unknown

Bugzilla entries