Lucene search
+L

3510 matches found

UbuntuCve
UbuntuCve
added 2026/02/23 12:0 a.m.11 views

CVE-2026-2968

A vulnerability was detected in Cesanta Mongoose up to 7.20. This impacts the function mgchacha20poly1305decrypt of the file /src/tlschacha20.c of the component Poly1305 Authentication Tag Handler. The manipulation results in improper verification of cryptographic signature. The attack may be...

6.3CVSS5.4AI score0.00218EPSS
SaveExploits1References6
OSV
OSV
added 2026/02/21 8:36 a.m.8 views

BIT-COSIGN-2026-24122 Cosign Certificate Chain Expiry Validation Issue Allows Issuing Certificate Expiry to Be Overlooked

Cosign provides code signing and transparency for containers and binaries. In versions 3.0.4 and below, an issuing certificate with a validity that expires before the leaf certificate will be considered valid during verification even if the provided timestamp would mean the issuing certificate...

3.7CVSS5.5AI score0.00197EPSS
SaveExploits2References4
Veracode
Veracode
added 2026/02/21 5:7 a.m.12 views

Subgroup Attack

cryptography is vulnerable to a Subgroup Attack. The vulnerability is due to missing validation of the point belonging to the expected prime-order subgroup of the curve, where an attacker can provide a public key point P from a small-order subgroup and this can lead to security issues in various...

8.2CVSS6.9AI score0.00341EPSS
SaveExploits0References27Affected Software2
Snyk
Snyk
added 2026/02/21 2:3 a.m.8 views

Incorrect Conversion between Numeric Types

Overview jsrsasign is a free pure JavaScript cryptographic library. Affected versions of this package are vulnerable to Incorrect Conversion between Numeric Types due to handling negative exponents in ext/jsbn2.js. An attacker can force the computation of incorrect modular inverses and break...

8.7CVSS5.8AI score0.0049EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/02/21 2:3 a.m.6 views

Incorrect Conversion between Numeric Types

Overview org.webjars.npm:jsrsasign is a free pure JavaScript cryptographic library. Affected versions of this package are vulnerable to Incorrect Conversion between Numeric Types due to handling negative exponents in ext/jsbn2.js. An attacker can force the computation of incorrect modular inverse...

8.7CVSS5.9AI score0.0049EPSS
SaveExploits1References2
OSV
OSV
added 2026/02/19 9:25 p.m.10 views

CVE-2026-26275 httpsig-hyper has Improper Digest Verification that May Allow Message Integrity Bypass

httpsig-hyper is a hyper extension for http message signatures. An issue was discovered in httpsig-hyper prior to version 0.0.23 where Digest header verification could incorrectly succeed due to misuse of Rust's matches! macro. Specifically, the comparison if matches!digest, expecteddigest treate...

7.5CVSS5.7AI score
SaveExploits0References7
OSV
OSV
added 2026/02/19 5:28 p.m.9 views

GO-2026-4361 Inconsistencies between how commit signatures are verified and how block time is derived in github.com/cometbft/cometbft

Inconsistencies between how commit signatures are verified and how block time is derived in github.com/cometbft/cometbft...

5.4AI score
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/02/18 4:22 p.m.10 views

CVE-2026-23220

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix infinite loop caused by nextsmb2rcvhdroff reset in error paths The problem occurs when a signed request fails smb2 signature verification check. In processrequest, if checksignreq returns an error, setsmb2rspstatuswork...

5.5CVSS5.7AI score0.00118EPSS
SaveExploits0References28
ATTACKERKB
ATTACKERKB
added 2026/02/18 2:53 p.m.10 views

CVE-2026-23220

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix infinite loop caused by nextsmb2rcvhdroff reset in error paths The problem occurs when a signed request fails smb2 signature verification check. In processrequest, if checksignreq returns an error, setsmb2rspstatuswork...

5.5CVSS5.1AI score0.00118EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2026/02/18 2:53 p.m.35 views

CVE-2026-23220 ksmbd: fix infinite loop caused by next_smb2_rcv_hdr_off reset in error paths

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix infinite loop caused by nextsmb2rcvhdroff reset in error paths The problem occurs when a signed request fails smb2 signature verification check. In processrequest, if checksignreq returns an error, setsmb2rspstatuswork...

