Connect with us

CyberSecurity

CrashStealer: New macOS Malware Uses Notarized Dropper to Evade Apple’s Gatekeeper

Published

on

CrashStealer macOS malware

A Stealthy New Player in macOS Threats

Cybersecurity researchers have uncovered a fresh macOS information stealer dubbed CrashStealer. Unlike many of its peers that lean on AppleScript droppers or Objective-C wrappers, this one is built in native C++. That alone makes it stand out — and more dangerous.

According to Jamf Threat Labs, CrashStealer doesn’t just skim data passively. It validates the victim’s login password locally before proceeding. If the password doesn’t match, the malware simply stops. That’s a level of caution rarely seen in commodity stealers.

The big headline? CrashStealer passed Apple’s notarization checks, meaning it briefly wore a badge of trust before being flagged. That’s a sobering reminder that notarization is not a guarantee of safety.

How CrashStealer Bypasses Gatekeeper

Apple’s Gatekeeper is designed to block unsigned or untrusted code from running on macOS. But CrashStealer’s developers got their payload notarized by Apple — a process meant to verify that software is free of known malicious components.

How? The dropper itself appeared clean. It was only the second-stage payload that carried the malicious logic. Once the notarized installer ran, it fetched the real stealer from a remote server, entirely bypassing the initial Gatekeeper scan.

This technique, sometimes called a “notarized dropper,” exploits a gap: Apple checks the outer package but doesn’t re-verify dynamically downloaded code. For attackers, it’s a clean way to get a foothold on a locked-down Mac.

The C++ Advantage

Most macOS malware relies on scripting languages like AppleScript or higher-level wrappers in Objective-C. CrashStealer’s use of native C++ gives it several advantages:

  • Smaller binary size, making it harder to spot via heuristics
  • Lower-level system access, useful for keylogging and credential theft
  • Better evasion of signature-based detection tools

Jamf researchers noted that the malware’s code is lean and avoids common macOS API calls that antivirus engines monitor. That’s a deliberate design choice — and it works.

What Data Does CrashStealer Harvest?

Once active, CrashStealer goes after a broad set of sensitive information. Its targets include:

  • Login passwords and keychain data
  • Browser cookies and saved credentials
  • Cryptocurrency wallet files
  • System information and installed application lists
  • iCloud tokens, if accessible

The stolen data is exfiltrated to a command-and-control server. Researchers haven’t yet confirmed the full scope of victims, but the malware’s design suggests a broad, indiscriminate targeting strategy — not a narrow espionage campaign.

What This Means for Mac Users

For years, Mac users enjoyed a reputation for relative safety compared to Windows. That’s changing. macOS-specific malware like CrashStealer, Mac ransomware, and info-stealers targeting Apple systems are on the rise.

The fact that CrashStealer passed notarization is particularly troubling. It means users who trust Apple’s stamp of approval can still be compromised. The lesson: don’t rely solely on Apple’s security checks. Practice the same caution you would on any other platform.

If you’re a Mac user, consider these steps:

  • Only download software from official developer websites, not third-party mirrors
  • Keep macOS and all apps updated
  • Use a reputable endpoint security tool that monitors for unusual behavior
  • Enable FileVault encryption to protect data at rest
  • Be skeptical of unexpected password prompts — CrashStealer asks for your login password

Detection and Mitigation

Jamf Threat Labs has published indicators of compromise (IoCs) for CrashStealer, including known C2 domains and file hashes. Security teams can use these to scan for infections.

Apple has since revoked the notarization ticket for the malicious dropper, so new installations should now trigger Gatekeeper warnings. But existing infections remain active until cleaned.

For individuals, a full system scan with an updated antivirus tool is the first step. If you suspect compromise, change all passwords from a clean device and enable two-factor authentication wherever possible.

CrashStealer is a wake-up call. macOS notarization is a useful security layer — but it’s not bulletproof. Treat every download with a healthy dose of skepticism, even if Apple gave it a thumbs-up.

Continue Reading

CyberSecurity

TerminalFix: Fake Cloudflare CAPTCHAs Now Deliver Reverse-Tunnel Backdoors

Published

on

TerminalFix fake Cloudflare CAPTCHA

How TerminalFix Works

Microsoft has sounded the alarm on a new ClickFix variant, dubbed TerminalFix, that swaps the familiar Run dialog trick for something far more dangerous: a fake Cloudflare CAPTCHA that pushes victims into Windows Terminal or PowerShell.

Traditional ClickFix campaigns typically direct users to the Windows Run dialog (Win+R) and ask them to paste a command. TerminalFix takes a different route. It steers victims toward Windows Terminal or PowerShell instead, making it easier to slip in complex, multi-stage commands that would look suspicious in the old dialog box.

The result? A reverse-tunnel backdoor that gives attackers remote access to the compromised machine.

The Fake CAPTCHA Lure

