Bug 1166117 - CVE-2012-6662 OpenLP: jquery-ui: XSS vulnerability in default content in Tooltip widget [fedora-all]
Summary: CVE-2012-6662 OpenLP: jquery-ui: XSS vulnerability in default content in Tool...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: OpenLP
Version: 20
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: TR Bentley
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: CVE-2012-6662
TreeView+ depends on / blocked
 
Reported: 2014-11-20 11:59 UTC by Vasyl Kaigorodov
Modified: 2018-04-11 09:53 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Release Note
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-11-20 13:18:18 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Vasyl Kaigorodov 2014-11-20 11:59:29 UTC
This is an automatically created tracking bug!  It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of Fedora.

For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.

For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs

When submitting as an update, use the fedpkg template provided in the next
comment(s).  This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.

Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.

NOTE: this issue affects multiple supported versions of Fedora. While only
one tracking bug has been filed, please correct all affected versions at
the same time.  If you need to fix the versions independent of each other,
you may clone this bug as appropriate.

[bug automatically created by: add-tracking-bugs]

Comment 1 Matěj Cepl 2014-11-20 13:18:18 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.


Note You need to log in before you can comment on or make changes to this bug.