ie8 fix
madison

Zero Day

Ryan Naraine, Emil Protalinski and Dancho Danchev

Apache.org hit by targeted XSS attack, passwords compromised

By | April 13, 2010, 7:29am PDT

Summary: The hackers hit the server hosting the software that Apache.org uses to it to track issues and requests and stole passwords from all users.

Combining a cross-site scripting (XSS) vulnerability with a TinyURL redirect, hackers successfully broke into the infrastructure for the open-source Apache Foundation in what is being described as a “direct, targeted attack.”

The hackers hit the server hosting the software that Apache.org uses to it to track issues and requests and stole passwords from all users.  The software was hosted on brutus.apache.org, a machine running Ubuntu Linux 8.04 LTS, the group said.

The passwords were encrypted on the compromised servers (SHA-512 hash) but Apache said the risk to simple passwords based on dictionary words “is quite high” and urged users to immediately rotate their passwords.  ”In addition, if you logged into the Apache JIRA instance between April 6th and April 9th, you should consider the password as compromised, because the attackers changed the login form to log them,” Apache said.

Here’s what happened, in Apache.org’s own words:follow Ryan Naraine on twitter

On April 5th, the attackers via a compromised Slicehost server opened a new issue, INFRA-2591. This issue contained the following text:

ive got this error while browsing some projects in jira http://tinyurl.com/XXXXXXXXX [obscured]

Tinyurl is a URL redirection and shortening tool. This specific URL redirected back to the Apache instance of JIRA, at a special URL containing a cross site scripting (XSS) attack. The attack was crafted to steal the session cookie from the user logged-in to JIRA. When this issue was opened against the Infrastructure team, several of our administators clicked on the link. This compromised their sessions, including their JIRA administrator rights.

At the same time as the XSS attack, the attackers started a brute force attack against the JIRA login.jsp, attempting hundreds of thousands of password combinations.

On April 6th, one of these methods was successful. Having gained administrator privileges on a JIRA account, the attackers used this account to disable notifications for a project, and to change the path used to upload attachments. The path they chose was configured to run JSP files, and was writable by the JIRA user. They then created several new issues and uploaded attachments to them. One of these attachments was a JSP file that was used to browse and copy the filesystem. The attackers used this access to create copies of many users’ home directories and various files. They also uploaded other JSP files that gave them backdoor access to the system using the account that JIRA runs under.

By the morning of April 9th, the attackers had installed a JAR file that would collect all passwords on login and save them. They then sent password reset mails from JIRA to members of the Apache Infrastructure team. These team members, thinking that JIRA had encountered an innocent bug, logged in using the temporary password sent in the mail, then changed the passwords on their accounts back to their usual passwords.

[ ALSO SEE: Apache.org hit by SSH key compromise ]

Then the attack spread to Bugzilla:

The group said that one of the hijacked passwords was the same as the password to a local user account on brutus.apache.org that had full sudo access. The attackers were thereby able to login to brutus.apache.org, and gain full root access to the machine. This machine hosted the Apache installs of JIRA, Confluence, and Bugzilla.

Once they had root on brutus.apache.org, the attackers found that several users had cached Subversion authentication credentials, and used these passwords to log in to minotaur.apache.org (aka people.apache.org), our main shell server. On minotaur, they were unable to escalate privileges with the compromised accounts.

About 6 hours after they started resetting passwords, we noticed the attackers and began shutting down services. We notified Atlassian of the previously unreported XSS attack in JIRA and contacted SliceHost. Atlassian was responsive. Unfortunately, SliceHost did nothing and 2 days later, the very same virtual host (slice) attacked Atlassian directly.

Apache said the use of one-time passwords was a “lifesaver” because it limited the damage and stopped the attack from spreading to other services/hosts. “The attackers could have caused widespread damage to the ASF’s infrastructure. Fortunately, in this case, the damage was limited to rooting a single host,” it said.

[ SEE: Exploit code published for Apache Tomcat flaw ]

