Lucene search
+L

641185 matches found

Cvelist
Cvelist
added 2026/08/18 7:22 p.m.24 views

CVE-2026-52739 ZEBRA: Repeated Non-Finalized Shielded Transaction Aborts Zebra Before Duplicate-Nullifier Rejection

ZEBRA is a Zcash node written entirely in Rust. Prior to 4.5.0, a malicious block producer can terminate zebrad by placing the same shielded transaction in a non-finalized parent block and its child. In zebra-state/src/service/nonfinalizedstate/chain.rs, Chain::push originally inserted the...

5.9CVSS0.00394EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/18 7:22 p.m.43 views

CVE-2026-52739

Affected: zebrad up to v4.4.1. Root cause: Chain::push in zebra-state/src/service/non_finalized_state/chain.rs:1608-1628 inserts the transaction hash into tx_loc_by_hash with an assert_eq! before running the duplicate shielded-nullifier guard, so a repeated shielded transaction in a child block t...

5.9CVSS5.3AI score0.00394EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/18 7:17 p.m.6 views

CVE-2026-72284

A flaw was found in the Kernel-based Virtual Machine KVM subsystem of the Linux kernel, specifically in the handling of Paravirtualized End Of Interrupt PV EOI for x86 virtual CPUs. A local attacker in a guest virtual machine could exploit a race condition where a virtual CPU disables PV EOIs aft...

7.1CVSS5.4AI score0.00187EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/18 7:17 p.m.5 views

CVE-2026-72282

A flaw was found in the Linux kernel's Kernel-based Virtual Machine KVM component. The kvmiobusgetdev function, responsible for retrieving I/O bus devices, could return a device that is only matched by its memory address. This creates a race condition where the device might be deallocated before...

7.8CVSS5.4AI score0.00176EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/18 7:16 p.m.8 views

CVE-2026-47629

NVIDIA Triton Inference Server for Linux contains a vulnerability where an attacker could cause improper input validation. A successful exploit might lead to denial of service...

7.5CVSS0.0043EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/18 7:16 p.m.9 views

CVE-2026-47627

NVIDIA Triton Inference Server for Linux contains a vulnerability where an attacker could cause path traversal. A successful exploit might lead to denial of service...

9.8CVSS0.00501EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/18 7:16 p.m.9 views

CVE-2026-47628

NVIDIA Triton Inference Server for Linux contains a vulnerability where an attacker could cause an allocation of resources without limits. A successful exploit might lead to denial of service...

7.5CVSS0.0043EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/18 7:16 p.m.6 views

CVE-2021-43718

An Authentication Bypass vulnerability exists in EPSON EH-TW5350 EPSON 150075647YWWV110, which could let a remote malicious user cause a Denial of Service via specially crafted series of HTTP...

5.3CVSS0.0037EPSS
SaveExploits1References1
CVE
CVE
added 2026/08/18 7:12 p.m.29 views

CVE-2026-71417

In Lemur before 1.9.3, a non-read-only user could upload a duplicate certificate row bypassing CertificatePermission, then revoke it via PUT /api/1/certificates//revoke, causing issuer plugins to revoke the real CA-side certificate and causing fleet-wide TLS denial of service. Fixed in 1.9.3. No ...

7.3CVSS5.6AI score0.00082EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/18 7:12 p.m.23 views

CVE-2026-71417 Lemur: Any user can revoke arbitrary certificates at the CA by uploading a duplicate record and revoking it

Lemur manages TLS certificate creation. Prior to 1.9.3, POST /api/1/certificates/upload allowed a non-read-only user to create a duplicate row using another certificate body, authorityid, serial, or externalid without requiring permission on the underlying authority. PUT /api/1/certificates//revo...

7.3CVSS0.00082EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/18 7:10 p.m.8 views

EUVD-2026-61159

Plainpad through 1.1.1, fixed in commit d3823fc, contains a missing rate limiting vulnerability that allows unauthenticated attackers to send unbounded login requests to the POST /v1/sessions endpoint due to dead code in App\Http\Kernel.php that is never instantiated under the Laravel 11+ skeleto...

6.9CVSS5.6AI score0.00298EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/18 7:10 p.m.25 views

CVE-2026-73529

Plainpad (≤1.1.1) has dead code in App\Http\Kernel.php under the Laravel 11+ skeleton, leaving the throttle config unattached to POST /v1/sessions, allowing unlimited unauthenticated credential attempts and CPU exhaustion via bcrypt comparisons. Fixed in commit d3823fc595b5d8f842a6fd7dfe49b7852a1...

6.9CVSS5.5AI score0.00298EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/18 7:10 p.m.22 views

CVE-2026-73529 Plainpad Missing Rate Limiting via POST /v1/sessions

Plainpad through 1.1.1, fixed in commit d3823fc, contains a missing rate limiting vulnerability that allows unauthenticated attackers to send unbounded login requests to the POST /v1/sessions endpoint due to dead code in App\Http\Kernel.php that is never instantiated under the Laravel 11+ skeleto...

6.9CVSS0.00298EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/18 7:05 p.m.19 views

CVE-2026-70666

CVE-2026-70666 is a Server-Side Request Forgery (SSRF) in Lemur (Netflix's TLS certificate manager), rated CVSS 7.4 HIGH . Two defects combine: the acme_url allowlist is validated only at authority creation, not on the PUT /api/1/authorities/ update path, and the ACME client follows server-suppli...

7.4CVSS5.4AI score0.00165EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/18 7:05 p.m.11 views

CVE-2026-70666 Lemur: Server-Side Request Forgery via the ACME client following server-controlled URLs

Lemur manages TLS certificate creation. Prior to 1.9.3, an authority-role member could update acmeurl through PUT /api/1/authorities/ without revalidation and direct setupacmeclientnoretry to an attacker-controlled ACME server. ACME directory and order responses contain newNonce, newOrder,...

7.4CVSS5.5AI score
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/08/18 6:42 p.m.6 views

CVE-2026-72274

A flaw was found in the Linux kernel's fbdev hecubafb module. A local attacker could exploit this by triggering an error path during the initialization of the hecubafb module. This could lead to a memory leak, potentially causing a denial of service due to resource exhaustion...

5.5CVSS5.4AI score0.00211EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/18 6:37 p.m.6 views

CVE-2026-72261

A flaw was found in the Linux kernel's Sound Open Firmware SOF subsystem, specifically within the ipc3-control component. This vulnerability occurs in the sndsofupdatecontrol function where the size of firmware-provided data is not properly validated against the allocated buffer size. An attacker...

7.8CVSS5.9AI score0.00164EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/18 6:29 p.m.7 views

CVE-2026-72258

A flaw was found in the Linux kernel's Advanced Linux Sound Architecture System on Chip ASoC Mediatek MT8183 audio driver. The Audio Front End AFE probe assigns reserved memory but does not release it when the driver is removed or if probe failures occur. This oversight can lead to a memory leak,...

5.5CVSS5.5AI score0.002EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/18 6:29 p.m.6 views

CVE-2026-72256

A flaw was found in the Linux kernel. The xtcluster module, specifically within the xtclustermt function, incorrectly processes template connection tracking conntrack objects. This state confusion occurs when a template conntrack is attached before it is fully initialized, leading to xtclusterhas...

5.5CVSS5.4AI score0.00216EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/18 6:24 p.m.9 views

EUVD-2026-61110

NVIDIA Triton Inference Server for Linux contains a vulnerability where an attacker could cause improper input validation. A successful exploit might lead to denial of service...

7.5CVSS5.4AI score0.0043EPSS
SaveExploits0References3
Rows per page
Query Builder