Lucene search
K

51 matches found

OSV
OSV
added 2024/07/02 8:15 p.m.15 views

CVE-2022-30636

httpTokenCacheKey uses path.Base to extract the expected HTTP-01 token value to lookup in the DirCache implementation. On Windows, path.Base acts differently to filepath.Base, since Windows uses a different path separator \ vs. /, allowing a user to provide a relative path, i.e...

6.8AI score
Exploits0References3
Vulnrichment
Vulnrichment
added 2024/07/02 7:51 p.m.16 views

CVE-2022-30636 Limited directory traversal vulnerability on Windows in golang.org/x/crypto

httpTokenCacheKey uses path.Base to extract the expected HTTP-01 token value to lookup in the DirCache implementation. On Windows, path.Base acts differently to filepath.Base, since Windows uses a different path separator \ vs. /, allowing a user to provide a relative path, i.e...

7.5AI score0.00632EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2024/07/02 7:51 p.m.14 views

CVE-2022-30636

httpTokenCacheKey uses path.Base to extract the expected HTTP-01 token value to lookup in the DirCache implementation. On Windows, path.Base acts differently to filepath.Base, since Windows uses a different path separator \ vs. /, allowing a user to provide a relative path, i.e...

7.5CVSS7.4AI score0.00632EPSS
Exploits0
OSV
OSV
added 2024/07/02 7:27 p.m.23 views

GO-2024-2961 Limited directory traversal vulnerability on Windows in golang.org/x/crypto

httpTokenCacheKey uses path.Base to extract the expected HTTP-01 token value to lookup in the DirCache implementation. On Windows, path.Base acts differently to filepath.Base, since Windows uses a different path separator \ vs. /, allowing a user to provide a relative path, i.e...

7.5CVSS7.6AI score0.00632EPSS
Exploits0References2
OSV
OSV
added 2024/03/06 10:53 a.m.30 views

BIT-GULP-2020-28469 Regular Expression Denial of Service (ReDoS)

This affects the package glob-parent before 5.1.2. The enclosure regex used to check for strings ending in enclosure containing path separator...

7.5CVSS8.5AI score0.04456EPSS
Exploits1References8
SUSE CVE
SUSE CVE
added 2023/10/31 2:28 a.m.3 views

SUSE CVE-2020-28469

This affects the package glob-parent before 5.1.2. The enclosure regex used to check for strings ending in enclosure containing path separator...

7.5CVSS8.7AI score0.04456EPSS
Exploits1References2
Github Security Blog
Github Security Blog
added 2023/09/06 6:43 p.m.27 views

Minio vulnerable to Privilege Escalation on Windows via Path separator manipulation

Impact All users on Windows are impacted. MinIO fails to filter the \ character, which allows for arbitrary object placement across buckets. As a result, a user with low privileges, such as an access key, service account, or STS credential, which only has permission to PutObject in a specific...

8.8CVSS6.8AI score0.00981EPSS
Exploits0References6Affected Software1
OSV
OSV
added 2023/09/06 6:43 p.m.20 views

GHSA-W23Q-4HW3-2PP6 Minio vulnerable to Privilege Escalation on Windows via Path separator manipulation

Impact All users on Windows are impacted. MinIO fails to filter the \ character, which allows for arbitrary object placement across buckets. As a result, a user with low privileges, such as an access key, service account, or STS credential, which only has permission to PutObject in a specific...

8.8CVSS8.5AI score0.00981EPSS
Exploits0References6
Cvelist
Cvelist
added 2023/03/22 8:33 p.m.41 views

CVE-2023-28433 Minio Privilege Escalation on Windows via Path separator manipulation

Minio is a Multi-Cloud Object Storage framework. All users on Windows prior to version RELEASE.2023-03-20T20-16-18Z are impacted. MinIO fails to filter the \ character, which allows for arbitrary object placement across buckets. As a result, a user with low privileges, such as an access key,...

8.8CVSS8.7AI score0.00981EPSS
Exploits0References4
RedHat Linux
RedHat Linux
added 2022/11/08 9:34 a.m.5 views

