Bug 1091441 - CVE-2012-4230 roundcubemail: tinymce: XSS attacks via security policy bypass [fedora-all]
Summary: CVE-2012-4230 roundcubemail: tinymce: XSS attacks via security policy bypass ...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: roundcubemail
Version: 20
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Gwyn Ciesla
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: fst_ping=1
Depends On:
Blocks: CVE-2012-4230
TreeView+ depends on / blocked
 
Reported: 2014-04-25 15:13 UTC by Vincent Danen
Modified: 2015-05-04 19:24 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Release Note
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-01-09 20:16:47 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Vincent Danen 2014-04-25 15:13:56 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 creating a Bodhi update request, use the bodhi submission link noted
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
Bodhi notes field when available.

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 Vincent Danen 2014-04-25 15:14:09 UTC
Use the following update submission link to create the Bodhi request for
this issue as it contains the top-level parent bug(s) as well as this
tracking bug.  This will ensure that all associated bugs get updated when
new packages are pushed to stable.

IMPORTANT: ensure that the "Close bugs when update is stable" option
remains checked.

Bodhi update submission link:
https://admin.fedoraproject.org/updates/new/?type_=security&bugs=1091438,1091441

Comment 2 pjp 2014-12-03 18:27:02 UTC
Hello limburgher,

Could you please fix this soon?

Comment 3 DO NOT USE account not monitored (old adamwill) 2014-12-20 19:15:58 UTC
From the disclosure:

"Mitigating factors:

The TinyMCE system must be configured to use the bbcode plugin (included in TinyMCE)."

From Roundcube program/js/editor.js:

  // minimal editor
 if (config.mode == 'identity') {
    $.extend(conf, {
      plugins: 'autolink charmap code colorpicker hr image link paste tabfocus textcolor',

...

  // full-featured editor
  else {
    $.extend(conf, {
      plugins: 'autolink charmap code colorpicker directionality emoticons link image media nonbreaking'
        + ' paste table tabfocus textcolor searchreplace' + (config.spellcheck ? ' spellchecker' : ''),

i.e., Roundcube does not enable the bbcode plugin and is not subject to this issue. I'll send a build that wipes the bbcode from the bundled tinymce entirely, though.

Comment 4 Gwyn Ciesla 2015-01-09 20:16:47 UTC
This has been done.


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