Lucene search
K

4606 matches found

OSV
OSV
added 2026/05/15 3:30 p.m.1 views

MINI-MQP3-46F9-7P37

Bulletin has no description...

8.1CVSS5.7AI score0.00059EPSS
Exploits0
CNNVD
CNNVD
added 2026/05/15 12:0 a.m.5 views

Gitsign 输入验证错误漏洞

Gitsign is a tool developed by Gitsign’s developers that allows for signing Git commits without the need for a key. Versions of Gitsign from 0.4.0 to 0.15.0 contained a vulnerability related to input validation errors. This vulnerability stemmed from the CertVerifier.Verify method, which...

5.4CVSS5.9AI score0.00028EPSS
Exploits0References1
CNNVD
CNNVD
added 2026/05/15 12:0 a.m.5 views

Open WebUI 授权问题漏洞

Open WebUI is an extensible, feature-rich, and user-friendly self-hosted WebUI based on the Open WebUI open source project. Versions of Open WebUI prior to 0.9.0 had an authorization vulnerability. This vulnerability stemmed from the LDAP authentication endpoint failing to verify that the submitt...

9.1CVSS5.8AI score0.02638EPSS
Exploits1References2
Github Security Blog
Github Security Blog
added 2026/05/14 8:52 p.m.9 views

slack-go `SecretsVerifier` accepts empty signing secret without precondition

go func NewSecretsVerifierheader http.Header, secret string SecretsVerifier, error hash := hmac.Newsha256.New, bytesecret // raw secret, no precondition...

5.8AI score
Exploits0References3Affected Software1
OSV
OSV
added 2026/05/14 8:52 p.m.5 views

GHSA-GXHX-2686-5H9G slack-go `SecretsVerifier` accepts empty signing secret without precondition

go func NewSecretsVerifierheader http.Header, secret string SecretsVerifier, error hash := hmac.Newsha256.New, bytesecret // raw secret, no precondition...

8.3CVSS5.8AI score
Exploits0References3
RedhatCVE
RedhatCVE
added 2026/05/14 7:58 p.m.4 views

CVE-2026-44351

fast-jwt provides fast JSON Web Token JWT implementation. Prior to 6.2.4, a critical authentication-bypass vulnerability in fast-jwt's async key-resolver flow allows any unauthenticated attacker to forge arbitrary JWTs that are accepted as authentic. When the application's key resolver returns an...

9.1CVSS6AI score0.00016EPSS
Exploits0References1
RedHat Linux
RedHat Linux
added 2026/05/14 4:55 p.m.6 views

bouncycastle: BC-JAVA: PKIX draft CompositeVerifier accepts empty signature sequence as valid

A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA bcpkix. The PKIX draft CompositeVerifier implementation improperly accepts an empty signature sequence as a valid cryptographic signature. This issue allows a remote attacker to bypass signature verification mechanisms, potentially...

6.3CVSS7.1AI score0.00013EPSS
Exploits0References5
NVD
NVD
added 2026/05/13 10:16 p.m.11 views

CVE-2026-44478

hoppscotch is an open source API development ecosystem. The fix for CVE-2026-28215 in version 2026.2.0 addresses the unauthenticated POST /v1/onboarding/config endpoint by checking onboardingCompleted and canReRunOnboarding before allowing config overwrites. However, GET /v1/onboarding/config sti...

7.5CVSS0.00058EPSS
Exploits0References1
ATTACKERKB
ATTACKERKB
added 2026/05/13 9:47 p.m.5 views

CVE-2026-44478

hoppscotch is an open source API development ecosystem. The fix for CVE-2026-28215 in version 2026.2.0 addresses the unauthenticated POST /v1/onboarding/config endpoint by checking onboardingCompleted and canReRunOnboarding before allowing config overwrites. However, GET /v1/onboarding/config sti...

9.1CVSS5.8AI score0.00277EPSS
Exploits1References2Affected Software1
Cvelist
Cvelist
added 2026/05/13 9:47 p.m.28 views

CVE-2026-44478 hoppscotch: Unauthenticated Onboarding Config Disclosure via Empty Recovery Token

hoppscotch is an open source API development ecosystem. The fix for CVE-2026-28215 in version 2026.2.0 addresses the unauthenticated POST /v1/onboarding/config endpoint by checking onboardingCompleted and canReRunOnboarding before allowing config overwrites. However, GET /v1/onboarding/config sti...

7.5CVSS0.00058EPSS
Exploits0References1
NVD
NVD
added 2026/05/13 8:16 p.m.6 views

CVE-2026-44351

