Ruby/rails/7.1.1
Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity. It encourages beautiful code by favoring convention over configuration.
https://rubygems.org/gems/rails
MIT
2 Security Vulnerabilities
Rails has possible XSS Vulnerability in Action Controller
- https://github.com/rails/rails/security/advisories/GHSA-9822-6m93-xqf4
- https://nvd.nist.gov/vuln/detail/CVE-2024-26143
- https://github.com/rails/rails/commit/4c83b331092a79d58e4adffe4be5f250fa5782cc
- https://github.com/rails/rails/commit/5187a9ef51980ad1b8e81945ebe0462d28f84f9e
- https://discuss.rubyonrails.org/t/possible-xss-vulnerability-in-action-controller/84947
- https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionpack/CVE-2024-26143.yml
- https://github.com/advisories/GHSA-9822-6m93-xqf4
- https://security.netapp.com/advisory/ntap-20240510-0004
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!
Rails has possible ReDoS vulnerability in Accept header parsing in Action Dispatch
- https://github.com/rails/rails/security/advisories/GHSA-jjhx-jhvp-74wq
- https://nvd.nist.gov/vuln/detail/CVE-2024-26142
- https://github.com/rails/rails/commit/b4d3bfb5ed8a5b5a90aad3a3b28860c7a931e272
- https://discuss.rubyonrails.org/t/possible-redos-vulnerability-in-accept-header-parsing-in-action-dispatch/84946
- https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionpack/CVE-2024-26142.yml
- https://github.com/advisories/GHSA-jjhx-jhvp-74wq
Possible ReDoS vulnerability in Accept header parsing in Action Dispatch
There is a possible ReDoS vulnerability in the Accept header parsing routines of Action Dispatch. This vulnerability has been assigned the CVE identifier CVE-2024-26142.
Versions Affected: >= 7.1.0, < 7.1.3.1 Not affected: < 7.1.0 Fixed Versions: 7.1.3.1
Impact
Carefully crafted Accept headers can cause Accept header parsing in Action Dispatch to take an unexpected amount of time, possibly resulting in a DoS vulnerability. All users running an affected release should either upgrade or use one of the workarounds immediately.
Ruby 3.2 has mitigations for this problem, so Rails applications using Ruby 3.2 or newer are unaffected.
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-1-accept-redox.patch - Patch for 7.1 series
Credits
Thanks svalkanov for the report and patch!
479 Other Versions
Version | License | Security | Released | |
---|---|---|---|---|
8.0.0.beta1 | MIT | 2024-09-26 - 15:05 | 18 days | |
7.2.1 | MIT | 2024-08-22 - 19:48 | about 2 months | |
7.2.0 | MIT | 2024-08-09 - 23:47 | 2 months | |
7.2.0.rc1 | MIT | 2024-08-06 - 17:06 | 2 months | |
7.2.0.beta3 | MIT | 2024-07-11 - 15:44 | 3 months | |
7.2.0.beta2 | MIT | 2024-06-04 - 18:15 | 4 months | |
7.2.0.beta1 | MIT | 2024-05-29 - 23:40 | 5 months | |
7.1.4 | MIT | 2024-08-22 - 21:29 | about 2 months | |
7.1.3.4 | MIT | 2024-06-04 - 18:00 | 4 months | |
7.1.3.3 | MIT | 2024-05-16 - 19:23 | 5 months | |
7.1.3.2 | MIT | 2024-02-21 - 21:46 | 8 months | |
7.1.3.1 | MIT | 2024-02-21 - 18:46 | 8 months | |
7.1.3 | MIT | 2 | 2024-01-16 - 22:56 | 9 months |
7.1.2 | MIT | 2 | 2023-11-10 - 21:52 | 11 months |
7.1.1 | MIT | 2 | 2023-10-11 - 22:19 | about 1 year |
7.1.0 | MIT | 2 | 2023-10-05 - 08:09 | about 1 year |
7.1.0.rc2 | MIT | 2023-10-01 - 22:02 | about 1 year | |
7.1.0.rc1 | MIT | 2023-09-27 - 04:03 | about 1 year | |
7.1.0.beta1 | MIT | 2023-09-13 - 00:41 | about 1 year | |
7.0.8.4 | MIT | 2024-06-04 - 17:57 | 4 months | |
7.0.8.3 | MIT | 2024-05-17 - 19:54 | 5 months | |
7.0.8.2 | MIT | 2024-05-16 - 19:00 | 5 months | |
7.0.8.1 | MIT | 2024-02-21 - 18:43 | 8 months | |
7.0.8 | MIT | 2 | 2023-09-09 - 19:15 | about 1 year |
7.0.7.2 | MIT | 2 | 2023-08-22 - 20:10 | about 1 year |
7.0.7.1 | MIT | 2 | 2023-08-22 - 17:20 | about 1 year |
7.0.7 | MIT | 2 | 2023-08-09 - 23:58 | about 1 year |
7.0.6 | MIT | 2 | 2023-06-29 - 20:57 | over 1 year |
7.0.5.1 | MIT | 2 | 2023-06-26 - 21:43 | over 1 year |
7.0.5 | MIT | 2 | 2023-05-24 - 19:21 | over 1 year |
7.0.4.3 | MIT | 2 | 2023-03-13 - 18:53 | over 1 year |
7.0.4.2 | MIT | 2 | 2023-01-25 - 03:14 | over 1 year |
7.0.4.1 | MIT | 2 | 2023-01-17 - 18:55 | over 1 year |
7.0.4 | MIT | 2 | 2022-09-09 - 18:42 | about 2 years |
7.0.3.1 | MIT | 2 | 2022-07-12 - 17:31 | over 2 years |
7.0.3 | MIT | 2 | 2022-05-09 - 13:41 | over 2 years |
7.0.2.4 | MIT | 2 | 2022-04-26 - 19:33 | over 2 years |
7.0.2.3 | MIT | 2 | 2022-03-08 - 17:50 | over 2 years |
7.0.2.2 | MIT | 2 | 2022-02-11 - 19:44 | over 2 years |
7.0.2.1 | MIT | 2 | 2022-02-11 - 18:19 | over 2 years |
7.0.2 | MIT | 2 | 2022-02-08 - 23:13 | over 2 years |
7.0.1 | MIT | 2 | 2022-01-06 - 21:55 | almost 3 years |
7.0.0 | MIT | 2 | 2021-12-15 - 23:45 | almost 3 years |
7.0.0.rc3 | MIT | 2021-12-14 - 23:04 | almost 3 years | |
7.0.0.rc2 | MIT | 2021-12-14 - 19:40 | almost 3 years | |
7.0.0.rc1 | MIT | 2021-12-06 - 21:33 | almost 3 years | |
7.0.0.alpha2 | MIT | 2021-09-15 - 23:16 | about 3 years | |
7.0.0.alpha1 | MIT | 2021-09-15 - 21:58 | about 3 years | |
6.1.7.8 | MIT | 2024-06-04 - 17:56 | 4 months | |
6.1.7.7 | MIT | 2024-02-21 - 18:39 | 8 months | |
6.1.7.6 | MIT | 1 | 2023-08-22 - 20:08 | about 1 year |
6.1.7.5 | MIT | 1 | 2023-08-22 - 17:16 | about 1 year |
6.1.7.4 | MIT | 1 | 2023-06-26 - 21:32 | over 1 year |
6.1.7.3 | MIT | 1 | 2023-03-13 - 18:48 | over 1 year |
6.1.7.2 | MIT | 1 | 2023-01-25 - 03:23 | over 1 year |
6.1.7.1 | MIT | 1 | 2023-01-17 - 18:54 | over 1 year |
6.1.7 | MIT | 1 | 2022-09-09 - 18:39 | about 2 years |
6.1.6.1 | MIT | 1 | 2022-07-12 - 17:29 | over 2 years |
6.1.6 | MIT | 1 | 2022-05-09 - 13:46 | over 2 years |
6.1.5.1 | MIT | 1 | 2022-04-26 - 19:30 | over 2 years |
6.1.5 | MIT | 1 | 2022-03-10 - 21:17 | over 2 years |
6.1.4.7 | MIT | 1 | 2022-03-08 - 17:49 | over 2 years |
6.1.4.6 | MIT | 1 | 2022-02-11 - 19:42 | over 2 years |
6.1.4.5 | MIT | 1 | 2022-02-11 - 18:23 | over 2 years |
6.1.4.4 | MIT | 1 | 2021-12-15 - 22:54 | almost 3 years |
6.1.4.3 | MIT | 1 | 2021-12-14 - 23:02 | almost 3 years |
6.1.4.2 | MIT | 1 | 2021-12-14 - 19:54 | almost 3 years |
6.1.4.1 | MIT | 1 | 2021-08-19 - 16:27 | about 3 years |
6.1.4 | MIT | 1 | 2021-06-24 - 20:41 | over 3 years |
6.1.3.2 | MIT | 1 | 2021-05-05 - 15:47 | over 3 years |
6.1.3.1 | MIT | 1 | 2021-03-26 - 18:08 | over 3 years |
6.1.3 | MIT | 1 | 2021-02-17 - 18:43 | over 3 years |
6.1.2.1 | MIT | 1 | 2021-02-10 - 20:46 | over 3 years |
6.1.2 | MIT | 1 | 2021-02-09 - 21:30 | over 3 years |
6.1.1 | MIT | 1 | 2021-01-07 - 23:00 | almost 4 years |
6.1.0 | MIT | 1 | 2020-12-09 - 19:58 | almost 4 years |
6.1.0.rc2 | MIT | 1 | 2020-12-01 - 22:02 | almost 4 years |
6.1.0.rc1 | MIT | 1 | 2020-11-02 - 21:21 | almost 4 years |
6.0.6.1 | MIT | 1 | 2023-01-17 - 18:53 | over 1 year |
6.0.6 | MIT | 1 | 2022-09-09 - 18:32 | about 2 years |
6.0.5.1 | MIT | 1 | 2022-07-12 - 17:28 | over 2 years |
6.0.5 | MIT | 1 | 2022-05-09 - 13:55 | over 2 years |
6.0.4.8 | MIT | 1 | 2022-04-26 - 19:27 | over 2 years |
6.0.4.7 | MIT | 1 | 2022-03-08 - 17:47 | over 2 years |
6.0.4.6 | MIT | 1 | 2022-02-11 - 19:40 | over 2 years |
6.0.4.5 | MIT | 1 | 2022-02-11 - 18:25 | over 2 years |
6.0.4.4 | MIT | 1 | 2021-12-15 - 22:48 | almost 3 years |
6.0.4.3 | MIT | 1 | 2021-12-14 - 23:01 | almost 3 years |
6.0.4.2 | MIT | 1 | 2021-12-14 - 20:11 | almost 3 years |
6.0.4.1 | MIT | 1 | 2021-08-19 - 16:24 | about 3 years |
6.0.4 | MIT | 1 | 2021-06-15 - 20:18 | over 3 years |
6.0.3.7 | MIT | 1 | 2021-05-05 - 16:02 | over 3 years |
6.0.3.6 | MIT | 1 | 2021-03-26 - 17:34 | over 3 years |
6.0.3.5 | MIT | 1 | 2021-02-10 - 20:40 | over 3 years |
6.0.3.4 | MIT | 1 | 2020-10-07 - 16:51 | about 4 years |
6.0.3.3 | MIT | 1 | 2020-09-09 - 18:40 | about 4 years |
6.0.3.2 | MIT | 1 | 2020-06-17 - 14:55 | over 4 years |
6.0.3.1 | MIT | 1 | 2020-05-18 - 15:47 | over 4 years |
6.0.3 | MIT | 1 | 2020-05-06 - 18:06 | over 4 years |
6.0.3.rc1 | MIT | 1 | 2020-05-01 - 17:19 | over 4 years |