> For the complete documentation index, see [llms.txt](https://help.claritylims.illumina.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.claritylims.illumina.com/announcements/announcement/security-bulletin/investigation-of-openssh-vulnerability-with-clarity-lims.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
