2024-10-02 12:03:16 +00:00
{
"id" : "CVE-2024-8505" ,
"sourceIdentifier" : "security@wordfence.com" ,
"published" : "2024-10-02T10:15:04.743" ,
2024-10-07 20:03:18 +00:00
"lastModified" : "2024-10-07T19:26:53.000" ,
"vulnStatus" : "Analyzed" ,
2024-10-02 12:03:16 +00:00
"cveTags" : [ ] ,
"descriptions" : [
{
"lang" : "en" ,
"value" : "The WordPress Infinite Scroll \u2013 Ajax Load More plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the \u2018button_label\u2019 parameter in all versions up to, and including, 7.1.2 due to insufficient input sanitization and output escaping. 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-10-04 14:03:27 +00:00
} ,
{
"lang" : "es" ,
"value" : "El complemento WordPress Infinite Scroll \u2013 Ajax Load More para WordPress es vulnerable a Cross-Site Scripting almacenado a trav\u00e9s del par\u00e1metro 'button_label' en todas las versiones hasta la 7.1.2 incluida, debido a una desinfecci\u00f3n de entrada y un escape de salida insuficientes. Esto permite 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-10-02 12:03:16 +00:00
}
] ,
"metrics" : {
"cvssMetricV31" : [
{
2024-12-08 03:06:42 +00:00
"source" : "security@wordfence.com" ,
"type" : "Secondary" ,
2024-10-07 20:03:18 +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-07 20:03:18 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
2024-12-08 03:06:42 +00:00
"userInteraction" : "NONE" ,
2024-10-07 20:03:18 +00:00
"scope" : "CHANGED" ,
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "LOW" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "NONE"
2024-10-07 20:03:18 +00:00
} ,
2024-12-08 03:06:42 +00:00
"exploitabilityScore" : 3.1 ,
2024-10-07 20:03:18 +00:00
"impactScore" : 2.7
} ,
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2024-10-02 12:03:16 +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-10-02 12:03:16 +00:00
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
2024-12-08 03:06:42 +00:00
"userInteraction" : "REQUIRED" ,
2024-10-02 12:03:16 +00:00
"scope" : "CHANGED" ,
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "LOW" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "NONE"
2024-10-02 12:03:16 +00:00
} ,
2024-12-08 03:06:42 +00:00
"exploitabilityScore" : 2.3 ,
2024-10-02 12:03:16 +00:00
"impactScore" : 2.7
}
]
} ,
"weaknesses" : [
{
2024-12-08 03:06:42 +00:00
"source" : "security@wordfence.com" ,
"type" : "Secondary" ,
2024-10-07 20:03:18 +00:00
"description" : [
{
"lang" : "en" ,
2024-12-08 03:06:42 +00:00
"value" : "CWE-87"
2024-10-07 20:03:18 +00:00
}
]
} ,
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2024-10-02 12:03:16 +00:00
"description" : [
{
"lang" : "en" ,
2024-12-08 03:06:42 +00:00
"value" : "CWE-79"
2024-10-02 12:03:16 +00:00
}
]
}
] ,
2024-10-07 20:03:18 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:connekthq:ajax_load_more:*:*:*:*:*:wordpress:*:*" ,
"versionEndExcluding" : "7.1.3" ,
"matchCriteriaId" : "C531EDAE-D624-4A9C-9AE8-E4F00371C55F"
}
]
}
]
}
] ,
2024-10-02 12:03:16 +00:00
"references" : [
{
"url" : "https://plugins.trac.wordpress.org/browser/ajax-load-more/trunk/core/classes/class-alm-shortcode.php" ,
2024-10-07 20:03:18 +00:00
"source" : "security@wordfence.com" ,
"tags" : [
"Product"
]
2024-10-02 12:03:16 +00:00
} ,
{
"url" : "https://plugins.trac.wordpress.org/changeset/3160896/" ,
2024-10-07 20:03:18 +00:00
"source" : "security@wordfence.com" ,
"tags" : [
"Patch"
]
2024-10-02 12:03:16 +00:00
} ,
{
"url" : "https://wordpress.org/plugins/ajax-load-more/#developers" ,
2024-10-07 20:03:18 +00:00
"source" : "security@wordfence.com" ,
"tags" : [
"Product" ,
"Release Notes"
]
2024-10-02 12:03:16 +00:00
} ,
{
"url" : "https://www.wordfence.com/threat-intel/vulnerabilities/id/ca29158a-ca60-46c7-93a5-bcf76e7666e4?source=cve" ,
2024-10-07 20:03:18 +00:00
"source" : "security@wordfence.com" ,
"tags" : [
"Third Party Advisory"
]
2024-10-02 12:03:16 +00:00
}
]
}