GHSA-9ffq-6457-8958 · 深刻度: high · エコシステム: composer — Sharp is Vulnerable to Path Traversal via Unsanitized Extension in FileUtil
Sharp is a content management framework built for Laravel as a package. Versions prior to 9.20.0 have a path traversal vulnerability in the FileUtil class. The application fails to sanitize file extensions properly, allowing path separators to be passed into the storage layer. In `src/Utils/FileUtil.php`, the `FileUtil::explodeExtension()` function extracts a file's extension by splitting the filename at the last dot. This issue has been patched in version 9.20.0 by properly sanitizing the extension using `pathinfo(PATHINFO_EXTENSION)` instead of `strrpos()`, alongside applying strict regex replacements to both the base name and the extension.
総合評価: CVE-2026-33686 は低リスク(37.4/100)。CVSS 深刻度は高。悪用される可能性が高い(EPSS 0.02%、6 パーセンタイル) 推奨対応: 悪用情報と EPSS の推移を監視し、必要に応じて優先度を見直してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-04-21 | 0.06% | 0.02% | -0.04% |
| 2 | 2026-03-27 | — | 0.06% | — |
EPSS の全履歴 (全 2 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 8.8 | 3.1 | HIGH |
|
2.8 | 5.9 | [email protected] |
GHSA-9ffq-6457-8958 · 深刻度: high · エコシステム: composer — Sharp is Vulnerable to Path Traversal via Unsanitized Extension in FileUtil
| URL | タグ |
|---|---|
| https://github.com/code16/sharp/pull/715 | Issue Tracking Patch |
| https://github.com/code16/sharp/security/advisories/GHSA-9ffq-6457-8958 | Vendor Advisory |