Lucene search
+L

6017 matches found

RedhatCVE
RedhatCVE
added 2019/11/10 3:09 p.m.34 views

CVE-2018-12015

It was found that the Archive::Tar module did not properly sanitize symbolic links when extracting tar archives. An attacker, able to provide a specially crafted archive for processing, could use this flaw to write or overwrite arbitrary files in the context of the Perl interpreter...

7.5CVSS3.2AI score0.07251EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2019/11/08 12:00 a.m.39 views

EulerOS 2.0 SP5 : libarchive (EulerOS-SA-2019-2202)

According to the versions of the libarchive package installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - The readHeader function in archivereadsupportformat7zip.c in libarchive 3.2.1 allows remote attackers to cause a denial of service...

7.5CVSS6.7AI score0.05258EPSS
SaveExploits4References13
Tenable Nessus
Tenable Nessus
added 2019/11/08 12:00 a.m.28 views

EulerOS 2.0 SP5 : tar (EulerOS-SA-2019-2192)

According to the version of the tar package installed, the EulerOS installation on the remote host is affected by the following vulnerability : - Directory traversal vulnerability in the safernamesuffix function in GNU tar 1.14 through 1.29 might allow remote attackers to bypass an intended...

7.5CVSS7.8AI score0.15155EPSS
SaveExploits3References2
Tenable Nessus
Tenable Nessus
added 2019/11/08 12:00 a.m.33 views

EulerOS 2.0 SP5 : perl (EulerOS-SA-2019-2220)

According to the versions of the perl packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - Integer underflow in regcomp.c in Perl before 5.20, as used in Apple OS X before 10.10.5 and other products, allows context-dependent attackers to...

7.8CVSS7.4AI score0.03045EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2019/11/08 12:00 a.m.31 views

EulerOS 2.0 SP5 : perl-Archive-Tar (EulerOS-SA-2019-2181)

According to the version of the perl-Archive-Tar package installed, the EulerOS installation on the remote host is affected by the following vulnerability : - Archive::Tar provides an object oriented mechanism for handling tar files. It provides class methods for quick and easy files handling whi...

7.5CVSS6.8AI score0.07251EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2019/11/08 12:00 a.m.24 views

EulerOS 2.0 SP3 : libgsf (EulerOS-SA-2019-2240)

According to the version of the libgsf package installed, the EulerOS installation on the remote host is affected by the following vulnerability : - An error within the 'tardirectoryforfile' function gsf-infile-tar.c in GNOME Structured File Library before 1.14.41 can be exploited to trigger a Nu...

5.5CVSS5.7AI score0.0133EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2019/11/07 4:55 p.m.9 views

kubernetes: Incomplete fixes for CVE-2019-1002101 and CVE-2019-11246, kubectl cp potential directory traversal

The kubectl cp command allows copying files between containers and the user machine. To copy files from a container, Kubernetes runs tar inside the container to create a tar archive, copies it over the network, and kubectl unpacks it on the user’s machine. If the tar binary in the container is...

6.5CVSS7AI score0.13164EPSS
SaveExploits2References5
RedHat Linux
RedHat Linux
added 2019/11/07 4:55 p.m.11 views

kubernetes: `kubectl cp` allows for arbitrary file write via double symlinks

The Kubernetes kubectl cp command in versions 1.1-1.12, and versions prior to 1.13.11, 1.14.7, and 1.15.4 allows a combination of two symlinks provided by tar output of a malicious container to place a file outside of the destination directory specified in the kubectl cp invocation. This could be...

5.7CVSS6.9AI score0.0262EPSS
SaveExploits0References5
Hacker One
Hacker One
added 2019/11/06 8:13 a.m.51 views

Node.js third-party modules: Filesystem Writes via `yarn install` via symlinks and tar transforms inside a crafted malicious package

I would like to report an arbitrary filesystem write vulnerability in Yarn when installing a malicious package from the default repositories. This vulnerability has the potential for RCE -- even if --ignore-scripts is disabled. It allows a malicious package, upon install, to write to any path on...

5.1CVSS8.3AI score0.05159EPSS
SaveExploits1
FreeBSD
FreeBSD
added 2019/11/06 12:00 a.m.55 views

GNU cpio -- multiple vulnerabilities

Sergey Poznyakoff reports: This stable release fixes several potential vulnerabilities CVE-2015-1197: cpio, when using the --no-absolute-filenames option, allows local users to write to arbitrary files via a symlink attack on a file in an archive. CVE-2016-2037: The cpiosafernamesuffix function i...

