Lucene search
+L

21 matches found

RedhatCVE
RedhatCVE
added yesterday6 views

CVE-2026-54619

A flaw was found in sqlite3-ruby. When a SQLite function is redefined with a different number of arguments arity, the previously registered function handler is prematurely freed. This can lead to a use-after-free vulnerability, where the program attempts to access memory that has already been...

4.5CVSS5.1AI score0.00107EPSS
SaveExploits0References7
NVD
NVD
added 2026/07/28 5:16 p.m.7 views

CVE-2026-54619

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...

2CVSS0.00107EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/28 4:21 p.m.5 views

GHSA-28HH-PR2H-2W89 sqlite3-ruby has Use-After-Free When Redefining SQLite Functions with Different Arity

Summary Using Databasecreatefunction or Databasedefinefunction to define the same function name more than once with different numbers of arguments "arity" or text encodings will result in a invalid memory read and a segmentation fault. Mitigation Upgrade to sqlite3 gem v2.9.5 or later. As a...

2CVSS5.9AI score0.00107EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/07/28 4:21 p.m.12 views

sqlite3-ruby has Use-After-Free When Redefining SQLite Functions with Different Arity

Summary Using Databasecreatefunction or Databasedefinefunction to define the same function name more than once with different numbers of arguments "arity" or text encodings will result in a invalid memory read and a segmentation fault. Mitigation Upgrade to sqlite3 gem v2.9.5 or later. As a...

2CVSS5.9AI score0.00107EPSS
SaveExploits0References7Affected Software2
EUVD
EUVD
added 2026/07/28 4:21 p.m.8 views

EUVD-2026-49896

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...

2CVSS5.8AI score0.00107EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/07/28 4:21 p.m.8 views

CVE-2026-54619

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...

2CVSS5.8AI score0.00107EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/28 4:21 p.m.4 views

CVE-2026-54619 sqlite3-ruby has Use-After-Free When Redefining SQLite Functions with Different Arity

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...

2CVSS5.8AI score
SaveExploits0References6
CVE
CVE
added 2026/07/28 4:21 p.m.30 views

CVE-2026-54619

sqlite3-ruby bindings (Ruby gem sqlite3) are affected in versions

2CVSS5.8AI score0.00107EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/07/28 4:21 p.m.7 views

CVE-2026-54619

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...

2CVSS5.8AI score0.00107EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2026/07/28 4:21 p.m.7 views

CVE-2026-54619 sqlite3-ruby has Use-After-Free When Redefining SQLite Functions with Different Arity

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...

2CVSS5.8AI score0.00107EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/28 4:21 p.m.38 views

CVE-2026-54619 sqlite3-ruby has Use-After-Free When Redefining SQLite Functions with Different Arity

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...

2CVSS0.00107EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/28 12:0 a.m.8 views

PT-2026-65540

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...

2CVSS5.8AI score0.00107EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/07/28 12:0 a.m.8 views

PT-2026-65634

Summary Using Databasecreate function or Databasedefine function to define the same function name more than once with different numbers of arguments "arity" or text encodings will result in a invalid memory read and a segmentation fault. Mitigation Upgrade to sqlite3 gem v2.9.5 or later. As a...

2CVSS5.9AI score0.00107EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/07/27 3:13 p.m.12 views

CVE-2026-55737

Signed to Unsigned Conversion Error and Out-of-bounds Write vulnerability in Erlang OTP erts allows an attacker who can supply a crafted Erlang external term format ETF binary to binarytoterm/1 to corrupt the BEAM heap pointer and crash the virtual machine. When decoding a LARGETUPLEEXT term, the...

5.1CVSS5.9AI score0.00126EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/07/27 3:13 p.m.10 views

EUVD-2026-49321

Signed to Unsigned Conversion Error and Out-of-bounds Write vulnerability in Erlang OTP erts allows an attacker who can supply a crafted Erlang external term format ETF binary to binarytoterm/1 to corrupt the BEAM heap pointer and crash the virtual machine. When decoding a LARGETUPLEEXT term, the...

5.1CVSS5.9AI score0.00126EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/07/27 3:13 p.m.9 views

CVE-2026-55737 Heap pointer corruption via signed/unsigned mismatch in LARGE_TUPLE_EXT decoding in erts external term format decoder

Signed to Unsigned Conversion Error and Out-of-bounds Write vulnerability in Erlang OTP erts allows an attacker who can supply a crafted Erlang external term format ETF binary to binarytoterm/1 to corrupt the BEAM heap pointer and crash the virtual machine. When decoding a LARGETUPLEEXT term, the...

5.1CVSS5.9AI score0.00126EPSS
SaveExploits0References5
FreeBSD
FreeBSD
added 2026/07/27 12:0 a.m.5 views

Erlang/OTP -- heap corruption decoding invalidly encoded large tuples

The Erlang/OTP team reports: Fixed heap corruption when an invalidly encoded tuple with an arity of 2^31 or larger is decoded from Erlang's External Term Format binarytoterm...

5.1CVSS5.9AI score0.00126EPSS
SaveExploits0References1
Snyk
Snyk
added 2026/07/08 8:21 p.m.15 views

Use After Free

Overview Affected versions of this package are vulnerable to Use After Free in Databasedefinefunction and Databasecreatefunction through the custom function registry in lib/sqlite3/database.rb. An attacker can trigger a segmentation fault by redefining the same SQLite function name with a differe...

4.4CVSS6.2AI score0.00107EPSS
SaveExploits0References2
RubySec
RubySec
added 2026/06/07 12:0 a.m.14 views

Use-After-Free When Redefining SQLite Functions with Different Arity

Summary Using Databasecreatefunction or Databasedefinefunction to define the same function name more than once with different numbers of arguments "arity" or text encodings will result in a invalid memory read and a segmentation fault. Severity The sqlite3-ruby repo maintainers assess this as Low...

2CVSS6AI score0.00107EPSS
SaveExploits0References1Affected Software1
OSV
OSV
added 2024/05/06 4:15 p.m.5 views

UBUNTU-CVE-2024-34251

An out-of-bound memory read vulnerability was discovered in Bytecode Alliance wasm-micro-runtime v2.0.0 which allows a remote attacker to cause a denial of service via the "blocktypegetarity" function in core/iwasm/interpreter/wasm.h...

7.5CVSS7.1AI score0.00758EPSS
SaveExploits1References4
Rows per page
Query Builder