CVE-2018-10362
CVSS V2 Medium 5
CVSS V3 Critical 9.8
Description
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.
Overview
- CVE ID
- CVE-2018-10362
- Assigner
- cve@mitre.org
- Vulnerability Status
- Analyzed
- Published Version
- 2018-04-25T05:29:00
- Last Modified Date
- 2018-06-13T11:34:25
Weakness Enumerations
CPE Configuration (Product)
CPE | Vulnerable | Operator | Version Start | Version End |
---|---|---|---|---|
cpe:2.3:a:phpliteadmin:phpliteadmin:*:*:*:*:*:*:*:* | 1 | OR | 1.9.5 | 1.9.7.1 |
CVSS Version 2
- Version
- 2.0
- Vector String
- AV:N/AC:L/Au:N/C:P/I:N/A:N
- Access Vector
- NETWORK
- Access Compatibility
- LOW
- Authentication
- NONE
- Confidentiality Impact
- PARTIAL
- Integrity Impact
- NONE
- Availability Impact
- NONE
- Base Score
- 5
- Severity
- MEDIUM
- Exploitability Score
- 10
- Impact Score
- 2.9
CVSS Version 3
- Version
- 3.0
- Vector String
- CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
- Attack Vector
- NETWORK
- Attack Compatibility
- LOW
- Privileges Required
- NONE
- User Interaction
- NONE
- Scope
- UNCHANGED
- Confidentiality Impact
- HIGH
- Availability Impact
- HIGH
- Base Score
- 9.8
- Base Severity
- CRITICAL
- Exploitability Score
- 3.9
- Impact Score
- 5.9
References
Reference URL | Reference Tags |
---|---|
https://github.com/phpLiteAdmin/pla/issues/11 | Issue Tracking Third Party Advisory |
http://k3research.outerhaven.de/posts/small-mistakes-lead-to-big-problems.html | Technical Description Third Party Advisory |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2018-10362 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-10362 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2022-05-10 18:42:45 | Added to TrackCVE | |||
2022-12-03 05:38:26 | 2018-04-25T05:29Z | 2018-04-25T05:29:00 | CVE Published Date | updated |
2022-12-03 05:38:26 | 2018-06-13T11:34:25 | CVE Modified Date | updated | |
2022-12-03 05:38:26 | Analyzed | Vulnerability Status | updated |