fast-jwt provides fast JSON Web Token JWT implementation. Prior to 6.2.4, a critical authentication-bypass vulnerability in fast-jwt's async key-resolver flow allows any unauthenticated attacker to forge arbitrary JWTs that are accepted as authentic. When the application's key resolver returns an...

9.1CVSS0.00016EPSS
Exploits0References1
RedHat Linux
RedHat Linux
added 2026/05/13 7:33 p.m.4 views

github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object

A flaw was found in Go JOSE, a library for handling JSON Web Encryption JWE objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the...

7.5CVSS5.7AI score0.00035EPSS
Exploits0References6
ATTACKERKB
ATTACKERKB
added 2026/05/13 7:12 p.m.3 views

CVE-2026-44351

fast-jwt provides fast JSON Web Token JWT implementation. Prior to 6.2.4, a critical authentication-bypass vulnerability in fast-jwt's async key-resolver flow allows any unauthenticated attacker to forge arbitrary JWTs that are accepted as authentic. When the application's key resolver returns an...

9.1CVSS6AI score0.00016EPSS
Exploits0References2Affected Software1
CVE
CVE
added 2026/05/13 7:12 p.m.21 views

CVE-2026-44351

CVE-2026-44351 — fast-jwt auth bypass (pre-6.2.4) : The vulnerability exists in fast-jwt’s async key-resolver flow when the resolver returns an empty string or zero-length Buffer. The library may treat this as a valid secret and derive allowedAlgorithms as HS256/HS384/HS512, then verify a JWT aga...

9.1CVSS6AI score0.00016EPSS
Exploits0References1
Vulnrichment
Vulnrichment
added 2026/05/13 7:12 p.m.3 views

CVE-2026-44351 fast-jwt: Empty HMAC secret accepted via async key resolver - JWT auth bypass

fast-jwt provides fast JSON Web Token JWT implementation. Prior to 6.2.4, a critical authentication-bypass vulnerability in fast-jwt's async key-resolver flow allows any unauthenticated attacker to forge arbitrary JWTs that are accepted as authentic. When the application's key resolver returns an...

9.1CVSS6AI score0.00016EPSS
Exploits0References1
Cvelist
Cvelist
added 2026/05/13 7:12 p.m.26 views

CVE-2026-44351 fast-jwt: Empty HMAC secret accepted via async key resolver - JWT auth bypass

fast-jwt provides fast JSON Web Token JWT implementation. Prior to 6.2.4, a critical authentication-bypass vulnerability in fast-jwt's async key-resolver flow allows any unauthenticated attacker to forge arbitrary JWTs that are accepted as authentic. When the application's key resolver returns an...

9.1CVSS0.00016EPSS
Exploits0References1
EUVD
EUVD
added 2026/05/13 6:30 p.m.8 views

EUVD-2026-29956

Crypt::Argon2 versions from 0.017 before 0.031 for Perl perform a heap out-of-bounds read in argon2verify on empty encoded input. The auto-detect form of argon2verify passes encodedlen - 1 as the length argument to memchr without checking that encodedlen is non-zero. When the encoded string is...

5.3CVSS5.8AI score0.00041EPSS
Exploits0References4
OSV
OSV
added 2026/05/13 4:16 p.m.6 views

DEBIAN-CVE-2026-40701

NGINX Plus and NGINX Open Source have a vulnerability in the ngxhttpsslmodule module when the sslverifyclient directive is set to "on" or "optional," and the sslocsp directive is set to "on" or the leaf parameters are configured with a resolver. With this configuration, an unauthenticated attacke...

6.3CVSS6AI score0.00044EPSS
Exploits0References1
SUSE CVE
SUSE CVE
added 2026/05/13 3:33 p.m.2 views

SUSE CVE-2020-11565

An issue was discovered in the Linux kernel through 5.6.2. mpolparsestr in mm/mempolicy.c has a stack-based out-of-bounds write because an empty nodelist is mishandled during mount option parsing, aka CID-aa9f7d5172fa. NOTE: Someone in the security community disagrees that this is a vulnerability...

4.8CVSS6.7AI score0.00083EPSS
Exploits0References3
NVD
NVD
added 2026/05/13 2:18 p.m.4 views

CVE-2026-8463

Crypt::Argon2 versions from 0.017 before 0.031 for Perl perform a heap out-of-bounds read in argon2verify on empty encoded input. The auto-detect form of argon2verify passes encodedlen - 1 as the length argument to memchr without checking that encodedlen is non-zero. When the encoded string is...

5.3CVSS0.00041EPSS
Exploits0References3
Rows per page
Query Builder