Ruby/actionview/6.0.5


Simple, battle-tested conventions and helpers for building web pages.

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

2 Security Vulnerabilities

rails-ujs vulnerable to DOM Based Cross-site Scripting contenteditable HTML Elements

Published date: 2023-06-09T22:41:16Z
CVE: CVE-2023-23913
Links:

NOTE: rails-ujs is part of Rails/actionview since 5.1.0.

There is a potential DOM based cross-site scripting issue in rails-ujs which leverages the Clipboard API to target HTML elements that are assigned the contenteditable attribute. This has the potential to occur when pasting malicious HTML content from the clipboard that includes a data-method, data-remote or data-disable-with attribute.

This vulnerability has been assigned the CVE identifier CVE-2023-23913.

Not affected: < 5.1.0 Versions Affected: >= 5.1.0 Fixed Versions: 6.1.7.3, 7.0.4.3

Impact If the specified malicious HTML clipboard content is provided to a contenteditable element, this could result in the arbitrary execution of javascript on the origin in question.

Releases The FIXED releases are available at the normal locations.

Workarounds We recommend that all users upgrade to one of the FIXED versions. In the meantime, users can attempt to mitigate this vulnerability by removing the contenteditable attribute from elements in pages that rails-ujs will interact with.

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.

  • rails-ujs-data-method-contenteditable-6-1.patch - Patch for 6.1 series
  • rails-ujs-data-method-contenteditable-7-0.patch - Patch for 7.0 series

Please note that only the 7.0.Z and 6.1.Z series are supported at present, and 6.0.Z for severe vulnerabilities.

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.

Credits We would like to thank ryotak 15 for reporting this!

  • rails-ujs-data-method-contenteditable-6-1.patch (8.5 KB)
  • rails-ujs-data-method-contenteditable-7-0.patch (8.5 KB)
  • rails-ujs-data-method-contenteditable-main.patch (8.9 KB)

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", "6.1.0.rc1", "6.0.3.4", "6.0.3.3", "6.0.3.2", "6.0.3.1", "6.0.3", "6.0.3.rc1", "6.0.2.2", "6.0.2.1", "6.0.2", "6.0.2.rc2", "6.0.2.rc1", "6.0.1", "6.0.1.rc1", "6.0.0", "6.0.0.rc2", "6.0.0.rc1", "6.0.0.beta3", "6.0.0.beta2", "6.0.0.beta1", "5.2.4.4", "5.2.4.3", "5.2.4.2", "5.2.4.1", "5.2.4", "5.2.4.rc1", "5.2.3", "5.2.3.rc1", "5.2.2.1", "5.2.2", "5.2.2.rc1", "5.2.1.1", "5.2.1", "5.2.1.rc1", "5.2.0", "5.2.0.rc2", "5.2.0.rc1", "5.2.0.beta2", "5.2.0.beta1", "5.1.7", "5.1.7.rc1", "5.1.6.2", "5.1.6.1", "5.1.6", "5.1.5", "5.1.5.rc1", "5.1.4", "5.1.4.rc1", "5.1.3", "5.1.3.rc3", "5.1.3.rc2", "5.1.3.rc1", "5.1.2", "5.1.2.rc1", "5.1.1", "5.1.0", "6.1.0.rc2", "6.1.0", "6.1.1", "6.1.2", "6.1.2.1", "6.0.3.5", "5.2.4.5", "6.1.3", "6.1.3.1", "6.0.3.6", "5.2.5", "6.1.3.2", "6.0.3.7", "5.2.6", "5.2.4.6", "6.0.4", "6.1.4", "6.1.4.1", "6.0.4.1", "6.1.4.3", "6.1.4.2", "6.0.4.3", "6.0.4.2", "6.1.4.4", "6.0.4.4", "6.1.4.6", "6.1.4.5", "6.0.4.6", "6.0.4.5", "5.2.6.2", "5.2.6.1", "6.1.4.7", "6.0.4.7", "5.2.6.3", "6.1.5", "5.2.7", "6.1.5.1", "6.0.4.8", "5.2.7.1", "6.1.6", "6.0.5", "5.2.8", "6.1.6.1", "6.0.5.1", "5.2.8.1", "6.1.7", "6.0.6", "6.1.7.1", "6.0.6.1", "6.1.7.2"]
Secure versions: [7.0.4.3, 6.1.7.3, 7.0.5, 7.0.5.1, 6.1.7.4, 7.0.6, 7.0.7, 7.0.7.2, 7.0.7.1, 6.1.7.6, 6.1.7.5, 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, 7.1.3.2, 7.1.3.1, 7.0.8.1, 6.1.7.7]
Recommendation: Update to version 7.1.3.2.

