Lucene search
+L

171788 matches found

CVE
CVE
added 2026/08/06 8:33 p.m.79 views

CVE-2026-19153

CVE-2026-19153 corresponds to a Chrome vulnerability where insufficient validation of untrusted input in Workers could be leveraged by a renderer process that has been compromised to bypass site isolation via a crafted HTML page. The issue affects Google Chrome prior to version 151.0.7922.109, wi...

8.1CVSS5.4AI score0.00367EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2026/08/06 8:33 p.m.9 views

CVE-2026-19153

Insufficient validation of untrusted input in Workers in Google Chrome prior to 151.0.7922.109 allowed a remote attacker who had compromised the renderer process to bypass site isolation via a crafted HTML page. Chromium security severity: High...

8.1CVSS5.2AI score0.00367EPSS
SaveExploits0
CVE
CVE
added 2026/08/06 8:33 p.m.94 views

CVE-2026-19143

CVE-2026-19143 affects Google Chrome on Android WebAPKs, with insufficient validation of untrusted input in WebAPKs leading to potential local sandbox escape via a malicious file. The vulnerability is associated with a high severity (CVSS v3.1 base score 8.6) and is tied to Chrome versions prior ...

8.6CVSS5.5AI score0.00127EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2026/08/06 8:33 p.m.7 views

CVE-2026-19143

Insufficient validation of untrusted input in WebAPKs in Google Chrome on Android prior to 151.0.7922.109 allowed a local attacker to potentially perform a sandbox escape via a malicious file. Chromium security severity: High...

8.6CVSS5.2AI score0.00127EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2026/08/06 8:33 p.m.13 views

CVE-2026-19169

Insufficient validation of untrusted input in Contextual Tasks in Google Chrome prior to 151.0.7922.109 allowed a remote attacker to perform privilege escalation via a crafted HTML page. Chromium security severity: High...

5.5AI score0.00372EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/08/06 8:33 p.m.6 views

crypto/x509: golang: Go crypto/x509: Certificate validation bypass due to incorrect DNS constraint application

A flaw was found in the crypto/x509 package within Go golang. When verifying a certificate chain, excluded DNS Domain Name System constraints are not correctly applied to wildcard DNS Subject Alternative Names SANs if the case of the SAN differs from the constraint. This oversight could allow an...

8.8CVSS7.5AI score0.0034EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/08/06 8:33 p.m.9 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.5CVSS5.5AI score0.00355EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/08/06 8:33 p.m.14 views

crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption

A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security TLS session resumption when certificate authority CA settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing ...

10CVSS5.5AI score0.00765EPSS
SaveExploits1References8
Github Security Blog
Github Security Blog
added 2026/08/06 7:35 p.m.13 views

Statamic: Missing file upload validation on frontend forms allows uploading disallowed file types

Impact Public frontend forms did not enforce the file upload restrictions that the Control Panel enforces, so an unauthenticated visitor could upload file types an administrator had intended to disallow through a form's assets or files field. For assets fields, files could be stored on a public,...

5.3CVSS5.4AI score0.0024EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2026/08/06 7:34 p.m.71 views

CVE-2026-71434

CVE-2026-71434 affects Statamic (Laravel/Git-based CMS). Before version 5.74.3 and 6.24.2, public frontend forms did not enforce file upload restrictions that the Control Panel enforces, allowing an unauthenticated visitor to upload file types administrators disallow via assets/files fields. For ...

5.3CVSS5.4AI score0.0024EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/06 7:34 p.m.9 views

CVE-2026-71434 Statamic: Missing file upload validation on frontend forms allows uploading disallowed file types

Statamic is a Laravel and Git powered content management system CMS. Prior to 5.74.3 and 6.24.2, public frontend forms did not enforce the file upload restrictions that the Control Panel enforces, so an unauthenticated visitor could upload file types an administrator had intended to disallow...

5.3CVSS5.4AI score
SaveExploits0References7
OSV
OSV
added 2026/08/06 7:30 p.m.9 views

CVE-2026-70558 Dinky Unauthenticated Arbitrary File Write via /download/uploadFromRsByLocal Gated Only by Hardcoded Default Token

