Lucene search
+L

335095 matches found

Tenable Nessus
Tenable Nessus
added 2026/08/14 12:00 a.m.14 views

RockyLinux 9 : bind (RLSA-2026:54510)

The remote RockyLinux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RLSA-2026:54510 advisory. bind9: bind: Potential wildcard CNAME RPZ policy bypass CVE-2026-11331 bind: bind9: DNSSEC Validation Bypass via Out-of-Zone NSEC Next Field...

8.6CVSS5.6AI score0.00523EPSS
SaveExploits0References13
Tenable Nessus
Tenable Nessus
added 2026/08/14 12:00 a.m.15 views

Linux Distros Unpatched Vulnerability : CVE-2026-73515

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - PostGIS before 3.7.0beta2 contains an out-of-bounds read vulnerability that allows attackers to cause memory disclosure or a server crash by supplying a malform...

8.1CVSS5.7AI score0.00415EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/14 12:00 a.m.12 views

AlmaLinux 9 : bind (ALSA-2026:54510)

The remote AlmaLinux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the ALSA-2026:54510 advisory. bind9: bind: Potential wildcard CNAME RPZ policy bypass CVE-2026-11331 bind: bind9: DNSSEC Validation Bypass via Out-of-Zone NSEC Next Field CVE-2026-133...

8.6CVSS5.6AI score0.00523EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2026/08/14 12:00 a.m.18 views

AlmaLinux 8 : bind (ALSA-2026:54654)

The remote AlmaLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the ALSA-2026:54654 advisory. bind: bind9: DNSSEC Validation Bypass via Out-of-Zone NSEC Next Field CVE-2026-13321 bind: bind9: Potential memory usage beyond configured limits...

8.6CVSS5.6AI score0.00523EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/08/14 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-56860

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Previously, resolving relative paths containing parent directory '..' segments performed string conversions and buffer rewrites on each step, resulting in...

5.9CVSS6.1AI score0.00518EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/08/13 11:45 p.m.10 views

net: golang: Go net package: Denial of Service via long CNAME response in LookupCNAME

A flaw was found in the net package of Go golang, specifically when using the LookupCNAME function with the cgo DNS resolver. A remote attacker could exploit this by providing a very long Canonical Name CNAME response. This can trigger a double-free of C memory, leading to a crash and a Denial of...

7.5CVSS5.5AI score0.00813EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/08/13 11:45 p.m.9 views

golang: net/url: Memory exhaustion in query parameter parsing in net/url

A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted...

7.5CVSS5.4AI score0.01979EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/08/13 11:45 p.m.9 views

pyasn1: pyasn1: Denial of Service due to memory exhaustion from malformed RELATIVE-OID

A flaw was found in pyasn1, a generic ASN.1 library for Python. A remote attacker could exploit this vulnerability by sending a specially crafted RELATIVE-OID with excessive continuation octets. This input validation vulnerability leads to memory exhaustion, resulting in a Denial of Service DoS f...

7.5CVSS5.5AI score0.00705EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/13 10:17 p.m.9 views

CVE-2026-56860

Previously, resolving relative paths containing parent directory '..' segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-based backtracking f...

5.9CVSS0.00518EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/13 10:17 p.m.6 views

AZL-96665 CVE-2026-56860 affecting package golang 1.26.5-2

Previously, resolving relative paths containing parent directory '..' segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-based backtracking f...

5.9CVSS6.1AI score0.00518EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/13 10:17 p.m.6 views

AZL-96656 CVE-2026-56860 affecting package golang 1.25.12-1

Previously, resolving relative paths containing parent directory '..' segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-based backtracking f...

5.9CVSS6.1AI score0.00518EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/13 10:17 p.m.6 views

DEBIAN-CVE-2026-56860

Previously, resolving relative paths containing parent directory '..' segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-based backtracking f...

5.9CVSS5.5AI score0.00518EPSS
SaveExploits0References1
Mageia
Mageia
added 2026/08/13 9:59 p.m.11 views

Updated dhcpcd packages fix security vulnerabilities

Attackers can send a crafted DHCPv6 ADVERTISE message containing an IAPD IAPREFIX /0 with a valid OPTIONPDEXCLUDE using an exclude prefix length of /121 through /128 to trigger the out-of-bounds write and potentially corrupt adjacent stack memory CVE: CVE-2026-56114. Attackers can repeatedly send...

7.1CVSS5.2AI score0.00288EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/13 9:58 p.m.131 views

CVE-2026-56860

CVE-2026-56860 describes a performance-related fix in path resolution for relative paths containing .. segments. The prior approach performed string conversions and buffer rewrites at each step, yielding quadratic time complexity and high memory allocations. The fix now operates on a byte buffer ...

5.9CVSS5.3AI score0.00518EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/08/13 9:58 p.m.7 views

CVE-2026-56860

Previously, resolving relative paths containing parent directory '..' segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-based backtracking f...

5.3AI score0.00518EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2026/08/13 9:58 p.m.35 views

CVE-2026-56860 Avoid quadratic complexity in resolvePath in net/url

Previously, resolving relative paths containing parent directory '..' segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-based backtracking f...

0.00518EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/13 9:43 p.m.21 views

GO-2026-6218 Avoid quadratic complexity in resolvePath in net/url

Previously, resolving relative paths containing parent directory '..' segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead. Now, path resolution operates on a byte buffer using index-based backtracking f...

5.9CVSS5.4AI score0.00518EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/08/13 9:43 p.m.12 views

Denial of Service (DoS)

Overview std/net/url is a Go standard library package std/net/url Affected versions of this package are vulnerable to Denial of Service DoS. Go Vulnerability Report:Previously, resolving relative paths containing parent directory '..' segments performed string conversions and buffer rewrites on...

8.7CVSS6AI score0.00518EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/08/13 9:03 p.m.12 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 via the ES|QL query processing. An attacker can exhaust available heap memory and caus...

7.1CVSS5.5AI score0.0029EPSS
SaveExploits0References2
Wolfi
Wolfi
added 2026/08/13 8:53 p.m.16 views

CVE-2026-73430 vulnerabilities

Vulnerabilities for packages: yazi...

5.3CVSS5.2AI score0.00332EPSS
SaveExploits0
Rows per page
Query Builder