Lucene search
+L

4495 matches found

Veracode
Veracode
added 2019/01/15 8:58 a.m.36 views

Multiple Cross-site Scripting (XSS) Vulnerabilities

Multiple cross-site scripting XSS vulnerabilities in actionpack/lib/actionview/helpers/numberhelper.rb in Ruby on Rails before 3.2.17, 4.0.x before 4.0.3, and 4.1.x before 4.1.0.beta2 allow remote attackers to inject arbitrary web script or HTML via the 1 format, 2 negativeformat, or 3 units...

4.3CVSS6AI score0.04032EPSS
SaveExploits0References10Affected Software6
Veracode
Veracode
added 2019/01/15 8:56 a.m.31 views

SQL Command Injection By Leveraging Improper Range Quoting

SQL injection vulnerability in activerecord/lib/activerecord/connectionadapters/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...

7.5CVSS7.9AI score0.04181EPSS
SaveExploits0References9Affected Software1
Veracode
Veracode
added 2019/01/15 8:56 a.m.26 views

SQL Command Injection By Leveraging Improper Bitstring Quoting

SQL injection vulnerability in activerecord/lib/activerecord/connectionadapters/postgresqladapter.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...

7.5CVSS7.9AI score0.04278EPSS
SaveExploits0References10Affected Software1
Veracode
Veracode
added 2019/01/15 8:55 a.m.45 views

Directory Traversal When Route Globbing Configurations Are Enabled

Directory traversal vulnerability in actionpack/lib/abstractcontroller/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...

7.5CVSS6.1AI score0.53703EPSS
SaveExploits2References11Affected Software12
Veracode
Veracode
added 2019/01/15 8:55 a.m.30 views

Cross-site Request Forgery (CSRF)

CloudForms Management Engine is vulnerable to cross-site request forgery CSRF. A remote attacker is able to bypass the Ruby on Rails protectfromforgery mechanism by sending a GET request for a destructive action...

6.8CVSS6.2AI score0.00602EPSS
SaveExploits0References5Affected Software1
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
SaveExploits23References19Affected Software2
Veracode
Veracode
added 2019/01/15 8:53 a.m.50 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.51 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.50 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
SaveExploits21References23Affected Software7
Veracode
Veracode
added 2019/01/15 8:51 a.m.35 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.37 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.16 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.863 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
Veracode
Veracode
added 2018/12/28 12:05 a.m.14 views

Information Disclosure

rails-session-decoder is vulnerable to information disclosure. A lack of verification of the Message Authentication Code that is appended to the cookies could allow an attacker to decrypt encrypted data containing confidential information...

6.3AI score
SaveExploits0
nodejs
nodejs
added 2018/12/26 4:17 p.m.26 views

Sensitive Data Exposure

Overview All versions of rails-session-decoder are missing verification of the Message Authentication Code appended to the cookies. This may lead to decryption of cipher text thus exposing encrypted information. Recommendation No fix is currently available. Consider using an alternative module...

7AI score
SaveExploits0Affected Software1
RedHat Linux
RedHat Linux
added 2018/12/13 3:15 p.m.140 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.13098EPSS
SaveExploits1References66
Tenable Nessus
Tenable Nessus
added 2018/12/06 12:00 a.m.85 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
SaveExploits21References6
Tenable Nessus
Tenable Nessus
added 2018/12/06 12:00 a.m.40 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/03 12:00 a.m.36 views

FreeBSD : Rails -- Active Job vulnerability (f96044a2-7df9-414b-9f6b-6e5b85d06c86)

Ruby on Rails blog : Rails 4.2.11, 5.0.7.1, 5.1.6.1 and 5.2.1.1 have been released! These contain the following important security fixes, and it is recommended that users upgrade as soon as possible CVE-2018-16476 Broken Access Control vulnerability in Active Job : Carefully crafted user input ca...

7.5CVSS6.1AI score0.02307EPSS
SaveExploits1References3
FreeBSD
FreeBSD
added 2018/11/27 12:00 a.m.52 views

Rails -- Active Job vulnerability

Ruby on Rails blog: Rails 4.2.11, 5.0.7.1, 5.1.6.1 and 5.2.1.1 have been released! These contain the following important security fixes, and it is recommended that users upgrade as soon as possible CVE-2018-16476 Broken Access Control vulnerability in Active Job: Carefully crafted user input can...

7.5CVSS5.2AI score0.02307EPSS
SaveExploits1References1
Rows per page
Query Builder