Backdoored Smart Slider 3 Pro Update Distributed via Compromised Nextend Servers
嗯,用户让我帮忙总结一下这篇文章的内容,控制在100字以内,而且不需要特定的开头。首先,我得通读整篇文章,抓住主要信息。 文章讲的是Smart Slider 3 Pro插件被黑的事情。攻击者入侵了更新系统,推送了一个包含后门的恶意版本。影响的是WordPress和Joomla的用户,特别是版本3.5.1.35。这个恶意版本在4月7日发布后大约6小时被发现并撤下。 恶意软件的功能包括创建隐藏管理员账户、执行远程命令、窃取数据等。用户需要更新到安全版本,并采取清理措施。事件显示供应链攻击的风险,传统安全措施在这种情况下可能无效。 现在要控制在100字以内,所以得提炼关键点:攻击者入侵更新系统,推送恶意版本,影响特定插件版本,恶意软件功能包括创建隐藏账户、远程执行命令、窃取数据等。建议用户更新并清理系统。 可能还需要提到事件是供应链攻击的例子,说明传统安全措施的局限性。但为了简洁,可能需要舍弃一些细节。 最后总结的时候要注意用词准确,确保信息完整且简明。 </think> 攻击者入侵Smart Slider 3 Pro插件更新系统,推送包含后门的恶意版本(3.5.1.35),影响WordPress和Joomla用户。该恶意软件可创建隐藏管理员账户、执行远程命令并窃取敏感数据。建议用户更新至安全版本(3.5.1.36)并清理系统以修复漏洞。 2026-4-10 06:28:0 Author: thehackernews.com(查看原文) 阅读量:8 收藏

Malware / Website Security

Unknown threat actors have hijacked the update system for the Smart Slider 3 Pro plugin for WordPress and Joomla to push a poisoned version containing a backdoor.

The incident impacts Smart Slider 3 Pro version 3.5.1.35 for WordPress, per WordPress security company Patchstack. Smart Slider 3 is a popular WordPress slider plugin with more than 800,000 active installations across its free and Pro editions.

"An unauthorized party gained access to Nextend’s update infrastructure and distributed a fully attacker-authored build through the official update channel," the company said. "Any site that updated to 3.5.1.35 between its release on April 7, 2026, and its detection approximately 6 hours later received a fully weaponized remote access toolkit."

Nextend, which maintains the plugin, said an unauthorized party gained unauthorized access to its update system and pushed a malicious version (3.5.1.35 Pro) that remained accessible for approximately six hours, before it was detected and pulled.

The trojanized update includes the ability to create rogue administrator accounts, as well as drop backdoors that execute system commands remotely via HTTP headers and run arbitrary PHP code via hidden request parameters. According to Patchstack, the malware comes with the following capabilities -

  • Achieve pre-authenticated remote code execution via custom HTTP headers like X-Cache-Status and X-Cache-Key, the latter of which contains the code that's passed to "shell_exec()."
  • A backdoor that supports dual execution modes, enabling the attacker to execute arbitrary PHP code and operating system commands on the server.
  • Create a hidden administrator account (e.g., "wpsvc_a3f1") for persistent access and make it invisible to legitimate administrators by tampering with the "pre_user_query" and "views_users" filters.
  • Use three custom WordPress options that are set with the "autoload" setting disabled to reduce their visibility in option dumps: _wpc_ak (a secret authentication key), _wpc_uid (user ID of the hidden administrator account), and _wpc_uinfo (Base64-encoded JSON containing the plaintext username, password, and email of the rogue account).
  • Install persistence in three locations for redundancy: create a must-use plugin with the filename "object-cache-helper.php" to make it look like a legitimate caching component, append the backdoor component to the active theme's "functions.php" file, and drop a file named "class-wp-locale-helper.php" in the WordPress "wp-includes" directory.
  • Exfiltrate data containing site URL, secret backdoor key, hostname, Smart Slider 3 version, WordPress version, and PHP version, WordPress admin email address, WordPress database name, plaintext username and password of the administrator account, and a list of all installed persistence methods to the command-and-control (C2) domain "wpjs1[.]com."

"The malware operates in several stages, each designed to ensure deep, persistent, and redundant access to the compromised site," Patchstack said.

"The sophistication of the payload is notable: rather than a simple webshell, the attacker deployed a multi-layered persistence toolkit with several independent, redundant re-entry points, user concealment, resilient command execution with fallback chains, and automatic C2 registration with full credential exfiltration.

It's worth noting that the free version of the WordPress plugin is not affected. To contain the issue, Nextend shut down its update servers, removed the malicious version, and launched a full investigation into the incident.

Users who have the trojanized version installed are advised to update to version 3.5.1.36. In addition, users who have installed the rogue version are recommended to perform the following cleanup steps -

  • Check for any suspicious or unknown admin accounts and remove them.
  • Remove Smart Slider 3 Pro version 3.5.1.35 if installed.
  • Reinstall a clean version of the plugin.
  • Remove all persistence files that allow the backdoor to persist on the site.
  • Delete malicious WordPress options from the "wp_options" table: _wpc_ak, _wpc_uid, _wpc_uinfo, _perf_toolkit_source, and wp_page_for_privacy_policy_cache.
  • Clean up the "wp-config.php" file, including removing "define('WP_CACHE_SALT', '<token>');" if it exists.
  • Remove the line "# WPCacheSalt <token>" from the ".htaccess" file located in the WordPress root folder.
  • Reset the administrator and WordPress database user passwords.
  • Change FTP/SSH and hosting account credentials.
  • Review the website and logs for any unauthorized changes and unusual POST requests.
  • Enable two-factor authentication (2FA) for admins and disable PHP execution in the uploads folder.

"This incident is a textbook supply chain compromise, the kind that renders traditional perimeter defenses irrelevant," Patchstack said. "Generic firewall rules, nonce verification,role-based access controls,none of them apply when the malicious code is delivered through the trusted update channel. The plugin is the malware."

Found this article interesting? Follow us on Google News, Twitter and LinkedIn to read more exclusive content we post.


文章来源: https://thehackernews.com/2026/04/backdoored-smart-slider-3-pro-update.html
如有侵权请联系:admin#unsafe.sh