Dinky's POST /download/uploadFromRsByLocal handler passes the caller-supplied path parameter directly to new Filepath and file.transferTodest with no path validation. The route is marked @SaIgnore and /download/ is excluded from the Sa-Token interceptor, so the only guard is a header equality che...

9.3CVSS5.7AI score
SaveExploits0References5
CVE
CVE
added 2026/08/06 7:30 p.m.57 views

CVE-2026-70558

Dinky CVE-2026-70558 affects the v1.2.5 release and development branch. The vulnerable component is the POST /download/uploadFromRsByLocal handler, which passes a caller-supplied path directly to new File(path) and file.transferTo(dest) with no path validation. The route is SaIgnore’d and /downlo...

9.8CVSS5.8AI score0.00596EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/06 6:47 p.m.27 views

CVE-2026-5856 Contiki-NG DNS/mDNS Resolver Out-of-Bounds Read via Unchecked skip_name Traversal Before Transaction-ID Validation

Contiki-NG's DNS/mDNS resolver skipname in os/services/resolv/resolv.c walks DNS wire-format name labels with no packet-boundary check, and the caller in newdata invokes it in a loop iterating nquestions times from the attacker-controlled DNS header before validating the transaction ID. An attack...

7.1CVSS0.00253EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/06 6:47 p.m.10 views

CVE-2026-5856 Contiki-NG DNS/mDNS Resolver Out-of-Bounds Read via Unchecked skip_name Traversal Before Transaction-ID Validation

Contiki-NG's DNS/mDNS resolver skipname in os/services/resolv/resolv.c walks DNS wire-format name labels with no packet-boundary check, and the caller in newdata invokes it in a loop iterating nquestions times from the attacker-controlled DNS header before validating the transaction ID. An attack...

7.1CVSS5.4AI score
SaveExploits0References5
CVE
CVE
added 2026/08/06 6:47 p.m.56 views

CVE-2026-5856

Affected software/component: Contiki-NG DNS/mDNS resolver (os/services/resolv/resolv.c). Root cause: skip_name() walks DNS wire-format labels without a packet-boundary check; newdata() loops nquestions from attacker-controlled DNS header before validating the transaction ID, causing the function ...

7.1CVSS5.6AI score0.00253EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/06 5:14 p.m.30 views

CVE-2026-16067 Event Booking Manager for WooCommerce (Pro) < 5.0.3 - Unauthenticated Payment Bypass via Client-Controlled Ticket Price

The Event Booking Manager for WooCommerce Pro WordPress plugin before 5.0.3 does not validate the ticket price on the server during its native non-WooCommerce checkout, trusting the per-ticket price supplied by the client instead of re-deriving the event's configured price. This allows...

5.3CVSS0.00236EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/06 5:14 p.m.53 views

CVE-2026-16067

The CVE concerns the Event Booking Manager for WooCommerce (Pro) WordPress plugin, affected versions prior to 5.0.3. The vulnerability arises because the plugin does not validate the ticket price on the server during its native checkout, trusting the per-ticket price supplied by the client. As a ...

5.3CVSS5.5AI score0.00236EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/08/06 5:05 p.m.17 views

golang.org/x/net/idna: golang: net/http: golang.org/x/net/idna: Privilege escalation via incorrect Punycode label processing

A flaw was found in golang.org/x/net/idna. ToASCII and ToUnicode incorrectly accept Punycode-encoded labels that decode to an ASCII-only hostname for example, xn--example-.com returns example.com instead of an error. Applications that validate the ASCII form then convert to Unicode may grant acce...

9.6CVSS5.5AI score0.00655EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/06 5:04 p.m.31 views

CVE-2026-14831 Easy Booking < 3.5.0 - Unauthenticated Minimum Booking Duration Bypass

The Easy Booking WordPress plugin before 3.5.0 does not re-enforce a bookable product's configured minimum booking duration on the server side when adding to cart and calculating the booking price, allowing unauthenticated users to place below-minimum bookings and complete underpriced orders...

5.3CVSS0.0031EPSS
SaveExploits0References1
Rows per page
Query Builder