Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons

Social Media

Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons
Search the Site
Popular Searches:
technology Amazon AI
Recent Posts
OpenClaw AI Agent Exploits Gym API to Steal Workout Slot
August 10, 2026
Microsoft Teams to Gain New Security Detection Reporting Feature
August 9, 2026
Critical Metabase Vulnerability Exploited to Gain Admin Access
August 9, 2026
Home/CyberSecurity News/Critical F5 BIG-IP CVE-2023-46747 lets attackers gain SSH access
CyberSecurity News

Critical F5 BIG-IP CVE-2023-46747 lets attackers gain SSH access

Key Takeaways A sophisticated multi-stage attack leveraged an F5 BIG-IP edge appliance as the initial point of entry, escalating to Active Directory compromise. The compromised BIG-IP device was...

Marcus Rodriguez
Marcus Rodriguez
May 23, 2026 4 Min Read
73 0

Key Takeaways

  • A sophisticated multi-stage attack leveraged an F5 BIG-IP edge appliance as the initial point of entry, escalating to Active Directory compromise.
  • The compromised BIG-IP device was running an end-of-life version, highlighting risks associated with unpatched and unsupported infrastructure.
  • Attackers exploited an internal, unpatched Atlassian Confluence server for remote code execution after gaining an initial foothold.
  • The intrusion underscores a growing trend where perimeter devices are targeted as initial access vectors, leading to identity-focused campaigns.

Recent analysis by Microsoft’s Defender Security Research details a multi-stage intrusion that began with the exploitation of an internet-facing F5 BIG-IP edge appliance. This initial breach served as a gateway for a broader, identity-focused attack that ultimately achieved access to Active Directory within the targeted environment.

Table Of Content

  • Key Takeaways
  • Initial Access Through an End-of-Life F5 BIG-IP
  • Indicators of Compromise (IOCs)
  • What You Should Do

Microsoft researchers indicate that this incident exemplifies an emerging trend where devices traditionally viewed as security boundaries—such as firewalls, VPN gateways, and load balancers—are being repurposed by threat actors as initial access points. Because these edge appliances are often exposed to the internet, may receive less stringent monitoring, and are typically trusted within enterprise networks, their compromise can provide attackers with a persistent, low-visibility foothold, along with access to stored credentials, certificates, and identity integrations.

Initial Access Through an End-of-Life F5 BIG-IP

The attack commenced with threat actors establishing SSH access to an internal Linux host. This access originated from a network device identified as an F5 BIG-IP load balancer. Investigation revealed the source to be an Azure-hosted BIG-IP Virtual Edition appliance running version 15.1.201000. This particular build, frequently deployed via Azure ARM templates and Terraform modules, reached its end-of-life on December 31, 2024.

Upon gaining SSH access to the Linux server, the attacker authenticated using a privileged account. They maintained hands-on keyboard control throughout the operation without deploying explicit persistence mechanisms. This highlights the significant risks posed by over-privileged identities, especially those with sudo rights.

Once inside the host, the attacker initiated aggressive reconnaissance. They used a shell script to execute horizontal Nmap scans across internal subnets, identifying live hosts. This was followed by more focused vertical scans to pinpoint open services. The open-source tool gowitness was then deployed via a SOCKS5 proxy to capture screenshots and fingerprint exposed HTTP/HTTPS services.

When Windows servers were discovered, the threat actor attempted NTLM-based lateral movement using a suite of familiar open-source tools, including enum4linux, netexec, smbclient, rpcclient, timeroast, ldapsearch, kerbrute, and responder. These initial attempts at lateral movement were unsuccessful.

The attacker subsequently downloaded a custom scanning tool from the command-and-control (C2) server 206.189.27[.]39 using wget. Microsoft flagged this tool as HackTool:Linux/MalPack.B. This custom scanner was used to probe the organization’s web applications and mobile services, including Firebase and GCM, with the goal of enumerating access controls.

During reconnaissance, an internal Atlassian Confluence server with unpatched vulnerabilities was identified. Despite not being internet-facing, the Confluence server became accessible once the attacker had established an internal foothold. The attacker then exploited these unpatched vulnerabilities to achieve remote code execution.

Repeated attempts to deploy payloads were blocked by real-time protection. Assuming network-level blocking, the attacker pivoted by setting up an anonymous FTP server on the Linux staging host using Python’s ftplib. They then transferred the custom tool into /dev/shm via curl.

Following the compromise of Confluence, the attacker extracted credentials from configuration files, specifically server.xml and confluence.cfg.xml. These harvested credentials were then leveraged against the Windows infrastructure, escalating the attack.

This escalation involved Kerberos relay attacks and the exploitation of CVE-2025-33073. The attacker used netexec in conjunction with PetitPotam coercion and DNS manipulation tools to target a domain controller.

