diff --git a/2019/16xxx/CVE-2019-16774.json b/2019/16xxx/CVE-2019-16774.json new file mode 100644 index 00000000000..7b3db57c691 --- /dev/null +++ b/2019/16xxx/CVE-2019-16774.json @@ -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" + } +}