Race Condition Affecting glpi package, versions *


Severity

Recommended
0.0
high
0
10

Snyk's Security Team recommends NVD's CVSS assessment. Learn more

Threat Intelligence

Exploit Maturity
Not Defined
EPSS
0.47% (76th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications

Snyk Learn

Learn about Race Condition vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-DEBIAN8-GLPI-337598
  • published12 Mar 2018
  • disclosed12 Mar 2018

Introduced: 12 Mar 2018

CVE-2018-7562  (opens in a new tab)
CWE-362  (opens in a new tab)
CWE-434  (opens in a new tab)

How to fix?

There is no fixed version for Debian:8 glpi.

NVD Description

Note: Versions mentioned in the description apply only to the upstream glpi package and not the glpi package as distributed by Debian. See How to fix? for Debian:8 relevant fixed versions and status.

A remote code execution issue was discovered in GLPI through 9.2.1. There is a race condition that allows temporary access to an uploaded executable file that will be disallowed. The application allows an authenticated user to upload a file when he/she creates a new ticket via front/fileupload.php. This feature is protected using different types of security features like the check on the file's extension. However, the application uploads and creates a file, though this file is not allowed, and then deletes the file in the uploadFiles method in inc/glpiuploaderhandler.class.php.