2024-09-26 10:03:17 +00:00
{
"id" : "CVE-2024-8861" ,
"sourceIdentifier" : "security@wordfence.com" ,
"published" : "2024-09-26T08:15:06.697" ,
2024-10-01 14:03:23 +00:00
"lastModified" : "2024-10-01T13:41:27.213" ,
"vulnStatus" : "Analyzed" ,
2024-09-26 10:03:17 +00:00
"cveTags" : [ ] ,
"descriptions" : [
{
"lang" : "en" ,
"value" : "The ProfileGrid \u2013 User Profiles, Groups and Communities plugin for WordPress is vulnerable to Stored Cross-Site Scripting in all versions up to, and including, 5.9.3.2 due to incorrect use of the wp_kses_allowed_html function, which allows the 'onclick' attribute for certain HTML elements without sufficient restriction or context validation. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page."
2024-09-26 14:03:23 +00:00
} ,
{
"lang" : "es" ,
"value" : "El complemento ProfileGrid \u2013 User Profiles, Groups and Communities para WordPress es vulnerable a Cross Site Scripting almacenado en todas las versiones hasta la 5.9.3.2 incluida debido al uso incorrecto de la funci\u00f3n wp_kses_allowed_html, que permite el atributo 'onclick' para ciertos elementos HTML sin la suficiente restricci\u00f3n o validaci\u00f3n de contexto. Esto hace posible que atacantes autenticados, con acceso de nivel de colaborador y superior, inyecten secuencias de comandos web arbitrarias en p\u00e1ginas que se ejecutar\u00e1n cada vez que un usuario acceda a una p\u00e1gina inyectada."
2024-09-26 10:03:17 +00:00
}
] ,
"metrics" : {
"cvssMetricV31" : [
2024-10-01 14:03:23 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "security@wordfence.com" ,
"type" : "Secondary" ,
2024-10-01 14:03:23 +00:00
"cvssData" : {
"version" : "3.1" ,
2024-12-08 03:06:42 +00:00
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N" ,
"baseScore" : 6.4 ,
"baseSeverity" : "MEDIUM" ,
2024-10-01 14:03:23 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
2024-12-08 03:06:42 +00:00
"userInteraction" : "NONE" ,
2024-10-01 14:03:23 +00:00
"scope" : "CHANGED" ,
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "LOW" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "NONE"
2024-10-01 14:03:23 +00:00
} ,
2024-12-08 03:06:42 +00:00
"exploitabilityScore" : 3.1 ,
2024-10-01 14:03:23 +00:00
"impactScore" : 2.7
} ,
2024-09-26 10:03:17 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2024-09-26 10:03:17 +00:00
"cvssData" : {
"version" : "3.1" ,
2024-12-08 03:06:42 +00:00
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" ,
"baseScore" : 5.4 ,
"baseSeverity" : "MEDIUM" ,
2024-09-26 10:03:17 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
2024-12-08 03:06:42 +00:00
"userInteraction" : "REQUIRED" ,
2024-09-26 10:03:17 +00:00
"scope" : "CHANGED" ,
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "LOW" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "NONE"
2024-09-26 10:03:17 +00:00
} ,
2024-12-08 03:06:42 +00:00
"exploitabilityScore" : 2.3 ,
2024-09-26 10:03:17 +00:00
"impactScore" : 2.7
}
]
} ,
"weaknesses" : [
{
"source" : "security@wordfence.com" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-79"
}
]
}
] ,
2024-10-01 14:03:23 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:metagauss:profilegrid:*:*:*:*:*:wordpress:*:*" ,
"versionEndExcluding" : "5.9.3.3" ,
"matchCriteriaId" : "800B677F-E260-4847-B3AA-D84783331D3A"
}
]
}
]
}
] ,
2024-09-26 10:03:17 +00:00
"references" : [
{
"url" : "https://plugins.trac.wordpress.org/browser/profilegrid-user-profiles-groups-and-communities/trunk/admin/class-profile-magic-admin.php#L2065" ,
2024-10-01 14:03:23 +00:00
"source" : "security@wordfence.com" ,
"tags" : [
"Product"
]
2024-09-26 10:03:17 +00:00
} ,
{
"url" : "https://plugins.trac.wordpress.org/browser/profilegrid-user-profiles-groups-and-communities/trunk/includes/class-profile-magic.php#L268" ,
2024-10-01 14:03:23 +00:00
"source" : "security@wordfence.com" ,
"tags" : [
"Product"
]
2024-09-26 10:03:17 +00:00
} ,
{
"url" : "https://plugins.trac.wordpress.org/changeset/3157510/" ,
2024-10-01 14:03:23 +00:00
"source" : "security@wordfence.com" ,
"tags" : [
"Patch"
]
2024-09-26 10:03:17 +00:00
} ,
{
"url" : "https://wordpress.org/plugins/profilegrid-user-profiles-groups-and-communities/#developers" ,
2024-10-01 14:03:23 +00:00
"source" : "security@wordfence.com" ,
"tags" : [
"Product" ,
"Release Notes"
]
2024-09-26 10:03:17 +00:00
} ,
{
"url" : "https://www.wordfence.com/threat-intel/vulnerabilities/id/2d3188c2-e5b0-4d83-8c92-ae6b409c92f9?source=cve" ,
2024-10-01 14:03:23 +00:00
"source" : "security@wordfence.com" ,
"tags" : [
"Third Party Advisory"
]
2024-09-26 10:03:17 +00:00
}
]
}