[Bug 782298] Re: command injections in mysqld_multi

2012-10-08 Thread Emanuel Bronshtein
Yes, if some other program (GUI , Server side scripts , etc ...) use a user supplied data as input to mysqld_multi command in vulnerable operations it will be a security issue. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.1

[Bug 792637] Re: dialog Segmentation fault

2012-10-08 Thread Emanuel Bronshtein
it happened in: Ubuntu 10.04.4 LTS. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/792637 Title: dialog Segmentation fault To manage notifications about this bug go to:

[Bug 782298] Re: command injections in mysqld_multi

2012-10-08 Thread Emanuel Bronshtein
Yes, if some other program (GUI , Server side scripts , etc ...) use a user supplied data as input to mysqld_multi command in vulnerable operations it will be a security issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 793694] [NEW] Format string bug in parselog.pl

2011-06-06 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: samba-doc samba-doc/examples/scripts/eventlog/parselog.pl have format string bug . test case : emanuel@amd64 /tmpecho '1 1 1 %n' | perl /usr/share/doc/samba-doc/examples/scripts/eventlog/parselog.pl Modification of a read-only value attempted at

[Bug 793502] [NEW] Insecure temporary file creation in fsm_draw.py

2011-06-06 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: python-ubuntuone-client ubuntuone-client/ubuntuone/syncdaemon/fsm/fsm_draw.py create temporary file with fixed name graph.debug under /tmp . test case : emanuel@emanuel-desktop:~$ export PYTHONPATH=/usr/share/xdot/ emanuel@emanuel-desktop:~$ python

[Bug 793533] [NEW] Insecure temporary file creation in asyncpk1.py

2011-06-06 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: system-config-printer-gnome system-config-printer/asyncpk1.py create temporary file with fixed name foo under /tmp . testcase : 1) run python /usr/share/system-config-printer/asyncpk1.py 2) click on Go 3) click on Get file Result : /tmp/foo created .

[Bug 793694] [NEW] Format string bug in parselog.pl

2011-06-06 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: samba-doc samba-doc/examples/scripts/eventlog/parselog.pl have format string bug . test case : emanuel@amd64 /tmpecho '1 1 1 %n' | perl /usr/share/doc/samba-doc/examples/scripts/eventlog/parselog.pl Modification of a read-only value attempted at

[Bug 793703] [NEW] Format string bug in shtags.pl

2011-06-06 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: vim-runtime vim/vim73/tools/shtags.pl have format string bug . test case : emanuel@emanuel-desktop:~$ echo 1 '/tmp/a%n' emanuel@emanuel-desktop:~$ /usr/share/vim/vim73/tools/shtags.pl '/tmp/a%n' Modification of a read-only value attempted at

[Bug 793280] [NEW] DoS window manager with extremely long button

2011-06-05 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: gxmessage displaying extremely long button causes the window manager to crash. test case : emanuel@emanuel-desktop:~$ gxmessage text -buttons `python -c print 'A'*115000` (gxmessage:8096): Gdk-WARNING **: Native Windows wider or taller than 65535

[Bug 793282] [NEW] DoS window manager with extremely long error

2011-06-05 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: zenity displaying extremely long error causes the window manager to crash. if the keyboard doesn't respond , login in tty and run compiz . test case : emanuel@emanuel-desktop:~$ zenity --error --text=`python -c print 'A'*115000` (zenity:8369):

[Bug 793289] [NEW] DoS window manager with extremely long error

2011-06-05 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: vinagre displaying extremely long error causes the window manager to crash. if the keyboard doesn't respond , login in tty and run compiz . test case: emanuel@emanuel-desktop:~$ vinagre --file=`python -c print 'A'*115000` (vinagre:8697): Gdk-WARNING

[Bug 793291] [NEW] DoS window manager with extremely long error

