Bug 1166117
Summary: | CVE-2012-6662 OpenLP: jquery-ui: XSS vulnerability in default content in Tooltip widget [fedora-all] | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Vasyl Kaigorodov <vkaigoro> |
Component: | OpenLP | Assignee: | TR Bentley <home> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 20 | CC: | home, mcepl, mcepl |
Target Milestone: | --- | Keywords: | Security, SecurityTracking |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Release Note | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-11-20 13:18:18 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: | |||
Bug Depends On: | |||
Bug Blocks: | 1166064 |
Description
Vasyl Kaigorodov
2014-11-20 11:59:29 UTC
These are all JavaScript contained in the OpenLP package in Rawhide: matej@mitmanek: OpenLP-2.1.1 (master %)$ find . -name \*.js ./openlp/plugins/remotes/html/jquery.mobile.min.js ./openlp/plugins/remotes/html/jquery.min.js ./openlp/plugins/remotes/html/main.js ./openlp/plugins/remotes/html/stage.js ./openlp/plugins/remotes/html/openlp.js JQuery UI is not included at all. Those two minified JQuery* files are just what they pretend to be (JQuery version 1.7.2, and jQuery Mobile vGit Build: SHA1: 27e3c18acfebab2d47ee7ed37bd50fc4942c8838 <> Date: Fri Mar 22 08:50:04 2013 -0600). main.js, openlp.js, and stage.js are custom made files for communication between HTML view and locally running server. None of these has any resemblance to JQuery UI. I believe OpenLP is not affected by this CVE at all. |