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 578085 Details for
Bug 813391
CVE-2012-2094 python-django-horizon: XSS vulnerability in Horizon log viewer
[?]
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]
proposed fix
horizon_xss_in_log_viewer.patch (text/plain), 776 bytes, created by
Pádraig Brady
on 2012-04-17 16:04:08 UTC
(
hide
)
Description:
proposed fix
Filename:
MIME Type:
Creator:
Pádraig Brady
Created:
2012-04-17 16:04:08 UTC
Size:
776 bytes
patch
obsolete
>commit 4f1472171ed9ecad6606683d924e4d9e3962a1c8 >Author: J. Daniel Schmidt <jdsn@suse.de> >Date: Tue Apr 10 14:56:37 2012 +0200 > > html escape the console log in refresh > > fixes bug 977944 > > Change-Id: I89089155d1083332d02ae9039898227cbab42d07 > >diff --git a/horizon/static/horizon/js/horizon.js b/horizon/static/horizon/js/horizon.js >index 8cf2be5..c47364a 100644 >--- a/horizon/static/horizon/js/horizon.js >+++ b/horizon/static/horizon/js/horizon.js >@@ -284,7 +284,7 @@ var Horizon = function() { > data: data, > method: 'get', > success: function(response_body) { >- $('pre.logs').html(response_body); >+ $('pre.logs').text(response_body); > }, > error: function(response) { > if(via_user_submit) {
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 813391
: 578085