LinuxSecurity.com: An integer underflow vulnerability has been fixed which can be used by malicious people to cause denial of service.
Referenced CVEs:
CVE-2009-2624, CVE-2010-0001
Description:
===========================================================
Ubuntu Security Notice USN-889-1 January 20, 2010
gzip vulnerabilities
CVE-2009-2624, CVE-2010-0001
===================================================
LinuxSecurity.com: Multiple integer overflows have been fixed in tiff which can be used by malicious people to execute arbitrary code.
I have the following code:
Integer cr = 3;
String y = "\"\r\n\"";
for (Integer i = 0; i < cr; i++)
{
for (Integer j = 0; j < cr; j++)
{
for (Integer k = 0; k < cr; k++)
{
for (Integer l = 0; l < cr; l++)
{
for (Integer m = 0; m < cr; m++)
{
How can I ensure the folder that I tar and compress is good to be archive in DVD or tape? Must I uncompress and untar the file, or there is any way to tell the integerity of the compressed file before send to archive? I have bad experience on this, which the archive compressed file cold not be opened, the error message is unexpected EOF. I guess it could be incomplete archive process.
Hallo,
I've got an issue trying to decompress something that was compressed in VB.NET using Gzip.
In .NET the following occurs to an XML file:
- The file is compressed using Gzip
- The result is encrypted using Triple3DES
- The result is saved to a file
In Android, I've got the 3DES decryption working fine, which when I open a file where I only encrypted in .NET, returns the XML tha
In this article, it is intended to discuss the following utilities that are used to compress and uncompress files in Linux:
tar
gzip & gunzip
bzip2 & bunzip2
tar
LinuxSecurity.com: Martin Barbella discovered an integer overflow in an XSLT node sortingroutine. An attacker could exploit this to overflow a buffer and cause adenial of service or possibly execute arbitrary code with the privileges ofthe user invoking the program. (CVE-2010-1199) [More...]
In the "Why Xar" page of the Xar google code page it says:
"Additionally, this means xar can use different compression methods for
each file in the archive.