Lucene search
+L

1759 matches found

UbuntuCve
UbuntuCve
added 2010/12/22 1:0 a.m.29 views

CVE-2010-4574

The Pickle::Pickle function in base/pickle.cc in Google Chrome before 8.0.552.224 and Chrome OS before 8.0.552.343 on 64-bit Linux platforms does not properly perform pointer arithmetic, which allows remote attackers to bypass message deserialization validation, and cause a denial of service or...

7.5CVSS6AI score0.01798EPSS
SaveExploits0References1
CVE
CVE
added 2010/12/22 12:0 a.m.64 views

CVE-2010-4574

CVE-2010-4574 affects Google Chrome (before 8.0.552.224) and Chrome OS (before 8.0.552.343) on 64-bit Linux. The vulnerability lies in Pickle::Pickle (base/pickle.cc), where incorrect pointer arithmetic can bypass message deserialization validation, enabling remote input to cause denial of servic...

7.5CVSS7.9AI score0.01798EPSS
SaveExploits0References7Affected Software2
Debian
Debian
added 2009/08/15 3:56 p.m.107 views

[SECURITY] [DSA 1863-1] New zope2.10/zope2.9 packages fix arbitrary code execution

-------------------------------------------------------------------------- Debian Security Advisory DSA-1863-1 [email protected] http://www.debian.org/security/ Nico Golde August 15th, 2009 http://www.debian.org/security/faq -...

7.5CVSS7.4AI score0.0286EPSS
SaveExploits0
OpenVAS
OpenVAS
added 2009/03/23 12:0 a.m.52 views

Ubuntu Update for python2.4, python2.5 vulnerabilities USN-632-1

Ubuntu Update for Linux kernel vulnerabilities USN-632-1 OpenVAS Vulnerability Test $Id: gbubuntuUSN6321.nasl 7969 2017-12-01 09:23:16Z santu $ Ubuntu Update for python2.4, python2.5 vulnerabilities USN-632-1 Authors: System Generated Check Copyright: Copyright c 2009 Greenbone Networks GmbH,...

9.3CVSS1.1AI score0.22621EPSS
SaveExploits10References2
OpenVAS
OpenVAS
added 2009/03/23 12:0 a.m.26 views

