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

100 lines
3.4 KiB
JSON
Raw Normal View History

2023-05-25 22:00:37 +00:00
{
2023-07-05 18: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-34106",
2023-07-05 18: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 18:00:37 +00:00
"value": "GLPI is a free asset and IT management software package. Versions of the software starting with 0.68 and prior to 10.0.8 have an incorrect rights check on a on a file accessible by an authenticated user. This allows access to the list of all users and their personal information. Users should upgrade to version 10.0.8 to receive a patch."
}
]
},
"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": ">= 0.68, < 10.0.8"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/glpi-project/glpi/security/advisories/GHSA-923r-hqh4-wj7c",
"refsource": "MISC",
"name": "https://github.com/glpi-project/glpi/security/advisories/GHSA-923r-hqh4-wj7c"
},
{
"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-923r-hqh4-wj7c",
"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
}
]
}
}