Search
Find a vulnerability
Search criteria
4 vulnerabilities found for sqlite3-ruby by sparklemotion
CVE-2026-54620 (GCVE-0-2026-54620)
Vulnerability from nvd – Published: 2026-07-28 16:23 – Updated: 2026-07-28 17:27
VLAI
EPSS
VEX
Title
sqlite3-ruby has Use-After-Free in SQLite Aggregate Function Callbacks
Summary
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.
Severity
SSVC
Exploitation: none
Automatable: no
Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-07-28 17:26 UTC
CWE
- CWE-416 - Use After Free
Assigner
References
4 references
| URL | Tags |
|---|---|
| https://github.com/sparklemotion/sqlite3-ruby/sec… | x_refsource_CONFIRM |
| https://github.com/sparklemotion/sqlite3-ruby/pull/711 | x_refsource_MISC |
| https://github.com/sparklemotion/sqlite3-ruby/com… | x_refsource_MISC |
| https://github.com/sparklemotion/sqlite3-ruby/rel… | x_refsource_MISC |
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| sparklemotion | sqlite3-ruby |
Affected:
>= 2.1.0, < 2.9.5
|
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-54620",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-07-28T17:26:57.162213Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-07-28T17:27:04.382Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "sqlite3-ruby",
"vendor": "sparklemotion",
"versions": [
{
"status": "affected",
"version": "\u003e= 2.1.0, \u003c 2.9.5"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "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."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "HIGH",
"attackRequirements": "NONE",
"attackVector": "LOCAL",
"baseScore": 2,
"baseSeverity": "LOW",
"privilegesRequired": "LOW",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:L/AC:H/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "LOW",
"vulnConfidentialityImpact": "LOW",
"vulnIntegrityImpact": "LOW"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-416",
"description": "CWE-416: Use After Free",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-07-28T16:23:38.389Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/sparklemotion/sqlite3-ruby/security/advisories/GHSA-j7fr-3v8c-3qc3",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/sparklemotion/sqlite3-ruby/security/advisories/GHSA-j7fr-3v8c-3qc3"
},
{
"name": "https://github.com/sparklemotion/sqlite3-ruby/pull/711",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/sparklemotion/sqlite3-ruby/pull/711"
},
{
"name": "https://github.com/sparklemotion/sqlite3-ruby/commit/b24e1e6076528b7f95f99acf7a81c70d0004c726",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/sparklemotion/sqlite3-ruby/commit/b24e1e6076528b7f95f99acf7a81c70d0004c726"
},
{
"name": "https://github.com/sparklemotion/sqlite3-ruby/releases/tag/v2.9.5",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/sparklemotion/sqlite3-ruby/releases/tag/v2.9.5"
}
],
"source": {
"advisory": "GHSA-j7fr-3v8c-3qc3",
"discovery": "UNKNOWN"
},
"title": "sqlite3-ruby has Use-After-Free in SQLite Aggregate Function Callbacks"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-54620",
"datePublished": "2026-07-28T16:23:38.389Z",
"dateReserved": "2026-06-15T20:07:02.184Z",
"dateUpdated": "2026-07-28T17:27:04.382Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-54619 (GCVE-0-2026-54619)
Vulnerability from nvd – Published: 2026-07-28 16:21 – Updated: 2026-07-28 19:33
VLAI
EPSS
VEX
Title
sqlite3-ruby has Use-After-Free When Redefining SQLite Functions with Different Arity
Summary
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.
Severity
SSVC
Exploitation: none
Automatable: no
Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-07-28 19:33 UTC
CWE
- CWE-416 - Use After Free
Assigner
References
4 references
| URL | Tags |
|---|---|
| https://github.com/sparklemotion/sqlite3-ruby/sec… | x_refsource_CONFIRM |
| https://github.com/sparklemotion/sqlite3-ruby/pull/710 | x_refsource_MISC |
| https://github.com/sparklemotion/sqlite3-ruby/com… | x_refsource_MISC |
| https://github.com/sparklemotion/sqlite3-ruby/rel… | x_refsource_MISC |
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| sparklemotion | sqlite3-ruby |
Affected:
< 2.9.5
|
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-54619",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-07-28T19:33:22.461590Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-07-28T19:33:33.444Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "sqlite3-ruby",
"vendor": "sparklemotion",
"versions": [
{
"status": "affected",
"version": "\u003c 2.9.5"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "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."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "HIGH",
"attackRequirements": "NONE",
"attackVector": "LOCAL",
"baseScore": 2,
"baseSeverity": "LOW",
"privilegesRequired": "LOW",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:L/AC:H/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "LOW",
"vulnConfidentialityImpact": "LOW",
"vulnIntegrityImpact": "LOW"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-416",
"description": "CWE-416: Use After Free",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-07-28T16:21:20.943Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/sparklemotion/sqlite3-ruby/security/advisories/GHSA-28hh-pr2h-2w89",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/sparklemotion/sqlite3-ruby/security/advisories/GHSA-28hh-pr2h-2w89"
},
{
"name": "https://github.com/sparklemotion/sqlite3-ruby/pull/710",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/sparklemotion/sqlite3-ruby/pull/710"
},
{
"name": "https://github.com/sparklemotion/sqlite3-ruby/commit/2bd436d17f77cdd4c31b00fe9d50b0d21cbaf033",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/sparklemotion/sqlite3-ruby/commit/2bd436d17f77cdd4c31b00fe9d50b0d21cbaf033"
},
{
"name": "https://github.com/sparklemotion/sqlite3-ruby/releases/tag/v2.9.5",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/sparklemotion/sqlite3-ruby/releases/tag/v2.9.5"
}
],
"source": {
"advisory": "GHSA-28hh-pr2h-2w89",
"discovery": "UNKNOWN"
},
"title": "sqlite3-ruby has Use-After-Free When Redefining SQLite Functions with Different Arity"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-54619",
"datePublished": "2026-07-28T16:21:20.943Z",
"dateReserved": "2026-06-15T20:07:02.184Z",
"dateUpdated": "2026-07-28T19:33:33.444Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-54620 (GCVE-0-2026-54620)
Vulnerability from cvelistv5 – Published: 2026-07-28 16:23 – Updated: 2026-07-28 17:27
VLAI
EPSS
VEX
Title
sqlite3-ruby has Use-After-Free in SQLite Aggregate Function Callbacks
Summary
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.
Severity
SSVC
Exploitation: none
Automatable: no
Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-07-28 17:26 UTC
CWE
- CWE-416 - Use After Free
Assigner
References
4 references
| URL | Tags |
|---|---|
| https://github.com/sparklemotion/sqlite3-ruby/sec… | x_refsource_CONFIRM |
| https://github.com/sparklemotion/sqlite3-ruby/pull/711 | x_refsource_MISC |
| https://github.com/sparklemotion/sqlite3-ruby/com… | x_refsource_MISC |
| https://github.com/sparklemotion/sqlite3-ruby/rel… | x_refsource_MISC |
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| sparklemotion | sqlite3-ruby |
Affected:
>= 2.1.0, < 2.9.5
|
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-54620",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-07-28T17:26:57.162213Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-07-28T17:27:04.382Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "sqlite3-ruby",
"vendor": "sparklemotion",
"versions": [
{
"status": "affected",
"version": "\u003e= 2.1.0, \u003c 2.9.5"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "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."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "HIGH",
"attackRequirements": "NONE",
"attackVector": "LOCAL",
"baseScore": 2,
"baseSeverity": "LOW",
"privilegesRequired": "LOW",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:L/AC:H/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "LOW",
"vulnConfidentialityImpact": "LOW",
"vulnIntegrityImpact": "LOW"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-416",
"description": "CWE-416: Use After Free",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-07-28T16:23:38.389Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/sparklemotion/sqlite3-ruby/security/advisories/GHSA-j7fr-3v8c-3qc3",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/sparklemotion/sqlite3-ruby/security/advisories/GHSA-j7fr-3v8c-3qc3"
},
{
"name": "https://github.com/sparklemotion/sqlite3-ruby/pull/711",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/sparklemotion/sqlite3-ruby/pull/711"
},
{
"name": "https://github.com/sparklemotion/sqlite3-ruby/commit/b24e1e6076528b7f95f99acf7a81c70d0004c726",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/sparklemotion/sqlite3-ruby/commit/b24e1e6076528b7f95f99acf7a81c70d0004c726"
},
{
"name": "https://github.com/sparklemotion/sqlite3-ruby/releases/tag/v2.9.5",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/sparklemotion/sqlite3-ruby/releases/tag/v2.9.5"
}
],
"source": {
"advisory": "GHSA-j7fr-3v8c-3qc3",
"discovery": "UNKNOWN"
},
"title": "sqlite3-ruby has Use-After-Free in SQLite Aggregate Function Callbacks"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-54620",
"datePublished": "2026-07-28T16:23:38.389Z",
"dateReserved": "2026-06-15T20:07:02.184Z",
"dateUpdated": "2026-07-28T17:27:04.382Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
CVE-2026-54619 (GCVE-0-2026-54619)
Vulnerability from cvelistv5 – Published: 2026-07-28 16:21 – Updated: 2026-07-28 19:33
VLAI
EPSS
VEX
Title
sqlite3-ruby has Use-After-Free When Redefining SQLite Functions with Different Arity
Summary
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.
Severity
SSVC
Exploitation: none
Automatable: no
Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-07-28 19:33 UTC
CWE
- CWE-416 - Use After Free
Assigner
References
4 references
| URL | Tags |
|---|---|
| https://github.com/sparklemotion/sqlite3-ruby/sec… | x_refsource_CONFIRM |
| https://github.com/sparklemotion/sqlite3-ruby/pull/710 | x_refsource_MISC |
| https://github.com/sparklemotion/sqlite3-ruby/com… | x_refsource_MISC |
| https://github.com/sparklemotion/sqlite3-ruby/rel… | x_refsource_MISC |
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| sparklemotion | sqlite3-ruby |
Affected:
< 2.9.5
|
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-54619",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-07-28T19:33:22.461590Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-07-28T19:33:33.444Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "sqlite3-ruby",
"vendor": "sparklemotion",
"versions": [
{
"status": "affected",
"version": "\u003c 2.9.5"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "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."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "HIGH",
"attackRequirements": "NONE",
"attackVector": "LOCAL",
"baseScore": 2,
"baseSeverity": "LOW",
"privilegesRequired": "LOW",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:L/AC:H/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N",
"version": "4.0",
"vulnAvailabilityImpact": "LOW",
"vulnConfidentialityImpact": "LOW",
"vulnIntegrityImpact": "LOW"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-416",
"description": "CWE-416: Use After Free",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-07-28T16:21:20.943Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/sparklemotion/sqlite3-ruby/security/advisories/GHSA-28hh-pr2h-2w89",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/sparklemotion/sqlite3-ruby/security/advisories/GHSA-28hh-pr2h-2w89"
},
{
"name": "https://github.com/sparklemotion/sqlite3-ruby/pull/710",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/sparklemotion/sqlite3-ruby/pull/710"
},
{
"name": "https://github.com/sparklemotion/sqlite3-ruby/commit/2bd436d17f77cdd4c31b00fe9d50b0d21cbaf033",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/sparklemotion/sqlite3-ruby/commit/2bd436d17f77cdd4c31b00fe9d50b0d21cbaf033"
},
{
"name": "https://github.com/sparklemotion/sqlite3-ruby/releases/tag/v2.9.5",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/sparklemotion/sqlite3-ruby/releases/tag/v2.9.5"
}
],
"source": {
"advisory": "GHSA-28hh-pr2h-2w89",
"discovery": "UNKNOWN"
},
"title": "sqlite3-ruby has Use-After-Free When Redefining SQLite Functions with Different Arity"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-54619",
"datePublished": "2026-07-28T16:21:20.943Z",
"dateReserved": "2026-06-15T20:07:02.184Z",
"dateUpdated": "2026-07-28T19:33:33.444Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}