2023-04-24 12:24:31 +02:00
{
"id" : "CVE-2019-10068" ,
"sourceIdentifier" : "cve@mitre.org" ,
"published" : "2019-03-26T18:29:00.403" ,
2025-03-14 19:03:50 +00:00
"lastModified" : "2025-03-14T17:49:35.343" ,
"vulnStatus" : "Analyzed" ,
2024-12-08 03:06:42 +00:00
"cveTags" : [ ] ,
2023-04-24 12:24:31 +02:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "An issue was discovered in Kentico 12.0.x before 12.0.15, 11.0.x before 11.0.48, 10.0.x before 10.0.52, and 9.x versions. Due to a failure to validate security headers, it was possible for a specially crafted request to the staging service to bypass the initial authentication and proceed to deserialize user-controlled .NET object input. This deserialization then led to unauthenticated remote code execution on the server where the Kentico instance was hosted."
} ,
{
"lang" : "es" ,
"value" : "Se descubri\u00f3 un problema en Kentico 12.0.x anterior a la versi\u00f3n 12.0.15, 11.0.x antes de 11.0.48, 10.0.x antes de 10.0.52 y versiones 9.x. Debido a un fallo al validar los encabezados de seguridad, fue posible que una solicitud especialmente dise\u00f1ada para el servicio de preparaci\u00f3n omitiera la autenticaci\u00f3n inicial y procediera a deserializar la entrada de objetos .NET controlada por el usuario. Esta deserializaci\u00f3n condujo a una ejecuci\u00f3n remota de c\u00f3digo no autenticada en el servidor donde estaba alojada la instancia de Kentico."
}
] ,
"metrics" : {
2024-07-16 18:03:15 +00:00
"cvssMetricV31" : [
2023-04-24 12:24:31 +02:00
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
2024-07-16 18:03:15 +00:00
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" ,
2024-11-23 11:10:51 +00:00
"baseScore" : 9.8 ,
"baseSeverity" : "CRITICAL" ,
2023-04-24 12:24:31 +02:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
2024-11-23 11:10:51 +00:00
"availabilityImpact" : "HIGH"
2023-04-24 12:24:31 +02:00
} ,
"exploitabilityScore" : 3.9 ,
"impactScore" : 5.9
2025-02-07 15:04:08 +00:00
} ,
{
"source" : "134c704f-9b21-4f2e-91b3-4a467353bcc0" ,
"type" : "Secondary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" ,
"baseScore" : 9.8 ,
"baseSeverity" : "CRITICAL" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
"availabilityImpact" : "HIGH"
} ,
"exploitabilityScore" : 3.9 ,
"impactScore" : 5.9
2023-04-24 12:24:31 +02:00
}
] ,
"cvssMetricV2" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "2.0" ,
"vectorString" : "AV:N/AC:L/Au:N/C:P/I:P/A:P" ,
2024-11-23 11:10:51 +00:00
"baseScore" : 7.5 ,
2023-04-24 12:24:31 +02:00
"accessVector" : "NETWORK" ,
"accessComplexity" : "LOW" ,
"authentication" : "NONE" ,
"confidentialityImpact" : "PARTIAL" ,
"integrityImpact" : "PARTIAL" ,
2024-11-23 11:10:51 +00:00
"availabilityImpact" : "PARTIAL"
2023-04-24 12:24:31 +02:00
} ,
"baseSeverity" : "HIGH" ,
"exploitabilityScore" : 10.0 ,
"impactScore" : 6.4 ,
"acInsufInfo" : false ,
"obtainAllPrivilege" : false ,
"obtainUserPrivilege" : false ,
"obtainOtherPrivilege" : false ,
"userInteractionRequired" : false
}
]
} ,
2024-11-23 11:10:51 +00:00
"cisaExploitAdd" : "2022-03-25" ,
"cisaActionDue" : "2022-04-15" ,
"cisaRequiredAction" : "Apply updates per vendor instructions." ,
"cisaVulnerabilityName" : "Kentico Xperience Deserialization of Untrusted Data Vulnerability" ,
2023-04-24 12:24:31 +02:00
"weaknesses" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-502"
}
]
2025-02-07 15:04:08 +00:00
} ,
{
"source" : "134c704f-9b21-4f2e-91b3-4a467353bcc0" ,
"type" : "Secondary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-502"
}
]
2023-04-24 12:24:31 +02:00
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:kentico:kentico:*:*:*:*:*:*:*:*" ,
2024-07-16 18:03:15 +00:00
"versionStartIncluding" : "9.0.0" ,
"versionEndIncluding" : "9.0.51" ,
"matchCriteriaId" : "F5E8132C-9BF6-4D06-A1C9-66CA75A4D6CB"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:kentico:kentico:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "10.0.0" ,
"versionEndExcluding" : "10.0.52" ,
"matchCriteriaId" : "C7F0A2B8-0D3C-4A71-96E1-EE2F713342BE"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:kentico:kentico:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "11.0.0" ,
"versionEndExcluding" : "11.0.48" ,
"matchCriteriaId" : "513018EA-C0CA-444A-88D9-0F00CC28CD5B"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:kentico:kentico:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "12.0.0" ,
2023-04-24 12:24:31 +02:00
"versionEndExcluding" : "12.0.15" ,
2024-07-16 18:03:15 +00:00
"matchCriteriaId" : "26AC7D81-C6A1-4B78-8F0E-D448C87DA3B1"
2023-04-24 12:24:31 +02:00
}
]
}
]
}
] ,
"references" : [
{
"url" : "http://packetstormsecurity.com/files/157588/Kentico-CMS-12.0.14-Remote-Command-Execution.html" ,
2024-07-16 18:03:15 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Exploit" ,
"Third Party Advisory" ,
"VDB Entry"
]
2023-04-24 12:24:31 +02:00
} ,
{
"url" : "https://devnet.kentico.com/download/hotfixes#securityBugs-v12" ,
"source" : "cve@mitre.org" ,
"tags" : [
2024-07-16 18:03:15 +00:00
"Release Notes" ,
2023-04-24 12:24:31 +02:00
"Vendor Advisory"
]
2024-11-23 11:10:51 +00:00
} ,
{
"url" : "http://packetstormsecurity.com/files/157588/Kentico-CMS-12.0.14-Remote-Command-Execution.html" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Exploit" ,
"Third Party Advisory" ,
"VDB Entry"
]
} ,
{
"url" : "https://devnet.kentico.com/download/hotfixes#securityBugs-v12" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Release Notes" ,
"Vendor Advisory"
]
2023-04-24 12:24:31 +02:00
}
]
}