Microsoft’s analysis of the intrusion highlights how a single remote code execution (RCE) vulnerability in a perimeter-adjacent web component can trigger a cascade, leading to identity compromise in a completely separate application, traversing platform and trust boundaries. The report emphasizes that attackers do not necessarily need to be highly sophisticated, but rather persistent, especially where patching and monitoring gaps exist across hybrid environments. Microsoft Defender for Endpoint successfully detected the malicious activity, blocking the ELF payload on the specific Confluence host where real-time protection was enabled.

Indicators of Compromise (IOCs)

Indicator Type Description
4a927d031919fd6bd88d3c8a917214b54bca00f8ddc80ecfe4d230663dda7465 File hash Custom scanning tool
b4592cea69699b2c0737d4e19cff7dca17b5baf5a238cd6da950a37e9986f216 File hash Shell script to automate network scanning using Nmap
710a9d2653c8bd3689e451778dab9daec0de4c4c75f900788ccf23ef254b122a File hash Kerbrute tool
57b3188e24782c27fdf72493ce599537efd3187d03b80f8afe733c72d68c5517 File hash gowitness scanner
bdd5da81ac34d9faa2a5118d4ed8f492239734be02146cd24a0e34270a48a455 File hash NTLM relay Python script
206.189.27[.]39 IPv4 address C2 server

What You Should Do

  • Treat all internet-facing edge appliances, including F5 BIG-IP devices, as Tier-0 assets. Implement strict lifecycle management, ensuring they are always patched to the latest versions and not running end-of-life software.
  • Harden internal web applications with the same urgency and rigor applied to external services. Regularly scan for and patch vulnerabilities, even for systems not directly exposed to the internet.
  • Implement robust identity hardening measures. Disable NTLM where possible, enforce SMB and LDAP signing, and enable Extended Protection for Authentication to mitigate relay-style attacks.
  • Enhance monitoring for SSH logons originating from edge devices like F5 BIG-IP and credential access attempts from processes associated with internal applications such as Confluence. Utilize advanced hunting queries provided by security vendors to detect suspicious activity.
  • Review and audit privileged accounts, ensuring that the principle of least privilege is strictly enforced to limit the impact of a compromised credential.

Disclaimer: HackersRadar reports on cybersecurity threats and incidents for informational and awareness purposes only. We do not engage in hacking activities, data exfiltration, or the hosting or distribution of stolen or leaked information. All content is based on publicly available sources.

Tags:

AttackCVEExploitHackerPatchSecurityThreat

Share Article

Marcus Rodriguez

Marcus Rodriguez

Marcus is a security researcher and investigative journalist with expertise in vulnerability research, bug bounties, and cloud security. Since 2017, Marcus has been breaking stories on critical vulnerabilities affecting major platforms. His investigative work has led to the disclosure of numerous security flaws and improved defenses across the industry. Marcus is an active participant in bug bounty programs and has been recognized for responsible disclosure practices. He holds multiple security certifications and regularly speaks at industry events.

Previous Post

Critical Flaw in Laravel-Lang Packages Exposed 700 GitHub Repos

Next Post

Critical NGINX Flaw CVE-2024-35200 Allows DoS and Code Execution

No Comment! Be the first one.

Leave a Reply Cancel reply

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

Popular Posts
Levi Strauss Data Breach Exposes Customer and Employee Data
August 8, 2026
OpenAI Pauses Astra Model Development to Assess Cybersecurity Risks
August 8, 2026
Critical Linux Kernel SCTP Vulnerability Lets Attackers Gain Root
August 7, 2026
Top Authors
Marcus Rodriguez
Marcus Rodriguez
Emy Elsamnoudy
Emy Elsamnoudy
Jennifer sherman
Jennifer sherman
Let's Connect
156k
2.25m
285k

Related Posts

Jennifer sherman
By Jennifer sherman
Threats

GlassWorm Attacks macOS via Malicious VS Code…

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Attacks

ClickFix Attack Hides Malicious Code via Stegan Security

January 1, 2026
Sarah simpson
By Sarah simpson
Vulnerabilities

MongoBleed Detector Tool Released to Detect MongoDB Vulnerability(CVE-2025-14847)

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Breaches

Conti Ransomware Gang Leaders & Infrastructure Exposed

January 1, 2026
Hackers News Hackers News
  • [email protected]

Quick Links

  • Contact Us
  • Privacy Policy
  • Terms of service

Categories

Attacks
Breaches
Comparisons
CyberSecurity News
Threats
Vulnerabilities

Let's keep in touch

receive fresh updates and breaking cyber news every day and week!

All Rights Reserved by HackersRadar ©2026

Follow Us