Lucene search
+L

53586 matches found

OSV
OSV
added 2026/07/17 8:56 p.m.6 views

CVE-2026-54335 Feathersjs: Prototype pollution in @feathersjs/commons _.merge via JSON-parsed __proto__

Feathersjs is a framework for creating web APIs and real-time applications with TypeScript or JavaScript. In 5.0.44 and earlier, the .mergetarget, source utility exported by @feathersjs/commons recursively merges source into target by iterating Object.keyssource. When source was produced by...

3.7CVSS5.3AI score0.00259EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/17 7:42 p.m.4 views

GO-2026-5953 Casdoor: GetTokenExchangeToken bypass through lack of cross-organization JWT signature check in github.com/casdoor/casdoor

Casdoor: GetTokenExchangeToken bypass through lack of cross-organization JWT signature check in github.com/casdoor/casdoor. NOTE: The source advisory for this report contains additional versions that could not be automatically mapped to standard Go module versions. If this is causing false-positi...

9.8CVSS5.3AI score0.0042EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/17 7:15 p.m.13 views

EUVD-2026-45282

IBM Langflow OSS 1.0.0 through 1.10.0 allows an authenticated attacker to read arbitrary files including the JWT signing key and forge authentication tokens for any user...

7.5CVSS5.5AI score0.00363EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/17 7:14 p.m.10 views

CVE-2026-49852

joserfc is a Python library that provides an implementation of several JSON Object Signing and Encryption JOSE standards. Prior to 1.6.8, joserfc.jwt.decode accepts attacker-forged HMAC-signed tokens when the caller-supplied verification key is the empty string or None, because HMACAlgorithm.sign...

8.7CVSS5.3AI score0.00143EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/07/17 7:14 p.m.12 views

EUVD-2026-45281

joserfc is a Python library that provides an implementation of several JSON Object Signing and Encryption JOSE standards. Prior to 1.6.8, joserfc.jwt.decode accepts attacker-forged HMAC-signed tokens when the caller-supplied verification key is the empty string or None, because HMACAlgorithm.sign...

8.7CVSS5.3AI score0.00143EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/17 7:14 p.m.10 views

CVE-2026-49852

joserfc is a Python library that provides an implementation of several JSON Object Signing and Encryption JOSE standards. Prior to 1.6.8, joserfc.jwt.decode accepts attacker-forged HMAC-signed tokens when the caller-supplied verification key is the empty string or None, because HMACAlgorithm.sign...

8.7CVSS5.3AI score0.00143EPSS
SaveExploits0
Snyk
Snyk
added 2026/07/17 6:21 p.m.8 views

Allocation of Resources Without Limits or Throttling

Overview mcp is a The official Ruby SDK for Model Context Protocol servers and clients Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling in the handlepost method of lib/mcp/server/transports/streamablehttptransport.rb, which reads the entire...

8.7CVSS5.5AI score0.00436EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/17 5:17 p.m.10 views

CVE-2026-57860

ForgeCode tailcallhq/forgecode, an AI pair-programming CLI, automatically loads and executes the MCP servers defined in a repository's .mcp.json file on startup without user confirmation. A malicious repository can supply a crafted .mcp.json whose mcpServers entries specify arbitrary command and...

8.4CVSS0.00134EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/17 4:42 p.m.42 views

CVE-2026-16093 Keycloak-services: keycloak-services: required signed-jwt assertion policy can be bypassed with unsigned assertion headers

Keycloak provides a mechanism called Client Policies to enforce security requirements on clients, such as requiring them to use signed JWTs for authentication. A flaw was discovered where this enforcement can be bypassed. An attacker with valid client credentials can provide a fake, unsigned...

5.4CVSS0.00193EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/17 4:42 p.m.27 views

CVE-2026-16093

CVE-2026-16093 affects Keycloak’s Client Policies by allowing bypass of the requirement to use signed JWTs. A flaw lets an attacker with valid client credentials submit a fake, unsigned assertion header, making the system think policy requirements are met and enabling authentication with simpler ...

5.4CVSS5.5AI score0.00193EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/17 4:16 p.m.11 views

CVE-2026-57860 ForgeCode Arbitrary Code Execution via Unvetted .mcp.json in Untrusted Repository