However, there were some worrying security weaknesses that caused problems for Apache.  For example, the same password should not have been used for a JIRA account as was used for sudo access on the host machine.  The group also lamented the inconsistent application of one-time passwords, which were required for other machines, but not on the brutus server.

“SSH passwords should not have been enabled for login over the internet,” Apache acknowledged.

This is the second major Apache compromise in less than a year.  Last August, the main site of the Apache Foundation was hacked through an attack that used a compromised SSH key.

Kick off your day with ZDNet's daily e-mail newsletter. It's the freshest tech news and opinion, served hot. Get it.

Topics

Ryan Naraine is a journalist and social media enthusiast specializing in Internet and computer security issues.

Disclosure

Ryan Naraine

The most important disclosure is of my employment with Kaspersky Lab as a member of the global research and analysis team. Kaspersky Lab is a global company specializing in anti-malware and secure content management technologies. I do not own stocks or other investments in any technology company.

Biography

Ryan Naraine

Ryan Naraine is a journalist and social media enthusiast specializing in Internet and computer security issues. He is currently security evangelist at Kaspersky Lab, an anti-malware company with operations around the globe. He is taking a leadership role in developing the company's online community initiative around secure content management technologies.

Prior to joining Kaspersky Lab, Ryan was Editor-at-Large/Security at eWEEK, leading the magazine's and Web site's coverage of Internet and computer security issues and managing the popular SecurityWatch blog, covering the daily threats, vulnerabilities and IT security technologies. He also covered IT security, hacker attacks and secure content management topics for Jupiter Media's internetnetnews.com.

Ryan can be reached at naraine SHIFT 2 gmail.com. For daily updates on Ryan's activities, follow him on Twitter.

Related Discussions on TechRepublic

Did you know you can take part in these discussions with your ZDNet membership?
111
Comments

Join the conversation!

Just In

RE: Apache.org hit by targeted XSS attack, passwords compromised
efsane Updated - 9th Apr 2011
Great!!! thanks for sharing this information to us!
sesli sohbet sesli chat
0 Votes
+ -
Embarrassing!
honeymonster Updated - 13th Apr 2010
apache.org themselves? Oh, the irony....

And they are running Linux, which according to
some advocates is the most secure operating
system on the planet!

When even apache can't get it right, who can
you trust?

