cvelist/2023/34xxx/CVE-2023-34107.json

100 lines
3.3 KiB
JSON
Raw Normal View History

2023-05-25 22:00:37 +00:00
{
2023-07-05 20:00:37 +00:00
"data_version": "4.0",
2023-05-25 22:00:37 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-34107",
2023-07-05 20:00:37 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2023-05-25 22:00:37 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-07-05 20:00:37 +00:00
"value": "GLPI is a free asset and IT management software package. Versions of the software starting with 9.2.0 and prior to 10.0.8 have an incorrect rights check on a on a file accessible by an authenticated user, allows access to the view all KnowbaseItems. Version 10.0.8 has a patch for this issue."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-284: Improper Access Control",
"cweId": "CWE-284"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-863: Incorrect Authorization",
"cweId": "CWE-863"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "glpi-project",
"product": {
"product_data": [
{
"product_name": "glpi",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": ">= 9.2.0, < 10.0.8"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/glpi-project/glpi/security/advisories/GHSA-966h-xrf5-pmj4",
"refsource": "MISC",
"name": "https://github.com/glpi-project/glpi/security/advisories/GHSA-966h-xrf5-pmj4"
},
{
"url": "https://github.com/glpi-project/glpi/releases/tag/10.0.8",
"refsource": "MISC",
"name": "https://github.com/glpi-project/glpi/releases/tag/10.0.8"
}
]
},
"source": {
"advisory": "GHSA-966h-xrf5-pmj4",
"discovery": "UNKNOWN"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
2023-05-25 22:00:37 +00:00
}
]
}
}