lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: 28 Dec 2010 20:38:28 -0000
From: rafaldworaczek@...zta.fm
To: bugtraq@...urityfocus.com
Subject: Fedora 14 - Format string attack in allegro-tools package

Format string attack in pack.c file (package allegro-tools) Fedora 14

Problematic code:

static void err(char *s1, char *s2)
{

   ......
   if (s2)
      printf(s2);
   ......
}


.......
f1 = argv[1];
.......

if (!in) {
      err("can't open ", f1);
      return 1;
}


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