GHSA-GGXF-9F6J-W742

GHSA-GGXF-9F6J-W742 is a medium-severity use after free vulnerability in diesel (rust), affecting versions < 2.3.10. It is fixed in 2.3.10.

Does this CVE actually affect you?

Kodem shows which CVEs are reachable and running in your applications, so you fix what's exploitable, not just what's listed.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Runtime intelligence, not another scanner.

Summary

Diesel has possible use after free when deserializing a SQLite database via SqliteConnection::deserializereadonlydatabase

Diesel allows loading a SQLite database from a byte buffer, represented as &[u8], at runtime via the SqliteConnection::deserialize_readonly_database function. In previous versions of Diesel, this buffer was passed directly to libsqlite3. Since libsqlite3 requires the buffer to remain alive for as long as the database connection is open and Diesel did not ensure this as part of its safe API, callers of SqliteConnection::deserialize_readonly_database could drop the buffer prematurely. This prematurely drop caused libsqlite3 to operate on freed memory.

This vulnerability affects users of SqliteConnection::deserialize_readonly_database who drop the buffer passed to the function before they drop the database connection.

Mitigation

The preferred mitigation to the outlined problem is to update to Diesel version 2.3.10 or newer, which includes a fix for the problem. Alternatively users need to take to keep the buffer alive until the connection is dropped.

Resolution

Diesel now stores a copy of the buffer inside of the SqliteConnection object itself to keep it alive as long as the underlying libsqlite3 connection exists.

Impact

Memory is accessed after it has been freed, leading to undefined behavior in native code. Typical impact: memory corruption, crash, or potential code execution.

Affected versions

diesel (< 2.3.10)

Security releases

diesel → 2.3.10 (rust)

Kodem intelligence

Severity tells you how bad this could be in the worst case. It does not tell you whether you are exposed. Exploitability and impact are functions of runtime truth: whether the vulnerable code is present, reachable, and actually executes in your application. A vulnerable package can sit in your dependency tree and never run.

Kodem, an Intelligent Application Security platform, uses runtime intelligence to reveal which vulnerabilities actually execute in production, so teams prioritize the ones that genuinely matter. Kodem's runtime-powered SCA identifies whether this CVE is reachable in your applications.

Already deployed Kodem?

See it in your environmentNew to Kodem? Get a demo →

Remediation advice

Upgrade diesel to 2.3.10 or later to resolve this vulnerability.

Kodem Kai can prioritize this vulnerability in your dependency tree and generate a fix recommendation.

Frequently Asked Questions

  1. What is GHSA-GGXF-9F6J-W742? GHSA-GGXF-9F6J-W742 is a medium-severity use after free vulnerability in diesel (rust), affecting versions < 2.3.10. It is fixed in 2.3.10. Memory is accessed after it has been freed, leading to undefined behavior in native code.
  2. Which versions of diesel are affected by GHSA-GGXF-9F6J-W742? diesel (rust) versions < 2.3.10 is affected.
  3. Is there a fix for GHSA-GGXF-9F6J-W742? Yes. GHSA-GGXF-9F6J-W742 is fixed in 2.3.10. Upgrade to this version or later.
  4. Is GHSA-GGXF-9F6J-W742 exploitable, and should I be worried? Whether GHSA-GGXF-9F6J-W742 is exploitable in your environment depends on whether the vulnerable code is present and reachable. A CVSS score is a worst-case rating; it does not account for your specific deployment, configuration, or usage patterns. Kodem, an Intelligent Application Security platform, uses runtime intelligence to show which vulnerabilities actually execute in production, so you can focus on the ones that represent real risk. Get a demo
  5. What actually determines whether GHSA-GGXF-9F6J-W742 is exploitable, and how bad it is? Exploitability and impact are not fixed properties of a CVE. They depend on runtime truth: whether the vulnerable code is present, reachable, and actually executes in your application. A high CVSS score on a dependency that never runs is not the same as real risk. Kodem, an Intelligent Application Security platform, uses runtime intelligence to reveal which vulnerabilities actually execute in production, so teams prioritize the ones that genuinely matter.
  6. How do I fix GHSA-GGXF-9F6J-W742? Upgrade diesel to 2.3.10 or later.

Other vulnerabilities in diesel

Stop the waste.
Protect your environment with Kodem.