← Back

Thoughtbot

thoughtbot

6 CVEs • 4 products

Products (4)

Click to collapse
Toggle
Paperclip
paperclip
Administrate
administrate
Cocaine
cocaine
Clearance
clearance

CVEs (6)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Thoughtbot
1Administrate
Nov 21, 2024
Aug 5, 2022
N/A· v4
5.4 MEDIUM· v3
N/A· v2
Cross-site request forgery (CSRF) vulnerability in administrate 0.1.4 and earlier allows remote attackers to hijack the user's OAuth autorization code.
1Thoughtbot
1Clearance
Nov 21, 2024
Sep 12, 2021
N/A· v4
6.1 MEDIUM· v3
5.8 MEDIUM· v2
This affects the package clearance before 2.5.0. The vulnerability can be possible when users are able to set the value of session[:return_to]. If the value used for return_to contains multiple leading slashes (/////exam...Show more
This affects the package clearance before 2.5.0. The vulnerability can be possible when users are able to set the value of session[:return_to]. If the value used for return_to contains multiple leading slashes (/////example.com) the user ends up being redirected to the external domain that comes after the slashes (http://example.com).Show less
1Thoughtbot
1Administrate
Nov 21, 2024
Mar 13, 2020
N/A· v4
8.1 HIGH· v3
5.5 MEDIUM· v2
In Administrate (rubygem) before version 0.13.0, when sorting by attributes on a dashboard, the direction parameter was not validated before being interpolated into the SQL query. This could present a SQL injection if th...Show more
In Administrate (rubygem) before version 0.13.0, when sorting by attributes on a dashboard, the direction parameter was not validated before being interpolated into the SQL query. This could present a SQL injection if the attacker were able to modify the `direction` parameter and bypass ActiveRecord SQL protections. Whilst this does have a high-impact, to exploit this you need access to the Administrate dashboards, which we would expect to be behind authentication. This is patched in wersion 0.13.0.Show less
1Thoughtbot
1Paperclip
May 13, 2026
Nov 13, 2017
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
Paperclip ruby gem version 3.1.4 and later suffers from a Server-SIde Request Forgery (SSRF) vulnerability in the Paperclip::UriAdapter class. Attackers may be able to access information about internal network resources.
1Thoughtbot
1Paperclip
May 6, 2026
Jul 10, 2015
N/A· v4
N/A· v3
4.3 MEDIUM· v2
The thoughtbot paperclip gem before 4.2.2 for Ruby does not consider the content-type value during media-type validation, which allows remote attackers to upload HTML documents and conduct cross-site scripting (XSS) atta...Show more
The thoughtbot paperclip gem before 4.2.2 for Ruby does not consider the content-type value during media-type validation, which allows remote attackers to upload HTML documents and conduct cross-site scripting (XSS) attacks via a spoofed value, as demonstrated by image/jpeg.Show less
1Thoughtbot
1Cocaine
Apr 29, 2026
Nov 2, 2013
N/A· v4
N/A· v3
6.8 MEDIUM· v2
The Cocaine gem 0.4.0 through 0.5.2 for Ruby allows context-dependent attackers to execute arbitrary commands via a crafted has object, related to recursive variable interpolation.