Approved changes feed: RSS · Atom

cpe:2.3:a:wpdeveloper:essential_blocks:*:*:*:*:*:wordpress:*:*

part: a version: * update: *

VendorWpdeveloper (5e68162c-cdc3-57bc-b7a0-1ebc1941e1cb)
ProductEssential Blocks (60492464-af2d-5955-92c6-46ceebb1b098)
Edition*
Language*
Software edition*
Target softwarewordpress
Target hardware*
Other*
NotesImported from gcve-enriched-dumps CVE data

PURL mappings

PURLSourceLast updated
No PURL mappings for this CPE yet.

Vulnerability references

IdentifiercpeApplicabilitySubmitteddb.gcve.eu detailsRationale
CVE:CVE-2024-5595 vulnerable 2026-06-03 14:57:53.360142 Essential Blocks < 4.7.0 - Contributor+ Stored XSS
The Essential Blocks WordPress plugin before 4.7.0 does not validate and escape some of its block options before outputting them back in a page/post where the block is embed, which could allow users with the contributor role and above to perform Stored Cross-Site Scripting attacks
Published: 2024-08-02T06:00:06.949Z
Updated: 2024-08-02T16:12:09.234Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-2255 vulnerable 2026-06-03 14:55:28.821272 Essential Blocks – Page Builder Gutenberg Blocks, Patterns & Templates <= 4.5.3 - Authenticated (Contributor+) Stored Cross-Site Scripting
MEDIUM (6.4)
The Essential Blocks – Page Builder Gutenberg Blocks, Patterns & Templates plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's widgets in all versions up to, and including, 4.5.3 due to insufficient input sanitization and output escaping on user supplied attributes such as listStyle. This makes it possible for authenticated attackers with contributor-level and above permissions to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
Published: 2024-03-20T03:20:32.539Z
Updated: 2026-04-08T17:24:43.511Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-7071 vulnerable 2026-06-03 14:53:59.862980 Essential Blocks – Page Builder Gutenberg Blocks, Patterns & Templates <= 4.4.6 - Authenticated (Contributor+) Stored Cross-Site Scripting
MEDIUM (6.4)
The Essential Blocks – Page Builder Gutenberg Blocks, Patterns & Templates plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Table of Contents block in all versions up to, and including, 4.4.6 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.
Published: 2024-01-11T08:33:09.516Z
Updated: 2026-04-08T17:34:10.179Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-6623 vulnerable 2026-06-03 14:53:58.543281 Essential Blocks < 4.4.3 - Unauthenticated Local File Inclusion
The Essential Blocks WordPress plugin before 4.4.3 does not prevent unauthenticated attackers from overwriting local variables when rendering templates over the REST API, which may lead to Local File Inclusion attacks.
Published: 2024-01-15T15:10:40.328Z
Updated: 2025-06-11T16:37:55.499Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-4402 vulnerable 2026-06-03 14:53:27.952968 Essential Blocks <= 4.2.0 - Unauthenticated PHP Object Injection via products
HIGH (8.1)
The Essential Blocks plugin for WordPress is vulnerable to PHP Object Injection in versions up to, and including, 4.2.0 via deserialization of untrusted input in the get_products function. This allows unauthenticated attackers to inject a PHP Object. No POP chain is present in the vulnerable plugin. If a POP chain is present via an additional plugin or theme installed on the target system, it could allow the attacker to delete arbitrary files, retrieve sensitive data, or execute code.
Published: 2023-10-20T06:35:10.640Z
Updated: 2026-04-08T16:40:54.661Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-4386 vulnerable 2026-06-03 14:53:27.906438 Essential Blocks <= 4.2.0 - Unauthenticated PHP Object Injection via queries
HIGH (8.1)
The Essential Blocks plugin for WordPress is vulnerable to PHP Object Injection in versions up to, and including, 4.2.0 via deserialization of untrusted input in the get_posts function. This allows unauthenticated attackers to inject a PHP Object. No POP chain is present in the vulnerable plugin. If a POP chain is present via an additional plugin or theme installed on the target system, it could allow the attacker to delete arbitrary files, retrieve sensitive data, or execute code.
Published: 2023-10-20T07:29:27.908Z
Updated: 2026-04-08T17:15:32.371Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-2087 vulnerable 2026-06-03 14:51:42.158602 Essential Blocks <= 4.0.6 - Cross-Site Request Forgery via save
MEDIUM (4.3)
The Essential Blocks plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 4.0.6. This is due to missing or incorrect nonce validation on the save function. This makes it possible for unauthenticated attackers to change plugin settings via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.
Published: 2023-06-09T05:33:34.844Z
Updated: 2026-04-08T17:25:37.670Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-2086 vulnerable 2026-06-03 14:51:42.158235 Essential Blocks <= 4.0.6 - Missing Authorization via template_count
MEDIUM (4.3)
The Essential Blocks plugin for WordPress is vulnerable to unauthorized use of functionality due to a missing capability check on the template_count function in versions up to, and including, 4.0.6. This makes it possible for subscriber-level attackers to obtain plugin template information. While a nonce check is present, it is only executed when a nonce is provided. Not providing a nonce results in the nonce verification to be skipped. There is no capability check.
Published: 2023-06-09T05:33:25.247Z
Updated: 2026-04-08T17:11:52.218Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-2085 vulnerable 2026-06-03 14:51:42.157842 Essential Blocks <= 4.0.6 - Missing Authorization via templates
MEDIUM (4.3)
The Essential Blocks plugin for WordPress is vulnerable to unauthorized use of functionality due to a missing capability check on the templates function in versions up to, and including, 4.0.6. This makes it possible for subscriber-level attackers to obtain plugin template information. While a nonce check is present, it is only executed when a nonce is provided. Not providing a nonce results in the nonce verification to be skipped. There is no capability check.
Published: 2023-06-09T05:33:26.919Z
Updated: 2026-04-08T17:15:07.640Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-2084 vulnerable 2026-06-03 14:51:42.155319 Essential Blocks <= 4.0.6 - Missing Authorization via get
MEDIUM (4.3)
The Essential Blocks plugin for WordPress is vulnerable to unauthorized use of functionality due to a missing capability check on the get function in versions up to, and including, 4.0.6. This makes it possible for subscriber-level attackers to obtain plugin settings. While a nonce check is present, it is only executed when a nonce is provided. Not providing a nonce results in the nonce verification to be skipped. There is no capability check.
Published: 2023-06-09T05:33:10.327Z
Updated: 2026-04-08T16:34:57.411Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-2083 vulnerable 2026-06-03 14:51:42.154839 Essential Blocks <= 4.0.6 - Missing Authorization via save
MEDIUM (4.3)
The Essential Blocks plugin for WordPress is vulnerable to unauthorized use of functionality due to a missing capability check on the save function in versions up to, and including, 4.0.6. This makes it possible for subscriber-level attackers to save plugin settings. While a nonce check is present, it is only executed when a nonce is provided. Not providing a nonce results in the nonce verification to be skipped. There is no capability check.
Published: 2023-06-09T05:33:39.357Z
Updated: 2026-04-08T17:34:03.818Z
Reference links
Imported from gcve-enriched-dumps CVE data

Contribute

You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.