Here’s how the attack unfolds. A user lands on a compromised or malicious website, often through a phishing email or a poisoned search result. A pop-up appears, mimicking a Cloudflare CAPTCHA challenge. The message asks the visitor to verify they’re human by running a command.

In reality, the “verification” is a malicious script. The command, when executed in PowerShell or Windows Terminal, downloads and runs a payload that establishes a reverse tunnel. That tunnel lets the attacker connect back to the system, bypassing firewalls and network restrictions.

The choice of Cloudflare branding is deliberate. CAPTCHAs are so routine that most users don’t think twice. They just want the page to load.

Why Windows Terminal Makes It Worse

ClickFix isn’t new — researchers have documented it for months. But the shift to Windows Terminal is a notable evolution. The Run dialog is a single line, easy to scan. Windows Terminal and PowerShell accept multi-line scripts, encoded payloads, and even obfuscated commands that are far harder to parse at a glance.

That complexity is exactly what attackers count on. A long, tangled string in PowerShell doesn’t raise red flags the way the same text might in the Run box. Users are more likely to paste and hit Enter, assuming it’s part of the CAPTCHA flow.

Microsoft’s threat intelligence team notes that TerminalFix increases the likelihood of success precisely because it exploits this gap in user awareness.

How to Protect Yourself

This attack relies on social engineering, not software vulnerabilities. That means the defense is mostly behavioral. Here’s what you should do:

  • Never paste commands from a webpage into a terminal. Legitimate CAPTCHAs never ask you to run code. If a site does, close it immediately.
  • Verify the URL. Fake CAPTCHA pages often appear on lookalike domains. Check the address bar before interacting with any pop-up.
  • Use a reputable ad blocker. Many of these attacks are delivered through malvertising and rogue ads. Blocking them reduces exposure.
  • Keep your system updated. Microsoft Defender and other security tools receive regular updates to detect new payloads like the ones used in TerminalFix.
  • Enable Attack Surface Reduction rules. If you’re an enterprise admin, configure ASR rules to block suspicious child processes from Office apps and browsers.

What to Do If You’re Already Compromised

If you suspect you’ve run one of these commands, act fast. Disconnect the machine from the network to cut off the reverse tunnel. Then run a full antivirus scan and look for unusual outbound connections.

For IT teams, Microsoft recommends reviewing Windows event logs for PowerShell execution and checking for newly created scheduled tasks or services. The reverse tunnel often uses tools like ngrok or similar services, so network logs may show connections to known tunneling domains.

Finally, change any credentials that might have been exposed. A backdoor of this kind can give attackers access to more than just the one machine — it can be a foothold into a broader network.

Bottom Line

TerminalFix is another reminder that the weakest link in security is often the person at the keyboard. The fake Cloudflare CAPTCHA is a clever disguise, but the underlying principle is old: trick someone into running something they shouldn’t.

Stay skeptical. If a website asks you to open a terminal to verify you’re human, it’s almost certainly a trap. And if you’re managing a fleet of Windows machines, make sure your users know the difference between a real CAPTCHA and a social engineering attempt.

For more on how to spot and block similar threats, check out our guide on phishing attack prevention and the latest on Windows security best practices.

Continue Reading

CyberSecurity

ATF Confirms Cyber Incident After Qilin Ransomware Group Claims Attack

Published

on

ATF cyber incident

ATF Confirms Cyber Incident After Ransomware Group Claims Attack

The Bureau of Alcohol, Tobacco, Firearms and Explosives has confirmed it suffered a cybersecurity incident, responding to claims made by the Qilin ransomware group. The agency labeled the event a “major incident” and is investigating alongside the Department of Justice.

In a statement posted on its website, the ATF said the intrusion affected a standalone system, which was disconnected from the network once the breach was discovered. The agency was quick to clarify the scope: “The impacted system operates separately from the ATF enterprise network, and there is no indication that the incident has affected the ATF enterprise network, the ATF eForms system, or any other ATF system.”

Officials added that the incident has not hindered the agency’s ability to carry out its missions.

Qilin Ransomware Group Claims ATF Attack

The Qilin ransomware group added the ATF to its leak website on August 26. So far, the hackers have not made specific claims about what data, if any, was stolen. Typically, these groups post screenshots to prove they have exfiltrated certain types of documents, but that has not happened in this case.

Qilin’s post also lacks a countdown timer, which the group sometimes uses to indicate when stolen files will be published. The absence of both proof and a deadline leaves the true impact of the breach unclear.

Who Is the Qilin Ransomware Group?

Active since at least 2022, Qilin originally operated under the name Agenda. The group uses a double-extortion model: it encrypts files on victims’ systems and simultaneously exfiltrates sensitive information, threatening to leak the data if the ransom is not paid.

Qilin recently made headlines for exploiting a Check Point VPN zero-day vulnerability in its attacks. The group has listed more than 2,000 victims on its leak website to date, though the real number is likely far higher since many victims quietly pay the ransom and are never named.

