Lucene search
+L

558008 matches found

RedHat Linux
RedHat Linux
added 2026/09/14 3:23 p.m.3 views

nginx: NGINX: Arbitrary code execution via crafted HTTP requests

A flaw was found in NGINX. An unauthenticated attacker can exploit this vulnerability by sending specially crafted HTTP requests when the map directive uses regular expression regex matching and references regex capture variables before referencing the map output variable. This can lead to a heap...

9.2CVSS0.04452EPSS
SaveExploits6References5
RedHat Linux
RedHat Linux
added 2026/09/14 3:23 p.m.3 views

nginx: NGINX: Arbitrary code execution via crafted HTTP requests

A flaw was found in NGINX. An unauthenticated attacker can exploit this vulnerability by sending specially crafted HTTP requests when the map directive uses regular expression regex matching and references regex capture variables before referencing the map output variable. This can lead to a heap...

9.2CVSS0.04452EPSS
SaveExploits6References5
Cvelist
Cvelist
added 2026/09/14 3:21 p.m.4 views

CVE-2026-90463 Sssd: local oob read in nss service request parsers (`sss_nss_protocol_parse_svc_name` / `sss_nss_protocol_parse_svc_port`)

A flaw was found in the sssd NSS responder. This input validation vulnerability allows a local attacker, by sending specially crafted service lookup requests to the NSS responder's UNIX socket, to cause an out-of-bounds read. This out-of-bounds read may lead to a denial of service DoS by crashing...

4CVSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/09/14 3:21 p.m.2 views

CVE-2026-90463 Sssd: local oob read in nss service request parsers (`sss_nss_protocol_parse_svc_name` / `sss_nss_protocol_parse_svc_port`)

A flaw was found in the sssd NSS responder. This input validation vulnerability allows a local attacker, by sending specially crafted service lookup requests to the NSS responder's UNIX socket, to cause an out-of-bounds read. This out-of-bounds read may lead to a denial of service DoS by crashing...

4CVSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/09/14 3:20 p.m.2 views

CVE-2026-90995

A flaw was found in SSSD System Security Services Daemon. A local attacker with privileges to connect to the PAM Pluggable Authentication Modules responder socket can send a specially crafted protocol request. If the pamappservices configuration is enabled and the service item is omitted from the...

5.5CVSS
SaveExploits0References3
NVD
NVD
added 2026/09/14 3:17 p.m.4 views

CVE-2026-25687

A race condition in the ZPA tunnel handler of affected versions of Zscaler Client Connector ZCC allows a heap corruption, resulting in a denial of service client crash and potentially arbitrary code execution in the context of the ZCC process...

8.1CVSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/09/14 3:08 p.m.3 views

crypto/tls: golang: Golang crypto/tls: Denial of Service via indefinite KeyUpdate messages

A flaw was found in the crypto/tls package, part of golang. A malicious client can exploit this vulnerability by continuously sending KeyUpdate messages to a server. This forces the server to perform indefinite key derivation operations, leading to resource exhaustion and a Denial of Service DoS...

7.5CVSS0.00568EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/09/14 3:08 p.m.2 views

Important: Red Hat Security Advisory: git-lfs security update

An update for git-lfs is now available for Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is...

10CVSS0.00813EPSS
SaveExploits1References12
RedHat Linux
RedHat Linux
added 2026/09/14 3:08 p.m.3 views

net/url: golang: golang net/url: Denial of Service from quadratic complexity in path resolution

A flaw was found in net/url, a component of golang. This vulnerability arises when resolving relative paths that contain numerous parent directory '..' segments. A remote attacker could exploit this by providing a specially crafted path, leading to quadratic time complexity and excessive memory...

5.9CVSS0.00518EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/09/14 3:08 p.m.3 views

crypto/x509: golang: Go crypto/x509: Denial of Service via inefficient certificate chain validation

A flaw was found in Go's crypto/x509 package. A remote attacker could exploit this by presenting a specially crafted certificate chain containing a large number of policy mappings. This inefficient validation process consumes excessive resources, which can lead to a denial of service DoS for...

7.5CVSS0.00355EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/09/14 3:08 p.m.3 views

crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building

A flaw was found in the Go standard library packages crypto/x509 and crypto/tls. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being...

7.5CVSS0.00615EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/09/14 3:08 p.m.3 views

encoding/asn1: golang: Go encoding/asn1: Denial of Service via excessive recursion in Unmarshal

A flaw was found in the encoding/asn1 package in Go. An attacker could provide a specially crafted, deeply-nested Abstract Syntax Notation One ASN.1 structure, leading to excessive recursion during the Unmarshal operation. This could result in stack exhaustion and a Denial of Service DoS conditio...

7.5CVSS0.00568EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/09/14 3:08 p.m.3 views

crypto/tls: golang: Go crypto/tls: Denial of Service via multiple TLS 1.3 key update messages

A flaw was found in the crypto/tls package within the Go golang standard library, specifically affecting TLS 1.3 connections. A remote attacker can exploit this vulnerability by sending multiple key update messages in a single record after the handshake. This can cause the connection to deadlock,...

7.5CVSS0.00621EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/09/14 3:08 p.m.3 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.5CVSS0.00813EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/09/14 3:08 p.m.3 views

encoding/xml: golang: Go: Denial of Service via XML decoding recursion depth issue

A flaw was found in the encoding/xml package of Go. The DecodeElement function failed to correctly track recursion depth, which could lead to stack exhaustion. A remote attacker could exploit this vulnerability by providing a specially crafted XML input, resulting in a Denial of Service DoS for t...

7.5CVSS0.00568EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2026/09/14 2:54 p.m.1 views

CVE-2026-90463

A flaw was found in the sssd NSS responder. This input validation vulnerability allows a local attacker, by sending specially crafted service lookup requests to the NSS responder's UNIX socket, to cause an out-of-bounds read. This out-of-bounds read may lead to a denial of service DoS by crashing...

4CVSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/14 2:47 p.m.6 views

CVE-2026-59570 Android ZCC denial of service

On affected versions of Zscaler client connector, a pre-installed peer app can tear down the Zscaler tunnel, force user logout, and toggle packet capture...

7.5CVSS
SaveExploits0References1
CVE
CVE
added 2026/09/14 2:47 p.m.3 views

CVE-2026-59570

CVE-2026-59570 affects Zscaler Client Connector (ZCC) on Android , where a pre-installed peer application can tear down the Zscaler tunnel, force a user logout, and toggle packet capture. The primary impact is denial of service (tunnel disruption and forced logout), with additional integrity impa...

7.5CVSS
SaveExploits0References1
CVE
CVE
added 2026/09/14 2:37 p.m.6 views

CVE-2026-25687

CVE-2026-25687 affects the ZPA tunnel handler in Zscaler Client Connector (ZCC) . A race condition in this component leads to a heap corruption , enabling a denial of service (client crash) and potentially arbitrary code execution in the context of the ZCC process. The CVSS 3.1 score is 8.1 (HIGH...

8.1CVSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/14 2:37 p.m.4 views

EUVD-2026-77536

A race condition in the ZPA tunnel handler of affected versions of Zscaler Client Connector ZCC allows a heap corruption, resulting in a denial of service client crash and potentially arbitrary code execution in the context of the ZCC process...

8.1CVSS
SaveExploits0References1
Rows per page
Query Builder