Go Back   Wireless and Wifi Forums > News > Newsgroups > comp.security.misc
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-01-2006, 10:01 AM
Neil Jones
Guest
 
Posts: n/a
Default Tomcat secure configuration


I am new to Tomcat Java App server. Is there any checklist for Tomcat
to ensure that it is configured securely?

Any help appreciated.

Thank you in advance.

N J



Reply With Quote
  #2 (permalink)  
Old 11-05-2006, 06:42 PM
Juha Laiho
Guest
 
Posts: n/a
Default Re: Tomcat secure configuration

Neil Jones <castellan2004-email@yahoo.com> said:
>I am new to Tomcat Java App server. Is there any checklist for Tomcat
>to ensure that it is configured securely?


Haven't come across one -- but then, haven't been looking for one.

>Any help appreciated.


I think the first would be: don't run Tomcat as root. So, whatever happens,
initially the intruder would only have access rights of the account that
is used to run Tomcat. However, if you must have Tomcat at port 80, then
you'll need to do some extra work to accomplish that (either, allow
non-root binding of port 80, or create an iptables forward from port 80
to your real Tomcat port - and perhaps prohibit external connections
to your real Tomcat port).

Then, if you have proper control on what you run with Tomcat, and really
undrstand your application code, you could start setting up the Java
security policy for your application; for more info, see:
http://tomcat.apache.org/tomcat-5.5-...ger-howto.html

.... so, f.ex. you could prohibit a certain codebase from performing any
file operations.

However, the crux of the issue really is that the applications you run
on top of Tomcat are secure.

Unless you're already familiar with the OWASP initiative, take a look
at their web pages at http://www.owasp.org/ - especially their "Top Ten"
list at http://www.owasp.org/index.php/OWASP_Top_Ten_Project .
--
Wolf a.k.a. Juha Laiho Espoo, Finland
(GC 3.0) GIT d- s+: a C++ ULSH++++$ P++@ L+++ E- W+$@ N++ !K w !O !M V
PS(+) PE Y+ PGP(+) t- 5 !X R !tv b+ !DI D G e+ h---- r+++ y++++
"...cancel my subscription to the resurrection!" (Jim Morrison)

Reply With Quote
Sponsored Links
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
HPSBUX02178 SSRT061267 rev.1 - HP-UX Secure Shell Remote Denial of Service (DoS) Security Alert comp.security.misc 0 12-05-2006 06:44 PM
[SSL-Talk List FAQ] Secure Sockets Layer Discussion List FAQ v1.1.1 Shannon Appel comp.security.misc 0 10-19-2005 04:37 AM
Google "Secure Access" FAQ + Download link frankdowling1@yahoo.com alt.internet.wireless 11 09-23-2005 08:22 PM
[SSL-Talk List FAQ] Secure Sockets Layer Discussion List FAQ v1.1.1 Shannon Appel comp.security.misc 0 08-30-2005 04:26 AM
[SSL-Talk List FAQ] Secure Sockets Layer Discussion List FAQ v1.1.1 Shannon Appel comp.security.misc 0 07-31-2005 04:25 AM


All times are GMT. The time now is 04:43 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45