(ok, couldn't help myself. sorry)
0 Votes
+ -
I'm sure he will stop by to tell us
John Zern Updated - 13th Apr 2010
that it was all some sort of misunderstanding. wink
nt
  • Flagged
0 Votes
+ -
Do you know what XSS is?
Great Kahuna 13th Apr 2010
Oh... you don't?!!

I'm done with you then.
  • Flagged
0 Votes
+ -
Yes. It is a vulnerability. And it has been exploited.
Earthling2 Updated - 13th Apr 2010
Tinyurl is a URL redirection and shortening tool. This specific URL redirected back to the Apache instance of JIRA, at a special URL containing a cross site scripting (XSS) attack. The attack was crafted to steal the session cookie from the user logged-in to JIRA. When this issue was opened against the Infrastructure team, several of our administators clicked on the link. This compromised their sessions, including their JIRA administrator rights.

Why did Apache "administrator" use a Windows machine to open the URL? (The Linux browsers are invincible, remember?)

Then why did they open the URLs while having administrative access to the JIRA?

At the same time as the XSS attack, the attackers started a brute force attack against the JIRA login.jsp, attempting hundreds of thousands of password combinations.

On April 6th, one of these methods was successful. Having gained administrator privileges on a JIRA account, ...


Why an account that is accessible from the Internet and is susceptible to brute force attacks can ever have administrative access to the system?

Why wasn't there a password strength check in place, especially for the admin accounts?

Why wasn't there a brute force attack detection system that would alert the administrators about such attempts and, perhaps, automatically lock down the access?

The security is only as strong as the weakest link. The kernel may not be vulnerable, the AppArmor may theoretically be invincible, but as soon as a little whole is found, even local attacks against the Kernel may lead to a disaster.
  • Flagged
0 Votes
+ -
A browser vulnerability to be exact
Great Kahuna 13th Apr 2010
XSS and weak passwords at play, that's all.

Apache and Linux have got nothing to do with it.
0 Votes
+ -
if you try to actually do anything with it (i.e. run software). I mean that is the gist of what you are saying. Ah, no problem with linux or apache, just XSS and weak passwords, that's all. Nothing at all really, in fact this never happened, that is how darned silly this all is. LOL.

Gotta love how the kernel is defended instead of the entire system from kernel to end user, whenever a company using Linux based systems is successfully attacked.

I assume you know about the Linux kernel vulnerabilities. Had to wonder when Linus decided he had to keep up with the features of other systems and in doing so started cranking out more lines of code per day than ever and cutting back too much on the QA testing that was a hallmark of the kernel.

How about when Ubuntu servers were hacked to attack each other? Was that an "app" problem? LOL

http://blogs.zdnet.com/security/?p=453&tag=col1;post-770

Just another high profile Ubuntu attack easily done. And the childish war between Cannonical and the community admins taking care of the servers. It was obviously partially user blame, but why would Cannonical allow obvious hacks to run their systems?
It brings up another point since they could not upgrade beyond Breezy due to hardware incompatibiliy with newer kernel releases.

And today we get an article lauding Ubuntu/Linux based systems in general for their frequent updating. Well when you flag an OS at EOL when users are still stuck using it, is that a good thing?
If MS dropped support on an OS in just over a year, like most on the Ubuntu versions on the EOL list, it would be front page news and the entire industry would be up in arms. Esp. the Linux zealots who seem to have more problems with an OS they don't use, than those who use it.

Oh, by the way, there is no statement from Apache anywhere that claims the brute force password attack (weak passwords), is how accounts were compromised.

On April 6th, one of these methods was successful. Having gained administrator privileges on a JIRA account......

You do realize, like many other high profile Linux attacks, some on our nation's defense programs, the hackers were messing around on the Apache systems for at least 4 days. It doesn't say when they were done.
FOUR DAYS.
Our network has attempted attacks made on it frequently but I'm happy to say we've never been compromised.

But when 2 of the worlds premiere Linux sites, which one would think are run by capable people, are compromised quite easily, it makes one start to wonder just what would happen to Linux in the hands of the average users who are not computer scientists for a living.

So seriously, does this say that the worlds highest profile Linux sites are hiring or have voluteers who are clueless, or does it say that Linux based systems are hard to use and secure? Which one fits?
  • Flagged
0 Votes
+ -
I have absolutely no worries.
xuniL_z 14th Apr 2010
But you sure seem to worry a lot about my posts or you wouldn't be spamming them all of the time.
LOL!

What are you so worried about, O' petty one?
:)
l0l

As for me, I am just a good man who sees people saying things that are not true, or half truths and am correcting those for the good people that might visit this site.
  • Flagged
Which proves once again that Linux is totally worthless....
if you try to actually do anything with it (i.e. run software).



No, it proves that the vulnerability had nothing to do with Linux.

I mean that is the gist of what you are saying. Ah, no problem with linux or apache, just XSS and weak passwords, that's all. Nothing at all really, in fact this never happened, that is how darned silly this all is. LOL.

It happened, it just wasn't related to Linux or Apache any more than it was related to Windows or IIS.

Gotta love how the kernel is defended instead of the entire system from kernel to end user, whenever a company using Linux based systems is successfully attacked.

Why shouldn't it be? Windows isn't attacked every time somebody running Windows gives out their password. Why hold an operating system that is free to much higher standards than a commercial one? That isn't very fair.

I assume you know about the Linux kernel vulnerabilities.

At least read the title please. If you don't know what the term means look it up. Hint; it has nothing to do with the Linux kernel.

Had to wonder when Linus decided he had to keep up with the features of other systems and in doing so started cranking out more lines of code per day than ever and cutting back too much on the QA testing that was a hallmark of the kernel.

