Lucene search
+L

2121 matches found

Veracode
Veracode
added 2019/01/15 8:54 a.m.46 views

Arbitrary Code Execution, SQL Injection Attacks And Authentication Bypass

lib/activesupport/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 v...

7.5CVSS7.8AI score0.99449EPSS
SaveExploits24References19Affected Software2
Veracode
Veracode
added 2019/01/15 8:53 a.m.49 views

SQL Command Injection

SQL injection vulnerability in the ActiveRecord 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...

7.5CVSS7.7AI score0.04458EPSS
SaveExploits2References12Affected Software22
Veracode
Veracode
added 2019/01/15 8:53 a.m.49 views

Database-query Authentication Bypass

actionpack/lib/actiondispatch/http/request.rb in Ruby on Rails before 3.0.13, 3.1.x before 3.1.5, and 3.2.x before 3.2.4 does not properly consider differences in parameter handling between the Active Record component and the Rack interface, which allows remote attackers to bypass intended...

6.4CVSS7.2AI score0.046EPSS
SaveExploits3References17Affected Software43
Veracode
Veracode
added 2019/01/15 8:53 a.m.49 views

Denial Of Service (DoS) Memory Consumption, Arbitrary Code Execution And Object-injection Attacks

activesupport/coreext/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...

7.5CVSS6.7AI score0.99449EPSS
SaveExploits22References23Affected Software7
Veracode
Veracode
added 2019/01/15 8:51 a.m.33 views

Denial Of Service (DoS)

The Active Record component in Ruby on Rails 2.3.x before 2.3.18, 3.1.x before 3.1.12, and 3.2.x before 3.2.13 processes certain queries by converting hash keys to symbols, which allows remote attackers to cause a denial of service via crafted input to a where method...

5CVSS5.9AI score0.03438EPSS
SaveExploits0References18Affected Software12
Veracode
Veracode
added 2019/01/15 8:51 a.m.36 views

Cross-site Scripting (XSS)

The sanitizecss method in lib/actioncontroller/vendor/html-scanner/html/sanitizer.rb in the Action Pack component in Ruby on Rails before 2.3.18, 3.0.x and 3.1.x before 3.1.12, and 3.2.x before 3.2.13 does not properly handle newline characters, which makes it easier for remote attackers to condu...

4.3CVSS5.3AI score0.0264EPSS
SaveExploits1References16Affected Software13
Hacker One
Hacker One
added 2019/01/03 10:28 a.m.15 views

Ruby on Rails: XSS due to incomplete JS escaping

ActionView::Helpers::JavaScriptHelper inside rails/actionview/lib/actionview/helpers/javascripthelper.rb provides JS escaping in Rails, but fails to protect template literal strings. As such, there are two ways XSS can occur: XSS via template literal break out: 1 Create a view with the following...

2.3AI score
SaveExploits0
Hacker One
Hacker One
added 2019/01/02 3:20 a.m.860 views

Ruby on Rails: RCE which may occur due to `ActiveSupport::MessageVerifier` or `ActiveSupport::MessageEncryptor` (especially Active storage)

Since ActiveSupport::MessageVerifier and ActiveSupport::MessageEncryptor use Marshal as the default serializer, I confirmed that RCE is possible by object injection. ruby https://github.com/rails/rails/blob/v5.2.2/activesupport/lib/activesupport/messageverifier.rbL110 def initializesecret, option...

7.5CVSS0.4AI score0.92144EPSS
SaveExploits13
RedHat Linux
RedHat Linux
added 2018/12/13 3:15 p.m.138 views

Important: Red Hat Security Advisory: CloudForms 4.6.6 security, bug fix and enhancement update

An update is now available for CloudForms Management Engine 5.9. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE...

8.8CVSS6.7AI score0.13181EPSS
SaveExploits1References66
Tenable Nessus
Tenable Nessus
added 2018/12/06 12:0 a.m.39 views

RHEL 6 : rubygem-actionpack and ruby193-rubygem-actionpack (RHSA-2013:0698)

The remote Redhat Enterprise Linux 6 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2013:0698 advisory. Ruby on Rails is a modelviewcontroller MVC framework for web application development. Action Pack implements the controller and the view...

4.3CVSS6.9AI score0.0264EPSS
SaveExploits1References7
Tenable Nessus
Tenable Nessus
added 2018/12/06 12:0 a.m.83 views

RHEL 6 : Ruby on Rails (RHSA-2013:0153)

The remote Redhat Enterprise Linux 6 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2013:0153 advisory. Ruby on Rails is a modelviewcontroller MVC framework for web application development. Action Pack implements the controller and the view components...

