An issue was discovered in phpLiteAdmin 1.9.5 through 1.9.7.1. Due to loose comparison with '==' instead of '===' in classes/Authorization.php for the user-provided login password, it is possible to login with a simpler password if the password has the form of a power in scientific notation (like '2e2' for '200' or '0e1234' for '0'). This is possible because, in the loose comparison case, PHP interprets the string as a number in scientific notation, and thus converts it to a number. After that, the comparison with '==' casts the user input (e.g., the string '200' or '0') to a number, too. Hence the attacker can login with just a '0' or a simple number he has to brute force. Strong comparison with '===' prevents the cast into numbers.
総合評価: CVE-2018-10362 は中リスク(57/100)。CVSS 深刻度は重大。悪用される可能性が高い(EPSS 0.32%、52 パーセンタイル) 推奨対応: 影響資産を整理し、修補計画に組み込んでください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2025-03-30 | 0.62% | 0.32% | -0.30% |
| 2 | 2025-03-29 | 0.32% | 0.62% | +0.30% |
| 3 | 2025-03-17 | — | 0.32% | — |
EPSS の全履歴 (全 7 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 9.8 | 3.0 | CRITICAL |
|
3.9 | 5.9 | [email protected] |
| 5.0 | 2.0 | MEDIUM |
|
10.0 | 2.9 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
not yet assigned | CVE-2018-10362 not yet assigned priority: Debian including 1 source packages (phpliteadmin), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): resolved 5. | https://security-tracker.debian.org/tracker/CVE-2018-10362 |
ubuntu
|
high | CVE-2018-10362 high priority: Ubuntu including 1 source packages (phpliteadmin), 5 status rows across 5 suites (artful, bionic, trusty, upstream, xenial): DNE 3, needed 1, released 1. | https://ubuntu.com/security/CVE-2018-10362 |
| ベンダー | 製品 | バージョン | 生の CPE |
|---|---|---|---|
| phpliteadmin | phpliteadmin | >= 1.9.5, <= 1.9.7.1 | cpe:2.3:a:phpliteadmin:phpliteadmin:*:*:*:*:*:*:*:* |
| URL | タグ |
|---|---|
| http://k3research.outerhaven.de/posts/small-mistakes-lead-to-big-problems.html | Technical Description Third Party Advisory URL Repurposed |
| https://github.com/phpLiteAdmin/pla/issues/11 | Issue Tracking Third Party Advisory |