diff options
author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2004-12-07 23:38:31 +0000 |
---|---|---|
committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2004-12-07 23:38:31 +0000 |
commit | 43a63c2a9a700fc803f9658a731d5a685d2d70a3 (patch) | |
tree | 14aeca401ea3f351c94af6a5deef78615c1f92b9 /security | |
parent | f4552e94625ab00579f913c44ac70a7e51f00e45 (diff) | |
download | ports-43a63c2a9a700fc803f9658a731d5a685d2d70a3.tar.gz ports-43a63c2a9a700fc803f9658a731d5a685d2d70a3.zip |
Document information leakage in viewcvs.
Notes
Notes:
svn path=/head/; revision=123422
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index bcdef076f859..157856cf3732 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,31 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="323784cf-48a6-11d9-a9e7-0001020eed82"> + <topic>viewcvs -- information leakage</topic> + <affects> + <package> + <name>viewcvs</name> + <range><lt>0.9.2_2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The <code>hide_cvsroot</code> and <code>forbidden</code> + configuration options are not properly honored by viewcvs + when exporting to a tar file which can lead to information + leakage.</p> + </body> + </description> + <references> + <cvename>CAN-2004-0915</cvename> + </references> + <dates> + <discovery>2004-11-25</discovery> + <entry>2004-12-08</entry> + </dates> + </vuln> + <vuln vid="a7bfd423-484f-11d9-a9e7-0001020eed82"> <topic>cscope -- symlink attack vulnerability</topic> <affects> |