Lucene search
+L

12552 matches found

OSV
OSV
added 2026/08/15 5:52 a.m.49 views

CVE-2026-72095 dma-fence: Make dma_fence_dedup_array() robust against 0-count input

In the Linux kernel, the following vulnerability has been resolved: dma-fence: Make dmafencededuparray robust against 0-count input dmafencededuparray returns 1 when called with numfences == 0: the for-loop body never executes, j stays at 0, and the final return ++j yields 1. This contradicts bot...

7.8CVSS5.5AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.27 views

PT-2026-72399

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the ntfs ir reparent function where the system updates the index root header before resizing the resident value. When the root stub requires more space than the existi...

9.8CVSS5.3AI score0.00516EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.17 views

PT-2026-72730

In the Linux kernel, the following vulnerability has been resolved: ASoC: meson: aiu: Validate written enum values The AIU HDMI and internal codec mux put callbacks use the written enum value with snd soc enum item to val before checking whether the value is valid for the enumeration. Reject...

5.3AI score0.00125EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.19 views

PT-2026-72821

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: check return value of nvmet tcp set queue sock The return value of nvmet tcp set queue sock is currently ignored in nvmet tcp tls handshake done. If it fails e.g., due to the socket not being in TCP ESTABLISHED state,...

5.4AI score0.00426EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.24 views

PT-2026-72999

In the Linux kernel, the following vulnerability has been resolved: hwmon: adt7470 Fix busy-loop and I2C flooding in update thread When userspace configures 'auto update interval' to 0 via sysfs, the background kthread executes schedule timeout interruptible0, which returns immediately. If 'num...

5.4AI score0.00177EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.21 views

PT-2026-72959

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HIDP: validate numbered report payloads When hidp get raw report waits for a numbered report, hidp process data compares the expected report number with skb-data0. A connected HIDP peer can reply with only a DATA...

5.5AI score0.00242EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.24 views

PT-2026-72798

In the Linux kernel, the following vulnerability has been resolved: ext2: fix ignored return value of generic write sync Fix ext2 dio write iter to propagate the error returned by generic write sync instead of silently discarding it, which could cause write2 to return success to userspace on O...

5.4AI score0.00168EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.15 views

PT-2026-72816

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix iommu map sgtable return value check Commit "iommu: return full error code from iommu map sg atomic" changed iommu map sgtable to return an ssize t and negative values in error cases, rather than a size t and a...

5.4AI score0.00129EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.157 views

PT-2026-72750

In the Linux kernel, the following vulnerability has been resolved: bpf: Cancel special fields on map value recycle Map update and delete paths currently call bpf obj free fields when a value is being replaced or recycled. That makes field destruction depend on the context of the update/delete...

5.9AI score0.00129EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/15 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-74294

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ASoC: meson: aiu: Validate written enum values The AIU HDMI and internal codec mux put callbacks use the written enum value with sndsocenumitemtoval before...

7.3CVSS5.8AI score0.00125EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/08/14 11:58 p.m.13 views

SUSE CVE-2026-16241

Integer underflow in PostgreSQL ECPG allows a database server administrator to achieve temporary denial of service against the ECPG client via sending a bytea value lacking the mandatory prefix. The client overwrites a huge memory region with bytes outside attacker knowledge or control. This...

3.8CVSS5.4AI score0.00198EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/08/14 11:58 p.m.12 views

SUSE CVE-2026-18024

Buffer over-read in PostgreSQL ascii SQL function allows a user to disclose up to 3 bytes after the end of a specific allocation, via a crafted text value. This is the same class of defect that CVE-2026-2006 fixed, though this instance has less impact. Versions before PostgreSQL 18.6, 17.11, 16.1...

4.3CVSS5.3AI score0.00195EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/14 7:08 p.m.10 views

EUVD-2026-58791

js-toml is a TOML parser for JavaScript, Prior to version 1.1.2, the interpreter checks whether a key already exists in a parser-built container with if objectkey instead of if key in object. When the prior value is a falsy primitive — false, 0, 0n, 0.0, -0, or "" — the duplicate-key branch is...

5.3CVSS5.4AI score0.00232EPSS
SaveExploits0References3
attackerkb
attackerkb
added 2026/08/14 7:08 p.m.17 views

CVE-2026-50029

js-toml is a TOML parser for JavaScript, Prior to version 1.1.2, the interpreter checks whether a key already exists in a parser-built container with if objectkey instead of if key in object. When the prior value is a falsy primitive — false, 0, 0n, 0.0, -0, or "" — the duplicate-key branch is...

5.4AI score0.00232EPSS
SaveExploits0References4Affected Software1
Positive Technologies
Positive Technologies
added 2026/08/14 12:00 a.m.21 views

PT-2026-72001

Grav versions from 1.5.2 through 2.0.12 contain a stored cross-site scripting vulnerability in the Security::detectXss function system/src/Grav/Common/Security.php. The event-handler scan is anchored at ?, which cannot cross the first literal ; when a appears inside a quoted attribute value the...

5.4CVSS4.6AI score0.0018EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/08/13 9:03 p.m.13 views

Memory Allocation with Excessive Size Value

Overview kibana is an open source Apache Licensed, browser-based analytics and search dashboard for Elasticsearch. Affected versions of this package are vulnerable to Memory Allocation with Excessive Size Value in the size parameter. An attacker can cause memory exhaustion and terminate the node...

7.1CVSS5.5AI score0.00332EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/13 1:17 p.m.20 views

CVE-2026-18024

Buffer over-read in PostgreSQL ascii SQL function allows a user to disclose up to 3 bytes after the end of a specific allocation, via a crafted text value. This is the same class of defect that CVE-2026-2006 fixed, though this instance has less impact. Versions before PostgreSQL 18.6, 17.11, 16.1...

4.3CVSS5.4AI score0.00195EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/13 1:00 p.m.14 views

EUVD-2026-57851

Buffer over-read in PostgreSQL ascii SQL function allows a user to disclose up to 3 bytes after the end of a specific allocation, via a crafted text value. This is the same class of defect that CVE-2026-2006 fixed, though this instance has less impact. Versions before PostgreSQL 18.5, 17.11, 16.1...

4.3CVSS5.4AI score0.00195EPSS
SaveExploits0References1
attackerkb
attackerkb
added 2026/08/12 9:20 p.m.19 views

CVE-2026-73499

etcd is a distributed key-value store for the data of a distributed system. Prior to versions 3.5.33, 3.6.14, and 3.7.1, a user granted READ permission on a single exact key can use the Watch gRPC API with clientv3.WithFromKey to receive watch events for every key lexicographically greater than o...

7.1CVSS5.3AI score0.00365EPSS
SaveExploits0References9Affected Software1
EUVD
EUVD
added 2026/08/12 9:20 p.m.14 views

EUVD-2026-57641

etcd is a distributed key-value store for the data of a distributed system. Prior to versions 3.5.33, 3.6.14, and 3.7.1, a user granted READ permission on a single exact key can use the Watch gRPC API with clientv3.WithFromKey to receive watch events for every key lexicographically greater than o...

7.1CVSS5.3AI score0.00365EPSS
SaveExploits0References8
Rows per page
Query Builder