Bug 437320 (CVE-2008-0893)
Summary: | CVE-2008-0893 Directory Server: unrestricted access to CGI scripts | ||||||
---|---|---|---|---|---|---|---|
Product: | [Other] Security Response | Reporter: | Tomas Hoger <thoger> | ||||
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> | ||||
Status: | CLOSED ERRATA | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | unspecified | CC: | ckannan, kseifried, rmeggins, security-response-team, shaines | ||||
Target Milestone: | --- | Keywords: | Security | ||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2011-09-30 01:20:05 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Tomas Hoger
2008-03-13 15:22:33 UTC
Created attachment 302493 [details]
cvs commit log
Resolves: bugs 437301 and 437320
Description: Directory Server: shell command injection in CGI replication
monitor
Directory Server: unrestricted access to CGI scripts
Fix Description: remove ScriptAlias for bin/admin/admin/bin - do not use that
directory for CGI URIs - use only protected URIs for CGIs requiring
authentication
Remove most CGI parameters from repl-monitor-cgi.pl - user must supply
replmon.conf in the admin server config directory instead of passing in this
pathname - repl-monitor-cgi.pl does not use system to call repl-monitor.pl, it
"includes" that script (using perl import).
Platforms tested: all supported platforms
Flag Day: no
Doc impact: release notes are available
Lifting embargo. fedora-ds-admin-1.1.4-1.fc7 has been pushed to the Fedora 7 stable repository. If problems still persist, please make note of it in this bug report. fedora-ds-admin-1.1.4-1.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. Checking in adminserver/admserv/cfgstuff/admserv.conf.in; /cvs/dirsec/adminserver/admserv/cfgstuff/admserv.conf.in,v <-- admserv.conf.in new revision: 1.11; previous revision: 1.10 done Checking in adminserver/admserv/cgi-src40/repl-monitor-cgi.pl.in; /cvs/dirsec/adminserver/admserv/cgi-src40/repl-monitor-cgi.pl.in,v <-- repl-monitor-cgi.pl.in new revision: 1.2; previous revision: 1.1 done This issue has been addressed in following products: Red Hat Directory Server v8 EL4 Red Hat Directory Server v8 EL5 Via RHSA-2008:0201 available at https://rhn.redhat.com/errata/RHSA-2008-0201.html |