Current Events > So AMD chips are even more screwed than Intel by these new exploits

Topic List
Page List: 1
The Admiral
01/05/18 7:58:42 PM
#1:


https://techcrunch.com/2018/01/03/kernel-panic-what-are-meltdown-and-spectre-the-bugs-affecting-nearly-every-computer-and-device/

Security researchers released official documentation complete with nicknames and logos of two major flaws found in nearly all modern central processing units, or CPUs.

Its not a physical problem with the CPUs themselves, or a plain software bug you might find in an application like Word or Chrome. Its in between, at the level of the processors architectures, the way all the millions of transistors and logic units work together to carry out instructions.

In modern architectures, there are inviolable spaces where data passes through in raw, unencrypted form, such as inside the kernel, the most central software unit in the architecture, or in system memory carefully set aside from other applications. This data has powerful protections to prevent it from being interfered with or even observed by other processes and applications.

Meltdown and Spectre are two techniques researchers have discovered that circumvent those protections, exposing nearly any data the computer processes, such as passwords, proprietary information, or encrypted communications.

Meltdown affects Intel processors, and works by breaking through the barrier that prevents applications from accessing arbitrary locations in kernel memory. Segregating and protecting memory spaces prevents applications from accidentally interfering with one anothers data, or malicious software from being able to see and modify it at will. Meltdown makes this fundamental process fundamentally unreliable.

Spectre affects Intel, AMD, and ARM processors, broadening its reach to include mobile phones, embedded devices, and pretty much anything with a chip in it. Which, of course, is everything from thermostats to baby monitors now.

It works differently from Meltdown; Spectre essentially tricks applications into accidentally disclosing information that would normally be inaccessible, safe inside their protected memory area. This is a trickier one to pull off, but because its based on an established practice in multiple chip architectures, its going to be even trickier to fix.
...
Meltdown can be fixed essentially by building a stronger wall around the kernel; the technical term is kernel page table isolation. This solves the issue, but theres a cost. Modern CPU architectures assume certain things about the way the kernel works and is accessed, and changing those things means that they wont be able to operate at full capacity.

The Meltdown fix may reduce the performance of Intel chips by as little as 5 percent or as much as 30 but there will be some hit. Whatever it is, its better than the alternative.

Spectre, on the other hand, is not likely to be fully fixed any time soon. The fact is that the practice that leads to this attack being possible is so hard-wired into processors that the researchers couldnt find any way to totally avoid it. They list a few suggestions, but conclude:

While the stop-gap countermeasures described in the previous section may help limit practical exploits in the short term, there is currently no way to know whether a particular code construction is, or is not, safe across todays processors much less future designs.


tl;dr: every computer (Windows/Apple) and smartphone made in the last decade is vulnerable. Intel chips have a fix that will reduce performance; AMD currently does not
---
- The Admiral
... Copied to Clipboard!
SGT_Conti
01/05/18 8:03:56 PM
#2:


lol shit we fucked boys
---
Posted with GameRaven 3.3
... Copied to Clipboard!
The Admiral
01/05/18 8:06:37 PM
#3:


SGT_Conti posted...
lol shit we fucked boys


I don't quite understand how this isn't a bigger deal with the mainstream media.
---
- The Admiral
... Copied to Clipboard!
IdiotMachine
01/05/18 8:07:49 PM
#4:


The Admiral posted...
I don't quite understand how this isn't a bigger deal with the mainstream media.

Because it's hard to explain to your average, non-techie, citizen.
... Copied to Clipboard!
halomonkey1_3_5
01/05/18 8:07:57 PM
#5:


they're not more screwed

just equally screwed
---
Billy Mays: July 20, 1958 - June 28, 2009
The Greatest
... Copied to Clipboard!
iamintents
01/05/18 8:08:56 PM
#6:


IdiotMachine posted...
The Admiral posted...
I don't quite understand how this isn't a bigger deal with the mainstream media.

Because it's hard to explain to your average, non-techie, citizen.

probably this.

do these exploits have to be installed on your pc, like malware? i still dont understand where the intrusion point will be.
---
... Copied to Clipboard!
FightingGames
01/05/18 8:09:38 PM
#7:


