|
Bugzilla – Full Text Bug Listing |
| Summary: | VUL-0: CVE-2004-0915: Information leak in viewcvs | ||
|---|---|---|---|
| Product: | [Novell Products] SUSE Security Incidents | Reporter: | Ludwig Nussel <lnussel> |
| Component: | Incidents | Assignee: | Olaf Hering <ohering> |
| Status: | RESOLVED FIXED | QA Contact: | Security Team bot <security-team> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | CC: | security-team |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | CVE-2004-0915: CVSS v2 Base Score: 5.0 (AV:N/AC:L/Au:N/C:P/I:N/A:N) | ||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
subversion.viewcvs.forbidden-hide_cvsroot.patch
subversion.viewcvs.forbidden-hide_cvsroot_CAN-2004-0915.patch |
||
|
Description
Ludwig Nussel
2004-12-07 18:53:34 UTC
I cant find the string _UNREADABLE_MARKER in SLES9, 9.2 or the latest view-cvs HEAD branch. CVSROOT is not available when serving svn repositories. Looks like this bug does not matter. cvsroot, ok. What about the forbidden thing? The original report refers to subversion and cvs "In both cases". It seems forbidden doesnt work at all, or I do something wrong. No matter what I put into forbidden=, all is visible in svn repositories, but it appears to work ok for cvs. So all we need is a patch to hide the download link: http://mac.suse.de/viewcvs/?root=klibc-cvsroot-cvs-2 mac:/srv/svn/bug48989 # diff viewcvs.conf /srv/viewcvs/viewcvs.conf 72c72,73 < ###cvs_roots = cvs: /home/cvsroot --- > cvs_roots = klibc-cvsroot-cvs-1: /srv/svn/bug48989/klibc-cvsroot-cvs-1, > klibc-cvsroot-cvs-2: /srv/svn/bug48989/klibc-cvsroot-cvs-2 81,82c82,83 < your_unnamed_project : /srv/svn/repos/<your_unnamed_project> , < another_project : /srv/svn/repos/<another_project> --- > klibc-cvsroot-svn-1 : /srv/svn/bug48989/klibc-cvsroot-svn-1, > klibc-cvsroot-svn-2 : /srv/svn/bug48989/klibc-cvsroot-svn-2 102c103 < default_root = your_unnamed_project --- > default_root = klibc-cvsroot-cvs-1 158c159 < forbidden = --- > forbidden = klibc* 323c324 < hide_attic = 1 --- > hide_attic = 0 459c460 < allow_tar = 0 --- > allow_tar = 1 forbidden doesnt work any better with the current cvs. Created attachment 27420 [details]
subversion.viewcvs.forbidden-hide_cvsroot.patch
Created attachment 27441 [details]
subversion.viewcvs.forbidden-hide_cvsroot_CAN-2004-0915.patch
sles9 version of the patch
fixed for 9.3 CVE-2004-0915: CVSS v2 Base Score: 5.0 (AV:N/AC:L/Au:N/C:P/I:N/A:N) |