cvelist/2016/10xxx/CVE-2016-10526.json
2019-03-17 22:08:53 +00:00

68 lines
2.3 KiB
JSON

{
"CVE_data_meta": {
"ASSIGNER": "support@hackerone.com",
"DATE_PUBLIC": "2018-04-26T00:00:00",
"ID": "CVE-2016-10526",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "grunt-gh-pages node module",
"version": {
"version_data": [
{
"version_value": "<=0.9.1"
}
]
}
}
]
},
"vendor_name": "HackerOne"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "A common setup to deploy to gh-pages on every commit via a CI system is to expose a github token to ENV and to use it directly in the auth part of the url. In module versions < 0.9.1 the auth portion of the url is outputted as part of the grunt tasks logging function. If this output is publicly available then the credentials should be considered compromised."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Unchecked Error Condition (CWE-391)"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/tschaub/grunt-gh-pages/pull/41",
"refsource": "MISC",
"url": "https://github.com/tschaub/grunt-gh-pages/pull/41"
},
{
"name": "https://nodesecurity.io/advisories/85",
"refsource": "MISC",
"url": "https://nodesecurity.io/advisories/85"
}
]
}
}