cvelist/2024/26xxx/CVE-2024-26262.json

103 lines
3.4 KiB
JSON
Raw Normal View History

2024-02-15 02:00:33 +00:00
{
2024-02-15 03:00:31 +00:00
"data_version": "4.0",
2024-02-15 02:00:33 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2024-26262",
2024-02-15 03:00:31 +00:00
"ASSIGNER": "cve@cert.org.tw",
"STATE": "PUBLIC"
2024-02-15 02:00:33 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2024-02-15 03:00:31 +00:00
"value": "EBM Technologies Uniweb/SoliPACS WebServer's query functionality lacks proper restrictions of user input, allowing remote attackers authenticated as regular user to inject SQL commands for reading, modifying, and deleting database records, as well as executing system commands. Attackers may even leverage the dbo privilege in the database for privilege escalation, elevating their privileges to administrator ."
}
]
},
"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": "EBM Technologies",
"product": {
"product_data": [
{
"product_name": "Uniweb/SoliPACS WebServer",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": " ",
"version_value": "12.1.2504"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://www.twcert.org.tw/tw/cp-132-7674-bdb40-1.html",
"refsource": "MISC",
"name": "https://www.twcert.org.tw/tw/cp-132-7674-bdb40-1.html"
}
]
},
"generator": {
"engine": "Vulnogram 0.1.0-dev"
},
"source": {
"advisory": "TVN-202402004",
"discovery": "EXTERNAL"
},
"solution": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "Update to 12.1.2504 or later version."
}
],
"value": "Update to 12.1.2504 or later version."
}
],
"impact": {
"cvss": [
{
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
2024-02-15 02:00:33 +00:00
}
]
}
}