Описание
Local API Login Credentials Disclosure in paratrooper-pingdom
The paratrooper-pingdom gem 1.0.0 for Ruby allows local users to obtain the App-Key, username, and password values by listing the curl process.
Vulnerable Code:
From: paratrooper-pingdom-1.0.0/lib/paratrooper-pingdom.rb
def setup(options = {})
%x[curl https://api.pingdom.com/api/2.0/checks -X PUT -d "paused=true" -H "App-Key: #{app_key}" -u "#{username}:#{password}"]
end
def teardown(options = {})
%x[curl https://api.pingdom.com/api/2.0/checks -X PUT -d "paused=false" -H "App-Key: #{app_key}" -u "#{username}:#{password}"]
end
A malicious user could monitor the process tree to steal the API key, username and password for the API login.
Ссылки
- https://nvd.nist.gov/vuln/detail/CVE-2014-1233
- https://github.com/advisories/GHSA-fqrr-rrwg-69pv
- https://github.com/rubysec/ruby-advisory-db/blob/master/gems/paratrooper-pingdom/CVE-2014-1233.yml
- http://openwall.com/lists/oss-security/2014/01/08/1
- http://www.vapid.dhs.org/advisories/paratrooper-api-key-pingdom.html
Пакеты
Наименование
paratrooper-pingdom
rubygems
Затронутые версииВерсия исправления
<= 1.0.0
Отсутствует
Связанные уязвимости
nvd
около 12 лет назад
The paratrooper-pingdom gem 1.0.0 for Ruby allows local users to obtain the App-Key, username, and password values by listing the curl process.