7.3CVSS7.1AI score0.05484EPSS
SaveExploits5References1
RedHat Linux
RedHat Linux
added 2019/11/05 9:13 p.m.6 views

rubygems: Delete directory using symlink when decompressing tar

A Directory Traversal issue was discovered in RubyGems 2.7.6 and later through 3.0.2. Before making new directories or touching files which now include path-checking code for symlinks, it would delete the target destination. If that destination was hidden behind a symlink, a malicious gem could...

8.8CVSS7.3AI score0.04212EPSS
SaveExploits1References4
UbuntuCve
UbuntuCve
added 2019/11/02 12:00 a.m.23 views

CVE-2019-14866

In all versions of cpio before 2.13 does not properly validate input files when generating TAR archives. When cpio is used to create TAR archives from paths an attacker can write to, the resulting archive may contain files with permissions the attacker did not have or in paths he did not have...

7.3CVSS6.7AI score0.00686EPSS
SaveExploits1References4
OSV
OSV
added 2019/11/02 12:00 a.m.6 views

UBUNTU-CVE-2019-14866

In all versions of cpio before 2.13 does not properly validate input files when generating TAR archives. When cpio is used to create TAR archives from paths an attacker can write to, the resulting archive may contain files with permissions the attacker did not have or in paths he did not have...

7.3CVSS6.7AI score0.00686EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2019/10/29 4:22 p.m.11 views

kubernetes: Incomplete fixes for CVE-2019-1002101 and CVE-2019-11246, kubectl cp potential directory traversal

The kubectl cp command allows copying files between containers and the user machine. To copy files from a container, Kubernetes runs tar inside the container to create a tar archive, copies it over the network, and kubectl unpacks it on the user’s machine. If the tar binary in the container is...

6.5CVSS7AI score0.13164EPSS
SaveExploits2References5
RedhatCVE
RedhatCVE
added 2019/10/25 1:51 p.m.34 views

CVE-2019-14866

It was discovered cpio does not properly validate input files when generating TAR archives. When cpio is used to create TAR archives from paths an attacker can write to, the resulting archive may contain files with permissions the attacker did not have or in paths he did not have access to...

7.3CVSS7.3AI score0.00686EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2019/10/25 12:00 a.m.47 views

FreeBSD : FreeBSD -- Multiple vulnerabilities in bzip2 (3c7edc7a-f680-11e9-a87f-a4badb2f4699)

The decompressor used in bzip2 contains a bug which can lead to an out-of-bounds write when processing a specially crafted bzip21 file. bzip2recover contains a heap use-after-free bug which can be triggered when processing a specially crafted bzip21 file. Impact : An attacker who can cause...

9.3CVSS8.1AI score0.15562EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2019/10/25 12:00 a.m.45 views

Amazon Linux 2 : perl-Archive-Tar (ALAS-2019-1330)

It was found that the Archive::Tar module did not properly sanitize symbolic links when extracting tar archives. An attacker, able to provide a specially crafted archive for processing, could use this flaw to write or overwrite arbitrary files in the context of the Perl interpreter.CVE-2018-12015...

7.5CVSS6.5AI score0.07251EPSS
SaveExploits1References2
OSV
OSV
added 2019/10/23 9:15 p.m.9 views

CVE-2019-18370

An issue was discovered on Xiaomi Mi WiFi R3G devices before 2.28.23-stable. The backup file is in tar.gz format. After uploading, the application uses the tar zxf command to decompress, so one can control the contents of the files in the decompressed directory. In addition, the application's sh...

9.8CVSS7.3AI score0.40295EPSS
SaveExploits2References1
Amazon
Amazon
added 2019/10/21 12:00 a.m.43 views

Medium: perl-Archive-Tar

Issue Overview: It was found that the Archive::Tar module did not properly sanitize symbolic links when extracting tar archives. An attacker, able to provide a specially crafted archive for processing, could use this flaw to write or overwrite arbitrary files in the context of the Perl...

7.5CVSS8AI score0.07251EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
added 2019/10/15 12:00 a.m.28 views

NewStart CGSL CORE 5.04 / MAIN 5.04 : perl-Archive-Tar Vulnerability (NS-SA-2019-0188)

The remote NewStart CGSL host, running version CORE 5.04 / MAIN 5.04, has perl-Archive-Tar packages installed that are affected by a vulnerability: - In Perl through 5.26.2, the Archive::Tar module allows remote attackers to bypass a directory-traversal protection mechanism, and overwrite arbitra...

7.5CVSS6.7AI score0.07251EPSS
SaveExploits1References2
Rows per page
Query Builder