DEV Community

Cover image for 🚨 New Rails Versions Released: Addressing ReDoS Vulnerabilities 🚨
Shah Zaib
Shah Zaib

Posted on

🚨 New Rails Versions Released: Addressing ReDoS Vulnerabilities 🚨

The Rails community has recently released Rails versions 6.1.7.9, 7.0.8.5, 7.1.4.1, and 7.2.1.1, addressing critical ReDoS (Regular Expression Denial of Service) vulnerabilities. If you are using Ruby 3.1 or earlier versions, it's crucial to upgrade to mitigate these security risks.

🚨 Key Issues Resolved:

  • CVE-2024-47887 - Possible ReDoS vulnerability in HTTP Token authentication within Action Controller.
  • CVE-2024-41128 - Possible ReDoS vulnerability in query parameter filtering in Action Dispatch.
  • CVE-2024-47888 - Possible ReDoS vulnerability in plain_text_for_blockquote_node within Action Text.
  • CVE-2024-47889 - Possible ReDoS vulnerability in block_format within Action Mailer.

πŸ’‘ Why Should You Upgrade?

Ruby 3.1 is approaching end of life for security support, which means these vulnerabilities specifically affect applications running on Ruby versions below 3.2. By upgrading your Rails version, you're not only patching critical vulnerabilities but also ensuring your application remains secure and optimized for performance.

  • Rails 8.0.0.beta1 and newer releases are unaffected by these issues since they require Ruby 3.2+.
  • Many developers still use older Rails versions that may be vulnerableβ€”upgrading to the latest releases ensures you have vital security coverage.

πŸ“ˆ What Does This Mean for Your Application?

  • Risk for Older Ruby Versions: If you're still on Ruby 3.1, it's time to upgrade to Ruby 3.2 or higher. Ruby 3.2 provides stronger protections against ReDoS attacks and improves overall security.

  • Extended Maintenance for Rails 6.1: The Rails team has extended support for Rails 6.1 by releasing 6.1.7.9, despite earlier plans to end maintenance. This extension gives teams running older versions time to transition smoothly.

Rails 6.1.7.9 and newer versions provide critical patches and help you secure your application from ReDoS vulnerabilities. Don't delay upgrading!

πŸš€ What Should You Do Next?

If your application is running on Ruby 3.1 or an earlier Rails version, now is the time to upgrade to the latest Rails releases to protect your application from these vulnerabilities. Ensuring that your application is updated guarantees better security and performance in the long term.

Need assistance with your upgrade process? I'm here to help! Let's work together to get your applications running on the latest Rails versions, keeping them safe and high-performing.

Top comments (0)