• Hello and welcome! Register to enjoy full access and benefits:

    • Advertise in the Marketplace section for free.
    • Get more visibility with a signature link.
    • Company/website listings.
    • Ask & answer queries.
    • Much more...

    Register here or log in if you're already a member.

  • 🎉 WHV has crossed 14,000 monthly views and 157,000 clicks per month, as per Google Analytics! Thank you for your support! 🎉

Microsoft Warns Xcode Developers About Dangerous New XCSSET macOS Malware

johny899

New Member
Content Writer
Messages
371
Reaction score
3
Points
23
Balance
$398.4USD
I wanted to share this news with you if you use Xcode on a Mac. Microsoft reported a new type of malware, XCSSET, that targets developers.

What is XCSSET?​

XCSSET is malware (bad software) that can:

  • Steal data like browser history, saved passwords, and even crypto wallets.
  • Spread via Xcode projects. If you receive an infected project and open/build it, the malware executes right away.
So if you are copying code from GitHub - or another developer - you are now vulnerable to infection, even if you don't know. Spooky, right?

What has changed in this version?​

The latest version is significantly more dangerous. Here are the changes:

Firefox attack: It is now targeting Firefox using a tool called HackBrowserData. This means it is able to read your Firefox and take the data you have stored in this browser.

Crypto theft: It now watches your clipboard. If you copy a transfer address for a crypto transaction, the malware could swap it out with the hacker's address, so instead of sending your funds to the recipient, it goes to the hacker's address.

Camouflage better: The latest version creates fake files and applications, such as a fake "System Settings" application, so you are not aware the malware operation is happening in the background.

Stays on your Mac: It creates hidden tasks that run even when you reboot.

How worried should you be?​

Microsoft says it's not yet spreading globally, though that could change quickly -- better safe than sorry!

Here’s how you can protect yourself:

  • Continuously upgrade macOS and Xcode. It’s common for these types of updates to fix major security holes.
  • Make sure to review projects before you build them. If you are seeing something odd in a project, like strange files or scripts that you did not create, take caution.
  • Be wary using shared repos or code from someone unknown to you.
  • Monitor your Mac for unusual activity. If you are seeing apps you’ve never seen, Daemons or other processes you have never seen, or high cpu usage without any reason that could be a sign that something is amiss.

Conclusion​

The emergence of this new XCSSET malware demonstrates that even the developer tools we use could potentially be attacked. If you're developing applications on macOS, or any OS I suppose, you have to be aware. I know I have learned to be more careful with downloaded code — will you?