Lucene search
+L

53927 matches found

Cvelist
Cvelist
added 2026/04/06 4:30 a.m.42 views

CVE-2026-5622 hcengineering Huly Platform JWT Token token.ts hard-coded key

A vulnerability was determined in hcengineering Huly Platform 0.7.382. Affected by this issue is some unknown functionality of the file foundations/core/packages/token/src/token.ts of the component JWT Token Handler. This manipulation of the argument SERVERSECRET with the input secret causes use ...

6.3CVSS0.00255EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2026/04/06 12:0 a.m.11 views

Go JOSE 安全漏洞

Go JOSE is an implementation of the JOSE standard in Go, open sourced under the Go JOSE project. Versions prior to Go JOSE 4.1.4 and 3.0.5 contained security vulnerabilities. These vulnerabilities occurred when decrypting JSON Web Encryption objects. If the alg field indicated the key wrapping...

7.5CVSS6.9AI score0.00651EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/04/06 12:0 a.m.9 views

PT-2026-30582

Name of the Vulnerable Software and Affected Versions Keycloak affected versions not specified Description A flaw exists in Keycloak that allows a remote attacker to exploit a Cross-Origin Resource Sharing CORS header injection in the User-Managed Access UMA token endpoint. The issue arises becau...

5.3CVSS5.3AI score0.00253EPSS
SaveExploits0References13
CNNVD
CNNVD
added 2026/04/06 12:0 a.m.16 views

fast-jwt 安全漏洞

fast-jwt is a JSON Web Token implementation open-sourced by Nearform. Versions of fast-jwt up to 6.1.0 contained security vulnerabilities, which stemmed from the lack of verification of the crit header parameter. This allowed tokens containing unknown extensions to be accepted...

7.5CVSS5.7AI score0.00155EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2026/04/06 12:0 a.m.13 views

LiteLLM 授权问题漏洞

LiteLLM is an open-source application developed by Berri AI. It allows for the invocation of all LLM APIs in the OpenAI format. Prior to version 1.83.0, LiteLLM had an authorization vulnerability. This vulnerability stemmed from the use of token:20 as a cache key when JWT authentication was...

9.4CVSS5.8AI score0.0049EPSS
SaveExploits1References1
GithubExploit
GithubExploit
added 2026/04/05 1:18 p.m.135 views

GuvenliWebYazilimiGelistirme-CipherNone-

🛡️ CipherNone: JWT "alg: none" Vulnerability & Hardening Lab...

5.9AI score
SaveExploits0
GithubExploit
GithubExploit
added 2026/04/05 8:11 a.m.162 views

JWT-PHANTOM

No d...

5.9AI score
SaveExploits0
OSV
OSV
added 2026/04/04 6:16 a.m.10 views

GHSA-2VG4-RRX4-QCPQ AVideo: Unauthenticated FFmpeg Remote Server Status Disclosure via check.ffmpeg.json.php

Summary The plugin/API/check.ffmpeg.json.php endpoint probes the FFmpeg remote server configuration and returns connectivity status without any authentication. All sibling FFmpeg management endpoints kill.ffmpeg.json.php, list.ffmpeg.json.php, ffmpeg.php require User::isAdmin. Details The entire...

5.3CVSS5.9AI score0.0037EPSS
SaveExploits1References3
Veracode
Veracode
added 2026/04/04 5:31 a.m.14 views

Authentication Bypass

litellm is vulnerable to Authentication Bypass. The vulnerability is due to weak cache key generation using only the first 20 characters of JWT tokens, which allows an attacker to craft a token with a matching prefix and gain unauthorized access by inheriting another user’s identity...

9.4CVSS5.8AI score0.0049EPSS
SaveExploits1References8Affected Software1
RedhatCVE
RedhatCVE
added 2026/04/04 4:59 a.m.6 views

CVE-2026-5454

A vulnerability was found in GRID Organiser App up to 1.0.5 on Android. Impacted is an unknown function of the file file res/raw/app.json of the component co.gridapp.organiser. Performing a manipulation of the argument SegmentWriteKey results in use of hard-coded cryptographic key . The attack is...

4.8CVSS5.5AI score0.00141EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/04/04 12:0 a.m.12 views

PT-2026-30318

Name of the Vulnerable Software and Affected Versions LightRAG versions prior to 1.4.10 Description A hardcoded JWT signing secret in LightRAG allows authentication bypass, potentially leading to unauthorized access. The default JWT secret 'lightrag-jwt-default-secret' is used if the TOKEN SECRET...

