Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 282211 Details for
Bug 221694
CVE-2007-0095: phpMyAdmin <= 2.9.1.1 information disclosure
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Proposal of a possible fix for CVE-2007-0095
phpMyAdmin-CVE-2007-0095.patch (text/plain), 1022 bytes, created by
Robert Scheck
on 2007-12-09 14:08:26 UTC
(
hide
)
Description:
Proposal of a possible fix for CVE-2007-0095
Filename:
MIME Type:
Creator:
Robert Scheck
Created:
2007-12-09 14:08:26 UTC
Size:
1022 bytes
patch
obsolete
>Possible fix for CVE-2007-0095 in phpMyAdmin proposed by Robert Scheck <robert@fedoraproject.org>. >See the following links for further information: > > - http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-0095 > - https://bugzilla.redhat.com/show_bug.cgi?id=221694 > >--- phpMyAdmin/themes/darkblue_orange/layout.inc.php 2007-10-16 00:08:43.000000000 +0200 >+++ phpMyAdmin/themes/darkblue_orange/layout.inc.php.rsc 2007-12-09 15:02:23.000000000 +0100 >@@ -72,7 +72,10 @@ > // border > $GLOBALS['cfg']['Border'] = 0; > // table header and footer color >-$GLOBALS['cfg']['ThBackground'] = '#ff9900 url(' . $_SESSION['PMA_Theme']->getImgPath() . 'tbl_th.png) repeat-x top'; >+if(isset($_SESSION['PMA_Theme'])) >+ $GLOBALS['cfg']['ThBackground'] = '#ff9900 url(' . $_SESSION['PMA_Theme']->getImgPath() . 'tbl_th.png) repeat-x top'; >+else >+ $GLOBALS['cfg']['ThBackground'] = '#ff9900'; > // table header and footer background > $GLOBALS['cfg']['ThColor'] = '#000000'; > // table data row background
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 221694
: 282211