Lucene search
+L

472 matches found

Prion
Prion
added 2022/12/27 10:15 p.m.17 views

Input validation

Due to improper path sanitization, archives containing relative file paths can cause files to be written or overwritten outside of the target directory...

6.4CVSS9.1AI score0.01249EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
added 2022/12/27 9:13 p.m.24 views

CVE-2020-36566 Path traversal in github.com/whyrusleeping/tar-utils

Due to improper path sanitization, archives containing relative file paths can cause files to be written or overwritten outside of the target directory...

9.2AI score0.01023EPSS
SaveExploits0References3
CVE
CVE
added 2022/12/27 9:13 p.m.85 views

CVE-2020-36566

CVE-2020-36566 : A path traversal in the Go tar-utils library (github.com/whyrusleeping/tar-utils) allows archives with relative paths to write or overwrite files outside the target directory due to improper path sanitization. The vulnerability impacts tar-utils used in the go-ipfs codebase, with...

9.1CVSS9.2AI score0.01023EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2022/12/27 9:13 p.m.168 views

CVE-2020-36561

CVE-2020-36561 is a path-traversal vulnerability in the unzip library used by github.com/yi-ge/unzip (go-unzip). The root cause is improper path sanitization that allows archives containing relative file paths to write or overwrite files outside the target directory. Documents indicate the issue ...

9.1CVSS9.2AI score0.01325EPSS
SaveExploits1References4Affected Software1
Vulnrichment
Vulnrichment
added 2022/12/27 9:13 p.m.8 views

CVE-2020-36560 Path traversal in github.com/artdarek/go-unzip

Due to improper path sanitization, archives containing relative file paths can cause files to be written or overwritten outside of the target directory...

9.2AI score0.01249EPSS
SaveExploits1References4
CVE
CVE
added 2022/12/27 9:13 p.m.94 views

CVE-2020-36560

CVE-2020-36560 corresponds to a path traversal vulnerability in the Go library go-unzip (github.com/artdarek/go-unzip). The root cause is improper path handling during archive extraction, enabling archives containing relative file paths to write or overwrite files outside the intended target dire...

9.1CVSS9.2AI score0.01249EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
added 2022/12/27 9:13 p.m.30 views

CVE-2020-36560 Path traversal in github.com/artdarek/go-unzip

Due to improper path sanitization, archives containing relative file paths can cause files to be written or overwritten outside of the target directory...

9.2AI score0.01249EPSS
SaveExploits1References4
CVE
CVE
added 2022/12/27 9:13 p.m.81 views

CVE-2019-25073

The CVE-2019-25073 entry affects github.com/goadesign/goa: versions prior to v3.0.9, v2.0.10, and v1.4.3 are vulnerable due to improper path sanitization, allowing remote attackers to read files outside the intended directory. This path traversal could expose sensitive files in affected deploymen...

7.5CVSS7.4AI score0.0141EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2022/12/27 9:13 p.m.26 views

CVE-2018-25046 Path traversal in code.cloudfoundry.org/archiver

Due to improper path sanitization, archives containing relative file paths can cause files to be written or overwritten outside of the target directory...

9.2AI score0.01188EPSS
SaveExploits0References3
CVE
CVE
added 2022/12/27 9:13 p.m.97 views

CVE-2018-25046

CVE-2018-25046 is a path traversal flaw in the cloudfoundry/archiver package. The published descriptions across multiple sources (including Red Hat security, OSV, and CVE records) confirm that archives containing relative file paths can cause files to be written or overwritten outside the intende...

9.1CVSS9.2AI score0.01188EPSS
SaveExploits0References3Affected Software1
Snyk
Snyk
added 2022/11/28 12:55 p.m.2 views

Directory Traversal

Overview node-static is a rfc 2616 compliant HTTP static-file server module, with built-in caching. Affected versions of this package are vulnerable to Directory Traversal due to improper file path sanitization in the startsWith method in the servePath function. PoC js curl --path-as-is...

7.5CVSS7.7AI score0.01445EPSS
SaveExploits1References2
Snyk
Snyk
added 2022/11/28 12:55 p.m.3 views