Other way around. Windows has been playing catch-up with Linux since.. pretty much forever.
And beta versions of Linux have more stability than release versions of Windows.

Ooo, UAC? UNIX series had it decades before Windows. Linux had it from the beginning. It's called sudo.

64-bit? Working great Linux since 2001.. where-as the first serious 64-bit release of Windows was Vista, in 2007. XP got a 64-bit version in 2005 but it was largely dismissed even by the Windows community as being unstable/unusable.

Multicore? Again, first seen in Linux.

Internet access? MS copy and pasted it without paying from a UNIX variant known as BSD.

3D desktop effects and virtual desktops? Again, Linux leads by a huge margin.

How about when Ubuntu servers were hacked to attack each other? Was that an "app" problem? LOL

http://blogs.zdnet.com/security/?p=453&tag=col1;post-770


Seriously, what is so hard about reading something before commenting on it? The affected systems were running Ubuntu 5.10 (the current release is 9.10), and had security updates completely disabled. People were sending their passwords over clean text meaning anyone could simply steal them and log in with them, regardless of what the OS was.

It would be like if someone using an unpatched version of Win2k got hacked by sending their login password unencrypted and having somebody find it, was used as an example of why Windows sucks.

How can you hold a free product to significantly higher standards than a commercial product whose parent company gets 58 billion dollars a year? I can see holding it to the same standards, since MSFT really suck, but holding it to much higher standards is just not cool.

Just another high profile Ubuntu attack easily done. And the childish war between Cannonical and the community admins taking care of the servers. It was obviously partially user blame, but why would Cannonical allow obvious hacks to run their systems?

Good questions, not relevant to the product itself though.

It brings up another point since they could not upgrade beyond Breezy due to hardware incompatibiliy with newer kernel releases.

It's not their fault that the hardware manufacturer refused to provide hardware specs for the Linux community to make new drivers with, and also refused to update their closed drivers themselves. Either letting other people do it, or doing it themselves, would have prevented this problem. Nobody else had any say.

And today we get an article lauding Ubuntu/Linux based systems in general for their frequent updating. Well when you flag an OS at EOL when users are still stuck using it, is that a good thing?
If MS dropped support on an OS in just over a year, like most on the Ubuntu versions on the EOL list, it would be front page news and the entire industry would be up in arms. Esp. the Linux zealots who seem to have more problems with an OS they don't use, than those who use it.


Okay, for one, what you've said is factually wrong.
For two, even if it wasn't, there's still no comparison; to upgrade to a new version of Windows you must pay around $100, and reinstall all of your programs and reconfigure all of your settings completely from scratch, every time.

Oh, by the way, there is no statement from Apache anywhere that claims the brute force password attack (weak passwords), is how accounts were compromised.

When the alternative is reversing a one-way hash function, I think it's a safe assumption to make.

You do realize, like many other high profile Linux attacks, some on our nation's defense programs, the hackers were messing around on the Apache systems for at least 4 days. It doesn't say when they were done.
FOUR DAYS.
Our network has attempted attacks made on it frequently but I'm happy to say we've never been compromised.


Four days of misconfiguration unrelated to the underlying. Microsoft can leave in known vulnerabilities being used to hack properly configured systems in their software for weeks, and people like you and Loverock praise them in response. How can you hold Windows to such abyssal standards while holding Linux to impossible ones, while keeping a straight face?
  • Flagged
0 Votes
+ -
still not nice....
xuniL_z 15th Apr 2010
I'm glad I can be entertainment for you, apparently you don't require much in that way. I've heard you can be content all day examining the wonder of your opposable thumbs.
LOL.

Matter of fact, I have stated the half truths Microsoft has put out there. Especially those from Steve Ballmer. If you knew me, you'd know I can't stand Steve Ballmer and would love to see MS can his azz as much as anyone else.

