- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sendmail 8.9.3 and Security
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2002 08:43 AM
06-17-2002 08:43 AM
Sendmail 8.9.3 and Security
I can't seem to find the patch, where would I find this patch/upgrade? Is it Patch: PHNE_24419 or PHNE_17190 or something else?
Is it truly that easy to hack into a system using port 25 of sendmail? I can't seem to do it, but then again I've never tried to hack into it before, so I may not be doing everything "correctly".
Any thoughts or experiences are appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2002 09:40 AM
06-17-2002 09:40 AM
Re: Sendmail 8.9.3 and Security
try this url:
http://support1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHNE_24419&context=hpux:800:11:00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2002 10:02 AM
06-17-2002 10:02 AM
Re: Sendmail 8.9.3 and Security
Try this :-
Telnet to your server using port 25,
it will return somthing like this :-Trying...
Connected to
Escape character is '^]'.
220 d370 ESMTP Sendmail 8.8.6 (PHNE_17190)/8.8.6; Mon, 17 Jun 2002 18:52:49 -060
0 (MDT)
Hostname is there :- "d370"
Sendmail version :-8.8.6
The PHNE indicated a Unix server
Try:-
vrfy root
250 Super User
vrfy fred
550 fred unknown user.
vrfy bert
250 Super User
------------------------------------------
Right, what have we got without logging into the server.
IT is a HP-UX machine running sendmail version 8.8.6 it does not have a user called fred in the passwd file but has a user called bert who has superuser rights.
So Bert looks like a good way in:-
HTH
BTW the HP security course is one of the fun ones !!!
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2002 10:05 AM
06-17-2002 10:05 AM
Re: Sendmail 8.9.3 and Security
Btw
To disable vrfy edit:-
/etc/mail/sendmail.cf
find PrivacyOptions test
add line "O PrivacyOptions=novrfy"
stop and restart send mail:-
/sbin/init.d/sendmail stop/start
and recheck the vrvf command.
It wiil now not work.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2002 10:34 AM
06-17-2002 10:34 AM
Re: Sendmail 8.9.3 and Security
I've turned off the verify, and there was also an interesting little privacy option of "goaway". Now that I understand how to get in, and I have set the two privacy options, I can still type:
MAIL From:
and it tells me "Sender OK" which I am lead to beleive will allow others to send bogus email from my system - is there any way of stopping this - short of shutting down sendmail?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2002 10:51 AM
06-17-2002 10:51 AM
Re: Sendmail 8.9.3 and Security
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2002 11:39 PM
06-17-2002 11:39 PM
Re: Sendmail 8.9.3 and Security
Sendmail latest is 8.12.3, and this version include many securities (relay and so on....).
Of course, you don't have the latest version on HP's cd, you have to download from sendmail.org and compile by hand to make it work.
It's true that between 8.8 and 8.9, security is better (for the 8.9), because by default some capabilities like relay are closed. You have to open it to make it work.
Hope it'll help