Directory Traversal

Overview @nubosoftware/node-static is a simple, compliant file streaming module for node Affected versions of this package are vulnerable to Directory Traversal due to improper file path sanitization in the startsWith method in the servePath function. PoC js curl --path-as-is...

7.5CVSS7.6AI score0.01445EPSS
SaveExploits1References2
GitLab Advisory Database
GitLab Advisory Database
added 2022/09/15 12:0 a.m.41 views

KubeVirt vulnerable to arbitrary file read on host

As part of a Kubevirt audit performed by NCC group, a finding dealing with systemic lack of path sanitization which leads to a path traversal was identified. Google tested the exploitability of the paths in the audit report and identified that when combined with another vulnerability one of the...

1AI score
SaveExploits0References5Affected Software1
OSV
OSV
added 2022/08/18 7:2 p.m.40 views

GHSA-CVX8-PPMC-78HM Duplicate Advisory: KubeVirt arbitrary host file read from the VM

Duplicate Advisory This advisory is a duplicate of GHSA-qv98-3369-g364. This link is maintained to preserve external references. Original Description Summary As part of a Kubevirt audit performed by NCC group, a finding dealing with systemic lack of path sanitization which leads to a path travers...

6.5CVSS7.7AI score0.0036EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2022/08/18 7:2 p.m.60 views

Duplicate Advisory: KubeVirt arbitrary host file read from the VM

Duplicate Advisory This advisory is a duplicate of GHSA-qv98-3369-g364. This link is maintained to preserve external references. Original Description Summary As part of a Kubevirt audit performed by NCC group, a finding dealing with systemic lack of path sanitization which leads to a path travers...

8.7CVSS7.7AI score0.0036EPSS
SaveExploits1References4Affected Software1
Huntr
Huntr
added 2022/06/25 1:52 a.m.10 views

Improper path sanitization allows remote read of sensitive system resources

In pufferpanel/files.go there is an EnsureAccess method that accepts a source string and prefix argument. This function attempts to validate that the path being requested is within the scope of the server's operating directory. However, there is a logic bug in this function that improperly passes...

1.2AI score
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2022/06/24 3:15 p.m.1 views

CVE-2022-30117

Concrete 8.5.7 and below as well as Concrete 9.0 through 9.0.2 allow traversal in /index.php/ccm/system/file/upload which could result in an Arbitrary File Delete exploit. This was remediated by sanitizing /index.php/ccm/system/file/upload to ensure Concrete doesn’t allow traversal and by changin...

9.1CVSS7.3AI score0.02021EPSS
SaveExploits0References4
Kubernetes Security Advisories
Kubernetes Security Advisories
added 2022/06/10 4:1 p.m.10 views

Ingress-nginx `path` sanitization can be bypassed with newline character

Issue Details A security issue was discovered in ingress-nginx where a user that can create or update ingress objects can use a newline character to bypass the sanitization of the spec.rules.http.paths.path field of an Ingress object in the networking.k8s.io or extensions API group to obtain the...

7.6CVSS6.6AI score0.00694EPSS
SaveExploits0Affected Software1
ATTACKERKB
ATTACKERKB
added 2022/06/10 4:0 p.m.4 views

CVE-2021-25748

A security issue was discovered in ingress-nginx where a user that can create or update ingress objects can use a newline character to bypass the sanitization of the spec.rules.http.paths.path field of an Ingress object in the networking.k8s.io or extensions API group to obtain the credentials of...

7.6CVSS6.8AI score0.00694EPSS
SaveExploits0References3
OSV
OSV
added 2022/05/17 3:43 p.m.11 views

SUSE-SU-2022:1717-1 Security update for nodejs10

This update for nodejs10 fixes the following issues: - CVE-2021-23343: Fixed ReDoS via splitDeviceRe, splitTailRe and splitPathRe bsc1192153. - CVE-2021-32803: Fixed insufficient symlink protection in node-tar allowing arbitrary file creation and overwrite bsc1191963. - CVE-2021-32804: Fixed...

9.8CVSS8.3AI score0.21514EPSS
SaveExploits6References19
Rows per page
Query Builder