exploit-db-mirror/exploits/linux/dos/23172.txt
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

10 lines
No EOL
521 B
Text

source: https://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