
Originally Posted by
MisterBob
DDoS attacks are not in the same league as hacking accounts, FYI.
I'll believe accounts can be hacked (excluding the Friend List+ fiasco) when I see someone who plays EXCLUSIVELY on PS2/Xbox360 gets hacked, and provides definitive proof that they never let a friend use the account.
Security isn't exactly a trivial thing to ensure in your code. Like I said above there are methods to exploit poorly written code to obtain information from server programs that they aren't supposed to reveal to you but you can't necessarily target specific accounts or just query to get all the information.
SE has already demonstrated that their server code is not robust against forms of attack where an end user injects packets. At one point there was an issue where you could inject packets to force d/c people (someone in particular, an entire zone, or even GMs). Specific instances of this sort of attack have been addressed but there always remains a possibility that changed code introduces a new weakness or that a new attack has been developed that wasn't addressed / thought of before.
Assuming all of those bases are covered depending on the protocols used by the game it could be susceptible to man-in-the-middle attacks or reply attacks. I remember reading at one point that the game will exchange some information using symmetric keys that are established only once and not re-established unless you log in again (I forget if this was to POL or XI). Additionally I'm pretty sure that XI isn't using SHA1 or better for anything given the time period it was initially released and MD5 has already been shown to be broken. Obviously there's a good deal of conjecture not knowing the specifics of how XI security is handled but it illustrates the point that weaknesses are easily possible.
Aside from the specifics of any particular account being stolen it's basically sticking your head in the sand or being uninformed about network/computer security issues to say that it's impossible to hack someones' account without them being a moron in some way or using 3rd party tools.
Computer security concerns do enter the picture regardless of which platform you play on: the server processes aren't exactly running on PS2s and XBOX 360s.