cvelist/2023/1xxx/CVE-2023-1286.json

89 lines
2.3 KiB
JSON
Raw Normal View History

2023-03-09 10:00:34 +00:00
{
2023-03-09 03:31:05 -07:00
"CVE_data_meta": {
"ASSIGNER": "security@huntr.dev",
"ID": "CVE-2023-1286",
"STATE": "PUBLIC",
"TITLE": "Cross-site Scripting (XSS) - Stored in pimcore/pimcore"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "pimcore/pimcore",
"version": {
"version_data": [
{
"version_affected": "<",
"version_value": "10.5.19"
}
]
}
}
]
},
"vendor_name": "pimcore"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.5.19."
}
]
},
"impact": {
"cvss": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:H/UI:R/S:U/C:N/I:L/A:H",
"version": "3.0"
2023-03-09 10:00:34 +00:00
}
2023-03-09 03:31:05 -07:00
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://huntr.dev/bounties/31d97442-3f87-439f-83f0-1c7862ef0c7c",
"refsource": "CONFIRM",
"url": "https://huntr.dev/bounties/31d97442-3f87-439f-83f0-1c7862ef0c7c"
},
{
"name": "https://github.com/pimcore/pimcore/commit/82cca7f4a7560b160336cce2610481098ca52c18",
"refsource": "MISC",
"url": "https://github.com/pimcore/pimcore/commit/82cca7f4a7560b160336cce2610481098ca52c18"
}
]
},
"source": {
"advisory": "31d97442-3f87-439f-83f0-1c7862ef0c7c",
"discovery": "EXTERNAL"
}
2023-03-09 10:00:34 +00:00
}