Bug 847196 (CVE-2012-3463) - CVE-2012-3463 rubygem-actionpack: potential XSS vulnerability in select_tag prompt
Summary: CVE-2012-3463 rubygem-actionpack: potential XSS vulnerability in select_tag p...
Keywords:
Status: CLOSED ERRATA
Alias: CVE-2012-3463
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 847201 847202 847203 847204 849728 896174 903995 995684
Blocks: 836071 851385
TreeView+ depends on / blocked
 
Reported: 2012-08-10 04:59 UTC by Kurt Seifried
Modified: 2019-09-29 12:54 UTC (History)
12 users (show)

Fixed In Version: rubygem-actionpack 3.0.17, rubygem-actionpack 3.1.8, rubygem-actionpack 3.2.8
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-13 05:07:29 UTC
Embargoed:


Attachments (Terms of Use)
CVE-2012-3463-3-0-select_tag_prompt.patch (2.52 KB, patch)
2012-08-10 05:01 UTC, Kurt Seifried
no flags Details | Diff
CVE-2012-3463-3-1-select_tag_prompt.patch (2.55 KB, patch)
2012-08-10 05:02 UTC, Kurt Seifried
no flags Details | Diff
CVE-2012-3463-3-2-select_tag_prompt.patch (2.55 KB, patch)
2012-08-10 05:02 UTC, Kurt Seifried
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2012:1542 0 normal SHIPPED_LIVE Moderate: CloudForms Commons 1.1 security update 2012-12-05 00:29:06 UTC
Red Hat Product Errata RHSA-2013:0154 0 normal SHIPPED_LIVE Critical: Ruby on Rails security update 2013-01-11 01:38:55 UTC
Red Hat Product Errata RHSA-2013:0582 0 normal SHIPPED_LIVE Moderate: Red Hat OpenShift Enterprise 1.1.1 update 2013-03-01 00:05:18 UTC

Description Kurt Seifried 2012-08-10 04:59:40 UTC
The ruby on Rails project reports:

There is a vulnerability in Ruby on Rails in the select_tag helper
method when a "prompt" is supplied. This vulnerability has been
assigned the CVE identifier CVE-2012-3463.

Versions Affected:  3.x.
Not affected:       2.3.x
Fixed Versions:     3.2.8, 3.1.8, 3.0.17

Impact
- ------
When a "prompt" value is supplied to the `select_tag` helper, the
"prompt" value is not escaped.  If untrusted data is not escaped, and
is supplied as the prompt value, there is a potential for XSS attacks.

Vulnerable code will look something like this:

    select_tag("name", options, :prompt => UNTRUSTED_INPUT)

All users running an affected release should either upgrade or use one
of the work arounds immediately.

Releases
- --------
The 3.2.8, 3.1.8, and 3.0.17 releases are available at the normal locations.

Workarounds
- -----------

A possible workaround for this vulnerability is to escape user input
supplied to the prompt key:

    select_tag("name", options, :prompt => h(UNTRUSTED_INPUT))


Patches
- -------
To aid users who aren't able to upgrade immediately we have provided
patches for the two supported release series.  They are in git-am
format and consist of a single changeset.

* 3-0-select_tag_prompt.patch - Patch for 3.0 series
* 3-1-select_tag_prompt.patch - Patch for 3.1 series
* 3-2-select_tag_prompt.patch - Patch for 3.2 series

Please note that only the 3.1.x and 3.2.x series are supported at
present.  Users of earlier unsupported releases are advised to upgrade
as soon as possible as we cannot guarantee the continued availability
of security fixes for unsupported releases.

References:
http://weblog.rubyonrails.org/2012/8/9/ann-rails-3-2-8-has-been-released/

Comment 1 Kurt Seifried 2012-08-10 05:01:46 UTC
Created attachment 603413 [details]
CVE-2012-3463-3-0-select_tag_prompt.patch

Comment 2 Kurt Seifried 2012-08-10 05:02:14 UTC
Created attachment 603414 [details]
CVE-2012-3463-3-1-select_tag_prompt.patch

Comment 3 Kurt Seifried 2012-08-10 05:02:42 UTC
Created attachment 603415 [details]
CVE-2012-3463-3-2-select_tag_prompt.patch

Comment 4 Kurt Seifried 2012-08-10 05:23:02 UTC
Created rubygem-actionpack tracking bugs for this issue

Affects: fedora-all [bug 847201]

Comment 5 Kurt Seifried 2012-08-10 05:24:22 UTC
Created rubygem-actionpack tracking bugs for this issue

Affects: epel-5 [bug 847202]

Comment 8 Fedora Update System 2012-08-22 20:58:35 UTC
rubygem-actionpack-3.0.10-9.fc16 has been pushed to the Fedora 16 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 9 Fedora Update System 2012-08-22 21:10:53 UTC
rubygem-actionpack-3.0.11-7.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 10 errata-xmlrpc 2012-12-04 19:31:57 UTC
This issue has been addressed in following products:

  CloudForms for RHEL 6

Via RHSA-2012:1542 https://rhn.redhat.com/errata/RHSA-2012-1542.html

Comment 11 errata-xmlrpc 2013-01-10 20:42:29 UTC
This issue has been addressed in following products:

  Red Hat Subscription Asset Manager 1.1

Via RHSA-2013:0154 https://rhn.redhat.com/errata/RHSA-2013-0154.html

Comment 14 errata-xmlrpc 2013-02-28 19:07:59 UTC
This issue has been addressed in following products:

  RHEL 6 Version of OpenShift Enterprise

Via RHSA-2013:0582 https://rhn.redhat.com/errata/RHSA-2013-0582.html


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