-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| github.com/mickael-kerjean/filestash | go | <= 0.4 |
KEV Misses 88% of Exploited CVEs- Get the report
The vulnerability stems from the Init function in plg_backend_ftp/index.go where TLS configuration is set up. Line 108 shows the insecure 'InsecureSkipVerify: true' flag being hardcoded when initializing FTPS connections. This matches the CWE-295 (certificate validation bypass) and CWE-453 (insecure default) descriptions. The GitHub advisory and issue #710 explicitly reference this code location as the vulnerability source. The lack of user-configurable certificate validation options confirms the insecure default aspect.