Linux Netfilter discussions
 help / color / mirror / Atom feed
* discard TCP SYN
@ 2003-08-06 11:32 Michael K
  2003-08-06 12:27 ` Cedric Blancher
  2003-08-06 12:43 ` Ralf Spenneberg
  0 siblings, 2 replies; 6+ messages in thread
From: Michael K @ 2003-08-06 11:32 UTC (permalink / raw)
  To: netfilter

My firewall have default policy to drop (in, out & fwd)
Some protocols are open for communications, such as tcp/80, ftp/21 from
the internet
Then I use stateful inspection, accepting estabished,related.
However, the nessus scanner is reporting this:
-----
The remote host does not discard TCP SYN packets which
have the FIN flag set.

Depending on the kind of firewall you are using, an
attacker may use this flaw to bypass its rules.

See also :
http://archives.neohapsis.com/archives/bugtraq/2002-10/0266.html
http://www.kb.cert.org/vuls/id/464113

Solution : Contact your vendor for a patch
Risk factor : Medium
BID : 7487
Nessus ID : 11618
----
Should I be worried? The remote host is Windows 2000 server.
Should I drop syn? iptables -A FORWARD -p tcp --tcp-flags SYN,FIN
SYN,FIN -j DROP

regards Klintan




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-08-07  5:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-06 11:32 discard TCP SYN Michael K
2003-08-06 12:27 ` Cedric Blancher
2003-08-06 16:43   ` Michael
2003-08-06 12:43 ` Ralf Spenneberg
2003-08-06 16:42   ` Michael K
2003-08-07  5:50     ` Ralf Spenneberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox