Saturday, August 20, 2022
  • Events
  • Interviews
  • Jobs
  • Opinion
  • Whitepapers
  • Glossary
  • Community Forum
  • Web Hosting Directory
  • Login
  • Register
Cloud7 News
  • Cloud Computing
  • Web Hosting
  • Data Center
  • Linux
  • Cybersecurity
  • More
    • Network/Internet
    • Windows
    • Software
    • Hardware
    • Blockchain
    • Policy/Legislation
    • How-Tos
    • Troubleshooting
No Result
View All Result
Cloud7 News
  • Cloud Computing
  • Web Hosting
  • Data Center
  • Linux
  • Cybersecurity
  • More
    • Network/Internet
    • Windows
    • Software
    • Hardware
    • Blockchain
    • Policy/Legislation
    • How-Tos
    • Troubleshooting
No Result
View All Result
Cloud7 News
No Result
View All Result

Home > Cybersecurity > WordPress Elementor plugin has a critical flaw

WordPress Elementor plugin has a critical flaw

Essential Addons for Elementor is vulnerable; it is possible to execute arbitrary codes on the websites that use the plugin.


Rusen Gobel Rusen Gobel
February 2, 2022
2 min read
A WordPress Elementor plugin has a critical flaw

Elementor is one of the most successful WordPress add-ons that enable users to create WordPress websites without coding. Its drag-and-drop style comes with several ready-to-use widgets. Just like the other popular plugins, Elementor also has third-party addons that enhance its functions. Essential Addons for Elementor is one of them.

RCE is possible

The cybersecurity researchers discovered LFI (Local File Inclusion) vulnerability on Essential Addons for Elementor addon. Website owners with the addon version 5.0.4 and below should be aware. The bug lets any user perform a local file inclusion attack. This flaw allows attackers to include a file with malicious PHP code to leverage an RCE (Remote Code Execution).

The flaw only works when the widgets use the vulnerable function, so not all websites with Essential Addons for Elementor installed are exposed. Dynamic Gallery and Product Gallery widgets are using flawed code. You can see the function that causes vulnerability below:

$template_info = $_REQUEST['template_info'];

// ...

$file_path = sprintf(

'%s/Template/%s/%s',

$file_path,

$template_info[ 'name' ],

$template_info[ 'file_name' ]

);

// ...

$html .= HelperClass::include_with_variable( $file_path, [ 'settings' => $settings, 'link_settings' => $link_settings, 'iterator' => $iterator ] );

// ...

public static function include_with_variable( $file_path, $variables = [])

{

if (file_exists($file_path)) {

extract($variables);

ob_start();

include $file_path;

return ob_get_clean();

}

return '';

}

As Patchstack reports, the addon developers were aware of this situation and tried to fix it with the 5.0.3 version. However, the fix was not sufficient. Then 5.0.4 version was released to resolve the issue. Finally, the 5.0.5 version adds more security by using PHP’s realpath function.

Users of the Essential Addons for Elementor should immediately apply the update to avoid vulnerability.

See more Cybersecurity News


Tags: WordPress

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

I agree to the Terms & Conditions and Privacy Policy.

Next Post
New Nvidia driver supports Linux kernel 5.17

New Nvidia driver supports Linux kernel 5.17

Related News

Google blocked the largest DDoS attack ever recorded

Google blocked the largest DDoS attack ever recorded

August 19, 2022 7:40 pm
Janet Jackson's music video gets a CVE

Janet Jackson’s music video gets a CVE

August 19, 2022 1:45 pm
Feces delivery service hacked

Feces delivery service hacked

August 18, 2022 8:45 pm
Google patches zero-day vulnerability being exploited

Google patches zero-day vulnerability being exploited

August 18, 2022 8:20 pm
Get free daily newsletters from Cloud7 News Get the Cloud7 Newsletter
Select list(s):

Check your inbox or spam folder to confirm your subscription.

By subscribing, you agree to our
Copyright Policy and Privacy Policy

Get the free newsletter

Subscribe to receive the latest IT business updates straight to your inbox.

Select list(s):

Check your inbox or spam folder to confirm your subscription.

Editor's Choice

Interview with Igor Seletskiy on AlmaLinux

7 best hosting control panels

How to update Linux Kernel without rebooting?

7 best Linux mail servers for 2022

7 best cPanel alternatives for 2022

7 best Linux web browsers for 2022

7 best CentOS alternatives

7 best Linux server distros for 2022

How to scan your server for Log4j (Log4Shell) vulnerability

10 Best Web Hosting Services of 2022

AlmaLinux 8.6 Stable is ready to download

Ubuntu 22.04 LTS is available for download. What is new?

Kali Linux 2022.2 is ready for download

Recent News

  • Chinese VPN exposes billions of data entries
  • Stream Data Centers welcomes Mike Lebow as SVP
  • iM Data Centers joins Infrastructure Masons Climate Accord
  • KaOS 2022.08 is released with Calamares improvements and more
  • Google blocked the largest DDoS attack ever recorded


Cloud7 is a news source that publishes the latest news, reviews, comparisons, opinions, and exclusive interviews to help tech users of high-experience levels in the IT industry.

EXPLORE

  • Web Hosting
  • Cloud Computing
  • Data Center
  • Cybersecurity
  • Linux
  • Network/Internet
  • Software
  • Hardware
  • How-Tos
  • Troubleshooting

RESOURCES

  • Events
  • Interviews
  • Jobs
  • Opinion
  • Whitepapers
  • Glossary
  • Community Forum
  • Web Hosting Directory

Get the Cloud7 Newsletter

Get FREE daily newsletters from Cloud7 delivering the latest news and reviews.

  • About
  • Privacy & Policy
  • Copyright Policy
  • Contact

© 2022, Cloud7 News. All rights reserved.

No Result
View All Result
  • Cloud Computing
  • Web Hosting
  • Data Center
  • Linux
  • Cybersecurity
  • More
    • Network/Internet
    • Windows
    • Software
    • Hardware
    • Blockchain
    • Policy/Legislation
    • How-Tos
    • Troubleshooting
  • Events
  • Interviews
  • Jobs
  • Opinion
  • Whitepapers
  • Glossary
  • Community Forum
  • Web Hosting Directory

© 2022, Cloud7 News. All rights reserved.

Welcome Back!

Sign In with Facebook
Sign In with Google
Sign In with Linked In
OR

Login to your account below

Forgotten Password? Sign Up

Create New Account!

Sign Up with Facebook
Sign Up with Google
Sign Up with Linked In
OR

Fill the forms below to register

*By registering into our website, you agree to the Terms & Conditions and Privacy Policy.
All fields are required. Log In

Retrieve your password

Please enter your username or email address to reset your password.

Log In
This website uses cookies. By continuing to use this website you are giving consent to cookies being used. Visit our Privacy and Cookie Policy.