cvelist/2023/26xxx/CVE-2023-26439.json

107 lines
4.1 KiB
JSON
Raw Normal View History

2023-02-22 21:00:34 +00:00
{
2023-08-02 13:00:34 +00:00
"data_version": "4.0",
2023-02-22 21:00:34 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2023-26439",
2023-08-02 13:00:34 +00:00
"ASSIGNER": "security@open-xchange.com",
"STATE": "PUBLIC"
2023-02-22 21:00:34 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2023-08-02 13:00:34 +00:00
"value": "The cacheservice API could be abused to inject parameters with SQL syntax which was insufficiently sanitized before getting executed as SQL statement. Attackers with access to a local or restricted network were able to perform arbitrary SQL queries, discovering other users cached data. We have improved the input check for API calls and filter for potentially malicious content. No publicly available exploits are known.\n\n"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')",
"cweId": "CWE-89"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "OX Software GmbH",
"product": {
"product_data": [
{
"product_name": "OX App Suite",
"version": {
"version_data": [
{
"version_affected": "<=",
"version_name": "0",
"version_value": "8.10"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://software.open-xchange.com/products/appsuite/doc/Release_Notes_for_Patch_Release_6230_7.10.6_2023-05-02.pdf",
"refsource": "MISC",
"name": "https://software.open-xchange.com/products/appsuite/doc/Release_Notes_for_Patch_Release_6230_7.10.6_2023-05-02.pdf"
},
{
2024-01-12 08:00:37 +00:00
"url": "https://documentation.open-xchange.com/appsuite/security/advisories/csaf/2023/oxas-adv-2023-0003.json",
2023-08-02 13:00:34 +00:00
"refsource": "MISC",
2024-01-12 08:00:37 +00:00
"name": "https://documentation.open-xchange.com/appsuite/security/advisories/csaf/2023/oxas-adv-2023-0003.json"
2023-08-02 20:00:34 +00:00
},
{
"url": "http://seclists.org/fulldisclosure/2023/Aug/8",
"refsource": "MISC",
"name": "http://seclists.org/fulldisclosure/2023/Aug/8"
2023-08-03 16:00:34 +00:00
},
{
"url": "http://packetstormsecurity.com/files/173943/OX-App-Suite-SSRF-SQL-Injection-Cross-Site-Scripting.html",
"refsource": "MISC",
"name": "http://packetstormsecurity.com/files/173943/OX-App-Suite-SSRF-SQL-Injection-Cross-Site-Scripting.html"
2023-08-02 13:00:34 +00:00
}
]
},
"generator": {
"engine": "Vulnogram 0.1.0-dev"
},
"source": {
"defect": [
"DOCS-4726"
],
"discovery": "EXTERNAL"
},
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "PHYSICAL",
"availabilityImpact": "HIGH",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
2023-02-22 21:00:34 +00:00
}
]
}
}