He is bad for technology and has the mentality of "milking" products, which he is too asinine to see that while he spent all that time milking XP, and telling university business students that you have learn to "milk" your products for everything they are worth, the world did not stop for him and now he's put the company in a hard position because of the technology being built all around him, while he's totally oblivious to it.

So yes. But when someone tries to say that MS developers and engineers are somehow half rate, or anything of that regard, I take issue with it.
Obviously they've had employees move to, and come from the open source world. Happens more often than you'd know. Same with Google. Google got it's best employees from Microsoft when it went on it's spree of actively trying to steal MS employees by setting up shop right next to the Redmond campus.
  • Flagged
... and countless embarrassment to disapprove it, how many more blunders does it take for the FOSS nuts to finally fold it?
  • Flagged
0 Votes
+ -
Bozo the clown used to laugh a lot too
Great Kahuna 13th Apr 2010
and just like you he had no clue as to why.
  • Flagged
Larry Harmon turned the Bozo the Clown franchise into a huge business. Anyone that wanted to portray bozo had to license the rights from Harmon before they could hire actors to play Bozo.
He portrayed bozo in countless appearances and died a very happy and wealthy man who had brought joy to millions of children.

Yep, he knew why he was laughing.

Just like we all know that the high profile Linux based systems hacks are hilarious and laughable because of people like you telling us for years that Linux systems are inpenetrable.
You never said they were any less secure by simply running software on them...which must have been what you meant then? The linux kernel is secure, as long as you keep it on a disc in your locked safe and never let it see the light of day....yeah, then it's downright the most secure OS for sure.

Speaking of clowns, you are the house zdnet.com clown.
0 Votes
+ -
They show transparency
jmary@... 13th Apr 2010
Troll !!!
0 Votes
+ -
From the article, the XSS was run on another server when the url link was clicked on. This is social engineering. They baited them to click on the link which took them to the compromised XSS server. This is shown in the article by the phrase "a special URL containing a cross site scripting (XSS) attack." Then they exploited the browser of the one that clicked on the link which is shown by "The attack was crafted to steal the session cookie from the user logged-in to JIRA."
The Ubuntu Linux server at Apache did not even have to have a vulnerability for this type of attack to work. They did not mention what OS the url server was running but it would not have mattered because it was very likely under the control of the ones that setup the url.

This sounds like more of a browser issue than a server issue. With NoScript on Firefox, the XSS could not have run.

Mike
As far as I remember, browser vulnerabilities and social engineering didn't work an excuses for 9-year old distribution through which Google was compromised.
0 Votes
+ -
Actually, It was
blarman_z 14th Apr 2010
If you go back to the Google hack, it was a browser vulnerability in a Windows client that led to the compromise...

Also note that that, too, was a social engineering hack.
  • Flagged
0 Votes
+ -
Message has been deleted.
still not nice Updated - 16th Apr 2010
  • Flagged
0 Votes
+ -
RTFA Your New Fave ...
PMC-CON 13th Apr 2010
Got a keyboard shortcut to speed up your turbo-typing nonsense for it yet?
  • Flagged
Most claims deal with Linux's resistance to viral attack, not its absolute security. For every top-of-the-line IT guy with top shelf systems, there's someone - or a group of someones - more ingenious with a lower morality threshold.
He goes on frequent rants about how Ubuntu with app armor makes Linux invulnerable - even to this kinda stuff...
XSS and a brute force attack were used, not any OS vulnerability (this is not windoze, mind you.)
0 Votes
+ -
There wasn't even a DOS attack on services. It's a
Brute force attack using software and sometimes 100's
of computers attacking in a concerted effort to break
one password. So if a hacker attacks your Yahoo Email
account, does that mean Yahoo Servers themselves are
compromised? Hell No!

