Vulnerability Details : CVE-2023-28105
go-used-util has commonly used utility functions for Go. Versions prior to 0.0.34 have a ZipSlip issue when using fsutil package to unzip files. When users use `zip.Unzip` to unzip zip files from a malicious attacker, they may be vulnerable to path traversal. The issue has been fixed in version 0.0.34. There are no known workarounds.
Vulnerability category: Directory traversal
Products affected by CVE-2023-28105
- cpe:2.3:a:go-huge-util_project:go-huge-util:*:*:*:*:*:go:*:*
Exploit prediction scoring system (EPSS) score for CVE-2023-28105
0.19%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 57 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2023-28105
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
8.8
|
HIGH | CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H |
2.8
|
5.9
|
NIST | |
8.8
|
HIGH | CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:H/A:L |
2.8
|
5.3
|
GitHub, Inc. |
CWE ids for CVE-2023-28105
-
The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.Assigned by: security-advisories@github.com (Primary)
References for CVE-2023-28105
-
https://github.com/dablelv/go-huge-util/security/advisories/GHSA-5g39-ppwg-6xx8
Go-huge-util vulnerable to path traversal when unzipping files · Advisory · dablelv/go-huge-util · GitHubThird Party Advisory
-
https://github.com/dablelv/go-huge-util/commit/0e308b0fac8973e6fa251b0ab095cdc5c1c0956b
fix zip.Unzip path traversal vulnerability and add some new file util… · dablelv/go-huge-util@0e308b0 · GitHubPatch
Jump to