DOM Based Cross-site Scripting in rails-ujs for contenteditable HTML Elements

Published date: 2023-03-13
Framework: rails
CVE: 2023-23913
CVSS V3: 7.5
Links:

NOTE: rails-ujs is part of Rails/actionview since 5.1.0.

There is a potential DOM based cross-site scripting issue in rails-ujs which leverages the Clipboard API to target HTML elements that are assigned the contenteditable attribute. This has the potential to occur when pasting malicious HTML content from the clipboard that includes a data-method, data-remote or data-disable-with attribute.

This vulnerability has been assigned the CVE identifier CVE-2023-23913.

Not affected: < 5.1.0 Versions Affected: >= 5.1.0 Fixed Versions: 6.1.7.3, 7.0.4.3

Impact If the specified malicious HTML clipboard content is provided to a contenteditable element, this could result in the arbitrary execution of javascript on the origin in question.

Releases The FIXED releases are available at the normal locations.

Workarounds We recommend that all users upgrade to one of the FIXED versions. In the meantime, users can attempt to mitigate this vulnerability by removing the contenteditable attribute from elements in pages that rails-ujs will interact with.

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.

  • rails-ujs-data-method-contenteditable-6-1.patch - Patch for 6.1 series
  • rails-ujs-data-method-contenteditable-7-0.patch - Patch for 7.0 series

Please note that only the 7.0.Z and 6.1.Z series are supported at present, and 6.0.Z for severe vulnerabilities.

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.

Credits We would like to thank ryotak 15 for reporting this!

  • rails-ujs-data-method-contenteditable-6-1.patch (8.5 KB)
  • rails-ujs-data-method-contenteditable-7-0.patch (8.5 KB)
  • rails-ujs-data-method-contenteditable-main.patch (8.9 KB)

Affected versions: ["6.1.0.rc1", "6.0.3.4", "6.0.3.3", "6.0.3.2", "6.0.3.1", "6.0.3", "6.0.3.rc1", "6.0.2.2", "6.0.2.1", "6.0.2", "6.0.2.rc2", "6.0.2.rc1", "6.0.1", "6.0.1.rc1", "6.0.0", "6.0.0.rc2", "6.0.0.rc1", "6.0.0.beta3", "6.0.0.beta2", "6.0.0.beta1", "5.2.4.4", "5.2.4.3", "5.2.4.2", "5.2.4.1", "5.2.4", "5.2.4.rc1", "5.2.3", "5.2.3.rc1", "5.2.2.1", "5.2.2", "5.2.2.rc1", "5.2.1.1", "5.2.1", "5.2.1.rc1", "5.2.0", "5.2.0.rc2", "5.2.0.rc1", "5.2.0.beta2", "5.2.0.beta1", "5.1.7", "5.1.7.rc1", "5.1.6.2", "5.1.6.1", "5.1.6", "5.1.5", "5.1.5.rc1", "5.1.4", "5.1.4.rc1", "5.1.3", "5.1.3.rc3", "5.1.3.rc2", "5.1.3.rc1", "5.1.2", "5.1.2.rc1", "5.1.1", "5.1.0", "6.1.0.rc2", "6.1.0", "6.1.1", "6.1.2", "6.1.2.1", "6.0.3.5", "5.2.4.5", "6.1.3", "6.1.3.1", "6.0.3.6", "5.2.5", "6.1.3.2", "6.0.3.7", "5.2.6", "5.2.4.6", "6.0.4", "6.1.4", "6.1.4.1", "6.0.4.1", "7.0.0.alpha2", "7.0.0.alpha1", "7.0.0.rc1", "7.0.0.rc3", "7.0.0.rc2", "6.1.4.3", "6.1.4.2", "6.0.4.3", "6.0.4.2", "6.1.4.4", "6.0.4.4", "7.0.0", "7.0.1", "7.0.2", "7.0.2.2", "7.0.2.1", "6.1.4.6", "6.1.4.5", "6.0.4.6", "6.0.4.5", "5.2.6.2", "5.2.6.1", "7.0.2.3", "6.1.4.7", "6.0.4.7", "5.2.6.3", "6.1.5", "5.2.7", "7.0.2.4", "6.1.5.1", "6.0.4.8", "5.2.7.1", "7.0.3", "6.1.6", "6.0.5", "5.2.8", "7.0.3.1", "6.1.6.1", "6.0.5.1", "5.2.8.1", "7.0.4", "6.1.7", "6.0.6", "7.0.4.1", "6.0.6.1", "7.0.4.2"]
Secure versions: [7.0.4.3, 6.1.7.3, 7.0.5, 7.0.5.1, 6.1.7.4, 7.0.6, 7.0.7, 7.0.7.2, 7.0.7.1, 6.1.7.6, 6.1.7.5, 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, 7.1.3.2, 7.1.3.1, 7.0.8.1, 6.1.7.7]
Recommendation: Update to version 7.1.3.2.

254 Other Versions

Version License Security Released
5.2.8 MIT 2 2022-05-09 - 13:58 about 2 years
5.2.7.1 MIT 2 2022-04-26 - 19:23 about 2 years
5.2.7 MIT 4 2022-03-11 - 00:00 about 2 years
5.2.6.3 MIT 4 2022-03-08 - 17:45 about 2 years
5.2.6.2 MIT 4 2022-02-11 - 19:37 about 2 years
5.2.6.1 MIT 4 2022-02-11 - 18:38 about 2 years
5.2.6 MIT 4 2021-05-05 - 17:03 about 3 years
5.2.5 MIT 4 2021-03-26 - 17:17 about 3 years
5.2.4.6 MIT 4 2021-05-05 - 15:28 about 3 years
5.2.4.5 MIT 4 2021-02-10 - 20:34 about 3 years
5.2.4.4 MIT 4 2020-09-09 - 18:36 over 3 years
5.2.4.3 MIT 6 2020-05-18 - 15:42 almost 4 years
5.2.4.2 MIT 8 2020-03-19 - 16:31 about 4 years
5.2.4.1 MIT 10 2019-12-18 - 19:01 over 4 years
5.2.4 MIT 10 2019-11-27 - 15:45 over 4 years
5.2.4.rc1 MIT 10 2019-11-23 - 00:26 over 4 years
5.2.3 MIT 10 2019-03-28 - 03:01 about 5 years
5.2.3.rc1 MIT 10 2019-03-22 - 03:34 about 5 years
5.2.2.1 MIT 10 2019-03-13 - 16:47 about 5 years
5.2.2 MIT 14 2018-12-04 - 18:12 over 5 years
5.2.2.rc1 MIT 14 2018-11-28 - 22:52 over 5 years
5.2.1.1 MIT 14 2018-11-27 - 20:13 over 5 years
5.2.1 MIT 14 2018-08-07 - 21:43 almost 6 years
5.2.1.rc1 MIT 14 2018-07-30 - 20:14 almost 6 years
5.2.0 MIT 14 2018-04-09 - 20:05 about 6 years
5.2.0.rc2 MIT 12 2018-03-20 - 17:50 about 6 years
5.2.0.rc1 MIT 12 2018-01-30 - 23:36 over 6 years
5.2.0.beta2 MIT 12 2017-11-28 - 05:02 over 6 years
5.2.0.beta1 MIT 12 2017-11-27 - 18:03 over 6 years
5.1.7 MIT 10 2019-03-28 - 02:47 about 5 years
5.1.7.rc1 MIT 10 2019-03-22 - 04:12 about 5 years
5.1.6.2 MIT 10 2019-03-13 - 16:45 about 5 years
5.1.6.1 MIT 14 2018-11-27 - 20:10 over 5 years
5.1.6 MIT 14 2018-03-29 - 18:28 about 6 years
5.1.5 MIT 14 2018-02-14 - 19:54 about 6 years
5.1.5.rc1 MIT 14 2018-02-01 - 18:58 over 6 years
5.1.4 MIT 14 2017-09-08 - 00:50 over 6 years
5.1.4.rc1 MIT 14 2017-08-24 - 19:36 over 6 years
5.1.3 MIT 14 2017-08-03 - 19:14 almost 7 years
5.1.3.rc3 MIT 14 2017-07-31 - 19:11 almost 7 years
5.1.3.rc2 MIT 14 2017-07-25 - 20:17 almost 7 years
5.1.3.rc1 MIT 14 2017-07-19 - 19:32 almost 7 years
5.1.2 MIT 14 2017-06-26 - 21:50 almost 7 years
5.1.2.rc1 MIT 14 2017-06-20 - 17:02 almost 7 years
5.1.1 MIT 14 2017-05-12 - 20:10 almost 7 years
5.1.0 MIT 14 2017-04-27 - 20:59 about 7 years
5.1.0.rc2 MIT 10 2017-04-21 - 01:29 about 7 years
5.1.0.rc1 MIT 10 2017-03-20 - 18:56 about 7 years
5.1.0.beta1 MIT 10 2017-02-23 - 19:55 about 7 years
5.0.7.2 MIT 8 2019-03-13 - 16:40 about 5 years
5.0.7.1 MIT 12 2018-11-27 - 20:08 over 5 years
5.0.7 MIT 12 2018-03-29 - 17:58 about 6 years
5.0.6 MIT 12 2017-09-08 - 00:46 over 6 years
5.0.6.rc1 MIT 12 2017-08-24 - 19:10 over 6 years
5.0.5 MIT 12 2017-07-31 - 19:04 almost 7 years
5.0.5.rc2 MIT 12 2017-07-25 - 20:25 almost 7 years
5.0.5.rc1 MIT 12 2017-07-19 - 19:42 almost 7 years
5.0.4 MIT 12 2017-06-19 - 21:57 almost 7 years
5.0.4.rc1 MIT 12 2017-06-14 - 20:48 almost 7 years
5.0.3 MIT 12 2017-05-12 - 20:03 almost 7 years
5.0.2 MIT 12 2017-03-01 - 23:12 about 7 years
5.0.2.rc1 MIT 12 2017-02-25 - 00:54 about 7 years
5.0.1 MIT 12 2016-12-21 - 00:06 over 7 years
5.0.1.rc2 MIT 12 2016-12-09 - 19:12 over 7 years
5.0.1.rc1 MIT 12 2016-11-30 - 20:01 over 7 years
5.0.0.1 MIT 12 2016-08-11 - 17:32 over 7 years
5.0.0 MIT 14 2016-06-30 - 21:21 almost 8 years
5.0.0.rc2 MIT 10 2016-06-22 - 20:02 almost 8 years
5.0.0.rc1 MIT 10 2016-05-06 - 21:56 about 8 years
5.0.0.beta4 MIT 10 2016-04-27 - 20:54 about 8 years
5.0.0.beta3 MIT 10 2016-02-24 - 16:15 about 8 years
5.0.0.beta2 MIT 10 2016-02-01 - 22:05 over 8 years
5.0.0.beta1.1 MIT 10 2016-01-25 - 19:24 over 8 years
5.0.0.beta1 MIT 10 2015-12-18 - 21:17 over 8 years
5.0.0.racecar1 MIT 11 2016-05-06 - 22:01 about 8 years
4.2.11.3 MIT 7 2020-05-15 - 18:35 almost 4 years
4.2.11.2 MIT 7 2020-05-15 - 16:30 almost 4 years
4.2.11.1 MIT 9 2019-03-13 - 16:37 about 5 years
4.2.11 MIT 13 2018-11-27 - 20:06 over 5 years
4.2.10 MIT 13 2017-09-27 - 14:28 over 6 years
4.2.10.rc1 MIT 13 2017-09-20 - 19:41 over 6 years
4.2.9 MIT 13 2017-06-26 - 21:30 almost 7 years
4.2.9.rc2 MIT 13 2017-06-19 - 22:27 almost 7 years
4.2.9.rc1 MIT 13 2017-06-13 - 18:49 almost 7 years
4.2.8 MIT 13 2017-02-21 - 16:08 about 7 years
4.2.8.rc1 MIT 13 2017-02-10 - 02:45 about 7 years
4.2.7.1 MIT 13 2016-08-11 - 17:32 over 7 years
4.2.7 MIT 14 2016-07-13 - 02:55 almost 8 years
4.2.7.rc1 MIT 14 2016-07-01 - 00:31 almost 8 years
4.2.6 MIT 14 2016-03-07 - 22:32 about 8 years
4.2.6.rc1 MIT 14 2016-03-01 - 18:37 about 8 years
4.2.5.2 MIT 14 2016-02-29 - 19:16 about 8 years
4.2.5.1 MIT 14 2016-01-25 - 19:24 over 8 years
4.2.5 MIT 17 2015-11-12 - 17:06 over 8 years
4.2.5.rc2 MIT 17 2015-11-05 - 03:01 over 8 years
4.2.5.rc1 MIT 17 2015-10-30 - 20:47 over 8 years
4.2.4 MIT 17 2015-08-24 - 18:25 over 8 years
4.2.4.rc1 MIT 17 2015-08-14 - 15:19 over 8 years
4.2.3 MIT 17 2015-06-25 - 21:29 almost 9 years
4.2.3.rc1 MIT 17 2015-06-22 - 14:22 almost 9 years