Local Storage seems to be disabled in your browser.
For the best experience on our site, be sure to turn on Local Storage in your browser.
Magento 2
-
July 01, 2025 11
In an internal test case, we found a strange behavior that when trying to build URL in custom CLI commands, the URL sometimes contains an unexpected
magento
in its URI part. In this blog, let's examine... -
March 09, 2025 79
Check whether your Magento store is affected by CVE-2024-34102(a.k.a Cosmic Sting) with only a few clicks. You can also use it to check whether the applied patch works. Simply input your store's Base URL...
-
February 10, 2025 49
Sometimes we need to "detect"(check) the customer's login status and do something. For instance, display a coupon code to logged in customers only. Things become complicated when Full Page Cache(incl...
-
January 23, 2025 41
Magento supports multiple payment methods and you can even develop your own payment method. This is a big plus as store owners can fully control the last and the most important step of checkout process...
-
December 31, 2024 51
As illustrated in the concept image, we got a request from our client that he wants to use the built-in Admin Grid filter feature to search entries that has empty field. To be more specific in his situation...
-
December 19, 2024 73
Class
\Magento\Framework\Xml\Security
in Magento 2 framework is intended to prevent XXE and itsscan
method can detect entities in XML input, by design. However, we found a way to bypass thescan
method... -
December 17, 2024 40
Magento 2 uses "Scoped configuration" to adopt multiple stores setup. Configuration value has a fallback mechanism and the "default value" is stored in
etc/config.xml
. In most cases, we just make use... -
September 12, 2024 177
How to fix CVE-2024-34102 -- a CVSS Score 9.8(Critical) and RCE possible vulnerability? Upgrade Magento to greater than 2.4.7-p1 is the best solution, but sometimes this could not be done in a few days...
-
September 10, 2024 183
CVE-2024-34102(Now it can be chained with another bug to RCE) was discovered in 2023 and its details were published in June 2024. There already exists verified exploit script on the internet. By exploiting...
-
August 30, 2024 102
If you have ever debugged Magento, it's very likely you saw the
X-Magento-Tags
in response headers. What isX-Magento-Tags
header used for? How is it generated?In short, those tags are used in Varnish...