2011-06-05 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: nautilus displaying extremely long error causes the window manager to crash. test case: emanuel@emanuel-desktop:~$ nautilus `python -c print 'A'*10` ** Affects: nautilus (Ubuntu) Importance: Undecided Status: New -- You received

[Bug 793293] [NEW] DoS window manager with extremely long error

2011-06-05 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: pitivi displaying extremely long error causes the window manager to crash. if the keyboard doesn't respond , login in tty and run compiz . test case : emanuel@emanuel-desktop:~$ pitivi `python -c print 'A'*10`

[Bug 792258] [NEW] gnome-calculator Segmentation fault

2011-06-03 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: gcalctool /usr/bin/gnome-calculator crash with Segmentation fault message and throw errors when get long input . test case : emanuel@emanuel-desktop:~$ gcalctool -s `python -c print 'A'*4` gcalctool: malloc.c:3096: sYSMALLOc: Assertion `(old_top ==

[Bug 792268] [NEW] xmessage X errors

2011-06-03 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: x11-utils xmessage unable to handle long input and crash with X error . test case : 1 ) emanuel@emanuel-desktop:/tmp$ /usr/bin/xmessage 'text' -buttons `python -c print 'A'*10` X Error of failed request: BadAlloc (insufficient resources for

[Bug 792601] [NEW] update-binfmts Segmentation fault

2011-06-03 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: binfmt-support /usr/sbin/update-binfmts crash with Segmentation fault message when he get non valid input for display parameter (not cli\wine\jar\python2.7) test case : emanuel@emanuel-desktop:/tmp$ /usr/sbin/update-binfmts --display sometext sometext

[Bug 792628] [NEW] xhost double free or corruption

2011-06-03 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: x11-xserver-utils /usr/bin/xhost crash with very long hostname parameter . test case : emanuel@emanuel-desktop:/tmp$ xhost SI:`python -c print 'A'*1`:`python -c print 'A'*1` *** glibc detected *** xhost: double free or corruption (out):

[Bug 792637] [NEW] dialog Segmentation fault

2011-06-03 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: dialog dialog crash with long input to yesno and msgbox options . test case : 1 ) dialog --yesno `python -c print 'A'*10` 50 50 2 ) dialog --msgbox `python -c print 'A'*10` 50 50 under GDB : Starting program: /usr/bin/dialog --msgbox `python -c

[Bug 792642] [NEW] xcutsel Buffer Overflow

2011-06-03 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: x11-apps when /usr/bin/xcutsel get 83 characters or more from -selection option it crash with buffer overflow detected. test case : emanuel@emanuel-desktop:/tmp$ xcutsel -selection `python -c print 'A'*1` *** buffer overflow detected ***: xcutsel

[Bug 791970] [NEW] Scite Buffer Overflow

2011-06-02 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: scite there is a buffer overflow when filename parameter is more then 4096 characters . test case : emanuel@emanuel-desktop:~$ scite `python -c print 'A'*5000` *** buffer overflow detected ***: scite terminated tested on versions : 2.26 , 2.03 **

[Bug 792063] [NEW] gconf-editor Segmentation fault

2011-06-02 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: gconf-editor /usr/bin/gconf-editor crash with Segmentation fault message . test case : emanuel@emanuel-desktop:~$ gconf-editor /A Segmentation fault under GDB : Starting program: /usr/bin/gconf-editor /A [Thread debugging using libthread_db enabled]

[Bug 781982] Re: Format string bug in mysqldumpslow

2011-05-16 Thread Emanuel Bronshtein
mysql-client-5.1 package version : 5.1.41-3ubuntu12.10 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.1 in Ubuntu. https://bugs.launchpad.net/bugs/781982 Title: Format string bug in mysqldumpslow -- Ubuntu-server-bugs

[Bug 781985] Re: Format string bugs in mysqlhotcopy

