Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-j7fr-3v8c-3qc3

Опубликовано: 28 июл. 2026
Источник: github
Github: Прошло ревью
CVSS4: 2

Описание

sqlite3-ruby has Use-After-Free in SQLite Aggregate Function Callbacks

Summary

Using Database#create_aggregate, #create_aggregate_handler, or Database#define_aggregator to define an aggregate function, and then using an open statement calling that function after the database has been explicitly closed will result in an invalid memory read and a segmentation fault.

Mitigation

Upgrade to sqlite3 gem v2.9.5 or later.

As a workaround, avoid using an aggregate function after closing the database.

Severity

The sqlite3-ruby maintainers assess this as Low severity. It is reliably triggered after GC when code is structured in a particular way. There is no known general exploit that could be used as a denial of service attack.

Пакеты

Наименование

sqlite3-ruby

rubygems
Затронутые версииВерсия исправления

>= 2.1.0, <= 2.9.4

2.9.5

Наименование

sqlite3

rubygems
Затронутые версииВерсия исправления

>= 2.1.0, <= 2.9.4

2.9.5

EPSS

Процентиль: 1%
0.00107
Низкий

2 Low

CVSS4

Дефекты

CWE-416

Связанные уязвимости

ubuntu
7 дней назад

(sqlite3 provides Ruby bindings for the SQLite3 embedded database. From ...)

CVSS3: 4.5
redhat
7 дней назад

A flaw was found in sqlite3-ruby, a Ruby binding for the SQLite3 embedded database. This vulnerability occurs because callbacks used for SQLite aggregate functions can be prematurely freed while still being referenced during aggregation. A local attacker could potentially exploit this use-after-free condition to cause unpredictable application behavior, which may lead to information disclosure or a denial of service (DoS).

nvd
7 дней назад

sqlite3 provides Ruby bindings for the SQLite3 embedded database. From 2.1.0 to 2.9.4, the callbacks used for SQLite aggregate functions can be freed while still referenced during aggregation, resulting in a use-after-free. This issue is fixed in version 2.9.5.

debian
7 дней назад

sqlite3 provides Ruby bindings for the SQLite3 embedded database. From ...

EPSS

Процентиль: 1%
0.00107
Низкий

2 Low

CVSS4

Дефекты

CWE-416