[Bug 615751] New: /sbin/route crashes - buffer overflow
http://bugzilla.novell.com/show_bug.cgi?id=615751 http://bugzilla.novell.com/show_bug.cgi?id=615751#c0 Summary: /sbin/route crashes - buffer overflow Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: i686 OS/Version: openSUSE 11.2 Status: NEW Severity: Normal Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: colAflash@gmx.net QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.3) Gecko/20100401 SUSE/3.6.3-1.2 Firefox/3.6.3 When entering this, /sbin/route crashes: sudo /sbin/route -A inet6 add default 1234:5678:9012:3456::7890 In this command there is no "gw", so the command is not correctly. The right way it should be: sudo /sbin/route -A inet6 add default gw 1234:5678:9012:3456::7890 But nevertheless route shouldn't crash!!! Reproducible: Always Steps to Reproduce: 1. Type: sudo /sbin/route -A inet6 add default 1234:5678:9012:3456::7890 Actual Results: *** buffer overflow detected ***: /sbin/route terminated ======= Backtrace: ========= /lib/libc.so.6(__fortify_fail+0x40)[0xb76ea620] /lib/libc.so.6[0xb76e855d] /lib/libc.so.6(__strcpy_chk+0x40)[0xb76e7800] /sbin/route[0x804c65d] /sbin/route[0x8049856] /lib/libc.so.6(__libc_start_main+0xfe)[0xb7617ace] /sbin/route[0x80492f1] ======= Memory map: ======== 08048000-08054000 r-xp 00000000 08:01 819379 /sbin/route 08054000-08055000 r--p 0000b000 08:01 819379 /sbin/route 08055000-08056000 rw-p 0000c000 08:01 819379 /sbin/route 08056000-08077000 rw-p 00000000 00:00 0 [heap] b746e000-b748c000 r-xp 00000000 08:01 909567 /lib/libgcc_s.so.1 b748c000-b748d000 r--p 0001d000 08:01 909567 /lib/libgcc_s.so.1 b748d000-b748e000 rw-p 0001e000 08:01 909567 /lib/libgcc_s.so.1 b74d4000-b7513000 r--p 00000000 08:01 393369 /usr/lib/locale/de_DE.utf8/LC_CTYPE b7513000-b7600000 r--p 00000000 08:01 27274 /usr/lib/locale/de_DE.utf8/LC_COLLATE b7600000-b7601000 rw-p 00000000 00:00 0 b7601000-b775a000 r-xp 00000000 08:01 909354 /lib/libc-2.10.1.so b775a000-b775b000 ---p 00159000 08:01 909354 /lib/libc-2.10.1.so b775b000-b775d000 r--p 00159000 08:01 909354 /lib/libc-2.10.1.so b775d000-b775e000 rw-p 0015b000 08:01 909354 /lib/libc-2.10.1.so b775e000-b7761000 rw-p 00000000 00:00 0 b7786000-b7788000 r-xp 00000000 08:01 750573 /usr/lib/gconv/ISO8859-1.so b7788000-b7789000 r--p 00001000 08:01 750573 /usr/lib/gconv/ISO8859-1.so b7789000-b778a000 rw-p 00002000 08:01 750573 /usr/lib/gconv/ISO8859-1.so b778a000-b7796000 r--p 00000000 08:01 788698 /usr/share/locale/de/LC_MESSAGES/net-tools.mo b7796000-b7797000 r--p 00000000 08:01 83015 /usr/lib/locale/de_DE.utf8/LC_NUMERIC b7797000-b7798000 r--p 00000000 08:01 27276 /usr/lib/locale/de_DE.utf8/LC_TIME b7798000-b7799000 r--p 00000000 08:01 763151 /usr/lib/locale/de_DE.utf8/LC_MONETARY b7799000-b779a000 r--p 00000000 08:01 336292 /usr/lib/locale/de_DE.utf8/LC_MESSAGES/SYS_LC_MESSAGES b779a000-b779b000 r--p 00000000 08:01 763173 /usr/lib/locale/de_DE.utf8/LC_PAPER b779b000-b779c000 r--p 00000000 08:01 904677 /usr/lib/locale/de_DE.utf8/LC_NAME b779c000-b779d000 r--p 00000000 08:01 24600 /usr/lib/locale/de_DE.utf8/LC_ADDRESS b779d000-b779e000 r--p 00000000 08:01 904676 /usr/lib/locale/de_DE.utf8/LC_TELEPHONE b779e000-b779f000 r--p 00000000 08:01 763176 /usr/lib/locale/de_DE.utf8/LC_MEASUREMENT b779f000-b77a6000 r--s 00000000 08:01 752817 /usr/lib/gconv/gconv-modules.cache b77a6000-b77a7000 r--p 00000000 08:01 27275 /usr/lib/locale/de_DE.utf8/LC_IDENTIFICATION b77a7000-b77a8000 rw-p 00000000 00:00 0 b77a8000-b77c6000 r-xp 00000000 08:01 909351 /lib/ld-2.10.1.so b77c6000-b77c7000 r--p 0001d000 08:01 909351 /lib/ld-2.10.1.so b77c7000-b77c8000 rw-p 0001e000 08:01 909351 /lib/ld-2.10.1.so bfd08000-bfd1d000 rw-p 00000000 00:00 0 [stack] ffffe000-fffff000 r-xp 00000000 00:00 0 [vdso] Abgebrochen Expected Results: route should tell, that there is an error in the commend. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=615751 http://bugzilla.novell.com/show_bug.cgi?id=615751#c yang xiaoyu <xyyang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xyyang@novell.com AssignedTo|bnc-team-screening@forge.pr |ms@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=615751 http://bugzilla.novell.com/show_bug.cgi?id=615751#c1 Marcus Schaefer <ms@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #1 from Marcus Schaefer <ms@novell.com> 2010-06-21 13:35:02 UTC --- route is obsolete: please use `ip route` instead -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com