- Added submission from HackerOne from 2018-08-03.

This commit is contained in:
CVE Team 2018-08-03 15:20:59 -04:00
parent e11e6261a6
commit 05b9a5a3db
No known key found for this signature in database
GPG Key ID: 0DA1F9F56BC892E8

View File

@ -1,8 +1,32 @@
{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ASSIGNER" : "support@hackerone.com",
"DATE_PUBLIC" : "2018-07-30T00:00:00",
"ID" : "CVE-2018-3777",
"STATE" : "RESERVED"
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "restforce ruby gem",
"version" : {
"version_data" : [
{
"version_value" : "3.0.0"
}
]
}
}
]
},
"vendor_name" : "https://github.com/restforce"
}
]
}
},
"data_format" : "MITRE",
"data_type" : "CVE",
@ -11,7 +35,26 @@
"description_data" : [
{
"lang" : "eng",
"value" : "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
"value" : "Insufficient URI encoding in restforce before 3.0.0 allows attacker to inject arbitrary parameters into Salesforce API requests."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "Improper Input Validation (CWE-20)"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"url" : "https://github.com/restforce/restforce/pull/392"
}
]
}