<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Ruby on Rails (High+Critical)</title>
  <link>https://cvedaily.com/pages/tags/rails.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/rails-severe.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Ruby on Rails (High+Critical)</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:42 +0000</lastBuildDate>
  <item>
    <title>[High] CVE-2026-44511 – Katalyst Koi is a framework for building Rails admin functionality. Prior to 4.2...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-44511</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-44511</guid>
    <pubDate>Thu, 14 May 2026 17:16:22 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-44511</strong></p>
  <p>Katalyst Koi is a framework for building Rails admin functionality. Prior to 4.20.0 and 5.6.0, admin session cookies were not invalidated when an admin user logged out. An attacker with access to a valid admin session cookie could continue to access admin functionality after logout, until the cookie expired or session secrets were rotated. This vulnerability is fixed in 4.20.0 and 5.6.0.</p>
  <p><strong>CVSS:</strong> 7.4 · <strong>CWE:</strong> CWE-613</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-44511">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-42205 – Avo is a framework to create admin panels for Ruby on Rails apps. Prior to versi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-42205</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-42205</guid>
    <pubDate>Fri, 08 May 2026 22:16:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-42205</strong></p>
  <p>Avo is a framework to create admin panels for Ruby on Rails apps. Prior to version 3.31.2, a broken access control vulnerability was identified in the ActionsController of the Avo framework. Due to insecure action lookup logic, an authenticated user can execute any Action class (descendants of Avo::BaseAction) on any resource, even if the action is not registered for that specific resource. This…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-284</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-42205">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-33286 – Graphiti is a framework that sits on top of models and exposes them via a JSON:A...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33286</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33286</guid>
    <pubDate>Tue, 24 Mar 2026 00:16:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-33286</strong></p>
  <p>Graphiti is a framework that sits on top of models and exposes them via a JSON:API-compliant interface. Versions prior to 1.10.2 have an arbitrary method execution vulnerability that affects Graphiti's JSONAPI write functionality. An attacker can craft a malicious JSONAPI payload with arbitrary relationship names to invoke any public method on the underlying model instance, class or its associati…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-913</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33286">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-33202 – Active Storage allows users to attach cloud and local files in Rails application...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33202</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33202</guid>
    <pubDate>Tue, 24 Mar 2026 00:16:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-33202</strong></p>
  <p>Active Storage allows users to attach cloud and local files in Rails applications. Prior to versions 8.1.2.1, 8.0.4.1, and 7.2.3.1, Active Storage's `DiskService#delete_prefixed` passes blob keys directly to `Dir.glob` without escaping glob metacharacters. If a blob key contains attacker-controlled input or custom-generated keys with glob metacharacters, it may be possible to delete unintended fi…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-74</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33202">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-33195 – Active Storage allows users to attach cloud and local files in Rails application...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33195</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33195</guid>
    <pubDate>Tue, 24 Mar 2026 00:16:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-33195</strong></p>
  <p>Active Storage allows users to attach cloud and local files in Rails applications. Prior to versions 8.1.2.1, 8.0.4.1, and 7.2.3.1, Active Storage's `DiskService#path_for` does not validate that the resolved filesystem path remains within the storage root directory. If a blob key containing path traversal sequences (e.g. `../`) is used, it could allow reading, writing, or deleting arbitrary files…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33195">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-33176 – Active Support is a toolkit of support libraries and Ruby core extensions extrac...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33176</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33176</guid>
    <pubDate>Tue, 24 Mar 2026 00:16:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-33176</strong></p>
  <p>Active Support is a toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Prior to versions 8.1.2.1, 8.0.4.1, and 7.2.3.1, Active Support number helpers accept strings containing scientific notation (e.g. `1e10000`), which `BigDecimal` expands into extremely large decimal representations. This can cause excessive memory allocation and CPU consumption when the e…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33176">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-33174 – Active Storage allows users to attach cloud and local files in Rails application...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33174</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33174</guid>
    <pubDate>Tue, 24 Mar 2026 00:16:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-33174</strong></p>
  <p>Active Storage allows users to attach cloud and local files in Rails applications. Prior to versions 8.1.2.1, 8.0.4.1, and 7.2.3.1, when serving files through Active Storage's proxy delivery mode, the proxy controller loads the entire requested byte range into memory before sending it. A request with a large or unbounded Range header (e.g. `bytes=0-`) could cause the server to allocate memory pro…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-789</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33174">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-25758 – Spree is an open source e-commerce solution built with Ruby on Rails. A critical...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-25758</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-25758</guid>
    <pubDate>Fri, 06 Feb 2026 22:16:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-25758</strong></p>
  <p>Spree is an open source e-commerce solution built with Ruby on Rails. A critical IDOR vulnerability exists in Spree Commerce's guest checkout flow that allows any guest user to bind arbitrary guest addresses to their order by manipulating address ID parameters. This enables unauthorized access to other guests' personally identifiable information (PII) including names, addresses and phone numbers.…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-284</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-25758">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-23625 – OpenProject is an open-source, web-based project management software. Versions 1...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23625</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23625</guid>
    <pubDate>Mon, 19 Jan 2026 18:16:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-23625</strong></p>
  <p>OpenProject is an open-source, web-based project management software. Versions 16.3.0 through 16.6.4 are affected by a stored cross-site scripting vulnerability in the Roadmap view. OpenProject’s roadmap view renders the “Related work packages” list for each version. When a version contains work packages from a different project (e.g., a subproject), the helper link_to_work_package prepends packa…</p>
  <p><strong>CVSS:</strong> 8.7 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23625">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-22589 – Spree is an open source e-commerce solution built with Ruby on Rails. Prior to v...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-22589</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-22589</guid>
    <pubDate>Sat, 10 Jan 2026 04:16:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-22589</strong></p>
  <p>Spree is an open source e-commerce solution built with Ruby on Rails. Prior to versions 4.10.2, 5.0.7, 5.1.9, and 5.2.5, an Unauthenticated Insecure Direct Object Reference (IDOR) vulnerability was identified that allows an unauthenticated attacker to access guest address information without supplying valid credentials or session cookies. This issue has been patched in versions 4.10.2, 5.0.7, 5.1…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-639</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-22589">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-49006 – Wasp (Web Application Specification) is a Rails-like framework for React, Node.j...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-49006</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-49006</guid>
    <pubDate>Mon, 09 Jun 2025 13:15:23 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-49006</strong></p>
  <p>Wasp (Web Application Specification) is a Rails-like framework for React, Node.js, and Prisma. Prior to version 0.16.6, Wasp authentication has a vulnerability in the OAuth authentication implementation (affecting only Keycloak with a specific config). Wasp currently lowercases OAuth user IDs before storing / fetching them. This behavior violates OAuth and OpenID Connect specifications and can re…</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-276</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-49006">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-56320 – GoCD is a continuous deliver server. GoCD versions prior to 24.5.0 are vulnerabl...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-56320</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-56320</guid>
    <pubDate>Fri, 03 Jan 2025 16:15:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-56320</strong></p>
  <p>GoCD is a continuous deliver server. GoCD versions prior to 24.5.0 are vulnerable to admin privilege escalation due to improper authorization of access to the admin "Configuration XML" UI feature, and its associated API. A malicious insider/existing authenticated GoCD user with an existing GoCD user account could abuse this vulnerability to access information intended only for GoCD admins, or to…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-285</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-56320">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-51743 – MarkUs is a web application for the submission and grading of student assignment...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-51743</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-51743</guid>
    <pubDate>Mon, 18 Nov 2024 20:15:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-51743</strong></p>
  <p>MarkUs is a web application for the submission and grading of student assignments. In versions prior to 2.4.8, an arbitrary file write vulnerability in the update/upload/create file methods in Controllers allows authenticated instructors to write arbitrary files to any location on the web server MarkUs is running on (depending on the permissions of the underlying filesystem). e.g. This can lead t…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-434</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-51743">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-51499 – MarkUs is a web application for the submission and grading of student assignment...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-51499</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-51499</guid>
    <pubDate>Mon, 18 Nov 2024 20:15:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-51499</strong></p>
  <p>MarkUs is a web application for the submission and grading of student assignments. In versions prior to 2.4.8, an arbitrary file write vulnerability accessible via the update_files method of the SubmissionsController allows authenticated users (e.g. students) to write arbitrary files to any location on the web server MarkUs is running on (depending on the permissions of the underlying filesystem)…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-434</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-51499">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-46987 – Camaleon CMS is a dynamic and advanced content management system based on Ruby o...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-46987</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-46987</guid>
    <pubDate>Wed, 18 Sep 2024 18:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-46987</strong></p>
  <p>Camaleon CMS is a dynamic and advanced content management system based on Ruby on Rails. A path traversal vulnerability accessible via MediaController's download_private_file method allows authenticated users to download any file on the web server Camaleon CMS is running on (depending on the file permissions). This issue may lead to Information Disclosure. This issue has been addressed in release…</p>
  <p><strong>CVSS:</strong> 7.7 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-46987">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-46986 – Camaleon CMS is a dynamic and advanced content management system based on Ruby o...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-46986</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-46986</guid>
    <pubDate>Wed, 18 Sep 2024 18:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-46986</strong></p>
  <p>Camaleon CMS is a dynamic and advanced content management system based on Ruby on Rails. An arbitrary file write vulnerability accessible via the upload method of the MediaController allows authenticated users to write arbitrary files to any location on the web server Camaleon CMS is running on (depending on the permissions of the underlying filesystem). E.g. This can lead to a delayed remote cod…</p>
  <p><strong>CVSS:</strong> 9.9 · <strong>CWE:</strong> CWE-74</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-46986">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-41961 – Elektra is an opinionated Openstack Dashboard for Operators and Consumers of Ope...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-41961</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-41961</guid>
    <pubDate>Thu, 01 Aug 2024 15:15:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-41961</strong></p>
  <p>Elektra is an opinionated Openstack Dashboard for Operators and Consumers of Openstack Services. A code injection vulnerability was found in the live search functionality of the Ruby on Rails based Elektra web application. An authenticated user can craft a search term containing Ruby code, which later flows into an `eval` sink which executes the code. Fixed in commit 8bce00be93b95a6512ff68fe86bf9…</p>
  <p><strong>CVSS:</strong> 9.6 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-41961">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-39906 – A command injection vulnerability was found in the IndieAuth functionality of th...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-39906</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-39906</guid>
    <pubDate>Fri, 19 Jul 2024 20:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-39906</strong></p>
  <p>A command injection vulnerability was found in the IndieAuth functionality of the Ruby on Rails based Haven blog web application. The affected functionality requires authentication, but an attacker can craft a link that they can pass to a logged in administrator of the blog software. This leads to the immediate execution of the provided commands when the link is accessed by the authenticated admi…</p>
  <p><strong>CVSS:</strong> 8.3 · <strong>CWE:</strong> CWE-74</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-39906">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-28181 – turbo_boost-commands is a set of commands to help you build robust reactive appl...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-28181</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-28181</guid>
    <pubDate>Thu, 14 Mar 2024 18:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-28181</strong></p>
  <p>turbo_boost-commands is a set of commands to help you build robust reactive applications with Rails & Hotwire. TurboBoost Commands has existing protections in place to guarantee that only public methods on Command classes can be invoked; however, the existing checks aren't as robust as they should be. It's possible for a sophisticated attacker to invoke more methods than should be permitted depen…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-74</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-28181">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-28121 – stimulus_reflex is a system to extend the capabilities of both Rails and Stimulu...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-28121</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-28121</guid>
    <pubDate>Tue, 12 Mar 2024 20:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-28121</strong></p>
  <p>stimulus_reflex is a system to extend the capabilities of both Rails and Stimulus by intercepting user interactions and passing them to Rails over real-time websockets. In affected versions more methods than expected can be called on reflex instances. Being able to call some of them has security implications. To invoke a reflex a websocket message of the following shape is sent: `\"target\":\"[cl…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-470</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-28121">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-26142 – Rails is a web-application framework. Starting in version 7.1.0, there is a poss...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-26142</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-26142</guid>
    <pubDate>Tue, 27 Feb 2024 16:15:46 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-26142</strong></p>
  <p>Rails is a web-application framework. Starting in version 7.1.0, there is a possible ReDoS vulnerability in the Accept header parsing routines of Action Dispatch. This vulnerability is patched in 7.1.3.1. Ruby 3.2 has mitigations for this problem, so Rails applications using Ruby 3.2 or newer are unaffected.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1333</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-26142">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-22191 – Avo is a framework to create admin panels for Ruby on Rails apps. A stored cross...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-22191</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-22191</guid>
    <pubDate>Tue, 16 Jan 2024 22:15:46 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-22191</strong></p>
  <p>Avo is a framework to create admin panels for Ruby on Rails apps. A stored cross-site scripting (XSS) vulnerability was found in the key_value field of Avo v3.2.3 and v2.46.0. This vulnerability could allow an attacker to execute arbitrary JavaScript code in the victim's browser. The value of the key_value is inserted directly into the HTML code. In the current version of Avo (possibly also older…</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-22191">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-0241 – encoded_id-rails versions before 1.0.0.beta2 are affected by an uncontrolled res...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-0241</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-0241</guid>
    <pubDate>Thu, 04 Jan 2024 21:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-0241</strong></p>
  <p>encoded_id-rails versions before 1.0.0.beta2 are affected by an uncontrolled resource consumption vulnerability. A remote and unauthenticated attacker might cause a denial of service condition by sending an HTTP request with an extremely long "id" parameter.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-0241">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2023-36465 – Decidim is a participatory democracy framework, written in Ruby on Rails, origin...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-36465</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-36465</guid>
    <pubDate>Fri, 06 Oct 2023 12:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2023-36465</strong></p>
  <p>Decidim is a participatory democracy framework, written in Ruby on Rails, originally developed for the Barcelona City government online and offline participation website. The `templates` module doesn't enforce the correct permissions, allowing any logged-in user to access to this functionality in the administration panel. An attacker could use this vulnerability to change, create or delete templa…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-284</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-36465">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-26153 – Versions of the package geokit-rails before 2.5.0 are vulnerable to Command Inje...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-26153</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-26153</guid>
    <pubDate>Fri, 06 Oct 2023 05:15:52 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-26153</strong></p>
  <p>Versions of the package geokit-rails before 2.5.0 are vulnerable to Command Injection due to unsafe deserialisation of YAML within the 'geo_location' cookie. This issue can be exploited remotely via a malicious cookie value.**Note:** An attacker can use this vulnerability to execute commands on the host system.</p>
  <p><strong>CVSS:</strong> 8.3 · <strong>CWE:</strong> CWE-78</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-26153">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-34090 – Decidim is a participatory democracy framework, written in Ruby on Rails, origin...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-34090</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-34090</guid>
    <pubDate>Tue, 11 Jul 2023 18:15:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-34090</strong></p>
  <p>Decidim is a participatory democracy framework, written in Ruby on Rails, originally developed for the Barcelona City government online and offline participation website. Decidim uses a third-party library named Ransack for filtering certain database collections (e.g., public meetings). By default, this library allows filtering on all data attributes and associations. This allows an unauthenticat…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-34090">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-34089 – Decidim is a participatory democracy framework, written in Ruby on Rails, origin...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-34089</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-34089</guid>
    <pubDate>Tue, 11 Jul 2023 18:15:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-34089</strong></p>
  <p>Decidim is a participatory democracy framework, written in Ruby on Rails, originally developed for the Barcelona City government online and offline participation website. The processes filter feature is susceptible to Cross-site scripting. This allows a remote attacker to execute JavaScript code in the context of a currently logged-in user. An attacker could use this vulnerability to make other u…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-34089">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-32693 – Decidim is a participatory democracy framework, written in Ruby on Rails, origin...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-32693</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-32693</guid>
    <pubDate>Tue, 11 Jul 2023 18:15:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-32693</strong></p>
  <p>Decidim is a participatory democracy framework, written in Ruby on Rails, originally developed for the Barcelona City government online and offline participation website. The external link feature is susceptible to cross-site scripting. This allows a remote attacker to execute JavaScript code in the context of a currently logged-in user. An attacker could use this vulnerability to make other user…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-32693">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-34103 – Avo is an open source ruby on rails admin panel creation framework. In affected ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-34103</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-34103</guid>
    <pubDate>Mon, 05 Jun 2023 23:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-34103</strong></p>
  <p>Avo is an open source ruby on rails admin panel creation framework. In affected versions some avo fields are vulnerable to Cross Site Scripting (XSS) when rendering html based content. Attackers do need form edit privilege in order to successfully exploit this vulnerability, but the results are stored and no specific timing is required. This issue has been addressed in commit `7891c01e` which is…</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-34103">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-34102 – Avo is an open source ruby on rails admin panel creation framework. The polymorp...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-34102</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-34102</guid>
    <pubDate>Mon, 05 Jun 2023 23:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-34102</strong></p>
  <p>Avo is an open source ruby on rails admin panel creation framework. The polymorphic field type stores the classes to operate on when updating a record with user input, and does not validate them in the back end. This can lead to unexpected behavior, remote code execution, or application crashes when viewing a manipulated record. This issue has been addressed in commit `ec117882d` which is expecte…</p>
  <p><strong>CVSS:</strong> 8.3 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-34102">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2023-27849 – rails-routes-to-json v1.0.0 was discovered to contain a remote code execution (R...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-27849</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-27849</guid>
    <pubDate>Mon, 24 Apr 2023 18:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2023-27849</strong></p>
  <p>rails-routes-to-json v1.0.0 was discovered to contain a remote code execution (RCE) vulnerability via the child_process function.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-77</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-27849">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-30614 – Pay is a payments engine for Ruby on Rails 6.0 and higher. In versions prior to ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-30614</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-30614</guid>
    <pubDate>Wed, 19 Apr 2023 18:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-30614</strong></p>
  <p>Pay is a payments engine for Ruby on Rails 6.0 and higher. In versions prior to 6.3.2 a payments info page of Pay is susceptible to reflected Cross-site scripting. An attacker could create a working URL that renders a javascript link to a user on a Rails application that integrates Pay. This URL could be distributed via email to specifically target certain individuals. If the targeted application…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-30614">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-44572 – A denial of service vulnerability in the multipart parsing component of Rack fix...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-44572</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-44572</guid>
    <pubDate>Thu, 09 Feb 2023 20:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-44572</strong></p>
  <p>A denial of service vulnerability in the multipart parsing component of Rack fixed in 2.0.9.2, 2.1.4.2, 2.2.4.1 and 3.0.0.1 could allow an attacker tocraft input that can cause RFC2183 multipart boundary parsing in Rack to take an unexpected amount of time, possibly resulting in a denial of service attack vector. Any applications that parse multipart posts using Rack (virtually all Rails applicat…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-44572">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-44571 – There is a denial of service vulnerability in the Content-Disposition parsingcom...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-44571</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-44571</guid>
    <pubDate>Thu, 09 Feb 2023 20:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-44571</strong></p>
  <p>There is a denial of service vulnerability in the Content-Disposition parsingcomponent of Rack fixed in 2.0.9.2, 2.1.4.2, 2.2.4.1, 3.0.0.1. This could allow an attacker to craft an input that can cause Content-Disposition header parsing in Rackto take an unexpected amount of time, possibly resulting in a denial ofservice attack vector. This header is used typically used in multipartparsing. Any a…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-44571">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-46163 – Travel support program is a rails app to support the travel support program of o...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-46163</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-46163</guid>
    <pubDate>Tue, 10 Jan 2023 21:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-46163</strong></p>
  <p>Travel support program is a rails app to support the travel support program of openSUSE (TSP). Sensitive user data (bank account details, password Hash) can be extracted via Ransack query injection. Every deployment of travel-support-program below the patched version is affected. The travel-support-program uses the Ransack library to implement search functionality. In its default configuration, R…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-46163">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-23519 – rails-html-sanitizer is responsible for sanitizing HTML fragments in Rails appli...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-23519</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-23519</guid>
    <pubDate>Wed, 14 Dec 2022 17:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-23519</strong></p>
  <p>rails-html-sanitizer is responsible for sanitizing HTML fragments in Rails applications. Prior to version 1.4.4, a possible XSS vulnerability with certain configurations of Rails::Html::Sanitizer may allow an attacker to inject content if the application developer has overridden the sanitizer's allowed tags in either of the following ways: allow both "math" and "style" elements,  or allow both "s…</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-23519">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-23517 – rails-html-sanitizer is responsible for sanitizing HTML fragments in Rails appli...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-23517</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-23517</guid>
    <pubDate>Wed, 14 Dec 2022 17:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-23517</strong></p>
  <p>rails-html-sanitizer is responsible for sanitizing HTML fragments in Rails applications. Certain configurations of rails-html-sanitizer < 1.4.4 use an inefficient regular expression that is susceptible to excessive backtracking when attempting to sanitize certain SVG attributes. This may lead to a denial of service through CPU resource consumption. This issue has been patched in version 1.4.4.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1333</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-23517">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-36006 – Arvados is an open source platform for managing, processing, and sharing genomic...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-36006</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-36006</guid>
    <pubDate>Mon, 15 Aug 2022 11:21:40 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-36006</strong></p>
  <p>Arvados is an open source platform for managing, processing, and sharing genomic and other large scientific and biomedical data. A remote code execution (RCE) vulnerability in the Arvados Workbench allows authenticated attackers to execute arbitrary code via specially crafted JSON payloads. This exists in all versions up to 2.4.1 and is fixed in 2.4.2. This vulnerability is specific to the Ruby o…</p>
  <p><strong>CVSS:</strong> 7.9 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-36006">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-24722 – VIewComponent is a framework for building view components in Ruby on Rails. Vers...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-24722</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-24722</guid>
    <pubDate>Wed, 02 Mar 2022 23:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-24722</strong></p>
  <p>VIewComponent is a framework for building view components in Ruby on Rails. Versions prior to 2.31.2 and 2.49.1 contain a cross-site scripting vulnerability that has the potential to impact anyone using translations with the view_component gem. Data received via user input and passed as an interpolation argument to the `translate` method is not properly sanitized before display. Versions 2.31.2 a…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-24722">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-23634 – Puma is a Ruby/Rack web server built for parallelism. Prior to `puma` version `5...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-23634</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-23634</guid>
    <pubDate>Fri, 11 Feb 2022 22:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-23634</strong></p>
  <p>Puma is a Ruby/Rack web server built for parallelism. Prior to `puma` version `5.6.2`, `puma` may not always call `close` on the response body. Rails, prior to version `7.0.2.2`, depended on the response body being closed in order for its `CurrentAttributes` implementation to work correctly. The combination of these two behaviors (Puma not closing the body + Rails' Executor implementation) causes…</p>
  <p><strong>CVSS:</strong> 8.0 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-23634">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-23633 – Action Pack is a framework for handling and responding to web requests. Under ce...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-23633</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-23633</guid>
    <pubDate>Fri, 11 Feb 2022 21:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-23633</strong></p>
  <p>Action Pack is a framework for handling and responding to web requests. Under certain circumstances response bodies will not be closed. In the event a response is *not* notified of a `close`, `ActionDispatch::Executor` will not know to reset thread local state for the next request. This can lead to data being leaked to subsequent requests.This has been fixed in Rails 7.0.2.1, 6.1.4.5, 6.0.4.5, an…</p>
  <p><strong>CVSS:</strong> 7.4 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-23633">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-43805 – Solidus is a free, open-source ecommerce platform built on Rails. Versions of So...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-43805</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-43805</guid>
    <pubDate>Tue, 07 Dec 2021 18:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-43805</strong></p>
  <p>Solidus is a free, open-source ecommerce platform built on Rails. Versions of Solidus prior to 3.1.4, 3.0.4, and 2.11.13 have a denial of service vulnerability that could be exploited during a guest checkout. The regular expression used to validate a guest order's email was subject to exponential backtracking through a fragment like `a.a.` Versions 3.1.4, 3.0.4, and 2.11.13 have been patched to u…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-1333</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-43805">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2021-41275 – spree_auth_devise is an open source library which provides authentication and au...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-41275</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-41275</guid>
    <pubDate>Wed, 17 Nov 2021 20:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2021-41275</strong></p>
  <p>spree_auth_devise is an open source library which provides authentication and authorization services for use with the Spree storefront framework by using an underlying Devise authentication framework. In affected versions spree_auth_devise is subject to a CSRF vulnerability that allows user account takeover. All applications using any version of the frontend component of spree_auth_devise are aff…</p>
  <p><strong>CVSS:</strong> 9.3 · <strong>CWE:</strong> CWE-352</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-41275">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2021-41274 – solidus_auth_devise provides authentication services for the Solidus webstore fr...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-41274</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-41274</guid>
    <pubDate>Wed, 17 Nov 2021 20:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2021-41274</strong></p>
  <p>solidus_auth_devise provides authentication services for the Solidus webstore framework, using the Devise gem. In affected versions solidus_auth_devise is subject to a CSRF vulnerability that allows user account takeover. All applications using any version of the frontend component of `solidus_auth_devise` are affected if `protect_from_forgery` method is both: Executed whether as: A `before_actio…</p>
  <p><strong>CVSS:</strong> 9.3 · <strong>CWE:</strong> CWE-352</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-41274">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-41263 – rails_multisite provides multi-db support for Rails applications. In affected ve...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-41263</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-41263</guid>
    <pubDate>Mon, 15 Nov 2021 20:15:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-41263</strong></p>
  <p>rails_multisite provides multi-db support for Rails applications. In affected versions this vulnerability impacts any Rails applications using `rails_multisite` alongside Rails' signed/encrypted cookies. Depending on how the application makes use of these cookies, it may be possible for an attacker to re-use cookies on different 'sites' within a multi-site Rails application. The issue has been pa…</p>
  <p><strong>CVSS:</strong> 8.3 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-41263">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-22902 – The actionpack ruby gem (a framework for handling and responding to web requests...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-22902</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-22902</guid>
    <pubDate>Fri, 11 Jun 2021 16:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-22902</strong></p>
  <p>The actionpack ruby gem (a framework for handling and responding to web requests in Rails) before 6.0.3.7, 6.1.3.2 suffers from a possible denial of service vulnerability in the Mime type parser of Action Dispatch. Carefully crafted Accept headers can cause the mime type parser in Action Dispatch to do catastrophic backtracking in the regular expression engine.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-22902">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-29435 – trestle-auth is an authentication plugin for the Trestle admin framework. A vuln...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-29435</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-29435</guid>
    <pubDate>Tue, 13 Apr 2021 20:15:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-29435</strong></p>
  <p>trestle-auth is an authentication plugin for the Trestle admin framework. A vulnerability in trestle-auth versions 0.4.0 and 0.4.1 allows an attacker to create a form that will bypass Rails' built-in CSRF protection when submitted by a victim with a trestle-auth admin session. This potentially allows an attacker to alter protected data, including admin account credentials. The vulnerability has b…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-352</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-29435">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-22880 – The PostgreSQL adapter in Active Record before 6.1.2.1, 6.0.3.5, 5.2.4.5 suffers...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-22880</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-22880</guid>
    <pubDate>Thu, 11 Feb 2021 18:15:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-22880</strong></p>
  <p>The PostgreSQL adapter in Active Record before 6.1.2.1, 6.0.3.5, 5.2.4.5 suffers from a regular expression denial of service (REDoS) vulnerability. Carefully crafted input can cause the input validation in the `money` type of the PostgreSQL adapter in Active Record to spend too much time in a regular expression, resulting in the potential for a DoS attack. This only impacts Rails applications tha…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-22880">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-26223 – Spree is a complete open source e-commerce solution built with Ruby on Rails. In...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-26223</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-26223</guid>
    <pubDate>Fri, 13 Nov 2020 18:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-26223</strong></p>
  <p>Spree is a complete open source e-commerce solution built with Ruby on Rails. In Spree from version 3.7 and before versions 3.7.13, 4.0.5, and 4.1.12, there is an authorization bypass vulnerability. The perpetrator could query the API v2 Order Status endpoint with an empty string passed as an Order token. This is patched in versions 3.7.11, 4.0.4, or 4.1.11 depending on your used Spree version. U…</p>
  <p><strong>CVSS:</strong> 7.7 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-26223">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-8163 – The is a code injection vulnerability in versions of Rails prior to 5.0.1 that w...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-8163</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-8163</guid>
    <pubDate>Thu, 02 Jul 2020 19:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-8163</strong></p>
  <p>The is a code injection vulnerability in versions of Rails prior to 5.0.1 that wouldallow an attacker who controlled the `locals` argument of a `render` call to perform a RCE.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-8163">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2020-8165 – A deserialization of untrusted data vulnernerability exists in rails &lt; 5.2.4.3, ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-8165</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-8165</guid>
    <pubDate>Fri, 19 Jun 2020 18:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2020-8165</strong></p>
  <p>A deserialization of untrusted data vulnernerability exists in rails < 5.2.4.3, rails < 6.0.3.1 that can allow an attacker to unmarshal user-provided objects in MemCacheStore and RedisCacheStore potentially resulting in an RCE.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-502</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-8165">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-8164 – A deserialization of untrusted data vulnerability exists in rails &lt; 5.2.4.3, rai...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-8164</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-8164</guid>
    <pubDate>Fri, 19 Jun 2020 17:15:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-8164</strong></p>
  <p>A deserialization of untrusted data vulnerability exists in rails < 5.2.4.3, rails < 6.0.3.1 which can allow an attacker to supply information can be inadvertently leaked fromStrong Parameters.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-502</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-8164">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-8162 – A client side enforcement of server side security vulnerability exists in rails ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-8162</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-8162</guid>
    <pubDate>Fri, 19 Jun 2020 17:15:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-8162</strong></p>
  <p>A client side enforcement of server side security vulnerability exists in rails < 5.2.4.2 and rails < 6.0.3.1 ActiveStorage's S3 adapter that allows the Content-Length of a direct file upload to be modified by an end user bypassing upload limits.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-602</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-8162">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2015-2784 – The papercrop gem before 0.3.0 for Ruby on Rails does not properly handle crop i...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2015-2784</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2015-2784</guid>
    <pubDate>Tue, 21 Jan 2020 18:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2015-2784</strong></p>
  <p>The papercrop gem before 0.3.0 for Ruby on Rails does not properly handle crop input.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2015-2784">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2019-11027 – Ruby OpenID (aka ruby-openid) through 2.8.0 has a remotely exploitable flaw. Thi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-11027</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-11027</guid>
    <pubDate>Mon, 10 Jun 2019 19:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2019-11027</strong></p>
  <p>Ruby OpenID (aka ruby-openid) through 2.8.0 has a remotely exploitable flaw. This library is used by Rails web applications to integrate with OpenID Providers. Severity can range from medium to critical, depending on how a web application developer chose to employ the ruby-openid library. Developers who based their OpenID integration heavily on the "example app" provided by the project are at hig…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-11027">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2015-9284 – The request phase of the OmniAuth Ruby gem (1.9.1 and earlier) is vulnerable to ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2015-9284</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2015-9284</guid>
    <pubDate>Fri, 26 Apr 2019 15:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2015-9284</strong></p>
  <p>The request phase of the OmniAuth Ruby gem (1.9.1 and earlier) is vulnerable to Cross-Site Request Forgery when used as part of the Ruby on Rails framework, allowing accounts to be connected without user intent, user interaction, or feedback to the user. This permits a secondary account to be able to sign into the web application as the primary account.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-352</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2015-9284">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2019-5420 – A remote code execution vulnerability in development mode Rails &lt;5.2.2.1, &lt;6.0.0...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-5420</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-5420</guid>
    <pubDate>Wed, 27 Mar 2019 14:29:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2019-5420</strong></p>
  <p>A remote code execution vulnerability in development mode Rails <5.2.2.1, <6.0.0.beta3 can allow an attacker to guess the automatically generated development mode secret token. This secret token can be used in combination with other Rails internals to escalate to a remote code execution exploit.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-77</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-5420">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2019-5419 – There is a possible denial of service vulnerability in Action View (Rails) &lt;5.2...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-5419</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-5419</guid>
    <pubDate>Wed, 27 Mar 2019 14:29:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2019-5419</strong></p>
  <p>There is a possible denial of service vulnerability in Action View (Rails) <5.2.2.1, <5.1.6.2, <5.0.7.2, <4.2.11.1 where specially crafted accept headers can cause action view to consume 100% cpu and make the server unresponsive.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-400</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-5419">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2018-18476 – mysql-binuuid-rails 1.1.0 and earlier allows SQL Injection because it removes de...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-18476</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-18476</guid>
    <pubDate>Wed, 24 Oct 2018 21:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2018-18476</strong></p>
  <p>mysql-binuuid-rails 1.1.0 and earlier allows SQL Injection because it removes default string escaping for affected database columns.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-18476">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2016-10522 – rails_admin ruby gem &lt;v1.1.1 is vulnerable to cross-site request forgery (CSRF) ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-10522</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-10522</guid>
    <pubDate>Thu, 05 Jul 2018 16:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2016-10522</strong></p>
  <p>rails_admin ruby gem <v1.1.1 is vulnerable to cross-site request forgery (CSRF) attacks. Non-GET methods were not validating CSRF tokens and, as a result, an attacker could hypothetically gain access to the application administrative endpoints exposed by the gem.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-352</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-10522">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2017-17920 – SQL injection vulnerability in the 'reorder' method in Ruby on Rails 5.1.4 and e...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-17920</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-17920</guid>
    <pubDate>Fri, 29 Dec 2017 16:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2017-17920</strong></p>
  <p>SQL injection vulnerability in the 'reorder' method in Ruby on Rails 5.1.4 and earlier allows remote attackers to execute arbitrary SQL commands via the 'name' parameter. NOTE: The vendor disputes this issue because the documentation states that this method is not intended for use with untrusted input</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-17920">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2017-17919 – SQL injection vulnerability in the 'order' method in Ruby on Rails 5.1.4 and ear...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-17919</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-17919</guid>
    <pubDate>Fri, 29 Dec 2017 16:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2017-17919</strong></p>
  <p>SQL injection vulnerability in the 'order' method in Ruby on Rails 5.1.4 and earlier allows remote attackers to execute arbitrary SQL commands via the 'id desc' parameter. NOTE: The vendor disputes this issue because the documentation states that this method is not intended for use with untrusted input</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-17919">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2017-17917 – SQL injection vulnerability in the 'where' method in Ruby on Rails 5.1.4 and ear...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-17917</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-17917</guid>
    <pubDate>Fri, 29 Dec 2017 16:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2017-17917</strong></p>
  <p>SQL injection vulnerability in the 'where' method in Ruby on Rails 5.1.4 and earlier allows remote attackers to execute arbitrary SQL commands via the 'id' parameter. NOTE: The vendor disputes this issue because the documentation states that this method is not intended for use with untrusted input</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-17917">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2017-17916 – SQL injection vulnerability in the 'find_by' method in Ruby on Rails 5.1.4 and e...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-17916</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-17916</guid>
    <pubDate>Fri, 29 Dec 2017 16:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2017-17916</strong></p>
  <p>SQL injection vulnerability in the 'find_by' method in Ruby on Rails 5.1.4 and earlier allows remote attackers to execute arbitrary SQL commands via the 'name' parameter. NOTE: The vendor disputes this issue because the documentation states that this method is not intended for use with untrusted input</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-17916">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2017-11726 – services/system_io/actionprocessor/System.rails in ConnectWise Manage 2017.5 is ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-11726</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-11726</guid>
    <pubDate>Mon, 31 Jul 2017 23:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2017-11726</strong></p>
  <p>services/system_io/actionprocessor/System.rails in ConnectWise Manage 2017.5 is vulnerable to Cross-Site Request Forgery (CSRF), as demonstrated by changing an e-mail address setting.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-352</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-11726">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2016-6317 – Action Record in Ruby on Rails 4.2.x before 4.2.7.1 does not properly consider d...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-6317</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-6317</guid>
    <pubDate>Wed, 07 Sep 2016 19:28:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2016-6317</strong></p>
  <p>Action Record in Ruby on Rails 4.2.x before 4.2.7.1 does not properly consider differences in parameter handling between the Active Record component and the JSON implementation, which allows remote attackers to bypass intended database-query restrictions and perform NULL checks or trigger missing WHERE clauses via a crafted request, as demonstrated by certain "[nil]" values, a related issue to CV…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-284</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-6317">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2016-3693 – The Safemode gem before 1.2.4 for Ruby, when initialized with a delegate object ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-3693</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-3693</guid>
    <pubDate>Fri, 20 May 2016 14:59:03 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2016-3693</strong></p>
  <p>The Safemode gem before 1.2.4 for Ruby, when initialized with a delegate object that is a Rails controller, allows context-dependent attackers to obtain sensitive information via the inspect method.</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-3693">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2016-2098 – Action Pack in Ruby on Rails before 3.2.22.2, 4.x before 4.1.14.2, and 4.2.x bef...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-2098</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-2098</guid>
    <pubDate>Thu, 07 Apr 2016 23:59:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2016-2098</strong></p>
  <p>Action Pack in Ruby on Rails before 3.2.22.2, 4.x before 4.1.14.2, and 4.2.x before 4.2.5.2 allows remote attackers to execute arbitrary Ruby code by leveraging an application's unrestricted use of the render method.</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-2098">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2016-0752 – Directory traversal vulnerability in Action View in Ruby on Rails before 3.2.22...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-0752</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-0752</guid>
    <pubDate>Tue, 16 Feb 2016 02:59:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2016-0752</strong></p>
  <p>Directory traversal vulnerability in Action View in Ruby on Rails before 3.2.22.1, 4.0.x and 4.1.x before 4.1.14.1, 4.2.x before 4.2.5.1, and 5.x before 5.0.0.beta1.1 allows remote attackers to read arbitrary files by leveraging an application's unrestricted use of the render method and providing a .. (dot dot) in a pathname.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-0752">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2016-0751 – actionpack/lib/action_dispatch/http/mime_type.rb in Action Pack in Ruby on Rails...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-0751</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-0751</guid>
    <pubDate>Tue, 16 Feb 2016 02:59:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2016-0751</strong></p>
  <p>actionpack/lib/action_dispatch/http/mime_type.rb in Action Pack in Ruby on Rails before 3.2.22.1, 4.0.x and 4.1.x before 4.1.14.1, 4.2.x before 4.2.5.1, and 5.x before 5.0.0.beta1.1 does not properly restrict use of the MIME type cache, which allows remote attackers to cause a denial of service (memory consumption) via a crafted HTTP Accept header.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-399</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-0751">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2015-7581 – actionpack/lib/action_dispatch/routing/route_set.rb in Action Pack in Ruby on Ra...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2015-7581</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2015-7581</guid>
    <pubDate>Tue, 16 Feb 2016 02:59:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2015-7581</strong></p>
  <p>actionpack/lib/action_dispatch/routing/route_set.rb in Action Pack in Ruby on Rails 4.x before 4.2.5.1 and 5.x before 5.0.0.beta1.1 allows remote attackers to cause a denial of service (superfluous caching and memory consumption) by leveraging an application's use of a wildcard controller route.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-399</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2015-7581">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2014-3514 – activerecord/lib/active_record/relation/query_methods.rb in Active Record in Rub...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2014-3514</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2014-3514</guid>
    <pubDate>Wed, 20 Aug 2014 11:17:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2014-3514</strong></p>
  <p>activerecord/lib/active_record/relation/query_methods.rb in Active Record in Ruby on Rails 4.0.x before 4.0.9 and 4.1.x before 4.1.5 allows remote attackers to bypass the strong parameters protection mechanism via crafted input to an application that makes create_with calls.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-264</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2014-3514">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2014-3483 – SQL injection vulnerability in activerecord/lib/active_record/connection_adapter...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2014-3483</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2014-3483</guid>
    <pubDate>Mon, 07 Jul 2014 11:01:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2014-3483</strong></p>
  <p>SQL injection vulnerability in activerecord/lib/active_record/connection_adapters/postgresql/quoting.rb in the PostgreSQL adapter for Active Record in Ruby on Rails 4.x before 4.0.7 and 4.1.x before 4.1.3 allows remote attackers to execute arbitrary SQL commands by leveraging improper range quoting.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2014-3483">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2014-3482 – SQL injection vulnerability in activerecord/lib/active_record/connection_adapter...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2014-3482</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2014-3482</guid>
    <pubDate>Mon, 07 Jul 2014 11:01:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2014-3482</strong></p>
  <p>SQL injection vulnerability in activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb in the PostgreSQL adapter for Active Record in Ruby on Rails 2.x and 3.x before 3.2.19 allows remote attackers to execute arbitrary SQL commands by leveraging improper bitstring quoting.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2014-3482">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2013-1756 – The Dragonfly gem 0.7 before 0.8.6 and 0.9.x before 0.9.13 for Ruby, when used w...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2013-1756</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2013-1756</guid>
    <pubDate>Mon, 09 Jun 2014 19:55:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2013-1756</strong></p>
  <p>The Dragonfly gem 0.7 before 0.8.6 and 0.9.x before 0.9.13 for Ruby, when used with Ruby on Rails, allows remote attackers to execute arbitrary code via a crafted request.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2013-1756">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2014-0130 – Directory traversal vulnerability in actionpack/lib/abstract_controller/base.rb ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2014-0130</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2014-0130</guid>
    <pubDate>Wed, 07 May 2014 10:55:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2014-0130</strong></p>
  <p>Directory traversal vulnerability in actionpack/lib/abstract_controller/base.rb in the implicit-render implementation in Ruby on Rails before 3.2.18, 4.0.x before 4.0.5, and 4.1.x before 4.1.1, when certain route globbing configurations are enabled, allows remote attackers to read arbitrary files via a crafted request.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2014-0130">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2013-3709 – WebYaST 1.3 uses weak permissions for config/initializers/secret_token.rb, which...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2013-3709</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2013-3709</guid>
    <pubDate>Mon, 23 Dec 2013 23:55:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2013-3709</strong></p>
  <p>WebYaST 1.3 uses weak permissions for config/initializers/secret_token.rb, which allows local users to gain privileges by reading the Rails secret token from this file.</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-264</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2013-3709">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2013-0277 – ActiveRecord in Ruby on Rails before 2.3.17 and 3.x before 3.1.0 allows remote a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2013-0277</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2013-0277</guid>
    <pubDate>Wed, 13 Feb 2013 01:55:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2013-0277</strong></p>
  <p>ActiveRecord in Ruby on Rails before 2.3.17 and 3.x before 3.1.0 allows remote attackers to cause a denial of service or execute arbitrary code via crafted serialized attributes that cause the +serialize+ helper to deserialize arbitrary YAML.</p>
  <p><strong>CVSS:</strong> 10.0 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2013-0277">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2013-0269 – The JSON gem before 1.5.5, 1.6.x before 1.6.8, and 1.7.x before 1.7.7 for Ruby a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2013-0269</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2013-0269</guid>
    <pubDate>Wed, 13 Feb 2013 01:55:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2013-0269</strong></p>
  <p>The JSON gem before 1.5.5, 1.6.x before 1.6.8, and 1.7.x before 1.7.7 for Ruby allows remote attackers to cause a denial of service (resource consumption) or bypass the mass assignment protection mechanism via a crafted JSON document that triggers the creation of arbitrary Ruby symbols or certain internal objects, as demonstrated by conducting a SQL injection attack against Ruby on Rails, aka "Un…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2013-0269">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2013-0333 – lib/active_support/json/backends/yaml.rb in Ruby on Rails 2.3.x before 2.3.16 an...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2013-0333</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2013-0333</guid>
    <pubDate>Wed, 30 Jan 2013 12:00:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2013-0333</strong></p>
  <p>lib/active_support/json/backends/yaml.rb in Ruby on Rails 2.3.x before 2.3.16 and 3.0.x before 3.0.20 does not properly convert JSON data to YAML data for processing by a YAML parser, which allows remote attackers to execute arbitrary code, conduct SQL injection attacks, or bypass authentication via crafted data that triggers unsafe decoding, a different vulnerability than CVE-2013-0156.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2013-0333">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2013-0156 – active_support/core_ext/hash/conversions.rb in Ruby on Rails before 2.3.15, 3.0...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2013-0156</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2013-0156</guid>
    <pubDate>Sun, 13 Jan 2013 22:55:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2013-0156</strong></p>
  <p>active_support/core_ext/hash/conversions.rb in Ruby on Rails before 2.3.15, 3.0.x before 3.0.19, 3.1.x before 3.1.10, and 3.2.x before 3.2.11 does not properly restrict casts of string values, which allows remote attackers to conduct object-injection attacks and execute arbitrary code, or cause a denial of service (memory and CPU consumption) involving nested XML entity references, by leveraging…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2013-0156">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2012-6496 – SQL injection vulnerability in the Active Record component in Ruby on Rails befo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2012-6496</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2012-6496</guid>
    <pubDate>Fri, 04 Jan 2013 04:46:02 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2012-6496</strong></p>
  <p>SQL injection vulnerability in the Active Record component in Ruby on Rails before 3.0.18, 3.1.x before 3.1.9, and 3.2.x before 3.2.10 allows remote attackers to execute arbitrary SQL commands via a crafted request that leverages incorrect behavior of dynamic finders in applications that can use unexpected data types in certain find_by_ method calls.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2012-6496">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2012-2695 – The Active Record component in Ruby on Rails before 3.0.14, 3.1.x before 3.1.6, ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2012-2695</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2012-2695</guid>
    <pubDate>Fri, 22 Jun 2012 14:55:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2012-2695</strong></p>
  <p>The Active Record component in Ruby on Rails before 3.0.14, 3.1.x before 3.1.6, and 3.2.x before 3.2.6 does not properly implement the passing of request data to a where method in an ActiveRecord class, which allows remote attackers to conduct certain SQL injection attacks via nested query parameters that leverage improper handling of nested hashes, a related issue to CVE-2012-2661.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2012-2695">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2011-2930 – Multiple SQL injection vulnerabilities in the quote_table_name method in the Act...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2011-2930</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2011-2930</guid>
    <pubDate>Mon, 29 Aug 2011 18:55:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2011-2930</strong></p>
  <p>Multiple SQL injection vulnerabilities in the quote_table_name method in the ActiveRecord adapters in activerecord/lib/active_record/connection_adapters/ in Ruby on Rails before 2.3.13, 3.0.x before 3.0.10, and 3.1.x before 3.1.0.rc5 allow remote attackers to execute arbitrary SQL commands via a crafted column name.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2011-2930">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2011-0449 – actionpack/lib/action_view/template/resolver.rb in Ruby on Rails 3.0.x before 3...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2011-0449</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2011-0449</guid>
    <pubDate>Mon, 21 Feb 2011 18:00:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2011-0449</strong></p>
  <p>actionpack/lib/action_view/template/resolver.rb in Ruby on Rails 3.0.x before 3.0.4, when a case-insensitive filesystem is used, does not properly implement filters associated with the list of available templates, which allows remote attackers to bypass intended access restrictions via an action name that uses an unintended case for alphabetic characters.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-264</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2011-0449">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2011-0448 – Ruby on Rails 3.0.x before 3.0.4 does not ensure that arguments to the limit fun...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2011-0448</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2011-0448</guid>
    <pubDate>Mon, 21 Feb 2011 18:00:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2011-0448</strong></p>
  <p>Ruby on Rails 3.0.x before 3.0.4 does not ensure that arguments to the limit function specify integer values, which makes it easier for remote attackers to conduct SQL injection attacks via a non-numeric argument.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2011-0448">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2009-2422 – The example code for the digest authentication functionality (http_authenticatio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2009-2422</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2009-2422</guid>
    <pubDate>Fri, 10 Jul 2009 15:30:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2009-2422</strong></p>
  <p>The example code for the digest authentication functionality (http_authentication.rb) in Ruby on Rails before 2.3.3 defines an authenticate_or_request_with_http_digest block that returns nil instead of false when the user does not exist, which allows context-dependent attackers to bypass authentication for applications that are derived from this example by sending an invalid username without a pa…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2009-2422">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2008-4094 – Multiple SQL injection vulnerabilities in Ruby on Rails before 2.1.1 allow remot...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2008-4094</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2008-4094</guid>
    <pubDate>Tue, 30 Sep 2008 17:22:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2008-4094</strong></p>
  <p>Multiple SQL injection vulnerabilities in Ruby on Rails before 2.1.1 allow remote attackers to execute arbitrary SQL commands via the (1) :limit and (2) :offset parameters, related to ActiveRecord, ActiveSupport, ActiveResource, ActionPack, and ActionMailer.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2008-4094">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2006-4111 – Ruby on Rails before 1.1.5 allows remote attackers to execute Ruby code with "se...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2006-4111</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2006-4111</guid>
    <pubDate>Mon, 14 Aug 2006 21:04:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2006-4111</strong></p>
  <p>Ruby on Rails before 1.1.5 allows remote attackers to execute Ruby code with "severe" or "serious" impact via a File Upload request with an HTTP header that modifies the LOAD_PATH variable, a different vulnerability than CVE-2006-4112.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2006-4111">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2006-4112 – Unspecified vulnerability in the "dependency resolution mechanism" in Ruby on Ra...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2006-4112</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2006-4112</guid>
    <pubDate>Mon, 14 Aug 2006 21:04:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2006-4112</strong></p>
  <p>Unspecified vulnerability in the "dependency resolution mechanism" in Ruby on Rails 1.1.0 through 1.1.5 allows remote attackers to execute arbitrary Ruby code via a URL that is not properly handled in the routing code, which leads to a denial of service (application hang) or "data loss," a different vulnerability than CVE-2006-4111.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2006-4112">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