amd always lose, baby
---
... Copied to Clipboard!
glitteringfairy
01/05/18 8:10:47 PM
#8:


IdiotMachine posted...
The Admiral posted...
I don't quite understand how this isn't a bigger deal with the mainstream media.

Because it's hard to explain to your average, non-techie, citizen.

Which I'm hoping someone will do because I don't understand.. What am I vulnerable too
---
"How come you can believe in God but not Bigfoot?" V-E-G-Y http://i.imgur.com/AqR3aeX.jpg http://i.imgur.com/vvuUXpp.jpg https://imgur.com/r9xK2NR
... Copied to Clipboard!
#9
Post #9 was unavailable or deleted.
Mizznox
01/05/18 8:12:02 PM
#10:


The Admiral posted...
Intel chips have a fix that will reduce performance; AMD currently does not

I think you read that wrong... Intel has a fix for the exploit that does not affect AMD. The exploit that currently does not have a fix affects AMD and Intel.
---
... Copied to Clipboard!
Ushiromiya
01/05/18 8:12:14 PM
#11:


glitteringfairy posted...
What am I vulnerable too

Also, what is the Intel fix that costs 5-30% processing power?
---
... Copied to Clipboard!
#12
Post #12 was unavailable or deleted.
chill02
01/05/18 8:12:47 PM
#13:


FightingGames posted...
amd always lose, baby

---
Ave, true to Caesar.
... Copied to Clipboard!
Ushiromiya
01/05/18 8:13:58 PM
#14:


27_Sandman_40 posted...
this is a boogeyman

Please elaborate
---
... Copied to Clipboard!
IdiotMachine
01/05/18 8:14:30 PM
#15:


iamintents posted...
do these exploits have to be installed on your pc, like malware? i still dont understand where the intrusion point will be.

glitteringfairy posted...
Which I'm hoping someone will do because I don't understand.. What am I vulnerable too

In a nutshell:
*CPUs are traditionally sequential. If you give it a command, it'll do it in the order it received it.
*Modern day CPUs started using statistics to run commands in parallel. If you give it a command, CPUs will now guess what your next command will be, and starts to calculate it.
*This thing that the CPU guessed that will be your next move is stored in an unprotected place.
*Malware can access this unprotected place and take all this data.
... Copied to Clipboard!
thronedfire2
01/05/18 8:14:59 PM
#16:


nice going guys

we're gonna invent network exploits like this and then invent AI that's smarter than humans

there will be no internet on my battlestar
---
I could see you, but I couldn't hear you You were holding your hat in the breeze Turning away from me In this moment you were stolen...
... Copied to Clipboard!
FL81
01/05/18 8:15:01 PM
#17:


iamintents posted...
IdiotMachine posted...
The Admiral posted...
I don't quite understand how this isn't a bigger deal with the mainstream media.

Because it's hard to explain to your average, non-techie, citizen.

probably this.

do these exploits have to be installed on your pc, like malware? i still dont understand where the intrusion point will be.

Even something like bad Javascript on a webpage can exploit it
---
... Copied to Clipboard!
The Admiral
01/05/18 8:15:06 PM
#18:


Mizznox posted...
The Admiral posted...
Intel chips have a fix that will reduce performance; AMD currently does not

I think you read that wrong... Intel has a fix for the exploit that does not affect AMD. The exploit that currently does not have a fix affects AMD and Intel.


Oh shit, so looks like even I don't get this. So Meltdown affects Intel and has a fix that reduces performance; Spectre affects AMD and Intel and does not currently have a fix.
---
- The Admiral
... Copied to Clipboard!
Pogo_Marimo
01/05/18 8:15:36 PM
#19:


Mizznox posted...
The Admiral posted...
Intel chips have a fix that will reduce performance; AMD currently does not

I think you read that wrong... Intel has a fix for the exploit that does not affect AMD. The exploit that currently does not have a fix affects AMD and Intel.

---
// BEAUTY IS NOT LOVE - LOVE IS NOT MUSIC - MUSIC IS THE BEST - WISDOM IS THE DOMAIN OF THE WIZ--WHICH IS EXTINCT //
http://www.last.fm/user/Pogo92
... Copied to Clipboard!
BignutzisBack
01/05/18 8:16:15 PM
#20:


... Copied to Clipboard!
iamintents
01/05/18 8:17:08 PM
#21:


FL81 posted...
iamintents posted...
IdiotMachine posted...
The Admiral posted...
I don't quite understand how this isn't a bigger deal with the mainstream media.

Because it's hard to explain to your average, non-techie, citizen.

probably this.

do these exploits have to be installed on your pc, like malware? i still dont understand where the intrusion point will be.

Even something like bad Javascript on a webpage can exploit it

oh well thats not fucking good. java is a vulnerable mess as it is.

welp....
---
... Copied to Clipboard!
glitteringfairy
01/05/18 8:17:22 PM
#22:


IdiotMachine posted...
iamintents posted...
do these exploits have to be installed on your pc, like malware? i still dont understand where the intrusion point will be.

glitteringfairy posted...
Which I'm hoping someone will do because I don't understand.. What am I vulnerable too

In a nutshell:
*CPUs are traditionally sequential. If you give it a command, it'll do it in the order it received it.
*Modern day CPUs started using statistics to run commands in parallel. If you give it a command, CPUs will now guess what your next command will be, and starts to calculate it.
*This thing that the CPU guessed that will be your next move is stored in an unprotected place.
*Malware can access this unprotected place and take all this data.

OK so thats getting warmer. So the pc predicts which game I'm gonna play next or what porn video I'm gonna watch or what website I'm gonna go to?
---
"How come you can believe in God but not Bigfoot?" V-E-G-Y http://i.imgur.com/AqR3aeX.jpg http://i.imgur.com/vvuUXpp.jpg https://imgur.com/r9xK2NR
... Copied to Clipboard!
iamintents
01/05/18 8:18:04 PM
#23:


The Admiral posted...
Mizznox posted...
The Admiral posted...
Intel chips have a fix that will reduce performance; AMD currently does not

I think you read that wrong... Intel has a fix for the exploit that does not affect AMD. The exploit that currently does not have a fix affects AMD and Intel.


Oh shit, so looks like even I don't get this. So Meltdown affects Intel and has a fix that reduces performance; Spectre affects AMD and Intel and does not currently have a fix.

yeah. its a big ol mess.
---
... Copied to Clipboard!
AverageCEgal
01/05/18 8:18:19 PM
#24:


Meltdown gets fixed with a firmware patch which is based on the maker of your computer system
Most computers are fine if patched
But outside of that like anything from finger print scanners to anything isn't because it's very rare firmware is ever updated in those machines
... Copied to Clipboard!
#25
Post #25 was unavailable or deleted.
iamintents
01/05/18 8:20:24 PM
#26:


i'm not too freaked from a personal use perspective, but my god, all the servers out there, company servers with countless amounts of private data will all be vulnerable.

military servers....drones n shit.
---
... Copied to Clipboard!
#27
Post #27 was unavailable or deleted.
eggcorn
01/06/18 2:19:41 AM
#28:


IdiotMachine posted...
The Admiral posted...
I don't quite understand how this isn't a bigger deal with the mainstream media.

Because it's hard to explain to your average, non-techie, citizen.

not really its just...SGT_Conti posted...
lol shit we fucked boys
... Copied to Clipboard!
Tropicalwood
01/06/18 2:28:59 AM
#29:


AMD isn't as screwed as Intel, AMD is only vulnerable on the software side which they can fix easily with an update. Intel on the other hand is vulnerable on the hardware side because speculative processing is handled through hardware instead of through software like AMD.

So no, they aren't even more screwed, that's just the articles trying to save Intel's ass after their stock dropped due to it ruining their performance.
---
ayy lmao ayy lmao || oaml oaml yya yya
ayy lmao ayy lmao || oaml oaml yya yya
... Copied to Clipboard!
#30
Post #30 was unavailable or deleted.
Chicken
01/06/18 2:38:47 AM
#31:


We in Skynet now boys
---
... Copied to Clipboard!
Foppe
01/06/18 2:43:10 AM
#32:


https://xkcd.com/1938/
---
GameFAQs isn't going to be merged in with GameSpot or any other site. We're not going to strip out the soul of the site. -CJayC
... Copied to Clipboard!
eggcorn
01/06/18 2:45:06 AM
#33:


Chicken posted...
We in Skynet now boys

fuck
... Copied to Clipboard!
Life Sympathy
01/06/18 2:48:22 AM
#34:


AMD hasn't released an update because a proof of concept on their chipsets has not be successful due to arch differences. You can read their notes here:

https://www.amd.com/en/corporate/speculative-execution

An engineer goes into more detail here:
https://lkml.org/lkml/2017/12/27/2
---
We're surrounding you. We see you, but you probably don't see us. And if you see us, we're not letting on that we see you.
... Copied to Clipboard!
Krojen
01/06/18 2:52:49 AM
#35:


Settle down and have some damn reading comprehension skills before making a topic. Holy shit lol
---
... Copied to Clipboard!
008Zulu
01/06/18 2:56:46 AM
#36:


Clickbait is clickbait because they don't do their research.
---
Talent hits a target no one else can hit. Genius hits a target no one else can see.
- Arthur Schopenhauer.
... Copied to Clipboard!
Foppe
01/06/18 3:28:45 AM
#37:


eggcorn posted...
Chicken posted...
We in Skynet now boys

fuck


Im watching a stream where an ai uses brute force to complete Mario levels.
---
GameFAQs isn't going to be merged in with GameSpot or any other site. We're not going to strip out the soul of the site. -CJayC
... Copied to Clipboard!
Pogo_Marimo
01/06/18 11:33:21 AM
#38:


Krojen posted...
Settle down and have some damn reading comprehension skills before making a topic. Holy shit lol

The unfortunate thing is this is far from the first time Admiral has proudly displayed his lack of reading comprehension on here.
---
// BEAUTY IS NOT LOVE - LOVE IS NOT MUSIC - MUSIC IS THE BEST - WISDOM IS THE DOMAIN OF THE WIZ--WHICH IS EXTINCT //
http://www.last.fm/user/Pogo92
... Copied to Clipboard!
Error1355
01/06/18 11:34:52 AM
#39:


Didn't AMD originally brag about how this doesn't effect them? And reading the article I don't see how it says AMD is 'more screwed than Intel".
---
This life is just a game we play, that we can never win.
But don't give up, no don't give up.
... Copied to Clipboard!
DarkDragon400
01/06/18 11:49:21 AM
#40:


Error1355 posted...
Didn't AMD originally brag about how this doesn't effect them? And reading the article I don't see how it says AMD is 'more screwed than Intel".

They aren't affected by the Meltdown bug, which is what everyone was originally talking about. Both AMD and Intel are affected by the Spectre bug, which is similar to Meltdown.
---
... Copied to Clipboard!
FigureOfSpeech
01/06/18 11:56:43 AM
#41:


trump's america...
---
Place-holder sig because new phone and old sigs not saved :/
... Copied to Clipboard!
halomonkey1_3_5
01/06/18 11:58:47 AM
#42:


Tropicalwood posted...
AMD isn't as screwed as Intel, AMD is only vulnerable on the software side which they can fix easily with an update. Intel on the other hand is vulnerable on the hardware side because speculative processing is handled through hardware instead of through software like AMD.

Every modern CPU handles it via hardware(including AMD). The issue(for Meltdown) is not handling it in hardware, its how it's handled in certain hardware(Intel and some ARM chips) is fundamentally insecure and exploitable to a greater degree than other more "standard" implementations of speculative execution.
---
Billy Mays: July 20, 1958 - June 28, 2009
The Greatest
... Copied to Clipboard!
CreekCo
01/06/18 12:21:49 PM
#43:


Error1355 posted...
Didn't AMD originally brag about how this doesn't effect them? And reading the article I don't see how it says AMD is 'more screwed than Intel".


Clickbait to save Intel's stock. The head of Intel basically sold all of his stock that he could while still keeping his job.

Turning off predictive services like autocorrect and password stuff would likely solve most of the problem. However, this would mean disabling Siri and Alexa type services... which ain't happening. Greed is actually the root cause of this dilemma. They can't sell your personal information across platforms as easily without these predictive services. There's an old adage that roughly says you can't con a person unless they are greedy. This is kinda like that.
---
*Triggered*
... Copied to Clipboard!
Topic List
Page List: 1