Lucene search
+L

10710 matches found

OSV
OSV
added 2022/05/14 3:12 a.m.104 views

GHSA-HCWX-7Q5V-VC67 Path Traversal in OWASP Dependency-Check

OWASP Dependency-Check before 3.2.0 allows attackers to write to arbitrary files via a crafted archive that holds directory traversal filenames...

7.8CVSS7.5AI score0.01709EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2022/05/14 1:42 a.m.25 views

RDF4J vulnerable to zip slip

RDF4J prior to 2.5.0 allows Directory Traversal via ../ in an entry in a ZIP archive...

7.5CVSS5.1AI score0.01824EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2022/05/14 1:33 a.m.25 views

GHSA-XRXM-MVQM-R553 Helm Path Traversal

All versions of Helm between Helm =2.0.0 and 2.12.2 contains a CWE-22: Improper Limitation of a Pathname to a Restricted Directory 'Path Traversal' vulnerability in The commands helm fetch --untar and helm lint some.tgz that can result when chart archive files are unpacked a file may be unpacked...

6.5CVSS6.5AI score0.01483EPSS
SaveExploits1References3
OSV
OSV
added 2022/05/14 1:14 a.m.51 views

GHSA-F6FV-FJG8-4M6W OpenRefine Directory Traversal

OpenRefine before 3.2 beta allows directory traversal via a relative pathname in a ZIP archive...

6.5CVSS6.4AI score0.02441EPSS
SaveExploits1References5
OSV
OSV
added 2022/05/13 1:54 a.m.22 views

GHSA-3G56-2HH3-35PH SoSReport Predictable Tmp File Names

sosreport in SoS 3.x allows local users to obtain sensitive information from sosreport files or gain privileges via a symlink attack on an archive file in a temporary directory, as demonstrated by sosreport-$hostname-$date.tar in /tmp/sosreport-$hostname-$date...

8.5CVSS7.2AI score0.00442EPSS
SaveExploits0References12
OSV
OSV
added 2022/05/13 1:43 a.m.49 views

GHSA-2F6R-892P-69G5 GeniXCMS arbitrary PHP code execution

In the Install Themes page in GeniXCMS 1.1.4, remote authenticated users can execute arbitrary PHP code via a .php file in a ZIP archive of a theme...

8.8CVSS8.7AI score0.01422EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2022/05/13 1:43 a.m.28 views

GeniXCMS arbitrary PHP code execution

In the Install Themes page in GeniXCMS 1.1.4, remote authenticated users can execute arbitrary PHP code via a .php file in a ZIP archive of a theme...

8.8CVSS7.4AI score0.01422EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2022/05/13 1:30 a.m.24 views

GHSA-QCF3-9VMH-XW4R Improper Limitation of a Pathname to a Restricted Directory in zt-zip

zt-zip before 1.13 is vulnerable to directory traversal, allowing attackers to write to arbitrary files via a ../ dot dot slash in a Zip archive entry that is mishandled during extraction. This vulnerability is also known as 'Zip-Slip'...

5.5CVSS6.8AI score0.1035EPSS
SaveExploits2References6
OSV
OSV
added 2022/05/13 1:10 a.m.24 views

GHSA-98WX-CW86-C97X mixlib-archive Path Traversal vulnerability

Chef Software's mixlib-archive versions 0.3.0 and older are vulnerable to a directory traversal attack allowing attackers to overwrite arbitrary files by using .. in tar archive entries...

7.5CVSS7.3AI score0.019EPSS
SaveExploits0References5
Snyk
Snyk
added 2022/05/13 1:10 a.m.5 views

Directory Traversal

Overview mixlib-archive is a simple interface to various archive formats Affected versions of this package are vulnerable to Directory Traversal allowing attackers to overwrite arbitrary files by supplying a filename for a tar archive involving ... Details A Directory Traversal attack also known ...

7.5CVSS7.6AI score0.019EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2022/05/13 1:10 a.m.41 views

mixlib-archive Path Traversal vulnerability