Federal Response and Investigation

Senior Department officials have designated the event a “major incident” under applicable federal guidelines, and required notifications have been completed. The investigation is being conducted in coordination with the Justice Department.

This designation underscores the seriousness with which federal agencies treat ransomware attacks, especially those targeting law enforcement bodies. The ATF’s quick response—isolating the affected system—likely prevented broader damage.

What This Means for Federal Cybersecurity

The attack on the ATF is a reminder that no agency is immune to ransomware threats. Federal systems are high-value targets, and the Qilin group’s claim adds to a growing list of incidents involving government entities.

Related: Cl0p ransomware group names over 40 victims of PTC Windchill campaign

Related: Sensitive information exposed in Nutex Health data breach

Related: ReliaQuest confirms ShinyHunters hack, but says impact was limited

Timeline of Events

  • August 26: Qilin adds ATF to its leak website, claiming an attack.
  • August 28: ATF confirms the cyber incident, calls it a “major incident,” and announces a DOJ-coordinated investigation.
  • Ongoing: The agency says the impacted system was disconnected and that no other systems were affected.

As the investigation unfolds, the cybersecurity community will be watching for any further claims from Qilin. For now, the ATF maintains that its operations are unaffected, but the full scope of the breach remains under review.

Continue Reading

CyberSecurity

Attackers Chain Two PaperCut Flaws to Execute Code Without Authentication

Published

on

PaperCut RCE vulnerability

PaperCut Under Fire: Another Emergency Patch Lands

Malicious actors are actively exploiting a freshly patched security flaw in PaperCut NG and MF to execute arbitrary code on vulnerable instances. The company rolled out a new emergency fix with extra hardening on [date].

This isn’t a drill. The vulnerability gives an unauthenticated attacker remote control over PaperCut’s trusted configuration, which could be used to execute arbitrary Java code inside the application’s context. In plain terms: no login required, full system compromise possible.

Security researchers have observed attackers chaining two distinct flaws to bypass authentication entirely. The first is an authentication bypass in the external user lookup feature. The second is a path traversal that allows file uploads to unintended locations. Together, they form a lethal combination.

How the Exploit Chain Works

The attack sequence is deceptively simple. First, the attacker exploits the authentication bypass to gain access to the PaperCut admin interface without credentials. Then, they leverage the path traversal to upload a malicious JSP file to the web root.

Once the file is in place, the attacker triggers it remotely, executing arbitrary Java code. The result? Complete takeover of the print server, including access to sensitive print jobs and network credentials.

Here’s a breakdown of the two flaws:

  • Authentication bypass (CVE-2023-27350): This flaw allows unauthenticated attackers to bypass the login screen and access admin functions.
  • Path traversal (CVE-2023-27351): This enables attackers to upload files to arbitrary directories, including the web root.

Who’s Affected and What to Do

PaperCut NG and MF versions before 20.1.7, 21.2.11, and 22.0.9 are vulnerable. If you’re running any of these, you need to act now.

The company has released patches for all affected versions. The emergency fix also includes additional hardening measures to prevent similar attacks in the future. But patching is only half the battle.

Admins should also review their PaperCut logs for any suspicious activity, particularly around external user lookups and file uploads. If you see anything unusual, assume compromise and conduct a thorough investigation.

Immediate Steps to Take

  1. Apply the latest PaperCut patch immediately.
  2. Check for unauthorized admin accounts.
  3. Review server logs for unusual file uploads.
  4. Reset all admin passwords and service account credentials.
  5. Consider restricting network access to the PaperCut server.

Don’t wait for a scheduled maintenance window. This exploit is already in the wild, and the window for safe patching is closing fast.

Why This Matters for Your Organization

Print servers are often overlooked in security assessments. They sit quietly on the network, but they hold a treasure trove of data. Print jobs can contain confidential documents, and the server itself often has access to domain credentials.

This attack chain is particularly dangerous because it requires no authentication. That means any attacker who can reach the PaperCut web interface can compromise the server. It’s not a matter of if, but when.

If you’re using PaperCut, treat this as a critical incident. The fix is available, but the clock is ticking.

Broader Implications for Print Server Security

This isn’t the first time PaperCut has been in the spotlight. Earlier this year, a separate vulnerability was exploited by ransomware groups. The pattern is clear: print servers are a prime target.

Why? Because they’re often neglected. They run on outdated software, with default credentials, and no monitoring. Attackers know this, and they’re exploiting it.

The takeaway for IT teams: treat print infrastructure with the same rigor as your servers and endpoints. Patch promptly, monitor logs, and segment the network to limit blast radius.

For more on securing your infrastructure, check out our guide on print server security best practices. And if you’re dealing with a suspected breach, our incident response checklist can help.

Stay vigilant. The attackers aren’t slowing down, and neither should you.

Continue Reading

Trending