2011-05-16 Thread Emanuel Bronshtein
mysql-server-5.1 package version : 5.1.41-3ubuntu12.10 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.1 in Ubuntu. https://bugs.launchpad.net/bugs/781985 Title: Format string bugs in mysqlhotcopy -- Ubuntu-server-bugs

[Bug 783509] [NEW] hipercdecode buffer overflow detected

2011-05-16 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: foo2zjs when /usr/bin/hipercdecode get 11 characters or more from input (file or stdin) it crash with following message : buffer overflow detected. test case : emanuel@emanuel-desktop:/tmp$ echo AAA /tmp/11 emanuel@emanuel-desktop:/tmp$

[Bug 783603] [NEW] foomatic-combo-xml Buffer Overflow

2011-05-16 Thread Emanuel Bronshtein
*** This bug is a security vulnerability *** Public security bug reported: Binary package hint: foomatic-db-engine /usr/bin/foomatic-combo-xml write data given by parameters to fixed char[1024] with sprintf which can trigger buffer overflow . test case : emanuel@emanuel-desktop:/tmp$

[Bug 783610] [NEW] intel_upload_blit_* commands Segmentation fault

2011-05-16 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: intel-gpu-tools I get Segmentation fault when execute one of intel_upload_blit_* commands as regular user and root . as root the message is : (instead of Permission denied) DRM_IOCTL_I915_GEM_APERTURE failed: Invalid argument test case :

[Bug 781982] Re: Format string bug in mysqldumpslow

2011-05-16 Thread Emanuel Bronshtein
mysql-client-5.1 package version : 5.1.41-3ubuntu12.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/781982 Title: Format string bug in mysqldumpslow -- ubuntu-bugs mailing list

[Bug 781985] Re: Format string bugs in mysqlhotcopy

2011-05-16 Thread Emanuel Bronshtein
mysql-server-5.1 package version : 5.1.41-3ubuntu12.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/781985 Title: Format string bugs in mysqlhotcopy -- ubuntu-bugs mailing list

[Bug 783716] [NEW] intel_bios_reader Segmentation fault

2011-05-16 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: intel-gpu-tools /usr/bin/intel_bios_reader crash when get the intel_bios_reader binary as parameter . test case : emanuel@emanuel-desktop:/tmp$ md5sum /usr/bin/intel_bios_reader 7277594a2b9588909844115afd36e5ee /usr/bin/intel_bios_reader

[Bug 783746] [NEW] fonttosfnt Segmentation fault

2011-05-16 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: xfonts-utils /usr/bin/fonttosfnt crash with Segmentation fault message . test case : emanuel@emanuel-desktop:~$ fonttosfnt -o 1 /usr/share/fonts/truetype/freefont/FreeSans.ttf Segmentation fault under GDB : (gdb) r -o 1

[Bug 783754] [NEW] ucs2any Segmentation fault

2011-05-16 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: xfonts-utils /usr/bin/ucs2any crash with Segmentation fault message . test case : emanuel@emanuel-desktop:/tmp$ touch Z emanuel@emanuel-desktop:/tmp$ cat 2.bdf STARTFONT 2.1 FONT 1-ISO10646-1 emanuel@emanuel-desktop:/tmp$ ucs2any 2.bdf Z iso8859-1 No

[Bug 782705] [NEW] command injection in ckbcomp

2011-05-14 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: console-setup /usr/bin/ckbcomp have command injection bug . test case : root@emanuel-desktop:/tmp# touch /etc/console-setup/compose.a;echo Systeminj;#.inc /usr/share/consoletrans/a;echo Systeminj;#.acm /tmp/CKB root@emanuel-desktop:/tmp#

[Bug 782832] [NEW] command injection in servicemenuinstallation

2011-05-14 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: dolphin /usr/bin/servicemenuinstallation have command injection bug. in ubuntu 10.04 the file exist inside kdebase-bin package. in ubuntu 11.04 the file exist inside dolphin package. test case : emanuel@emanuel-desktop:/tmp$ touch a

[Bug 782862] [NEW] Insecure temporary file creation in strace option

2011-05-14 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: f-spot strace option inside /usr/bin/f-spot create temporary file with fixed name f-spot.strace under /tmp . test case : emanuel@emanuel-desktop:/tmp$ f-spot --strace emanuel@emanuel-desktop:/tmp$ ls f-spot* f-spot.strace the bug can be found at : elif

[Bug 782705] Re: command injection in ckbcomp

2011-05-14 Thread Emanuel Bronshtein
fix : system(cat , /etc/console-setup/compose.${charmap}.inc); -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/782705 Title: command injection in ckbcomp -- ubuntu-bugs mailing list

[Bug 782479] Re: command injection in update-perl-sax-parsers

2011-05-14 Thread Emanuel Bronshtein
fix: system(ucf , --debconf-ok , --sum-file , /var/lib/libxml-sax-perl/ParserDetails.ini.md5sum , $tmpfile , $file); -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/782479 Title: command injection

[Bug 782904] [NEW] Format string bug in h2xs

2011-05-14 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: perl /usr/bin/h2xs have format string bug . test case : root@emanuel-desktop:/tmp# chfn -f emanuel-%n emanuel emanuel@emanuel-desktop:/tmp$ /usr/bin/h2xs wait.h Defaulting to backwards compatibility with perl 5.10.1 If you intend this module to be

[Bug 782298] [NEW] command injections in mysqld_multi

2011-05-13 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: mysql-server-5.1 /usr/bin/mysqld_multi have command injection bugs . test case : emanuel@emanuel-desktop:/tmp$ /usr/bin/mysqld_multi --example --silent /tmp/mysqld_multi_example 1 ) report option : emanuel@emanuel-desktop:/tmp$ /usr/bin/mysqld_multi

[Bug 782170] [NEW] command injection in deluser

2011-05-13 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: adduser /usr/sbin/deluser have command injection bug . testcase : root@emanuel-desktop:/tmp# echo ;echo SystemInj;1:x:9898:9899:,,,:/home/Sysinj:/bin/bash /etc/passwd root@emanuel-desktop:/tmp# /usr/sbin/deluser ;echo SystemInj;1 no crontab for root

[Bug 782209] [NEW] command injection in defoma-psfont-installer

2011-05-13 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: psfontmgr /usr/bin/defoma-psfont-installer have command injection bug . test case : emanuel@emanuel-desktop:/tmp$ touch 123 123';echo Systeminj;echo '1 # select that file in next command emanuel@emanuel-desktop:/tmp$ /usr/bin/defoma-psfont-installer

[Bug 782298] [NEW] command injections in mysqld_multi

2011-05-13 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: mysql-server-5.1 /usr/bin/mysqld_multi have command injection bugs . test case : emanuel@emanuel-desktop:/tmp$ /usr/bin/mysqld_multi --example --silent /tmp/mysqld_multi_example 1 ) report option : emanuel@emanuel-desktop:/tmp$ /usr/bin/mysqld_multi

[Bug 782466] [NEW] command injection in gst-visualise-0.10

2011-05-13 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: gstreamer0.10-plugins-base-apps /usr/bin/gst-visualise-0.10 have command injection bug . test case : 1) from first argument ($pipe variable): emanuel@emanuel-desktop:/tmp$ gst-visualise-0.10 text 2/dev/null ; echo Systeminj ; # No configuration file

[Bug 782479] [NEW] command injection in update-perl-sax-parsers

2011-05-13 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: libxml-sax-perl /usr/bin/update-perl-sax-parsers have command injection bug . test case : emanuel@emanuel-desktop:/tmp$ /usr/bin/update-perl-sax-parsers --update --file 2/dev/null ;echo Systeminj;exit; --ucf 1 update-perl-sax-parsers: Updating overall

[Bug 781982] [NEW] Format string bug in mysqldumpslow

2011-05-12 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: mysql-client-5.1 /usr/bin/mysqldumpslow have format string bug . test case : emanuel@emanuel-desktop:/tmp$ cat /tmp/query_slow_log # User@Host: root[ro%sot] @ localhost [] # Query_time: 20.000941 Lock_time: 0.00 Rows_sent: 1

[Bug 781985] [NEW] Format string bugs in mysqlhotcopy

2011-05-12 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: mysql-server-5.1 /usr/bin/mysqlhotcopy have format string bugs . test case : connect to mysql server and execute : mysql create database test; Query OK, 1 row affected (0.00 sec) mysql use test; Database changed mysql create table `a%n%n%n%n%n%n` (id

[Bug 781873] [NEW] Format string bug in update-rc.d script

2011-05-12 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: sysvinit /usr/sbin/update-rc.d and /usr/sbin/update-rc.d-insserv scripts have format string bug . test case : emanuel@emanuel-desktop /tmptouch bug%nf emanuel@emanuel-desktop /tmpupdate-rc.d ../../tmp/bug%nf start Modification of a read-only value

[Bug 781907] [NEW] Format string bug in deluser

2011-05-12 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: adduser /usr/sbin/deluser have format string bug . test case : root@emanuel-desktop:/tmp# mkdir %999s root@emanuel-desktop:/tmp# /tmp/%999s/../../usr/sbin/deluser Bug Integer overflow in format string for prtf at

[Bug 781930] [NEW] Format string bug in ppmtolss16

2011-05-12 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: syslinux /usr/bin/ppmtolss16 have format string bug . test case : emanuel@emanuel-desktop /tmpmkdir %999s emanuel@emanuel-desktop /tmp/tmp/%999s/../../usr/bin/ppmtolss16 /home/emanuel/Download/lantern.ppm Integer overflow in

[Bug 781948] [NEW] Format string bug in xscreensaver-text

2011-05-12 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: xscreensaver-data /usr/bin/xscreensaver-text have format string bug . test case : emanuel@emanuel-desktop:~$ export HOME=/tmp emanuel@emanuel-desktop:~$ echo *textMode:Format_string_%n_bug /tmp/.xscreensaver emanuel@emanuel-desktop:~$

[Bug 781959] [NEW] Format string bug in kolab_smtpdpolicy

2011-05-12 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: libkolab-perl /usr/bin/kolab_smtpdpolicy have format string bug . test case : emanuel@emanuel-desktop:/tmp$ /usr/bin/kolab_smtpdpolicy -ldap Bug%n.. Modification of a read-only value attempted at /usr/bin/kolab_smtpdpolicy line 161, DATA line 353.

[Bug 781961] [NEW] Format string bugs in apparmor-utils

2011-05-12 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: apparmor-utils /usr/sbin/audit and /usr/sbin/autodep and /usr/sbin/enforce have format string bugs . test case : emanuel@emanuel-desktop:/tmp$ /usr/sbin/audit /tmp/%n Modification of a read-only value attempted at /usr/sbin/audit line 122.

[Bug 781982] [NEW] Format string bug in mysqldumpslow

2011-05-12 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: mysql-client-5.1 /usr/bin/mysqldumpslow have format string bug . test case : emanuel@emanuel-desktop:/tmp$ cat /tmp/query_slow_log # User@Host: root[ro%sot] @ localhost [] # Query_time: 20.000941 Lock_time: 0.00 Rows_sent: 1

[Bug 781985] [NEW] Format string bugs in mysqlhotcopy

2011-05-12 Thread Emanuel Bronshtein
Public bug reported: Binary package hint: mysql-server-5.1 /usr/bin/mysqlhotcopy have format string bugs . test case : connect to mysql server and execute : mysql create database test; Query OK, 1 row affected (0.00 sec) mysql use test; Database changed mysql create table `a%n%n%n%n%n%n` (id