Disables Magento 2's built-in newsletter confirmation emails. Allows control over subscription, confirmation, and unsubscribe email sending, useful when using external newsletter platforms.
Generate product descriptions and similar content with the help of AI.
Provides CSP (Content Security Policy) utilities for other modules, including nonce and hash generation. Helps improve website security by managing CSP directives.
Mirrors Magento's default logs and errors to stderr, facilitating centralized logging in Docker environments. Simplifies log collection for containerized Magento 2 deployments.
Adds virtual attributes to cart price rule conditions — for cart, cart item, and product attribute sections — supporting string, numeric, date, select, boolean, and multiselect types to build more sophisticated promotions without core changes.
Adds social-proof notifications and a tracking pixel to a Magento 2 storefront, sending order details to Venofy and pulling coupon data to drive FOMO-style conversion prompts.
Cosmic Sting Patch (CVE-2024-34102) for Magento 2
wubinworks/module-cosmic-sting-patch 60
Mitigates the CVE-2024-34102 (Cosmic Sting) XXE/RCE vulnerability as an installable extension, for stores that cannot upgrade Magento or apply the official patch.
Template Filter Patch (CVE-2022-24086) for Magento 2
wubinworks/module-template-filter-patch 60
Patches the CVE-2022-24086/24087 RCE vulnerabilities by performing deep template-variable escaping, for stores that cannot upgrade or apply the official patches.
Provides a framework to manipulate the Magento 2 GraphQL schema before it is used, letting developers remove or alter fields and endpoints added by other extensions.
Shows a product's special price directly on the admin product edit page, so staff can see it without opening the Advanced Pricing panel.
Analyzes the sentiment of product reviews using an external API and RabbitMQ. Displays the sentiment analysis results on the product detail page, next to each review.
Enhances Magento's template hints by displaying information for templates, blocks, containers, and UI components. Uses CSS outlines to avoid layout disruption.