2023-10-29 09:06:41 +00:00
{
"id" : "CVE-2023-46816" ,
"sourceIdentifier" : "cve@mitre.org" ,
"published" : "2023-10-27T04:15:10.847" ,
2024-12-08 03:06:42 +00:00
"lastModified" : "2024-11-21T08:29:22.003" ,
"vulnStatus" : "Modified" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2023-10-29 09:06:41 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "An issue was discovered in SugarCRM 12 before 12.0.4 and 13 before 13.0.2. A Server Site Template Injection (SSTI) vulnerability has been identified in the GecControl action. By using a crafted request, custom PHP code can be injected via the GetControl action because of missing input validation. An attacker with regular user privileges can exploit this."
} ,
{
"lang" : "es" ,
"value" : "Se descubri\u00f3 un problema en SugarCRM 12 anterior a 12.0.4 y 13 anterior a 13.0.2. Se ha identificado una vulnerabilidad de inyecci\u00f3n de plantilla de sitio de servidor (SSTI) en la acci\u00f3n GecControl. Al utilizar una solicitud manipulada, se puede inyectar c\u00f3digo PHP personalizado a trav\u00e9s de la acci\u00f3n GetControl debido a la falta de validaci\u00f3n de entrada. Un atacante con privilegios de usuario habituales puede aprovechar esto."
}
] ,
2023-11-07 21:03:21 +00:00
"metrics" : {
"cvssMetricV31" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" ,
2024-12-08 03:06:42 +00:00
"baseScore" : 8.8 ,
"baseSeverity" : "HIGH" ,
2023-11-07 21:03:21 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2023-11-07 21:03:21 +00:00
} ,
"exploitabilityScore" : 2.8 ,
"impactScore" : 5.9
}
]
} ,
"weaknesses" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-94"
}
]
}
] ,
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:sugarcrm:sugarcrm:*:*:*:*:enterprise:*:*:*" ,
"versionStartIncluding" : "12.0.0" ,
"versionEndExcluding" : "12.0.4" ,
"matchCriteriaId" : "3BCEA458-0427-445A-B74A-590934520C79"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:sugarcrm:sugarcrm:*:*:*:*:sell:*:*:*" ,
"versionStartIncluding" : "12.0.0" ,
"versionEndExcluding" : "12.0.4" ,
"matchCriteriaId" : "C1C36594-3456-4BDA-BFA2-000F5EE2D7DF"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:sugarcrm:sugarcrm:*:*:*:*:serve:*:*:*" ,
"versionStartIncluding" : "12.0.0" ,
"versionEndExcluding" : "12.0.4" ,
"matchCriteriaId" : "0B003912-9B1C-47A0-A924-6F1388932016"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:sugarcrm:sugarcrm:13.0.0:*:*:*:enterprise:*:*:*" ,
"matchCriteriaId" : "09C053BA-CB75-4C39-AFA6-C6E7BDC44BE0"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:sugarcrm:sugarcrm:13.0.0:*:*:*:sell:*:*:*" ,
"matchCriteriaId" : "EDADB8E6-E436-46EF-A3C6-1482EEB24001"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:sugarcrm:sugarcrm:13.0.0:*:*:*:serve:*:*:*" ,
"matchCriteriaId" : "BE19EDC5-18A6-41EC-BE08-CD2BCE7D74CC"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:sugarcrm:sugarcrm:13.0.1:*:*:*:enterprise:*:*:*" ,
"matchCriteriaId" : "5F7DAE96-4F17-498B-9158-3CC81157C2BF"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:sugarcrm:sugarcrm:13.0.1:*:*:*:sell:*:*:*" ,
"matchCriteriaId" : "D550659A-9E01-4548-B88B-2C6167CDDDD4"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:sugarcrm:sugarcrm:13.0.1:*:*:*:serve:*:*:*" ,
"matchCriteriaId" : "80CA0C95-E7E3-4DA1-9D3F-979BCE9E60FE"
}
]
}
]
}
] ,
2023-10-29 09:06:41 +00:00
"references" : [
{
"url" : "https://support.sugarcrm.com/resources/security/sugarcrm-sa-2023-010/" ,
2023-11-07 21:03:21 +00:00
"source" : "cve@mitre.org" ,
"tags" : [
"Vendor Advisory"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://support.sugarcrm.com/resources/security/sugarcrm-sa-2023-010/" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Vendor Advisory"
]
2023-10-29 09:06:41 +00:00
}
]
}