Lucene search
+L

947 matches found

NVD
NVD
added 2026/09/06 6:17 p.m.7 views

CVE-2026-80230

When CURLOPTPINNEDPUBLICKEY is configured alongside options that disable standard peer verification CURLOPTSSLVERIFYPEER = 0 and CURLOPTSSLVERIFYHOST = 0, libcurl fails to enforce public key pinning on connections established without a presented server certificate. Bypassing the pinning check und...

7.5CVSS0.00401EPSS
SaveExploits1References3
EUVD
EUVD
added 2026/09/06 5:48 p.m.13 views

EUVD-2026-72168

When CURLOPTPINNEDPUBLICKEY is configured alongside options that disable standard peer verification CURLOPTSSLVERIFYPEER = 0 and CURLOPTSSLVERIFYHOST = 0, libcurl fails to enforce public key pinning on connections established without a presented server certificate. Bypassing the pinning check und...

5.8AI score0.00401EPSS
SaveExploits1References3
AlpineLinux
AlpineLinux
added 2026/09/06 5:48 p.m.9 views

CVE-2026-80230

When CURLOPTPINNEDPUBLICKEY is configured alongside options that disable standard peer verification CURLOPTSSLVERIFYPEER = 0 and CURLOPTSSLVERIFYHOST = 0, libcurl fails to enforce public key pinning on connections established without a presented server certificate. Bypassing the pinning check und...

7.5CVSS5.8AI score0.00401EPSS
SaveExploits1References3
Kitploit
Kitploit
added 2026/09/06 3:18 p.m.8 views

Starlink-FI

Starlink 用户终端 Modchip 本仓库与题为“人类在地球上引发的故障:SpaceX Starlink 用户终端的黑盒安全评估”的演讲配套。 幻灯片可在此处获取,演讲录像不久后应可观看。 该演讲介绍了我们如何利用一枚执行电压故障注入的自制 modchip,在 Starlink 用户终端上实现任意代码执行。 该 modchip 可用于在片上系统(SoC)ROM 引导加载程序(BL1)执行期间绕过签名验证。从而允许从 BL2 开始,在 SoC 上执行任意代码,并允许进一步探索 Starlink 用户终端以及系统的网络侧。 我们提供了 modchip...

5.9AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/05 2:47 a.m.12 views

epson-eh-tw5350-advisories

Epson EH-TW5350 Security Advisories B-BEAM-BOB Three vulnerabilities discovered in the Epson EH-TW5350 projector firmware 150075647YWWV110 by team B-BEAM-BOB during the KITRI Best of the Best BoB program, 2021. CVE IDs were assigned by MITRE on 2021-12-21 but the records remained unpublished unti...

9.8CVSS5.8AI score0.00404EPSS
SaveExploits1References9
Cvelist
Cvelist
added 2026/09/03 11:58 a.m.43 views

CVE-2026-77999 Joomla Extension - j2commerce.com - Unauthenticated PayPal callback forgery leading to order confirmation fraud in J2Store 1.0.0-3.3.21, 4.0.0-4.0.21, 4.1.0-4.1.6

Joomla Extension - j2commerce.com - Unauthenticated PayPal callback forgery leading to order confirmation fraud in J2Store 1.0.0-3.3.21, 4.0.0-4.0.21, 4.1.0-4.1.6 - The PayPal IPN listener's signature check validateIPN accepted UNVERIFIED and any non-INVALID response as valid, made its verificati...

8.7CVSS0.00253EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/02 6:20 p.m.5 views

CVE-2026-53671

PREVAIL is a Polynomial-Runtime EBPF Verifier using an Abstract Interpretation Layer. Prior to version 0.2.4, the abstract transformer in prevail treats writes through a TCTX-typed base register as a silent no-op: domemstore in src/crab/ebpftransformer.cpp only models TSTACK stores, and the...

9.3CVSS0.00291EPSS
SaveExploits0References3
NVD
NVD
added 2026/09/02 6:20 p.m.10 views

CVE-2026-53706

PREVAIL is a Polynomial-Runtime EBPF Verifier using an Abstract Interpretation Layer. Prior to version 0.2.4, the prevail eBPF verifier accepts ALU32 ADD and SUB instructions that operate on pointer-typed registers without checking the is64 flag. Because ALU32 arithmetic zero-extends the 32-bit...

8.8CVSS0.00291EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/02 5:54 p.m.4 views

CVE-2026-53670 PREVAIL: Non-singleton typeset in add() skips offset update, allowing OOB access to pass eBPF verification

PREVAIL is a Polynomial-Runtime EBPF Verifier using an Abstract Interpretation Layer. Prior to version 0.2.4, in the Prevail eBPF verifier, EbpfTransformer::add silently skips offset-variable updates when the destination register carries a non-singleton typeset two or more simultaneously possible...