Ubuntu: Security Advisory (USN-632-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2009 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.3CVSS8.2AI score0.22621EPSS
SaveExploits10References2
Ubuntu
Ubuntu
added 2008/08/01 6:17 a.m.70 views

USN-632-1: Python vulnerabilities

It was discovered that there were new integer overflows in the imageop module. If an attacker were able to trick a Python application into processing a specially crafted image, they could execute arbitrary code with user privileges. CVE-2008-1679 Justin Ferguson discovered that the zlib module di...

9.3CVSS7.7AI score0.22621EPSS
SaveExploits10
NVD
NVD
added 2007/02/26 5:28 p.m.14 views

CVE-2007-1100

Directory traversal vulnerability in download.php in Ahmet Sacan Pickle before 20070301 allows remote attackers to read arbitrary files via a .. dot dot in the file parameter...

7.8CVSS6.6AI score0.03584EPSS
SaveExploits2References8
Prion
Prion
added 2007/02/26 5:28 p.m.17 views

Directory traversal

Directory traversal vulnerability in download.php in Ahmet Sacan Pickle before 20070301 allows remote attackers to read arbitrary files via a .. dot dot in the file parameter...

7.8CVSS7.1AI score0.03584EPSS
SaveExploits2References8
CVE
CVE
added 2007/02/26 5:0 p.m.52 views

CVE-2007-1100

CVE-2007-1100 describes a directory traversal vulnerability in the Proj. Ahmet Sacan’s Pickle project (before 20070301). The flaw resides in download.php, where an attacker can supply a crafted file parameter containing ".." to cause arbitrary local file disclosure. Affected component: Pickle (Ah...

7.8CVSS6.6AI score0.03584EPSS
SaveExploits2References8Affected Software1
Cvelist
Cvelist
added 2007/02/26 5:0 p.m.20 views

CVE-2007-1100

Directory traversal vulnerability in download.php in Ahmet Sacan Pickle before 20070301 allows remote attackers to read arbitrary files via a .. dot dot in the file parameter...

6.6AI score0.03584EPSS
SaveExploits2References8
securityvulns
securityvulns
added 2007/02/25 12:0 a.m.37 views

pickle download local file

download local file : /Pickle/src/download.php?img=1&file=../../../../../../../../../../../../../etc/shadow&rotation=0&img=0 regards laurent gaffie...

2.4AI score
SaveExploits0
exploitpack
exploitpack
added 2007/02/24 12:0 a.m.23 views

Pickle 0.3 - download.php Local File Inclusion

Pickle 0.3 - download.php Local File Inclusion source: https://www.securityfocus.com/bid/22703/info picKLE is prone to a local file-include vulnerability because it fails to properly sanitize user-supplied input. Exploiting this issue may allow an unauthorized user to view files and execute local...

7.4AI score
SaveExploits0
Exploit DB
Exploit DB
added 2007/02/24 12:0 a.m.25 views

Pickle 0.3 - 'download.php' Local File Inclusion

source: https://www.securityfocus.com/bid/22703/info picKLE is prone to a local file-include vulnerability because it fails to properly sanitize user-supplied input. Exploiting this issue may allow an unauthorized user to view files and execute local scripts. Version 0.3 is vulnerable to this...

7.8CVSS5.8AI score0.03584EPSS
SaveExploits2
securityvulns
securityvulns
added 2002/07/18 12:0 a.m.31 views

Multiple bugs in Python

Input validation problems in pickle module...

1.5AI score
SaveExploits0References1Affected Software1
securityvulns
securityvulns
added 2002/07/18 12:0 a.m.43 views

Exploit for a security hole in the pickle module for Python versions <= 2.1.x

""" Exploit for a security hole in the pickle module for Python versions = 2.1.x Pickle is the name of a Python module for object persistence. It can convert arbitrary Python objects into byte streams and back. Though the documentation for Python 1.5.2 read The pickle module doesn't handle code...

0.3AI score
SaveExploits0
exploitpack
exploitpack
added 2002/07/17 12:0 a.m.16 views

Python 1.51.62.02.1.x - Pickle Class Constructor Arbitrary Code Execution

Python 1.51.62.02.1.x - Pickle Class Constructor Arbitrary Code Execution source: https://www.securityfocus.com/bid/5257/info Python is an open source, object oriented programming language. The Python Pickle module is provided to convert object variables into a serialized form "pickling", and lat...

0.3AI score
SaveExploits0
exploitpack
exploitpack
added 2002/07/17 12:0 a.m.15 views

Python 1.5.2 Pickle - Unsafe eval() Code Execution

Python 1.5.2 Pickle - Unsafe eval Code Execution source: https://www.securityfocus.com/bid/5255/info Python is an open source, object oriented programming language. The Python Pickle module is provided to convert object variables into a serialized form "pickling", and later recover the data back...

7.8AI score
SaveExploits0
Exploit DB
Exploit DB
added 2002/07/17 12:0 a.m.22 views

Python 1.5/1.6/2.0/2.1.x - Pickle Class Constructor Arbitrary Code Execution

source: https://www.securityfocus.com/bid/5257/info Python is an open source, object oriented programming language. The Python Pickle module is provided to convert object variables into a serialized form "pickling", and later recover the data back into an object hierarchy "unpickling". A...

5.8AI score
SaveExploits0
Exploit DB
Exploit DB
added 2002/07/17 12:0 a.m.39 views

Python 1.5.2 Pickle - Unsafe 'eval()' Code Execution

source: https://www.securityfocus.com/bid/5255/info Python is an open source, object oriented programming language. The Python Pickle module is provided to convert object variables into a serialized form "pickling", and later recover the data back into an object hierarchy "unpickling". A...

5.8AI score
SaveExploits0
Rows per page
Query Builder