Vulnerability Description
sqlite3 provides Ruby bindings for the SQLite3 embedded database. In version 2.9.4 and earlier, redefining a SQLite function with a different arity frees the previously registered function handler while SQLite may still reference it, resulting in a use-after-free. This issue is fixed in version 2.9.5.
Related Weaknesses (CWE)
References
- https://github.com/sparklemotion/sqlite3-ruby/commit/2bd436d17f77cdd4c31b00fe9d5
- https://github.com/sparklemotion/sqlite3-ruby/pull/710
- https://github.com/sparklemotion/sqlite3-ruby/releases/tag/v2.9.5
- https://github.com/sparklemotion/sqlite3-ruby/security/advisories/GHSA-28hh-pr2h
FAQ
What is CVE-2026-54619?
CVE-2026-54619 is a documented vulnerability. sqlite3 provides Ruby bindings for the SQLite3 embedded database. In version 2.9.4 and earlier, redefining a SQLite function with a different arity frees the previously registered function handler whi...
How severe is CVE-2026-54619?
CVSS scoring is not yet available for CVE-2026-54619. Check NVD for updates.
Is there a patch for CVE-2026-54619?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.