Ruby/actionpack/7.0.5.1


Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web applications. Works with any Rack-compatible server.

https://rubygems.org/gems/actionpack
MIT

2 Security Vulnerabilities

Rails has possible XSS Vulnerability in Action Controller

Published date: 2024-02-27T21:41:12Z
CVE: CVE-2024-26143
Links:

Possible XSS Vulnerability in Action Controller

There is a possible XSS vulnerability when using the translation helpers (translate, t, etc) in Action Controller. This vulnerability has been assigned the CVE identifier CVE-2024-26143.

Versions Affected: >= 7.0.0. Not affected: < 7.0.0 Fixed Versions: 7.1.3.1, 7.0.8.1

Impact

Applications using translation methods like translate, or t on a controller, with a key ending in _html, a :default key which contains untrusted user input, and the resulting string is used in a view, may be susceptible to an XSS vulnerability.

For example, impacted code will look something like this:

class ArticlesController < ApplicationController
  def show  
    @message = t("message_html", default: untrusted_input)
    # The `show` template displays the contents of `@message`
  end
end

To reiterate the pre-conditions, applications must:

  • Use a translation function from a controller (i.e. not I18n.t, or t from a view)
  • Use a key that ends in _html
  • Use a default value where the default value is untrusted and unescaped input
  • Send the text to the victim (whether that's part of a template, or a render call)

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

Releases

The fixed releases are available at the normal locations.

Workarounds

There are no feasible workarounds for this issue.

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.

  • 7-0-translate-xss.patch - Patch for 7.0 series
  • 7-1-translate-xss.patch - Patch for 7.1 series

Credits

Thanks to ooooooo_q for the patch and fix!

Affected versions: ["7.1.0", "7.1.1", "7.1.2", "7.1.3", "7.0.0", "7.0.1", "7.0.2", "7.0.2.2", "7.0.2.1", "7.0.2.3", "7.0.2.4", "7.0.3", "7.0.3.1", "7.0.4", "7.0.4.1", "7.0.4.2", "7.0.4.3", "7.0.5", "7.0.5.1", "7.0.6", "7.0.7", "7.0.7.2", "7.0.7.1", "7.0.8"]
Secure versions: [7.1.3.2, 7.1.3.1, 7.0.8.1]
Recommendation: Update to version 7.1.3.2.

Possible XSS Vulnerability in Action Controller

Published date: 2024-02-21
Framework: rails
CVE: 2024-26143
CVSS V3: 6.1
Links:

There is a possible XSS vulnerability when using the translation helpers (translate, t, etc) in Action Controller. This vulnerability has been assigned the CVE identifier CVE-2024-26143.

Versions Affected: >= 7.0.0 Not affected: < 7.0.0 Fixed Versions: 7.1.3.1, 7.0.8.1

Impact

Applications using translation methods like translate, or t on a controller, with a key ending in “_html”, a :default key which contains untrusted user input, and the resulting string is used in a view, may be susceptible to an XSS vulnerability.

For example, impacted code will look something like this:

class ArticlesController < ApplicationController
  def show
    @message = t("message_html", default: untrusted_input)
    # The `show` template displays the contents of `@message`
  end
end

To reiterate the pre-conditions, applications must:

  • Use a translation function from a controller (i.e. not I18n.t, or t from a view)
  • Use a key that ends in _html
  • Use a default value where the default value is untrusted and unescaped input
  • Send the text to the victim (whether that’s part of a template, or a render call)

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

Releases

The fixed releases are available at the normal locations.

Workarounds

There are no feasible workarounds for this issue.

Affected versions: ["7.0.0", "7.0.1", "7.0.2", "7.0.2.2", "7.0.2.1", "7.0.2.3", "7.0.2.4", "7.0.3", "7.0.3.1", "7.0.4", "7.0.4.1", "7.0.4.2", "7.0.4.3", "7.0.5", "7.0.5.1", "7.0.6", "7.0.7", "7.0.7.2", "7.0.7.1", "7.0.8", "7.1.0.beta1", "7.1.0.rc1", "7.1.0.rc2", "7.1.0", "7.1.1", "7.1.2", "7.1.3"]
Secure versions: [7.1.3.2, 7.1.3.1, 7.0.8.1]
Recommendation: Update to version 7.1.3.2.

464 Other Versions

Version License Security Released
7.1.3.2 MIT 2024-02-21 - 21:46 2 months
7.1.3.1 MIT 2024-02-21 - 18:46 2 months
7.1.3 MIT 4 2024-01-16 - 22:54 4 months
7.1.2 MIT 4 2023-11-10 - 21:50 6 months
7.1.1 MIT 4 2023-10-11 - 22:17 7 months
7.1.0 MIT 4 2023-10-05 - 08:07 7 months
7.1.0.rc2 MIT 1 2023-10-01 - 22:00 7 months
7.1.0.rc1 MIT 1 2023-09-27 - 04:01 7 months
7.1.0.beta1 MIT 1 2023-09-13 - 00:40 8 months
7.0.8.1 MIT 2024-02-21 - 18:42 2 months
7.0.8 MIT 2 2023-09-09 - 19:12 8 months
7.0.7.2 MIT 2 2023-08-22 - 20:10 8 months
7.0.7.1 MIT 2 2023-08-22 - 17:20 8 months
7.0.7 MIT 2 2023-08-09 - 23:57 9 months
7.0.6 MIT 2 2023-06-29 - 20:56 10 months
7.0.5.1 MIT 2 2023-06-26 - 21:42 10 months
7.0.5 MIT 4 2023-05-24 - 19:11 11 months
7.0.4.3 MIT 4 2023-03-13 - 18:53 about 1 year
7.0.4.2 MIT 4 2023-01-25 - 03:14 over 1 year
7.0.4.1 MIT 4 2023-01-17 - 18:55 over 1 year
7.0.4 MIT 11 2022-09-09 - 18:42 over 1 year
7.0.3.1 MIT 11 2022-07-12 - 17:31 almost 2 years
7.0.3 MIT 11 2022-05-09 - 13:40 almost 2 years
7.0.2.4 MIT 11 2022-04-26 - 19:33 about 2 years
7.0.2.3 MIT 13 2022-03-08 - 17:50 about 2 years
7.0.2.2 MIT 13 2022-02-11 - 19:43 about 2 years
7.0.2.1 MIT 15 2022-02-11 - 18:18 about 2 years
7.0.2 MIT 15 2022-02-08 - 23:12 about 2 years
7.0.1 MIT 15 2022-01-06 - 21:54 over 2 years
7.0.0 MIT 15 2021-12-15 - 23:43 over 2 years
7.0.0.rc3 MIT 6 2021-12-14 - 23:04 over 2 years
7.0.0.rc2 MIT 6 2021-12-14 - 19:39 over 2 years
7.0.0.rc1 MIT 7 2021-12-06 - 21:31 over 2 years
7.0.0.alpha2 MIT 7 2021-09-15 - 23:15 over 2 years
7.0.0.alpha1 MIT 7 2021-09-15 - 21:56 over 2 years
6.1.7.7 MIT 1 2024-02-21 - 18:39 2 months
6.1.7.6 MIT 1 2023-08-22 - 20:07 8 months
6.1.7.5 MIT 1 2023-08-22 - 17:15 8 months
6.1.7.4 MIT 1 2023-06-26 - 21:31 10 months
6.1.7.3 MIT 2 2023-03-13 - 18:48 about 1 year
6.1.7.2 MIT 2 2023-01-25 - 03:23 over 1 year
6.1.7.1 MIT 2 2023-01-17 - 18:54 over 1 year
6.1.7 MIT 7 2022-09-09 - 18:38 over 1 year
6.1.6.1 MIT 7 2022-07-12 - 17:29 almost 2 years
6.1.6 MIT 7 2022-05-09 - 13:45 almost 2 years
6.1.5.1 MIT 7 2022-04-26 - 19:30 about 2 years
6.1.5 MIT 9 2022-03-10 - 21:16 about 2 years
6.1.4.7 MIT 9 2022-03-08 - 17:48 about 2 years
6.1.4.6 MIT 9 2022-02-11 - 19:41 about 2 years
6.1.4.5 MIT 11 2022-02-11 - 18:22 about 2 years
6.1.4.4 MIT 11 2021-12-15 - 22:53 over 2 years
6.1.4.3 MIT 11 2021-12-14 - 23:02 over 2 years
6.1.4.2 MIT 11 2021-12-14 - 19:49 over 2 years
6.1.4.1 MIT 13 2021-08-19 - 16:25 over 2 years
6.1.4 MIT 15 2021-06-24 - 20:40 almost 3 years
6.1.3.2 MIT 15 2021-05-05 - 15:34 almost 3 years
6.1.3.1 MIT 23 2021-03-26 - 18:06 about 3 years
6.1.3 MIT 23 2021-02-17 - 18:41 about 3 years
6.1.2.1 MIT 23 2021-02-10 - 20:44 about 3 years
6.1.2 MIT 25 2021-02-09 - 21:28 about 3 years
6.1.1 MIT 25 2021-01-07 - 22:59 over 3 years
6.1.0 MIT 25 2020-12-09 - 19:57 over 3 years
6.1.0.rc2 MIT 17 2020-12-01 - 22:01 over 3 years
6.1.0.rc1 MIT 15 2020-11-02 - 21:20 over 3 years
6.0.6.1 MIT 7 2023-01-17 - 18:53 over 1 year
6.0.6 MIT 7 2022-09-09 - 18:32 over 1 year
6.0.5.1 MIT 7 2022-07-12 - 17:28 almost 2 years
6.0.5 MIT 7 2022-05-09 - 13:50 almost 2 years
6.0.4.8 MIT 7 2022-04-26 - 19:27 about 2 years
6.0.4.7 MIT 9 2022-03-08 - 17:47 about 2 years
6.0.4.6 MIT 9 2022-02-11 - 19:39 about 2 years
6.0.4.5 MIT 11 2022-02-11 - 18:24 about 2 years
6.0.4.4 MIT 11 2021-12-15 - 22:46 over 2 years
6.0.4.3 MIT 11 2021-12-14 - 23:00 over 2 years
6.0.4.2 MIT 11 2021-12-14 - 20:10 over 2 years
6.0.4.1 MIT 13 2021-08-19 - 16:22 over 2 years
6.0.4 MIT 15 2021-06-15 - 20:17 almost 3 years
6.0.3.7 MIT 15 2021-05-05 - 16:01 almost 3 years
6.0.3.6 MIT 21 2021-03-26 - 17:32 about 3 years
6.0.3.5 MIT 21 2021-02-10 - 20:39 about 3 years
6.0.3.4 MIT 23 2020-10-07 - 16:50 over 3 years
6.0.3.3 MIT 25 2020-09-09 - 18:24 over 3 years
6.0.3.2 MIT 25 2020-06-17 - 14:54 almost 4 years
6.0.3.1 MIT 27 2020-05-18 - 15:47 almost 4 years
6.0.3 MIT 31 2020-05-06 - 18:04 almost 4 years
6.0.3.rc1 MIT 31 2020-05-01 - 17:18 almost 4 years
6.0.2.2 MIT 31 2020-03-19 - 16:43 about 4 years
6.0.2.1 MIT 31 2019-12-18 - 19:08 over 4 years
6.0.2 MIT 31 2019-12-13 - 18:20 over 4 years
6.0.2.rc2 MIT 31 2019-12-09 - 16:12 over 4 years
6.0.2.rc1 MIT 31 2019-11-27 - 15:11 over 4 years
6.0.1 MIT 31 2019-11-05 - 14:39 over 4 years
6.0.1.rc1 MIT 31 2019-10-31 - 20:05 over 4 years
6.0.0 MIT 31 2019-08-16 - 18:00 over 4 years
6.0.0.rc2 MIT 12 2019-07-22 - 21:10 almost 5 years
6.0.0.rc1 MIT 12 2019-04-24 - 18:51 about 5 years
6.0.0.beta3 MIT 12 2019-03-13 - 17:02 about 5 years
6.0.0.beta2 MIT 12 2019-02-25 - 22:45 about 5 years
6.0.0.beta1 MIT 12 2019-01-18 - 20:46 over 5 years
5.2.8.1 MIT 7 2022-07-12 - 17:26 almost 2 years