GHSA-fqrr-rrwg-69pv
Dashboard / Vulnerabilities / GHSA-fqrr-rrwg-69pv
Summary: Local API Login Credentials Disclosure in paratrooper-pingdom
Details: 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` ```ruby 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.
References: 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
Affected packages
Package
Name: paratrooper-pingdom
Purl: pkg:gem/paratrooper-pingdom
Affected ranges
Type: ECOSYSTEM
Events:
