Bug#438540: libid3-3.8.3c2a: creates insecure temporary files

2007-08-22 Thread Martin Schulze
Nikolaus Schulz wrote: > Package: libid3-3.8.3c2a > Version: 3.8.3-6 > Severity: grave > Tags: security > Justification: user security hole > > Hi, > > when tagging file $foo, a temporary copy of the file is created, and for some > reason, libid3 doesn't use mkstemp but just creates $foo.XX

Bug#438540: libid3-3.8.3c2a: creates insecure temporary files

2007-08-17 Thread Nikolaus Schulz
Package: libid3-3.8.3c2a Version: 3.8.3-6 Severity: grave Tags: security Justification: user security hole Hi, when tagging file $foo, a temporary copy of the file is created, and for some reason, libid3 doesn't use mkstemp but just creates $foo.XX literally, without any checking. This wou