phpLiteAdmin における認証に関する脆弱性
タイトル phpLiteAdmin における認証に関する脆弱性
概要

phpLiteAdmin には、認証に関する脆弱性が存在します。

想定される影響 情報を取得される、情報を改ざんされる、およびサービス運用妨害 (DoS) 状態にされる可能性があります。
対策

ベンダ情報および参考情報を参照して適切な対策を実施してください。

公表日 2018年4月23日0:00
登録日 2018年7月3日18:08
最終更新日 2018年7月3日18:08
CVSS3.0 : 緊急
スコア 9.8
ベクター CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVSS2.0 : 警告
スコア 5
ベクター AV:N/AC:L/Au:N/C:P/I:N/A:N
影響を受けるシステム
phpLiteAdmin project
phpLiteAdmin 1.9.5 から 1.9.7.1 まで
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
変更履歴
No 変更内容 変更日
1 [2018年07月03日]
  掲載
2018年7月3日18:08

NVD脆弱性情報
CVE-2018-10362
概要

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.

公表日 2018年4月25日14:29
登録日 2021年3月1日18:42
最終更新日 2024年11月21日12:41
影響を受けるソフトウェアの構成
構成1 以上 以下 より上 未満
cpe:2.3:a:phpliteadmin:phpliteadmin:*:*:*:*:*:*:*:* 1.9.5 1.9.7.1
関連情報、対策とツール
共通脆弱性一覧