samuelteixeiras / learnRuby

Aprendendo ruby on rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CVE-2012-6109 (Medium) detected in rack-1.2.4.gem - autoclosed

mend-bolt-for-github opened this issue · comments

CVE-2012-6109 - Medium Severity Vulnerability

Vulnerable Library - rack-1.2.4.gem

Rack provides minimal, modular and adaptable interface for developing web applications in Ruby. By wrapping HTTP requests and responses in the simplest way possible, it unifies and distills the API for web servers, web frameworks, and software in between (the so-called middleware) into a single method call.

Also see http://rack.rubyforge.org.

Library home page: https://rubygems.org/gems/rack-1.2.4.gem

Dependency Hierarchy:

Found in HEAD commit: 0c785fd9400921392b8ee5e3e166f30364359ecc

Found in base branch: master

Vulnerability Details

lib/rack/multipart.rb in Rack before 1.1.4, 1.2.x before 1.2.6, 1.3.x before 1.3.7, and 1.4.x before 1.4.2 uses an incorrect regular expression, which allows remote attackers to cause a denial of service (infinite loop) via a crafted Content-Disposion header.

Publish Date: 2013-03-01

URL: CVE-2012-6109

CVSS 3 Score Details (5.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: N/A
    • Attack Complexity: N/A
    • Privileges Required: N/A
    • User Interaction: N/A
    • Scope: N/A
  • Impact Metrics:
    • Confidentiality Impact: N/A
    • Integrity Impact: N/A
    • Availability Impact: N/A

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/CVE-2012-6109

Release Date: 2013-03-01

Fix Resolution: 1.1.4,1.2.6,1.3.7,1.4.2


Step up your Open Source Security Game with WhiteSource here

✔️ This issue was automatically closed by WhiteSource because the vulnerable library in the specific branch(es) was either marked as ignored or it is no longer part of the WhiteSource inventory.