---
title: "CVE-2018-10362\n    | Ubuntu"
description: Ubuntu is an open source software operating system that runs from the
  desktop, to the cloud, to all your internet connected things.
url: https://ubuntu.com/security/CVE-2018-10362?format=md
keywords: index, follow
---

# CVE-2018-10362

Publication date 25 April 2018

Last updated 25 August 2025

---

Ubuntu priority

**High**

[Why this priority?](https://ubuntu.com/security/cves/about#priority )

## Cvss 3 Severity Score

**9.8 · Critical**

[Score breakdown](https://ubuntu.com/security/CVE-2018-10362?format=md#impact-score)

Toggle side navigation

## 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.

## Status

Show unmaintained releases

| Package | Ubuntu Release | Status |
| --- | --- | --- |
| phpliteadmin | 18.04 LTS bionic | Fixed 1.9.7.1-1ubuntu0.1 |
| 17.10 artful | Not in release |
| 16.04 LTS xenial | Not in release |
| 14.04 LTS trusty | Not in release |

---

* [How can I get the fixes?](https://ubuntu.com/security/cves/about#security)
* [What do statuses mean?](https://ubuntu.com/security/cves/about#statuses)

## Severity score breakdown

CVSS version:
CVSS v3.0

**Base score**

9.8 · Critical

* Base metrics

  | Parameter | Value |
  | --- | --- |
  | Attack vector | Network |
  | Attack complexity | Low |
  | Privileges required | None |
  | User interaction | None |
  | Scope | Unchanged |
  | Confidentiality impact | High |
  | Integrity impact | High |
  | Availability impact | High |
* Scores

  | Parameter | Value |
  | --- | --- |
  | Base score | 9.8 · Critical |
  | Exploitability score | - |
  | Impact score | - |

**Vector:** CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

## References

* [MITRE](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-10362)
* [NVD](https://nvd.nist.gov/vuln/detail/CVE-2018-10362)
* [Launchpad](https://launchpad.net/bugs/cve/CVE-2018-10362)
* [Debian](https://security-tracker.debian.org/tracker/CVE-2018-10362)

### Other references

* <https://github.com/phpLiteAdmin/pla/issues/11>
* <http://k3research.outerhaven.de/posts/small-mistakes-lead-to-big-problems.html>
* <https://www.cve.org/CVERecord?id=CVE-2018-10362>
