原始 OSV JSON
{
"id": "GHSA-fqrr-rrwg-69pv",
"aliases": [
"CVE-2014-1233"
],
"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.\n\n### Vulnerable Code:\n\nFrom: `paratrooper-pingdom-1.0.0/lib/paratrooper-pingdom.rb`\n\n```ruby\ndef setup(options = {})\n %x[curl https://api.pingdom.com/api/2.0/checks -X PUT -d \"paused=true\" -H \"App-Key: #{app_key}\" -u \"#{username}:#{password}\"] \nend\n\ndef teardown(options = {})\n %x[curl https://api.pingdom.com/api/2.0/checks -X PUT -d \"paused=false\" -H \"App-Key: #{app_key}\" -u \"#{username}:#{password}\"] \nend\n```\n\nA malicious user could monitor the process tree to steal the API key, username and password for the API login.\n",
"summary": "Local API Login Credentials Disclosure in paratrooper-pingdom",
"affected": [
{
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"last_affected": "1.0.0"
}
]
}
],
"package": {
"name": "paratrooper-pingdom",
"ecosystem": "RubyGems"
}
}
],
"modified": "2023-07-05T18:46:48Z",
"severity": [],
"published": "2017-10-24T18:33:36Z",
"references": [
{
"url": "https://nvd.nist.gov/vuln/detail/CVE-2014-1233",
"type": "ADVISORY"
},
{
"url": "https://github.com/advisories/GHSA-fqrr-rrwg-69pv",
"type": "ADVISORY"
},
{
"url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/paratrooper-pingdom/CVE-2014-1233.yml",
"type": "WEB"
},
{
"url": "http://openwall.com/lists/oss-security/2014/01/08/1",
"type": "WEB"
},
{
"url": "http://www.vapid.dhs.org/advisories/paratrooper-api-key-pingdom.html",
"type": "WEB"
}
],
"schema_version": "1.4.0",
"database_specific": {
"cwe_ids": [
"CWE-200"
],
"severity": "LOW",
"github_reviewed": true,
"nvd_published_at": "2014-01-10T12:02:00Z",
"github_reviewed_at": "2020-06-16T21:35:08Z"
}
}