File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ engine : ruby
3+ cve : 2024-27282
4+ url : https://www.ruby-lang.org/en/news/2024/04/23/arbitrary-memory-address-read-regexp-cve-2024-27282/
5+ title : Arbitrary memory address read vulnerability with Regex search
6+ date : 2024-04-23
7+ description : |
8+ If attacker-supplied data is provided to the Ruby regex compiler, it is
9+ possible to extract arbitrary heap data relative to the start of the text,
10+ including pointers and sensitive strings.
11+
12+ We recommend to update the Ruby to version 3.3.1 or later. In order to ensure compatibility with older Ruby series, you may update as follows instead:
13+
14+ * For Ruby 3.0 users: Update to 3.0.7
15+ * For Ruby 3.1 users: Update to 3.1.5
16+ * For Ruby 3.2 users: Update to 3.2.4
17+ * For Ruby 3.3 users: Update to 3.3.1
18+ patched_versions :
19+ - " ~> 3.0.7"
20+ - " ~> 3.1.5"
21+ - " ~> 3.2.4"
22+ - " >= 3.3.1"
You can’t perform that action at this time.
0 commit comments