7.5CVSS9.4AI score0.99449EPSS
SaveExploits22References6
RedHat Linux
RedHat Linux
added 2018/11/05 1:58 p.m.577 views

Moderate: Red Hat Security Advisory: CloudForms 4.6.5 security, bug fix and enhancement update

An update is now available for CloudForms Management Engine 5.9. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE...

9.8CVSS7.2AI score0.04499EPSS
SaveExploits1References68
Hacker One
Hacker One
added 2018/10/31 12:31 a.m.54 views

Ruby on Rails: Specially constructed multi-part requests cause multi-second response times; vulnerable to DoS

The multi-part body parsing in Rack and consequently Rails has a worse-than-linear performance relative to the number of parts in the request body. In small scale i.e. non-disruptive tests on a variety of Rails applications on the internet, including my own, GitHub.com, Heroku API, Instacart,...

5CVSS7.4AI score0.02033EPSS
SaveExploits0
Hacker One
Hacker One
added 2018/10/28 6:58 a.m.17 views

Ruby on Rails: XSS by MathML at Active Storage

In Active Storage, formats treated as binary have been confirmed, It does not contain application/mathml+xml. https://github.com/rails/rails/commit/d40284b1a44773b03d78ca67a888b94fd330d1b1 In Marcel::MimeType.for, if content-type can not be determined with magic byte, since it is determined using...

4.3CVSS0.4AI score0.01311EPSS
SaveExploits1
CNVD
CNVD
added 2018/10/16 12:0 a.m.8 views

Camaleon CMS Cross-Site Scripting Vulnerability

Camaleon CMS is an advanced dynamic content management system CMS based on Ruby on Rails. A cross-site scripting vulnerability exists in Camaleon CMS version 2.4. A remote attacker can exploit this vulnerability to inject arbitrary web script or HTML...

6.1CVSS5.9AI score0.01049EPSS
SaveExploits2References1
Github Security Blog
Github Security Blog
added 2018/10/10 5:29 p.m.46 views

Moderate severity vulnerability that affects sprockets

Withdrawn, accidental duplicate publish. Multiple directory traversal vulnerabilities in server.rb in Sprockets before 2.0.5, 2.1.x before 2.1.4, 2.2.x before 2.2.3, 2.3.x before 2.3.3, 2.4.x before 2.4.6, 2.5.x before 2.5.1, 2.6.x and 2.7.x before 2.7.1, 2.8.x before 2.8.3, 2.9.x before 2.9.4,...

5CVSS4.6AI score0.0386EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2018/10/10 5:29 p.m.5 views

GHSA-R4X3-G983-9G48 Moderate severity vulnerability that affects sprockets

Withdrawn, accidental duplicate publish. Multiple directory traversal vulnerabilities in server.rb in Sprockets before 2.0.5, 2.1.x before 2.1.4, 2.2.x before 2.2.3, 2.3.x before 2.3.3, 2.4.x before 2.4.6, 2.5.x before 2.5.1, 2.6.x and 2.7.x before 2.7.1, 2.8.x before 2.8.3, 2.9.x before 2.9.4,...

5CVSS9.4AI score0.0386EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2018/09/26 6:36 p.m.45 views

Important: Red Hat Security Advisory: CloudForms 4.5.5 security, bug fix and enhancement update

An update is now available for CloudForms Management Engine 5.8. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE...

7.8CVSS7.5AI score0.26717EPSS
SaveExploits2References28
Github Security Blog
Github Security Blog
added 2018/09/17 9:58 p.m.25 views

Moderate severity vulnerability that affects rails-html-sanitizer

Withdrawn, accidental duplicate publish. Cross-site scripting XSS vulnerability in lib/rails/html/scrubbers.rb in the rails-html-sanitizer gem before 1.0.3 for Ruby on Rails 4.2.x and 5.x allows remote attackers to inject arbitrary web script or HTML via a crafted CDATA node...

6.1CVSS4.1AI score0.02196EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2018/09/17 9:58 p.m.10 views

GHSA-77PC-Q5Q7-QG9H Moderate severity vulnerability that affects rails-html-sanitizer

Withdrawn, accidental duplicate publish. Cross-site scripting XSS vulnerability in lib/rails/html/scrubbers.rb in the rails-html-sanitizer gem before 1.0.3 for Ruby on Rails 4.2.x and 5.x allows remote attackers to inject arbitrary web script or HTML via a crafted CDATA node...

6.1CVSS6AI score0.02196EPSS
SaveExploits0References2
Rows per page
Query Builder