cvelist/2021/23xxx/CVE-2021-23405.json

92 lines
2.9 KiB
JSON
Raw Normal View History

2021-01-08 23:02:33 +00:00
{
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"CVE_data_meta": {
2021-07-09 13:37:09 +01:00
"ASSIGNER": "report@snyk.io",
"DATE_PUBLIC": "2021-07-09T12:37:08.277597Z",
2021-01-08 23:02:33 +00:00
"ID": "CVE-2021-23405",
2021-07-09 13:37:09 +01:00
"STATE": "PUBLIC",
"TITLE": "SQL Injection"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "pimcore/pimcore",
"version": {
"version_data": [
{
"version_affected": "<",
"version_value": "10.0.7"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "SQL Injection"
}
]
}
]
},
"references": {
"reference_data": [
{
2021-07-09 13:00:54 +00:00
"refsource": "MISC",
"url": "https://snyk.io/vuln/SNYK-PHP-PIMCOREPIMCORE-1316297",
"name": "https://snyk.io/vuln/SNYK-PHP-PIMCOREPIMCORE-1316297"
2021-07-09 13:37:09 +01:00
},
{
2021-07-09 13:00:54 +00:00
"refsource": "MISC",
"url": "https://github.com/pimcore/pimcore/pull/9572",
"name": "https://github.com/pimcore/pimcore/pull/9572"
2021-07-09 13:37:09 +01:00
}
]
2021-01-08 23:02:33 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2021-07-09 13:00:54 +00:00
"value": "This affects the package pimcore/pimcore before 10.0.7. This issue exists due to the absence of check on the storeId parameter in the method collectionsActionGet and groupsActionGet method within the ClassificationstoreController class."
2021-01-08 23:02:33 +00:00
}
]
2021-07-09 13:37:09 +01:00
},
"impact": {
"cvss": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L/E:F/RL:O/RC:C",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "LOW",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"availabilityImpact": "LOW"
}
},
"credit": [
{
"lang": "eng",
"value": "Daniele Scanu @SoterITSecurity"
}
]
2021-01-08 23:02:33 +00:00
}