Security vulnerability on my sun solaris 9 box


 
Thread Tools Search this Thread
Operating Systems Solaris Security vulnerability on my sun solaris 9 box
# 1  
Old 05-25-2006
Security vulnerability on my sun solaris 9 box

We are running security scans on our machines.
I am concerned with my solaris 9 box running on a 280r. got the following message.

The remote host accepts loose source routed IP packets.
The feature was designed for testing purpose.
An attacker may use it to circumvent poorly designed IP filtering
and exploit another flaw. However, it is not dangerous by itself
Solution : drop source routed packets on this host or on other ingress
routers or firewalls.

From what I've known inthe past, to remediate this issue, I have changed a few things in the nddconfig script.

I have the setting: IP_FORWARD_SRC_ROUTED=0

I believe it was set to 1 by default.
I thought this setting was to not let this system act as a router.

Questions:

Do you think I am doing something wrong in my configuration?
Is there any way to show what the live system has for IP_FORWARD_SRC_ROUTED? I know what the nddscript says, but i want to make sure it is taking effect..

Thanks in advance if anyone can help.
# 2  
Old 05-25-2006
This is a confusing issue. The ip protocol that we have used for many years is version 4 of the ip protocol. Version 6 is starting to be deployed as well. ip_forward_src_routed controls version 4's behavior. It has a counterpart ip6_forward_src_routed to control version 6's behavior. This risk is very trivial but I think they should both be zero anyway. Check them with:

ndd -get /dev/ip ip_forward_src_routed
ndd -get /dev/ip ip6_forward_src_routed

Not acting as a router is different. Let's say that you have an hme0 interface. Then use:

ndd -get /dev/ip ip_forwarding
ndd -get /dev/ip ip6_forwarding
ndd -get /dev/ip hme0:ip_forwarding
ndd -get /dev/ip lo0:ip_forwarding

I'm not sure how the last two interact first the first two. But if a paramater has the string "forward" anywhere in it, zero it out until the need for non-zero is proven. I'm not sure exactly what ip_forward_directed_broadcasts does. But zero it out too. ("directed_broadcasts"... kinda like "jumbo shrimp" Smilie )
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Sun Virtual box

hi Am Using Windows vista machine where i installed Sun Virtual Box on Which i installled Solaris 10.. am not able to ping my windows machine from Sun OS neither viceversa.. Can someone help me out to get this sorted please .... (2 Replies)
Discussion started by: Sojourner
2 Replies

2. Solaris

Sound not working on Solaris 10 running on Sun Virtual Box

Hello Friends, I have installed Solaris 10 on on Sun Virtual Box. I am able to browse internet on solaris 10 thru firefox, however I am not getting sound, there is cross on the tray icon of sound. Please help with this !! Regards, Sahil (3 Replies)
Discussion started by: sahilsardana
3 Replies

3. Solaris

Help with booting SUN Box

Got the console cable all connected up and got tot he ok prompt. Typed in boot cdrom and got the following: ok boot cdrom Boot device: /pci@8,700000/scsi@6/disk@6,0:f File and args: ERROR: /packages/deblocker: Last Trap: Corrected ECC Error Can't read disk label. Can't open disk... (4 Replies)
Discussion started by: bbbngowc
4 Replies

4. Solaris

How to Implement NFS Security in Sun Solaris 9

How to implement NFS Security in server where filesystem is configured as NFS & AutoFS? Any special patch need to be applied? What are the procedures? (1 Reply)
Discussion started by: KhawHL
1 Replies

5. UNIX for Advanced & Expert Users

send mail from sun box 8

Hi experts, I need to send email form my sun box but i unable to send? 1) What Basic setting i have to check? 2) We have DNS server running on other system (ISP-DNS 202.62.64.3,Primary-DNS 192.168.10.4 slave-DNS 192.168.10.1) 3) what Files need to be check, what files need to be created. ... (1 Reply)
Discussion started by: saisivakumar
1 Replies

6. Solaris

migration of sun box 5.8 to 5.10

i want to migrate sun box 5.8 to 5.10 and also 5.9 to 5.10 with jump start without ditrubing any users, how it can be done? (3 Replies)
Discussion started by: saini707
3 Replies

7. UNIX for Dummies Questions & Answers

difference between AIX box and Sun Solaris box

Hi, I need a clarification. Is there any difference between AIX box and Sun Solaris box? The bzip command with -c option works in AIX box and the same does not work in Sun Solaris box. Can anyone please explain if there is an implementation difference in both these boxes for the shell... (1 Reply)
Discussion started by: nisha4680
1 Replies

8. Solaris

What to look for in my sun box if I'm new to this?

Evening... I just recently purchased an older Ultra 5 with Solaris 8 equiped with NT. I'm not necessarily new to the unix world but this is the first time I've had my own box. I'm used to Unix in the working environment. So with that said... Are there any specific files I should be... (2 Replies)
Discussion started by: PapaPark
2 Replies

9. UNIX Benchmarks

move from an HP box to Sun Box

I could write a long spec here, however.....we are looking at investing in one of thise shiny blue Sun V440's. Rediculousely expensive, however possibly more cost effective over time...too much time listening to salesmen. To the point has anyone actually performed a comparison for Oracle running on... (4 Replies)
Discussion started by: luker
4 Replies

10. UNIX for Dummies Questions & Answers

Booting off of a cd on a Sun Box

I have a Sun box that I am trying to get started up, but everytime it will crap out because it is bound to an NIS domain that no longer exists. The Master for that domain was put out of commission. It was suggested to me that I could boot off of the Installation cd for the OS (Solaris 8) and... (4 Replies)
Discussion started by: Jody
4 Replies
Login or Register to Ask a Question