Lucene search
+L

138422 matches found

RedhatCVE
RedhatCVE
added 2026/07/30 2:47 p.m.7 views

CVE-2026-54620

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

4.5CVSS5.8AI score0.00107EPSS
SaveExploits0References7
GithubExploit
GithubExploit
added 2026/07/30 12:52 p.m.52 views

Exploit for Use After Free in Linux Linux_Kernel

CVE-2026-43499-...

7.8CVSS6.9AI score0.00725EPSS
SaveExploits63
OSV
OSV
added 2026/07/30 12:6 p.m.7 views

RLSA-2026:47757 Important: openssh security update

OpenSSH is an SSH protocol implementation supported by a number of Linux, UNIX, and similar operating systems. It includes the core files necessary for both the OpenSSH client and server. Security Fixes: openssh: Local MITM of X11 forwarding via abstract UNIX socket pre-binding in Rocky Linux...

7.7CVSS5.9AI score0.00431EPSS
SaveExploits2References6
Rockylinux
Rockylinux
added 2026/07/30 12:6 p.m.8 views

openssh security update

An update is available for openssh. This update affects Rocky Linux 10. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list OpenSSH is an SSH protocol implementation supported by a number of Linux,...

9.4CVSS5.8AI score0.00431EPSS
SaveExploits2
OSV
OSV
added 2026/07/30 12:0 p.m.5 views

RLSA-2026:47755 Moderate: openssh security update

OpenSSH is an SSH protocol implementation supported by a number of Linux, UNIX, and similar operating systems. It includes the core files necessary for both the OpenSSH client and server. Security Fixes: openssh: Local MITM of X11 forwarding via abstract UNIX socket pre-binding in Rocky Linux...

5CVSS5.8AI score0.0029EPSS
SaveExploits1References3
Rockylinux
Rockylinux
added 2026/07/30 12:0 p.m.32 views

openssh security update

An update is available for openssh. This update affects Rocky Linux 8. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list OpenSSH is an SSH protocol implementation supported by a number of Linux, UNI...

6.5CVSS5.8AI score0.0029EPSS
SaveExploits1
OSV
OSV
added 2026/07/30 11:13 a.m.6 views

SUSE-SU-2026:3427-1 Security update for valkey

This update for valkey fixes the following issues: - CVE-2026-56684: use-after-free in TLS connection handling that could allow an authenticated client to achieve remote code execution using CLIENT KILL bsc1272443. - CVE-2026-63639: corrupt stream RDB files containing a shared NACK across consume...

6.3AI score
SaveExploits0References5
OSV
OSV
added 2026/07/30 10:56 a.m.5 views

SUSE-SU-2026:23042-1 Security update for gawk

This update for gawk fixes the following issues - CVE-2026-40467: use-after-free in the io.c program file via the dogetlineredir routine bsc1271351. - CVE-2026-40468: integer overflow in the builtin.c program file bsc1271352. - CVE-2026-40553: buffer overflow in the extension/readdir.c program fi...

9.1CVSS5.7AI score0.00291EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/30 10:17 a.m.6 views

RHSA-2026:47717 Red Hat Security Advisory: gstreamer1-plugins-bad-free security update

Bulletin has no description...

8.8CVSS5.8AI score0.00638EPSS
SaveExploits0References23
RedhatCVE
RedhatCVE
added 2026/07/30 9:47 a.m.6 views

CVE-2026-64447

A flaw was found in the Linux kernel's ipu7 media driver. This vulnerability involves incorrect memory management where memory can be freed multiple times and subsequently accessed after it has been freed, specifically during error handling paths in device initialization. A local attacker could...

7.8CVSS6.2AI score0.00133EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/30 8:54 a.m.2 views

SUSE-SU-2026:23070-1 Security update for libkrun

This update for libkrun fixes the following issues: - CVE-2025-24898: openssl: use-after-free in ssl::selectnextproto due to improper lifetime handling bsc1270429. - CVE-2026-41676: openssl: short buffer overflow via Deriver:derive and PkeyCtxRef:derive when using OpenSSL 1.1.1 bsc1270198. -...

9.3CVSS6.2AI score0.00667EPSS
SaveExploits0References17
OSV
OSV
added 2026/07/30 8:53 a.m.7 views

BIT-SQLITE-2026-51304

sqlite 3.41 has a use-after-free UAF vulnerability in the ORDER BY clause parsing routine. The affected code first releases the memory of an ExprList object via sqlite3ExprListDelete, then attempts to access the nExpr member of the already freed object. This dangling pointer access causes invalid...

7.7AI score0.0034EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/30 8:53 a.m.9 views

BIT-SQLITE-2026-51302

SQLite 3.41 has a use-after-free vulnerability exists in the expression evaluation logic. The sqlite3ReleaseTempReg function improperly releases temporary register resources, and the subsequent exprComputeOperands function continues to access the already freed register memory. By supplying a...

7.7AI score0.00401EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/30 8:53 a.m.6 views

BIT-SQLITE-2026-51298

sqlite 3.41 is vulnerable to use after free in the JSON extraction function. After releasing JsonParse object memory via jsonParseFree, the program still accesses internal member of the freed pointer, which can cause service crash and denial of service...

5.8AI score0.00112EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/30 8:53 a.m.9 views

BIT-SQLITE-2026-51297

sqlite 3.41 has a use-after-free vulnerability in the JSON parsing logic. Remote adversaries can craft malicious JSON payload to trigger memory free followed by illegal memory access, which may lead to arbitrary code execution, sensitive information leakage and service denial...

7.3AI score0.00344EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/30 8:53 a.m.6 views

BIT-SQLITE-2026-51296

SQLite 3.41 has a use-after-free vulnerability in jsonRemoveFunc of SQLite JSON module. The parsed JSON object is freed at line 3555, while line 3575 still calls jsonLookupStep with the released pointer. Remote attackers can exploit this flaw to crash the service and leak heap memory information...

7AI score0.00332EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/07/30 8:28 a.m.11 views

CVE-2026-64266

A flaw was found in the Linux kernel's FUSE Filesystem in Userspace component. The fusereffolio function does not properly re-lock a request after unlocking it, which can lead to a use-after-free vulnerability. A local attacker could exploit this flaw to potentially execute arbitrary code or caus...

7.8CVSS6.2AI score0.0016EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/30 8:27 a.m.8 views

CVE-2026-17896

An use after free flaw was found in the DevTools component of the Chromium browser. Upstream bugs: https://code.google.com/p/chromium/issues/detail?id=525331547...

7.6CVSS5.8AI score0.00362EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/07/30 8:27 a.m.9 views

CVE-2026-17891

An use after free flaw was found in the ANGLE component of the Chromium browser. Upstream bugs: https://code.google.com/p/chromium/issues/detail?id=524639223...

6.5CVSS5.8AI score0.00158EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/07/30 8:27 a.m.10 views

CVE-2026-17862

An use after free flaw was found in the Tracing component of the Chromium browser. Upstream bugs: https://code.google.com/p/chromium/issues/detail?id=520426287...

8.2CVSS5.8AI score0.00112EPSS
SaveExploits0References5
Rows per page
Query Builder