Lucene search
+L

62925 matches found

ATTACKERKB
ATTACKERKB
added 2026/07/29 12:00 a.m.9 views

CVE-2026-51992

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority. ClickHouse's PostgreSQL integration intentionally allows users with valid PostgreSQL credentials to execute queries against a remote PostgreSQL server. No vulnerability in ClickHouse is exploited; code execution occurs on...

6.2AI score0.00515EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/29 12:00 a.m.24 views

PT-2026-65814

cJSON through 1.7.19 contains an inefficient algorithmic complexity flaw in cJSON Compare. When comparing objects, the function recurses into each shared subtree twice, once in each direction, with no depth guard, making the running time exponential in nesting depth. A small, deeply nested docume...

8.2CVSS5.8AI score0.00427EPSS
SaveExploits1References4
BDU FSTEC
BDU FSTEC
added 2026/07/29 12:00 a.m.11 views

The vulnerability of the eem_unwrap() function in the drivers/usb/gadget/function/f_eem.c file of the Linux operating system’s USB gadget driver module allows a hacker to cause a service failure.

The vulnerability of the eemunwrap function in the drivers/usb/gadget/function/feem.c file of the Linux operating system’s USB gadget driver framework is related to improper memory release memory leak. Exploiting this vulnerability could allow a remote attacker to cause service interruptions...

4.8CVSS6.1AI score0.00207EPSS
SaveExploits0References20Affected Software3
Cvelist
Cvelist
added 2026/07/29 12:00 a.m.67 views

CVE-2026-51992

...

0.00515EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/29 12:00 a.m.21 views

PT-2026-65830

Penelope Shell Handler is a post-exploitation shell handler for authorized security testing. Prior to 0.20.0, the Unix download implementation in penelope.py used tar.extractalllocal download folder on tar archives returned by remote sessions without validating member paths, allowing a malicious ...

5.9CVSS5.9AI score0.00298EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/07/28 10:19 p.m.21 views

@hypequery/clickhouse has SQL Injection in parameter escaping that allows arbitrary SQL execution

A SQL injection vulnerability exists in the escapeValue function used for parameter substitution. escapeValue dispatches on the type of the parameter value, and two of its branches failed to escape safely. An attacker who can control a parameter value can terminate the enclosing string literal an...

9.8CVSS5.8AI score0.00465EPSS
SaveExploits0References10Affected Software1
Snyk
Snyk
added 2026/07/28 9:32 p.m.19 views

Exposure of Private Personal Information to an Unauthorized Actor

Overview datamodel-code-generator is a Datamodel Code Generator Affected versions of this package are vulnerable to Exposure of Private Personal Information to an Unauthorized Actor via the getbody function. An attacker can obtain sensitive authorization headers by causing a redirect to a differe...

8.2CVSS5.5AI score0.00211EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/07/28 5:31 p.m.16 views

brace-expansion: Brace-expansion: Denial of Service due to exponential-time complexity

A flaw was found in brace-expansion. An attacker can exploit a vulnerability in the expand function by providing a specially crafted string. This string, containing consecutive non-expanding brace groups, can trigger exponential-time complexity, leading to significant CPU consumption and event-lo...

8.7CVSS6AI score0.00364EPSS
SaveExploits0References6
NVD
NVD
added 2026/07/28 5:16 p.m.12 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
UbuntuCve
UbuntuCve
added 2026/07/28 5:16 p.m.17 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.3AI score0.00107EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/28 5:08 p.m.14 views

SUSE CVE-2026-64538

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix null-ptr-deref in fib6nhmtuchange. fib6nhmtuchange re-fetches idev via in6devgetarg-dev and dereferences idev-cnf.mtu6 without a NULL check. addrconfifdown clears dev-ip6ptr with RCUINITPOINTER after rt6disableip has...

5.5CVSS5.7AI score0.00195EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/28 4:23 p.m.7 views

GHSA-J7FR-3V8C-3QC3 sqlite3-ruby has Use-After-Free in SQLite Aggregate Function Callbacks

Summary Using Databasecreateaggregate, createaggregatehandler, or Databasedefineaggregator 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. Mitigati...

2CVSS5.8AI score0.00107EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/07/28 4:23 p.m.14 views

EUVD-2026-49899

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

2CVSS5.9AI score0.00107EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/28 4:23 p.m.12 views

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

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

2CVSS5.8AI score
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/07/28 4:21 p.m.17 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
OSV
OSV
added 2026/07/28 4:21 p.m.11 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
ATTACKERKB
ATTACKERKB
added 2026/07/28 4:21 p.m.9 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
EUVD
EUVD
added 2026/07/28 4:21 p.m.13 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
CVE
CVE
added 2026/07/28 4:21 p.m.67 views

CVE-2026-54619

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

2CVSS5.8AI score0.00107EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/28 4:21 p.m.46 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
Rows per page
Query Builder