Jump to content

Apple Admits Products Are Vulnerable to Hackers

aha love it

Check out my current projects: Selling site (Click Here)

If($reply == "for me to see"){

   $action = "Quote me!";

}else{

   $action = "Leave me alone!";

}

Link to comment
Share on other sites

Link to post
Share on other sites

we all know apples better because it cant get viruses huder huder 

Specs

CPU: i5 4670k i won the silicon lottery Cooler: Corsair H100i w/ 2x Corsair SP120 quiet editions Mobo: ASUS Z97 SABERTOOTH MARK 1 Ram: Corsair Platnums 16gb (4x4gb) Storage: Samsun 840 evo 256gb and random hard drives GPU: EVGA acx 2.0 gtx 980 PSU: Corsair RM 850w Case: Fractal Arc Midi R2 windowed 

 

Link to comment
Share on other sites

Link to post
Share on other sites

http://abcnews.go.com/blogs/technology/2014/02/apple-admits-products-vulnerable-to-hackers/

 

So a flaw in the OS made many Apple mobile devices an easy target for some pretty sweet information.... 

annnnd??? People who thought that for some magical reason Steve Jobs was able to sprinkle some fairy dust on OSX and other products to make it impossible to break their security were extremely stupid in the first place. There is no OS that's invulnerable to anything. 

"Common sense is not so common." -Voltaire

Link to comment
Share on other sites

Link to post
Share on other sites

Impossibru! Apple devices can't get viruses! :rolleyes:

Link to comment
Share on other sites

Link to post
Share on other sites

Impossibru! Apple devices can't get viruses! :rolleyes:

 

yeah ... there are actually some reasons why it is far harder to write an effective virus for OS X than Windows ;)

Mini-Desktop: NCASE M1 Build Log
Mini-Server: M350 Build Log

Link to comment
Share on other sites

Link to post
Share on other sites

Impossibru! Apple devices can't get viruses! :rolleyes:

I don't think that viruses are the issue, it's more about the backdoors Apple uses to spy on you.

*Trollface*

"PSU brands are meaningless, look up the OEM."

Link to comment
Share on other sites

Link to post
Share on other sites

Viruses? wat?

 

It's a programming error, in red here:

 

static OSStatus
SSLVerifySignedServerKeyExchange(SSLContext *ctx, bool isRsa, SSLBuffer signedParams,
uint8_t *signature, UInt16 signatureLen)
{
OSStatus err;
...
if ((err = SSLHashSHA1.update(&hashCtx, &serverRandom)) != 0)
goto fail;
if ((err = SSLHashSHA1.update(&hashCtx, &signedParams)) != 0)
goto fail;
goto fail;
if ((err = SSLHashSHA1.final(&hashCtx, &hashOut)) != 0)
goto fail;
...
fail:
SSLFreeBuffer(&signedHashes);
SSLFreeBuffer(&hashCtx);
return err;
}

Link to comment
Share on other sites

Link to post
Share on other sites

this is like saying, "oh dang its raining water, IN A DIFFERENT COUNTRY!" caught somewhere between apple hater fan boys and apple, anything is vulnerable if you try hard enough. thats why companies spend millions to hackers to try and remove any potential exploits. just go away! we intelligent people know this already.

shoo.gif

CM Storm Switch Tester MOD (In-Progress) - http://linustechtips.com/main/topic/409147-cm-storm-switch-tester-macro-mod/


       Ammo Can Speaker 02 (Completed) - http://linustechtips.com/main/topic/283826-ammo-can-speakers-02/       A/B Switch V 0.5 (Completed) - http://linustechtips.com/main/topic/362417-ab-switch-v0


     Build 01 - The Life of a Prodigy -  http://linustechtips.com/main/topic/13103-build-01-the-life-of-a-prodigy/             Build 02 - Silent Server 3000 - http://linustechtips.com/main/topic/116670-build-02-silent-server-3000/

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×