All you idiots are brainless claiming Ubuntu OS
itself (it's kernel) was somehow broken or
Compromised. While in the mean time, that's happened
to your precious Windoz OS millions of times! wink

This is more about a human mistake in not having a
sufficiently long password with a combination of
letters (capitals, lower case), numbers and special
characters all being using in them. Obviously the
longer the password the better. As using dictionary
brute force attacks are limited to the software
programs used and their inability to decipher common
word and number combos. Also there are as yet no
brute force tools that can work past the combination
of all these password elements. IF YOU ARE SMART
ENOUGH TO USE THEM W/O MAKING or ANYTHING.

Normally if you make your passwords at least 12
characters long (preferably 20 or more if the system
will take it), then your password is likely to never
be hacked ever.

This is why I make all my passwords with all those
elements and NO..... I don't expect to remember them.
I keep them in several locked file forms and written
down as well (kept in a safe place). I figure if I
can't remember them, nobody can!

Unlock the encrypted file from an SD card and copy
paste these passwords in.... only at the time of use
is my routine!!!! wink .....if these admin had been
practicing these secure password attributes and use.
They'd never have been hacked!
0 Votes
+ -
Normally I would agree with you...
satovey@... 13th Apr 2010
however, the brute force attack was using passwords that were given it by people logging in to the system.

Because these were legitimate passwords that were recorded, no guessing was needed. No dictionary was needed. The only thing that was needed was the list of passwords that was recorded by legitimate users logging into their accounts.

Under these circumstances, not even your properly encrypted password would be safe.

The biggest problem I see here is the fact that several thousand passwords, (a hundred thousand) according to their words, were allowed to be applied to a single account.

The system should have locked it out at a max of 10 fails, and that is being liberal. 5 max fails is even better.
..other than the operator using crappy settings.
0 Votes
+ -
Windows Hacks = Crappy Settings, Too
PMC-CON 13th Apr 2010
... in most cases.

Thanks for explaining what MOST failures in computer security are ... as if we didn't know.
  • Flagged
0 Votes
+ -
Nope. Now stop trolling.
AzuMao 13th Apr 2010
If you're honestly just deluded, go take a look at all the Windows horror story posted that have nothing to do with config.
  • Flagged
0 Votes
+ -
They won't listen
ubiquitous one Updated - 14th Apr 2010
You're wasting your time.
  • Flagged
0 Votes
+ -
You know the difference, don't you?

Oh... you don't????? Serious?
0 Votes
+ -
Reputations are at stake here!
Loverock Davidson 13th Apr 2010
With this huge linux failure I'd never bet my reputation on it. I feel sorry for those who did.
0 Votes
+ -
You can't bet it because you don't have one
Great Kahuna 13th Apr 2010
Simple as that.
  • Flagged
0 Votes
+ -
I agree, it was a Windows failure:
satovey@... 13th Apr 2010
What failed was the security policy that Apache had implemented for it's website.

This was as much a Linux failure, as it was a Windows failure.
0 Votes
+ -
nt
0 Votes
+ -
XSS attacks aren't based around kernel-level vulnerabilities.
They're based on having your PHP/ASP/whatever script not properly sanitize inputs in
the URL, so that if somebody gets tricked into clicking on a malicious link,
javascript embedded in it gets ran on their computer. Also, unless your password is
something like "123456" or "password", there's no issue anyways, since the most an
attacker can get from this is the hash of your password.

Nice FUD, though.
0 Votes
+ -
The software was hosted on brutus.apache.org, a machine running Ubuntu Linux 8.04 LTS, the group said.

And that says it all. If they had used a more secure operating system instead of linux then chances are good they wouldn't have been broken into. I don't need any more proof or reason not to use linux, but every time stories like this come up it sure does help. Let this be a learning lesson to Apache and lets start a petition to get them off of linux!
The OS has got nothing to do with it.
0 Votes
+ -
You're mistaken
Great Kahuna 13th Apr 2010
In most cases IIS has fallen victim to attacks because of its intrinsic vulnerabilities not because of poor management or strong attacker commitment.
0 Votes
+ -
No, I am not.
ye 13th Apr 2010
In most cases IIS has fallen victim to attacks because of its intrinsic vulnerabilities not because of poor management or strong attacker commitment.

I look forward to reviewing your supporting data.
0 Votes
+ -
IIS history of exploits are many
daniel.matthis@... 13th Apr 2010
And many of them were non XSS. Code Red being the most infamous with it's buffer over flow attack vector. IIS v6 finally implemented more sane user authentication and didn't run everything as a super user. From the looks of things IIS v7 is much more secure than it's predecessors but would still run into the same issues as this event if a user of the server used the same username and password as their site login.
0 Votes
+ -
Nothing like an example from 2001 to make a point about today's state of security.

As for vulnerability counts:

IIS 5.0: 10
IIS 6.0: 9
IIS 7.0: 2

Apache 1.3: 12
Apache 2.0: 28
Apache 2.2: 31

Source: Secunia

Looks like Apache is fairing worse than IIS.
0 Votes
+ -
0 Votes
+ -
Ever since it was..
satovey@... Updated - 13th Apr 2010
A Michigan left.

Come to think of it, that's one wrong and one right. Oh well.
happy
0 Votes
+ -
OS Integration is key
blarman_z 14th Apr 2010
Part of the problem is in the comparison. The operating systems themselves are significantly different from a design perspective: Microsoft uses a monolithic kernel where everything runs under it, and *nix uses a kernel only as a traffic controller for I/O. With a monolithic kernel approach, the applications are tied in so closely to the kernel that an application failure frequently leaches over into kernel space resulting in exploits and bugs. A perfect example is Internet Explorer, where it has been tied in so tightly into the OS that any vulnerability immediately compromises OS security.
Microsoft's applications use the same OS-level hooks to run. When you compromise a Microsoft application, it can easily lead to a vulnerability in the OS itself due to architecture. So the argument that an IIS vulnerability is a knock on the OS is essentially a nod to the architecture.
With *nix, the architecture is completely different, meaning that the comparison no longer valid and architecture isn't a part of the root cause.

The main point in this article is that the administrators screwed up by using the same password as both their privileged and non-privileged accounts. That's a people error, not an application or OS error.

To Microsoft's credit, they are getting better about locking things down, but they still have a significant design hurdle that it is doubtful they will ever solve.
0 Votes
+ -
Says it all?
AndyPagin 13th Apr 2010
O/S is irrelevant if an attacker knows an administrator password.

Perhaps you could name an O/S that can recognise when an admin username/password is being entered by someone who's not entitled to use it?

Seems to me this attack was a success because of a weakness in a web page design, as well as a brute force attack to find an administrator password.
0 Votes
+ -
I know, I know:
satovey@... 13th Apr 2010
"Perhaps you could name an O/S that can recognise when an admin username/password is being entered by someone who's not entitled to use it?"

The Omnipotent Sentient God. He always knows when your using the wrong password with your user name.

happy
XSS. For you tech illiterates out there, that means part of a script written for
PHP/ASP/ROR/or-something didn't properly sanitize inputs, with a worst case of
scenario of when a user clicks on a malicious link, hackers might get their
cookies. Which contain a hash of their password. Meaning if their password is
something like "123456" or "password" the hacker might be able to find it out
via brute force. Not a vulnerability in PHP, or Apache, or Linux. And not
operating system specific. These scripting languages are cross-platform.
Great!!! thanks for sharing this information to us!
sesli sohbet sesli chat

Join the conversation!

Formatting +
BB Codes - Note: HTML is not supported in forums
  • [b] Bold [/b]
  • [i] Italic [/i]
  • [u] Underline [/u]
  • [s] Strikethrough [/s]
  • [q] "Quote" [/q]
  • [ol][*] 1. Ordered List [/ol]
  • [ul][*] · Unordered List [/ul]
  • [pre] Preformat [/pre]
  • [quote] "Blockquote" [/quote]
ie8 fix
Click Here
ie8 fix

The best of ZDNet, delivered

ZDNet Newsletters

Get the best of ZDNet delivered straight to your inbox

Facebook Activity

White Papers, Webcasts, & Resources
ie8 fix
ie8 fix