7.5CVSS6.1AI score0.0012EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2026/04/04 12:0 a.m.7 views

openSUSE 16 Security Update : kea (openSUSE-SU-2026:20452-1)

The remote openSUSE 16 host has packages installed that are affected by multiple vulnerabilities as referenced in the openSUSE-SU-2026:20452-1 advisory. Update to 3.0.3: - CVE-2025-11232: invalid characters cause assert bsc1252863. - CVE-2026-3608: stack overflow via maliciously crafted message...

7.5CVSS5.9AI score0.01361EPSS
SaveExploits0References6
Snyk
Snyk
added 2026/04/03 11:33 p.m.3 views

Missing Authorization

Overview wwbn/avideo is an Audio and Video Platform or simply "A Video Platform". Affected versions of this package are vulnerable to Missing Authorization via the publishInstagram.json.php endpoint, which acts as a proxy to the Instagram Graph API without enforcing authorization checks. An...

6.9CVSS5.8AI score0.00215EPSS
SaveExploits1References2
RedhatCVE
RedhatCVE
added 2026/04/03 11:2 p.m.7 views

CVE-2026-34608

NanoMQ MQTT Broker NanoMQ is an all-around Edge Messaging Platform. Prior to version 0.24.10, in NanoMQ's webhookinproc.c, the hookworkcb function processes nng messages by parsing the message body with cJSONParsebody. The body is obtained from nngmsgbodymsg, which is a binary buffer without a...

8.2CVSS6AI score0.00359EPSS
SaveExploits1References1
Github Security Blog
Github Security Blog
added 2026/04/03 10:1 p.m.19 views

fast-jwt accepts unknown `crit` header extensions (RFC 7515 violation)

Summary fast-jwt does not validate the crit Critical Header Parameter defined in RFC 7515 §4.1.11. When a JWS token contains a crit array listing extensions that fast-jwt does not understand, the library accepts the token instead of rejecting it. This violates the MUST requirement in the RFC. ---...

7.5CVSS5.9AI score0.00155EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/03 9:59 p.m.24 views

LiteLLM: Authentication bypass via OIDC userinfo cache key collision

Impact When JWT authentication is enabled enablejwtauth: true, the OIDC userinfo cache uses token:20 as the cache key. JWT headers produced by the same signing algorithm generate identical first 20 characters. This configuration option is not enabled by default. Most instances are not affected. A...

9.4CVSS5.9AI score0.0049EPSS
SaveExploits1References3Affected Software1
CVE
CVE
added 2026/04/03 8:59 p.m.19 views

CVE-2026-26058

Zulip (open-source team collaboration tool) is affected in versions 1.4.0 up to, but not including, 11.6. The vulnerability arises in the import path where ./manage.py import can read arbitrary server files due to path traversal in uploads/records.json. A crafted export tarball can cause the serv...

6.1CVSS6AI score0.00237EPSS
SaveExploits1References2Affected Software1
EUVD
EUVD
added 2026/04/03 8:59 p.m.8 views

EUVD-2026-18838

Zulip is an open-source team collaboration tool. From version 1.4.0 to before version 11.6, ./manage.py import reads arbitrary files from the server filesystem via path traversal in uploads/records.json. A crafted export tarball causes the server to copy any file the zulip user can read into the...

6.1CVSS6AI score0.00237EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/04/03 8:59 p.m.32 views

CVE-2026-26058 Zulip: Path Traversal in Import

Zulip is an open-source team collaboration tool. From version 1.4.0 to before version 11.6, ./manage.py import reads arbitrary files from the server filesystem via path traversal in uploads/records.json. A crafted export tarball causes the server to copy any file the zulip user can read into the...

6.1CVSS0.00237EPSS
SaveExploits1References2
IBM Security Bulletins
IBM Security Bulletins
added 2026/04/03 8:36 p.m.6 views

Security Bulletin:IBM Storage Protect Server is affected by a vulnerability that could allow authenticated users to access administrative metadata through the JSON-RPC endpoint (CVE-2025-13855).

Summary IBM Storage Protect Server provides a JSON-RPC endpoint through which authenticated users can execute backend SQL SELECT queries and access data from internal database tables, potentially exposing administrative metadata. Vulnerability Details CVEID:CVE-2025-13855 DESCRIPTION: IBM Storage...

8.8CVSS6.1AI score0.00253EPSS
SaveExploits0Affected Software1
Rows per page
Query Builder