CVE-2024-8505
02.10.2024, 10:15
The WordPress Infinite Scroll Ajax Load More plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the button_label 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.
Vendor | Product | Version |
---|---|---|
connekthq | ajax_load_more | 𝑥 ≤ 7.1.2 |
connekthq | ajax_load_more | 𝑥 < 7.1.3 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-87 - Improper Neutralization of Alternate XSS SyntaxThe software does not neutralize or incorrectly neutralizes user-controlled input for alternate script syntax.
- CWE-79 - Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')The software does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.