# Investigation of OpenSSH vulnerability with Clarity LIMS

Published: July 30, 2024

Vulnerability CVE-2024-6387 was found to allow an unauthenticated remote code execution in OpenSSH’s server (sshd) that grants full root access. It affects the default configuration and does not require user interaction, posing a significant exploit risk.

The vulnerability affects OpenSSH version:

* < 4.4p1 (unless the version is patched for CVE-2006-5051 and CVE-2008-4109)
* \>= 8.5p1
* < 8.7p1
* < 9.8p1

The affected OpenSSH versions reported in Vulnerability CVE-2024-6387 are not used for released ClarityLIMS version 6.2.0, 6.2.1 and 6.3.0:

| ClarityLIMS version |     Server OS     | OpenSSH version |
| :-----------------: | :---------------: | :-------------: |
|      6.2, 6.2.1     |  Oracle Linux 8.9 |      8.0p1      |
|         6.3         | Oracle Linux 8.10 |      8.0p1      |

#### References

* <https://www.qualys.com/regresshion-cve-2024-6387/>
* <https://linux.oracle.com/errata/ELSA-2024-12468.html>
* <https://nvd.nist.gov/vuln/detail/CVE-2024-6387>
* <https://ubuntu.com/security/CVE-2024-6387>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.claritylims.illumina.com/announcements/announcement/security-bulletin/investigation-of-openssh-vulnerability-with-clarity-lims.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
