Oracle Bakes Security Into New Chips (theregister.co.uk)
An anonymous reader writes: Oracle's Larry Ellison gave a presentation yesterday at OpenWorld in which he detailed how the M7 chip's new Silicon Secured Memory system works. "On the M7, pointers and their memory blocks are stamped with a 4-bit 'color,' and accesses are verified to make sure the color in the highest bits of the pointer matches the color of the memory allocation. This works with virtual memory allocated from the heap rather from the stack, it appears. Solaris tries to avoid giving adjacent blocks the same color." El Reg notes that a 4-bit security stamp doesn't really offer that many distinct options. "Four bits of color means there are 24, or 16, possible colors a memory block can have. A hijacked pointer has a one-in-16 chance of having a matching color when it accesses any block of memory, allowing it to circumvent the SSM defense mechanism. ... It is even possible [a hacker] can alter the color bits in a pointer to match the color of a block she wishes to access, and thus avoid any crashes and detection. In short, SSM is a mitigation rather than bulletproof protection." Still, Ellison claims this would have shut down vulnerabilities like Heartbleed and Venom.
Colors? I bet he counts binary as "one potato, two potato, four potato".
It is even possible [a hacker] can alter the color bits in a pointer to match the color of a block she wishes to access, and thus avoid any crashes and detection.
Go ahead, mod me down as a troll.
Took me a moment to realize that there are 10 kinds of people in this world: those who know how to type powers of two, and those who don't.
When a workaround for this security measure is discovered, I will have slower hardware that's ineffective at security.
When they copy/paste snippet of article that has 4 as superscript, but present it as plain text, and they don't bother editing at all because that would be work.
XML is like violence. If it doesn't solve the problem, use more.
Even if Oracle is an evil organization run by salescritters, I fail to see how this computing metaphor is inappropriate. Good metaphor is encouraged because it takes advantage of existing language and simplifies the tech narrative by overloading the language features, provided it should not mislead the audience. We don't raise a colored flag when we think about the 4-color theorem, graph coloring problems, red-black trees, or quantum color dynamics, etc. ;)
I doubt it; but there is a slight possibility that this is actually a delightfully nerdy reference to Paranoia's color-based 'classification' system that some techie deep within the bowels of Oracle managed to sneak past the armies of lawyers, salesmen, and licensing enforcement thugs.
I tried using OpenSolaris and OpenIndiana at home, but it seemed it was not the intended use. Can anyone explain what do people and business do with Solaris?
Linux is for people who don't mind RTFM.
It might mean that the original poster can't count past 16. So, it's okay to equate 24 with 16. Or, something. It is kinda dumb.
... is that it's essentially an Oracle only platform (not sure what Fujitsu does w/ it in Japan). So if you want to be locked into Oracle and pay the same sort of cash that you would for an Itanic building, this is the way to go.
Otherwise, who else is there who's building boxes based on these that could run something that's not from Oracle, and therefore, doesn't involve paying them huge ransoms? As it is, Linux has almost completely left that platform, and I'm not sure of what support the BSDs have left - aside from OpenBSD. Speaking of which, this CPU, given all its security features, could be a good match for OpenBSD, which could explore interesting ways of using the features in it that are actually useful.
what Burroughs was doing 45 years ago.
"I don't know, therefore Aliens" Wafflebox1
Who is buying new SPARC machines in 2015?
Or if it is a multi-core CPU, Oracle will sell licenses based on the #cores, and since that's something customers can't change, Oracle can easily charge 8x, 32x the pricing for a single core.
Fujitsu customers in Japan?
something bakes something something chips
I skipped breakfast this morning.
systemd is Roko's Basilisk.
It looks like Oracle are taking that they bought with Sun's ZFS and applying it to memory hardware.
45 years? Longer than that. Storage protection keys were introduced on the IBM 360/67, in August 1965.
This isn't a panacea, but neither is it useless. It's much like current versions of ASLR (Address Space Layout Randomization), which attempt to make it hard for attackers to guess where important bits of data/code are located in memory by randomizing where stuff is put in memory. The amount of randomization that current ASLR implementations provide is somewhat limited, so it only achieves a few bits of randomization, meaning that the attacker may still be able to guess the correct location with some trial and error.
But layering enough of these sorts of obstacles on really does mean that in many cases an exploit chain that would be easy becomes much more difficult, or even impossible, and they don't impact legitimate code. In this case the color bits do consume some of the virtual address space, but we're talking about 64-bit pointers, which have space to spare.
Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
That's what IBM said about AIX, then they became a "services" company.
Python: 'And then suddenly you have a language which says "we're all stuck with whatever the whiniest coder wants".'
Good luck with that.
Python: 'And then suddenly you have a language which says "we're all stuck with whatever the whiniest coder wants".'
Did you miss the part where they have an algorithm that tries not to assign the same colors to adjacent blocks of memory?
Colors? I bet he counts binary as "one potato, two potato, four potato".
It's very unlikely that the decision to call the categories "colors" originated with the sales/PR people. Designers need names for things, and calling things like this "colors" has a long history. Graph coloring, red-black trees, cache coloring... "color" is a nice notion for labels on chunks of memory or data where the color is an attribute that has no meaning to the underlying structure but is layered on top for bookkeeping purposes. Among other benefits, it makes for nice whiteboard diagrams, because you can actually color the nodes in the diagram.
Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
Sound a little... (puts on sunglasses)... half-baked.
NSA haxors it in 4ms, code gets into wild, end of story. I think 'the man' would rather have us all running around naked with implanted remote activated cyanide charged RFID chips and Illuminati tattoos, and every woman well beyond the 5 year 50,000 mile warranty.
2[superscript]4[/superscript].
2^4. Reformatting is for wussies anyway.
...gis sdrawkcab (usually not responding to ACs; don't bother posting as AC)
I was just impressed with 4bits = 24 what is this quantum?
Build a Man a Fire, and He'll Be Warm for a Day. Set a Man on Fire, and He'll Be Warm for the Rest of His Life.
NSA haxors it in 4ms, code gets into wild, end of story.
Nope. This kind of exploit mitigation that has no single hack. It's something that every exploit author has to work around, and exactly how to do that will depend on the nature of the exploit. In particular, this promises to be devastating to ROP attacks, seriously reducing the number of gadgets available and how they can be combined. It's doesn't make exploits impossible, but it makes many of them much harder, and some of them impossible.
Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
I'm going to make a guess it was 24 but the superscriptiness got lost in a cut and paste. The sentence works if you assume that.
You are not alone. This is not normal. None of this is normal.
I presume that was meant to be '2 to the power of 4, or 16', not '24 or 16'.
It's not unprecedented. See for instance the "red black tree".
Is it possible to design a Memory Management Unit that can prevent one process walking all over another processes memory?
Xeons are getting all the new features that used to be mainframe only yesterday
Wake me when Xeon systems PCs support hot swapping CPU and RAM.
which will be the result of the license of this internal processor segmentation of memory.
if this is supposed to be a new economy, how come they still want my old fashioned money?
Their licensing suck, try to build your own cloud with Oracle products in it, you can't it becomes too expensive, and impossible with vmWare 6, but you can buy access to THEIR cloud for much less. Someone should take them to court for it.
Fuck Oracle.
Colors? I bet he counts binary as "one potato, two potato, four potato".
It's very unlikely that the decision to call the categories "colors" originated with the sales/PR people. Designers need names for things, and calling things like this "colors" has a long history. Graph coloring, red-black trees, cache coloring... "color" is a nice notion for labels on chunks of memory or data where the color is an attribute that has no meaning to the underlying structure but is layered on top for bookkeeping purposes. Among other benefits, it makes for nice whiteboard diagrams, because you can actually color the nodes in the diagram.
Colors is also easier to understand for those purchasing the tech who aren't necessarily techies.
Colors? I bet he counts binary as "one potato, two potato, four potato".
It's very unlikely that the decision to call the categories "colors" originated with the sales/PR people. Designers need names for things, and calling things like this "colors" has a long history. Graph coloring, red-black trees, cache coloring... "color" is a nice notion for labels on chunks of memory or data where the color is an attribute that has no meaning to the underlying structure but is layered on top for bookkeeping purposes. Among other benefits, it makes for nice whiteboard diagrams, because you can actually color the nodes in the diagram.
Colors is also easier to understand for those purchasing the tech who aren't necessarily techies.
Not in this case. Pointer labeling and its anti-exploit value is still going to be opaque no matter what you call it, and you could apply any common word as the description and the non-technical would be fine using that as the hook. Oracle could be touting their new "porcupine" security technology, it would work as well from a sales perspective. Probably better.
Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
And Oracle, of all companies, is the one to be providing this "security" solution. Given their track record, I wouldn't trust Oracle to secure an honesty box...