New JBOSS Worm Infecting Unpatched Servers
Trailrunner7 writes "There is a new worm circulating right now that is compromising servers running older versions of the JBoss Application Server and then adding them to a botnet. The worm also attempts to install a remote access tool in order to give the attacker control over the newly infected server. The worm has been circulating for a couple of days at least, and it's not clear right now how many servers have been compromised or what the origins of it are. It apparently exploits an old vulnerability in the JBoss Application Server, which was patched in April 2010, in order to compromise new machines. Once that's accomplished, the worm begins a post-infection routine that includes a number of different steps."
Clearly all the Slashdot commenters are busy patching their bosses' JBoss servers against this vulnerability.
Just point the fingers at the sysadmins who haven't been keeping up with patches on their production systems. Alas, all too common an issue.
However, I would like to point the finger at Oracle for releasing updates to Glassfish without a lock-step update of the Eclipse GlassFish tools. I can not upgrade my dev servers without the updates to the dev tools. I don't like being forced to develop and test downlevel from production.
I do not fail; I succeed at finding out what does not work.
So the "vulnerability" is an unsecured JMX console? That's like saying leaving your front door wide open is a "vulnerability." Or giving out the root password to users is a "vulnerability." Technically true, but also forehead-slapping obvious. Anyone who leaves the JMX console unsecured doesn't just have to worry about worms; the entire application server is wide open if you do that.
intitle:”jboss management console” “application server” version inurl:”web-console”
intitle:”JBoss Management Console – Server Information” “application server” inurl:”web-console” OR inurl:”jmx-console”
As I said above, this isn't new.
New UNNECESSARY CAPITALIZATION Worm Infecting Unpatched Headlines
you sir are a dumb ass. this is not linux this is java, now go troll elsewhere
---Saying gnome 3 is better than windows 8 not so much a compliment as it is damning with light praise.
JBoss isn't Linux. Troll somewhere else.
Well, there's spam egg sausage and spam, that's not got much spam in it.
Big, unnamed, telecoms.
Don't give up hope on holding big business accountable.
I do not fail; I succeed at finding out what does not work.
It's important to check 3 sites: http://community.jboss.org/wiki/SecureTheJmxConsole --> Wiki site on Jboss http://community.jboss.org/wiki/SecureTheJmxConsole/diff?secondVersionNumber=47 --> This is important because the Wiki site has some missing info that you can see in this diff https://access.redhat.com/kb/docs/DOC-30741 --> Another related security problem Check your Jboss config!!
This is my vote for the most ignorant comment of the week. Firewall redirections are about the worst possible way of forwarding to your web application, since your Java container knows nothing about the redirection. Java Server Faces, for example, and similar technologies such as JBoss Seam and Oracle ADF will often write their own URLs into the the application. Have fun making that behave with your firewall redirection. No, the correct way to get your web application to listen on port 80 is to use mod_jk and disable the Coyote HTTP. Hooray for your four digit uptime. I'm reminded of this image when you talk about your awesome security and uptime. You fail to mention how many visitors that impossible-to-crack website gets. Like you said, what do you know about this? Clearly a lot less than you think you do.
"Please describe the scientific nature of the 'whammy'" - Agent Scully
I have used mod_jk however I was under the impression that mod_proxy_ajp is replacing it. I have used mod_proxy_ajp for my last few installations and I love how simple it is to set up. Do you have information to the contrary? Is there specific applications where mod_jk make more sense than mod_proxy_ajp?
Beware of he who would deny you access to information, for in his heart he dreams himself your master.
These questions are answered in the Tomcat Connectors FAQ.
Re: your sig. You will find people withhold less information when you take the time to do research before asking FAQs. Paying them helps too ;-)
"Please describe the scientific nature of the 'whammy'" - Agent Scully