0.00118EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/02/18 12:54 a.m.23 views

OpenClaw Twilio voice-call webhook auth bypass when ngrok loopback compatibility is enabled

Summary A Twilio webhook signature-verification bypass in the voice-call extension could allow unauthenticated webhook requests when a specific ngrok free-tier compatibility option is enabled. Impact This issue is limited to configurations that explicitly enable and expose the voice-call webhook...

6.5CVSS5.5AI score0.0029EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/17 9:40 p.m.13 views

OpenClaw is Missing Webhook Authentication in Telnyx Provider Allows Unauthenticated Requests

Summary In affected versions, OpenClaw's optional @openclaw/voice-call plugin Telnyx webhook handler could accept unsigned inbound webhook requests when telnyx.publicKey was not configured, allowing unauthenticated callers to forge Telnyx events. This only impacts deployments where the Voice Call...

7.5CVSS5.8AI score0.00284EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/02/17 9:40 p.m.11 views

GHSA-4HG8-92X6-H2F3 OpenClaw is Missing Webhook Authentication in Telnyx Provider Allows Unauthenticated Requests

Summary In affected versions, OpenClaw's optional @openclaw/voice-call plugin Telnyx webhook handler could accept unsigned inbound webhook requests when telnyx.publicKey was not configured, allowing unauthenticated callers to forge Telnyx events. This only impacts deployments where the Voice Call...

7.5CVSS5.8AI score0.00284EPSS
SaveExploits0References6
Snyk
Snyk
added 2026/02/17 9:40 p.m.13 views

Missing Authentication for Critical Function

Overview @openclaw/voice-call is an OpenClaw voice-call plugin Affected versions of this package are vulnerable to Missing Authentication for Critical Function via the verifyWebhook function. An attacker can send forged webhook requests to the Telnyx voice-call endpoint by omitting signature...

8.7CVSS5.6AI score0.00284EPSS
SaveExploits0References2
OSV
OSV
added 2026/02/17 6:9 p.m.13 views

GO-2026-4478 Mattermost Server SAML implementation does not require encryption or signature verification as default in github.com/mattermost/mattermost-server

Mattermost Server SAML implementation does not require encryption or signature verification as default in github.com/mattermost/mattermost-server. NOTE: The source advisory for this report contains additional versions that could not be automatically mapped to standard Go module versions. If this ...

7.5CVSS5.6AI score0.00651EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/02/17 12:0 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-2625

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A flaw was found in rust-rpm-sequoia. An attacker can exploit this vulnerability by providing a specially crafted Red Hat Package Manager RPM file. During the R...

5.5CVSS5.9AI score0.00085EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/02/15 10:46 a.m.44 views

CVE-2025-32060 Absence of Kernel Module Signature Verification on Linux System of Infotainment ECU

The system suffers from the absence of a kernel module signature verification. If an attacker can execute commands on behalf of root user due to additional vulnerabilities, then he/she is also able to load custom kernel modules to the kernel space and execute code in the kernel context. Such a fl...

6.7CVSS0.00112EPSS
SaveExploits0References3
CVE
CVE
added 2026/02/15 10:46 a.m.34 views

CVE-2025-32060

CVE-2025-32060 describes absence of kernel module signature verification on the Nissan Leaf ZE1 infotainment ECU. If an attacker can execute commands as root due to other vulnerabilities, they can load unsigned kernel modules and execute code in kernel space, potentially taking full control of th...

6.7CVSS5.8AI score0.00112EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/02/15 10:46 a.m.8 views

CVE-2025-32060 Absence of Kernel Module Signature Verification on Linux System of Infotainment ECU

The system suffers from the absence of a kernel module signature verification. If an attacker can execute commands on behalf of root user due to additional vulnerabilities, then he/she is also able to load custom kernel modules to the kernel space and execute code in the kernel context. Such a fl...

6.7CVSS5.8AI score0.00112EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/02/15 10:46 a.m.10 views

EUVD-2025-206906

The system suffers from the absence of a kernel module signature verification. If an attacker can execute commands on behalf of root user due to additional vulnerabilities, then he/she is also able to load custom kernel modules to the kernel space and execute code in the kernel context. Such a fl...

6.7CVSS5.9AI score0.00112EPSS
SaveExploits0References3
Rows per page
Query Builder