Article Details

Scrape Timestamp (UTC): 2024-05-30 13:53:10.043

Source: https://thehackernews.com/2024/05/researchers-uncover-active-exploitation.html

Original Article Text

Click to Toggle View

Researchers Uncover Active Exploitation of WordPress Plugin Vulnerabilities. Cybersecurity researchers have warned that multiple high-severity security vulnerabilities in WordPress plugins are being actively exploited by threat actors to create rogue administrator accounts for follow-on exploitation. "These vulnerabilities are found in various WordPress plugins and are prone to unauthenticated stored cross-site scripting (XSS) attacks due to inadequate input sanitization and output escaping, making it possible for attackers to inject malicious scripts," Fastly researchers Simran Khalsa, Xavier Stevens, and Matthew Mathur said. The security flaws in question are listed below - Attack chains exploiting the flaws involve injecting a payload that points to an obfuscated JavaScript file hosted on an external domain, which is responsible for creating a new admin account, inserting a backdoor, and setting up tracking scripts. The PHP backdoors are injected into both plugin and theme files, while the tracking script is designed to send an HTTP GET request containing the HTTP host information to a remote server ("ur.mystiqueapi[.]com/?ur"). Fastly said it detected a significant proportion of the exploitation attempts originating from IP addresses associated with the Autonomous System (AS) IP Volume Inc. (AS202425), with a chunk of it coming from the Netherlands. It's worth noting that WordPress security company WPScan previously disclosed similar attack efforts targeting CVE-2023-40000 to create rogue admin accounts on susceptible websites. To mitigate the risks posed by such attacks, it's recommended that WordPress site owners review their installed plugins, apply the latest updates, and audit the sites for signs of malware or the presence of suspicious administrator users.

Daily Brief Summary

CYBERCRIME // Active Exploits in WordPress Plugins Lead to Unauthorized Access

Multiple high-severity vulnerabilities in WordPress plugins are being actively exploited to create rogue administrator accounts and follow-on exploitations.

The vulnerabilities allow attackers to perform unauthenticated stored cross-site scripting (XSS) attacks due to inadequate input sanitization and output escaping.

Attackers inject payloads that link to obfuscated JavaScript files externally hosted, facilitating unauthorized admin account creation, backdoor insertions, and tracking script setups.

The PHP backdoors and tracking scripts are injected into both plugin and theme files of WordPress sites.

Fastly researchers have traced a significant proportion of these attacks to IP addresses from the Netherlands, specifically linked to the Autonomous System (AS) IP Volume Inc. (AS202425).

A similar security threat involving rogue admin accounts was previously identified and disclosed by WPScan under CVE-2023-40000.

WordPress site owners are advised to review and update their installed plugins, apply the latest security patches, and conduct thorough audits for malware and any suspicious administrator accounts.