Vulnerabilities (CVE)

Filtered by vendor Themeum Subscribe
Filtered by product Wp Page Builder
Total 4 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2022-3830 1 Themeum 1 Wp Page Builder 2023-12-10 N/A 4.8 MEDIUM
The WP Page Builder WordPress plugin through 1.2.8 does not sanitise and escape some of its settings, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed (for example in multisite setup).
CVE-2022-40963 1 Themeum 1 Wp Page Builder 2023-12-10 N/A 5.4 MEDIUM
Multiple Auth. (author+) Stored Cross-Site Scripting (XSS) vulnerabilities in WP Page Builder plugin <= 1.2.6 on WordPress.
CVE-2021-24207 1 Themeum 1 Wp Page Builder 2023-12-10 4.0 MEDIUM 4.3 MEDIUM
By default, the WP Page Builder WordPress plugin before 1.2.4 allows subscriber-level users to edit and make changes to any and all posts pages - user roles must be specifically blocked from editing posts and pages.
CVE-2021-24208 1 Themeum 1 Wp Page Builder 2023-12-10 3.5 LOW 5.4 MEDIUM
The editor of the WP Page Builder WordPress plugin before 1.2.4 allows lower-privileged users to insert unfiltered HTML, including JavaScript, into pages via the “Raw HTML” widget and the “Custom HTML” widgets (though the custom HTML widget requires sending a crafted request - it appears that this widget uses some form of client side validation but not server side validation), all of which are added via the “page_builder_data” parameter when performing the “wppb_page_save” AJAX action. It is also possible to insert malicious JavaScript via the “wppb_page_css” parameter (this can be done by closing out the style tag and opening a script tag) when performing the “wppb_page_save” AJAX action.