Chef Software's mixlib-archive versions 0.3.0 and older are vulnerable to a directory traversal attack allowing attackers to overwrite arbitrary files by using .. in tar archive entries...

7.5CVSS5.3AI score0.019EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/13 1:07 a.m.32 views

spring-integration-zip Arbitrary File Write

Addresses partial fix in CVE-2018-1261. Pivotal spring-integration-zip, versions prior to 1.0.2, exposes an arbitrary file write vulnerability, that can be achieved using a specially crafted zip archive affects other archives as well, bzip2, tar, xz, war, cpio, 7z, that holds path traversal...

4.7CVSS6.8AI score0.01427EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2022/05/13 1:07 a.m.42 views

GHSA-87VG-5PGX-PGGH spring-integration-zip Arbitrary File Write

Addresses partial fix in CVE-2018-1261. Pivotal spring-integration-zip, versions prior to 1.0.2, exposes an arbitrary file write vulnerability, that can be achieved using a specially crafted zip archive affects other archives as well, bzip2, tar, xz, war, cpio, 7z, that holds path traversal...

4.7CVSS4.8AI score0.01427EPSS
SaveExploits0References5
RubySec
RubySec
added 2022/05/13 12:00 a.m.21 views

mixlib-archive Path Traversal vulnerability

Chef Software's mixlib-archive versions 0.3.0 and older are vulnerable to a directory traversal attack allowing attackers to overwrite arbitrary files by using .. in tar archive entries...

7.5CVSS5.3AI score0.019EPSS
SaveExploits0References1Affected Software1
RedHat Linux
RedHat Linux
added 2022/05/10 2:02 p.m.13 views

golang: archive/zip: malformed archive may cause panic or memory exhaustion (incomplete fix of CVE-2021-33196)

A vulnerability was found in archive/zip of the Go standard library. Applications written in Go can panic or potentially exhaust system memory when parsing malformed ZIP files. An attacker capable of submitting a crafted ZIP file to a Go application using archive/zip to process that file could...

7.5CVSS7.1AI score0.06934EPSS
SaveExploits1References5
RedHat Linux
RedHat Linux
added 2022/05/10 2:02 p.m.13 views

golang: archive/zip: Reader.Open panics on empty string

A vulnerability was found in archive/zip of the Go standard library. Applications written in Go where Reader.Open the API implementing io/fs.FS introduced in Go 1.16 can panic when parsing a crafted ZIP archive containing completely invalid names or an empty filename argument...

7.5CVSS7.1AI score0.0328EPSS
SaveExploits0References5
Rockylinux
Rockylinux
added 2022/05/10 6:43 a.m.34 views

cpio security update

An update is available for cpio. This update affects Rocky Linux 8. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The cpio packages provide the GNU cpio utility for creating and extracting...

7.8CVSS7.9AI score0.04165EPSS
SaveExploits1
Metasploit
Metasploit
added 2022/05/10 12:00 a.m.195 views

VMware vCenter Extract Secrets from vmdir / vmafd DB File

Grab certificates from the vCenter server vmdird and vmafd database files and adds them to loot. The vmdird MDB database file can be found on the live appliance under the path /storage/db/vmware-vmdir/data.mdb, and the DB vmafd is under path /storage/db/vmware-vmafd/afd.db. The vmdir database...

5.4AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2022/05/09 7:48 a.m.13 views

golang: archive/zip: Reader.Open panics on empty string

A vulnerability was found in archive/zip of the Go standard library. Applications written in Go where Reader.Open the API implementing io/fs.FS introduced in Go 1.16 can panic when parsing a crafted ZIP archive containing completely invalid names or an empty filename argument...

7.5CVSS7.1AI score0.0328EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2022/05/06 12:00 a.m.33 views

EulerOS 2.0 SP10 : golang (EulerOS-SA-2022-1660)

According to the versions of the golang packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - In archive/zip in Go before 1.16.8 and 1.17.x before 1.17.1, a crafted archive header falsely designating that many files are present can cause ...

7.5CVSS6.9AI score0.06934EPSS
SaveExploits1References2
Rows per page
Query Builder