golang: io/fs: stack exhaustion in Glob

A flaw was found in the golang standard library, io/fs. Calling Glob on a path that contains a large number of path separators can cause a panic issue due to stack exhaustion. This could allow an attacker to impact availability...

7.5CVSS6.6AI score0.01618EPSS
Exploits0References6
CVE
CVE
added 2022/08/09 8:17 p.m.382 views

CVE-2022-30630

CVE-2022-30630 affects Go's standard library io/fs: Glob panics due to stack exhaustion when evaluating paths with many path separators. Root cause is uncontrolled recursion in Glob. Public advisories indicate remediation via updates to Go 1.17.12 or Go 1.18.4 (and related vendor advisories for a...

7.5CVSS7.7AI score0.01618EPSS
Exploits0References5Affected Software1
Node.js
Node.js
added 2021/08/31 4:10 p.m.69 views

Arbitrary File Creation/Overwrite via insufficient symlink protection due to directory cache poisoning using symbolic links

Overview Impact Arbitrary File Creation, Arbitrary File Overwrite, Arbitrary Code Execution node-tar aims to guarantee that any file whose location would be modified by a symbolic link is not extracted. This is, in part, achieved by ensuring that extracted directories are not symlinks...

4.4CVSS0.9AI score0.03286EPSS
Exploits0Affected Software1
Node.js
Node.js
added 2021/06/07 9:57 p.m.253 views

Regular expression denial of service

Overview glob-parent before 5.1.2 has a regular expression denial of service vulnerability. The enclosure regex used to check for strings ending in enclosure containing path separator. Recommendation Upgrade to version 5.1.2 or later References - CVE - GitHub Advisory...

5CVSS4.8AI score0.04456EPSS
Exploits1Affected Software1
OSV
OSV
added 2021/06/07 9:56 p.m.2 views

GHSA-WW39-953V-WCQ6 glob-parent vulnerable to Regular Expression Denial of Service in enclosure regex

This affects the package glob-parent before 5.1.2. The enclosure regex used to check for strings ending in enclosure containing path separator...

7.5CVSS7.1AI score0.04456EPSS
Exploits1References11
Github Security Blog
Github Security Blog
added 2021/06/07 9:56 p.m.976 views

glob-parent vulnerable to Regular Expression Denial of Service in enclosure regex

This affects the package glob-parent before 5.1.2. The enclosure regex used to check for strings ending in enclosure containing path separator...

7.5CVSS8.4AI score0.04456EPSS
Exploits1References11Affected Software1
NVD
NVD
added 2021/06/03 4:15 p.m.18 views

CVE-2020-28469

This affects the package glob-parent before 5.1.2. The enclosure regex used to check for strings ending in enclosure containing path separator...

7.5CVSS0.04456EPSS
Exploits1References7
OSV
OSV
added 2021/06/03 4:15 p.m.10 views

AZL-44118 CVE-2020-28469 affecting package nodejs-nodemon 2.0.3-5

This affects the package glob-parent before 5.1.2. The enclosure regex used to check for strings ending in enclosure containing path separator...

7.5CVSS6.8AI score0.04456EPSS
Exploits1References1
OSV
OSV
added 2021/06/03 4:15 p.m.38 views

CVE-2020-28469

This affects the package glob-parent before 5.1.2. The enclosure regex used to check for strings ending in enclosure containing path separator...

7.5CVSS6.5AI score
Exploits0References7
OSV
OSV
added 2021/06/03 4:15 p.m.2 views

DEBIAN-CVE-2020-28469

This affects the package glob-parent before 5.1.2. The enclosure regex used to check for strings ending in enclosure containing path separator...

7.5CVSS7.1AI score0.04456EPSS
Exploits1References1
Prion
Prion
added 2021/06/03 4:15 p.m.25 views

Design/Logic Flaw

This affects the package glob-parent before 5.1.2. The enclosure regex used to check for strings ending in enclosure containing path separator...

5CVSS8.3AI score0.04456EPSS
Exploits1References7Affected Software2
Rows per page
Query Builder