9.3CVSS5.8AI score
SaveExploits0References5
CVE
CVE
added 2026/09/02 5:54 p.m.23 views

CVE-2026-53670

PREVAIL , a polynomial-runtime eBPF verifier using an abstract interpretation layer, is vulnerable to a verifier bypass prior to version 0.2.4 . In the EbpfTransformer::add() function, offset-variable updates are silently skipped when the destination register carries a non-singleton typeset (two ...

9.3CVSS5.8AI score0.00291EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/02 5:54 p.m.25 views

CVE-2026-53671

PREVAIL is a polynomial-runtime eBPF verifier. Prior to version 0.2.4 , its abstract transformer in do_mem_store (src/crab/ebpf_transformer.cpp) silently ignores writes through a T_CTX -typed base register, and the checker's T_CTX bounds arm never tests AccessType::write. An attacker can craft an...

9.3CVSS5.9AI score0.00291EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/02 5:54 p.m.5 views

CVE-2026-53671 PREVAIL: Context-write no-op in do_mem_store allows unsafe eBPF programs to pass verification

PREVAIL is a Polynomial-Runtime EBPF Verifier using an Abstract Interpretation Layer. Prior to version 0.2.4, the abstract transformer in prevail treats writes through a TCTX-typed base register as a silent no-op: domemstore in src/crab/ebpftransformer.cpp only models TSTACK stores, and the...

9.3CVSS5.9AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/09/02 5:54 p.m.37 views

CVE-2026-53671 PREVAIL: Context-write no-op in do_mem_store allows unsafe eBPF programs to pass verification

PREVAIL is a Polynomial-Runtime EBPF Verifier using an Abstract Interpretation Layer. Prior to version 0.2.4, the abstract transformer in prevail treats writes through a TCTX-typed base register as a silent no-op: domemstore in src/crab/ebpftransformer.cpp only models TSTACK stores, and the...

9.3CVSS0.00291EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/09/01 8:28 p.m.11 views

CVE-2026-73776 Authenticated Signature Verification Bypass Leading to Arbitrary Code Execution in AOS-CX

A signature verification bypass vulnerability exists in the command line interface of AOS-CX. Successful exploitation could allow an authenticated malicious actor with administrative privileges to execute arbitrary code on the underlying operating system, when certain pre-conditions outside of th...

7.9CVSS6.2AI score0.00087EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/01 8:28 p.m.45 views

CVE-2026-73776 Authenticated Signature Verification Bypass Leading to Arbitrary Code Execution in AOS-CX

A signature verification bypass vulnerability exists in the command line interface of AOS-CX. Successful exploitation could allow an authenticated malicious actor with administrative privileges to execute arbitrary code on the underlying operating system, when certain pre-conditions outside of th...

7.9CVSS0.00087EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/01 8:28 p.m.20 views

EUVD-2026-69639

A signature verification bypass vulnerability exists in the command line interface of AOS-CX. Successful exploitation could allow an authenticated malicious actor with administrative privileges to execute arbitrary code on the underlying operating system, when certain pre-conditions outside of th...

7.9CVSS6.2AI score0.00087EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/26 5:08 p.m.4 views

EUVD-2026-66639

An application using Spring Security's WebAuthn support may be vulnerable to user verification bypass when using a distributed HTTP session store. Spring Security 7.1.0 Spring Security 7.0.0 - 7.0.6 Spring Security 6.5.0 - 6.5.11 Spring Security 6.4.0 - 6.4.18...

7.4CVSS5.2AI score0.00289EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/26 6:45 a.m.6 views

EUVD-2026-66295

A pop-up logic flaw in a certain feature of Kids Mode allows users to bypass password verification and use Quick Apps outside the app...

2.4CVSS5.4AI score0.00217EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/26 6:45 a.m.17 views

CVE-2026-15365

CVE-2026-15365 affects vivo Kids Mode , where a pop-up logic flaw in a certain feature allows users to bypass password verification and access Quick Apps outside the app. The vulnerability requires a physical attack vector and is scored CVSS 4.0 Base 2.4 (LOW) , with low impact on confidentiality...

2.4CVSS5.4AI score0.00217EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/08/26 12:00 a.m.11 views

PT-2026-82222

Name of the Vulnerable Software and Affected Versions Netmaker affected versions not specified Description Netmaker disables certificate verification when connecting to the configured mail server. In the file pro/email/smtp.go, the sender assigns a TLS configuration where the skip-verify field is...

8.3CVSS5.4AI score0.0016EPSS
SaveExploits0References7
Rows per page
Query Builder