cvelist/2024/6xxx/CVE-2024-6322.json

111 lines
4.0 KiB
JSON
Raw Normal View History

2024-06-25 14:00:35 +00:00
{
2024-08-20 19:00:55 +00:00
"data_version": "4.0",
2024-06-25 14:00:35 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-6322",
2024-08-20 19:00:55 +00:00
"ASSIGNER": "security@grafana.com",
"STATE": "PUBLIC"
2024-06-25 14:00:35 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-08-20 19:00:55 +00:00
"value": "Access control for plugin data sources protected by the ReqActions json field of the plugin.json is bypassed if the user or service account is granted associated access to any other data source, as the ReqActions check was not scoped to each specific datasource. The account must have prior query access to the impacted datasource."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-266",
"cweId": "CWE-266"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "Grafana",
"product": {
"product_data": [
{
"product_name": "Grafana",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "11.1.0",
"version_value": "11.1.1"
},
{
"version_affected": "<",
"version_name": "11.1.2",
"version_value": "11.1.3"
}
]
}
},
{
"product_name": "Grafana Enterprise",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "11.1.0",
"version_value": "11.1.1"
},
{
"version_affected": "<",
"version_name": "11.1.2",
"version_value": "11.1.3"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://grafana.com/security/security-advisories/cve-2024-6322/",
"refsource": "MISC",
"name": "https://grafana.com/security/security-advisories/cve-2024-6322/"
}
]
},
"generator": {
"engine": "Vulnogram 0.2.0"
},
"source": {
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:N/I:L/A:L",
"version": "3.1"
2024-06-25 14:00:35 +00:00
}
]
}
}