Auto-merge PR#2922

Auto-merge PR#2922
This commit is contained in:
CVE Team 2019-12-12 18:05:20 -05:00 committed by GitHub
commit 6cb9f0f8e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,95 @@
{
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2019-16774",
"STATE": "PUBLIC",
"TITLE": "Object injection in cookie driver"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "phpfastcache",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "< 5.1.3",
"version_value": "5.1.3"
}
]
}
}
]
},
"vendor_name": "PHPSocialNetwork"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "In phpfastcache before 5.1.3, there is a possible object injection vulnerability in cookie driver."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-94: Improper Control of Generation of Code ('Code Injection')"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/PHPSocialNetwork/phpfastcache/security/advisories/GHSA-484f-743f-6jx2",
"refsource": "CONFIRM",
"url": "https://github.com/PHPSocialNetwork/phpfastcache/security/advisories/GHSA-484f-743f-6jx2"
},
{
"name": "https://github.com/PHPSocialNetwork/phpfastcache/commit/c4527205cb7a402b595790c74310791f5b04a1a4",
"refsource": "MISC",
"url": "https://github.com/PHPSocialNetwork/phpfastcache/commit/c4527205cb7a402b595790c74310791f5b04a1a4"
},
{
"name": "https://github.com/PHPSocialNetwork/phpfastcache/releases/tag/5.0.13",
"refsource": "MISC",
"url": "https://github.com/PHPSocialNetwork/phpfastcache/releases/tag/5.0.13"
}
]
},
"source": {
"advisory": "GHSA-484f-743f-6jx2",
"discovery": "UNKNOWN"
}
}