ForgeCode tailcallhq/forgecode, an AI pair-programming CLI, automatically loads and executes the MCP servers defined in a repository's .mcp.json file on startup without user confirmation. A malicious repository can supply a crafted .mcp.json whose mcpServers entries specify arbitrary command and...

8.4CVSS5.9AI score0.00134EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/17 4:16 p.m.38 views

CVE-2026-57860 ForgeCode Arbitrary Code Execution via Unvetted .mcp.json in Untrusted Repository

ForgeCode tailcallhq/forgecode, an AI pair-programming CLI, automatically loads and executes the MCP servers defined in a repository's .mcp.json file on startup without user confirmation. A malicious repository can supply a crafted .mcp.json whose mcpServers entries specify arbitrary command and...

8.4CVSS0.00134EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/17 4:16 p.m.23 views

CVE-2026-57860

Technical details about CVE-2026-57860 are not publicly available in the provided documents. Monitor for updates.

8.4CVSS5.9AI score0.00134EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/07/17 3:29 p.m.8 views

CVE-2026-9537

Mojo::JWT versions before 1.02 for Perl verify HMAC signatures with a non-constant-time string comparison. The decode method compares the supplied signature to the recomputed HMAC with Perl's eq operator, which stops at the first differing byte, so the comparison time varies with the number of...

5.3AI score0.00228EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/17 3:29 p.m.5 views

CVE-2026-9537 Mojo::JWT versions before 1.02 for Perl verify HMAC signatures with a non-constant-time string comparison

Mojo::JWT versions before 1.02 for Perl verify HMAC signatures with a non-constant-time string comparison. The decode method compares the supplied signature to the recomputed HMAC with Perl's eq operator, which stops at the first differing byte, so the comparison time varies with the number of...

5.3CVSS5.3AI score0.00228EPSS
SaveExploits0References6
NVD
NVD
added 2026/07/17 11:17 a.m.9 views

CVE-2026-16008

A security vulnerability has been detected in sagold json-schema-library 11.5.0/11.5.1. This impacts the function parsePropertyDependencies of the file src/keywords/propertyDependencies.ts. The manipulation leads to improperly controlled modification of object prototype attributes. The attack can...

6.5CVSS0.00262EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/07/17 10:30 a.m.9 views

CVE-2026-16008

A security vulnerability has been detected in sagold json-schema-library 11.5.0/11.5.1. This impacts the function parsePropertyDependencies of the file src/keywords/propertyDependencies.ts. The manipulation leads to improperly controlled modification of object prototype attributes. The attack can...

6.5CVSS5AI score0.00262EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2026/07/17 10:30 a.m.35 views

CVE-2026-16008 sagold json-schema-library propertyDependencies.ts parsePropertyDependencies prototype pollution

A security vulnerability has been detected in sagold json-schema-library 11.5.0/11.5.1. This impacts the function parsePropertyDependencies of the file src/keywords/propertyDependencies.ts. The manipulation leads to improperly controlled modification of object prototype attributes. The attack can...

6.5CVSS0.00262EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/17 10:30 a.m.6 views

CVE-2026-16008 sagold json-schema-library propertyDependencies.ts parsePropertyDependencies prototype pollution

A security vulnerability has been detected in sagold json-schema-library 11.5.0/11.5.1. This impacts the function parsePropertyDependencies of the file src/keywords/propertyDependencies.ts. The manipulation leads to improperly controlled modification of object prototype attributes. The attack can...

5.3CVSS6AI score0.00262EPSS
SaveExploits0References10
IBM Security Bulletins
IBM Security Bulletins
added 2026/07/17 9:40 a.m.6 views

Security Bulletin: Multiple vulnerabilities in IBM Guardium Unified Discovery and Classification (GUDC) container images

Summary Security vulnerabilities have been addressed in the IBM Guardium Unified Discovery and Classification GUDC container images Vulnerability Details CVEID:CVE-2025-0167 DESCRIPTION: When asked to use a .netrc file for credentials and to follow HTTP redirects, curl could leak the password use...

9.3CVSS7.2AI score0.00723EPSS
SaveExploits7Affected Software1
Rows per page
Query Builder