2023-06-13 10:00:30 +00:00
{
"id" : "CVE-2023-33919" ,
"sourceIdentifier" : "productcert@siemens.com" ,
"published" : "2023-06-13T09:15:18.620" ,
2024-12-08 03:06:42 +00:00
"lastModified" : "2024-11-21T08:06:12.450" ,
2023-07-07 22:00:32 +00:00
"vulnStatus" : "Modified" ,
2024-07-04 08:04:45 +00:00
"cveTags" : [ ] ,
2023-06-13 10:00:30 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "A vulnerability has been identified in CP-8031 MASTER MODULE (All versions < CPCI85 V05), CP-8050 MASTER MODULE (All versions < CPCI85 V05). The web interface of affected devices is vulnerable to command injection due to missing server side input sanitation. This could allow an authenticated privileged remote attacker to execute arbitrary code with root privileges."
}
] ,
"metrics" : {
"cvssMetricV31" : [
2023-06-29 22:00:28 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "productcert@siemens.com" ,
"type" : "Secondary" ,
2023-06-29 22:00:28 +00:00
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 7.2 ,
"baseSeverity" : "HIGH" ,
2023-06-29 22:00:28 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "HIGH" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2023-06-29 22:00:28 +00:00
} ,
"exploitabilityScore" : 1.2 ,
"impactScore" : 5.9
} ,
2023-06-13 10:00:30 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2023-06-13 10:00:30 +00:00
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 7.2 ,
"baseSeverity" : "HIGH" ,
2023-06-13 10:00:30 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "HIGH" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2023-06-13 10:00:30 +00:00
} ,
"exploitabilityScore" : 1.2 ,
"impactScore" : 5.9
}
]
} ,
"weaknesses" : [
2023-06-29 22:00:28 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "productcert@siemens.com" ,
"type" : "Secondary" ,
2023-06-29 22:00:28 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-77"
}
]
} ,
2023-06-13 10:00:30 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2023-06-13 10:00:30 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-77"
}
]
}
] ,
2023-06-29 22:00:28 +00:00
"configurations" : [
{
"operator" : "AND" ,
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:siemens:cpci85_firmware:*:*:*:*:*:*:*:*" ,
"versionEndExcluding" : "v05" ,
"matchCriteriaId" : "59D83EB4-A263-4070-A864-56EB7B120CE2"
}
]
} ,
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : false ,
"criteria" : "cpe:2.3:h:siemens:cp-8031_master_module:-:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "E84CEC33-3B34-42EF-A698-164AF0343316"
}
]
}
]
} ,
{
"operator" : "AND" ,
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:siemens:cpci85_firmware:*:*:*:*:*:*:*:*" ,
"versionEndExcluding" : "v05" ,
"matchCriteriaId" : "59D83EB4-A263-4070-A864-56EB7B120CE2"
}
]
} ,
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : false ,
"criteria" : "cpe:2.3:h:siemens:cp-8050_master_module:-:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "E7686251-7011-46F9-9CEB-CC5DADCB5284"
}
]
}
]
}
] ,
2023-06-13 10:00:30 +00:00
"references" : [
2023-07-12 04:00:31 +00:00
{
"url" : "http://packetstormsecurity.com/files/173370/Siemens-A8000-CP-8050-CP-8031-Code-Execution-Command-Injection.html" ,
"source" : "productcert@siemens.com"
} ,
2023-07-07 22:00:32 +00:00
{
"url" : "http://seclists.org/fulldisclosure/2023/Jul/14" ,
"source" : "productcert@siemens.com"
} ,
2024-07-04 08:04:45 +00:00
{
"url" : "http://seclists.org/fulldisclosure/2024/Jul/4" ,
"source" : "productcert@siemens.com"
} ,
2023-06-13 10:00:30 +00:00
{
"url" : "https://cert-portal.siemens.com/productcert/pdf/ssa-731916.pdf" ,
2023-06-29 22:00:28 +00:00
"source" : "productcert@siemens.com" ,
"tags" : [
"Patch" ,
"Vendor Advisory"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "http://packetstormsecurity.com/files/173370/Siemens-A8000-CP-8050-CP-8031-Code-Execution-Command-Injection.html" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108"
} ,
{
"url" : "http://seclists.org/fulldisclosure/2023/Jul/14" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108"
} ,
{
"url" : "http://seclists.org/fulldisclosure/2024/Jul/4" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108"
} ,
{
"url" : "https://cert-portal.siemens.com/productcert/pdf/ssa-731916.pdf" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch" ,
"Vendor Advisory"
]
2023-06-13 10:00:30 +00:00
}
]
}