Lucene search
+L

114064 matches found

Snyk
Snyk
added 2026/07/23 3:49 p.m.13 views

Improper Check for Unusual or Exceptional Conditions

Overview dompurify is a DOM-only XSS sanitizer for HTML, MathML and SVG. Affected versions of this package are vulnerable to Improper Check for Unusual or Exceptional Conditions in the INPLACE process when DOM elements are passed from a different window or realm, such as an iframe's...

4.7CVSS6.1AI score0.00206EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/07/23 3:34 p.m.48 views

CVE-2026-16584 AWS API MCP Server Security Policy Bypass via Startup Failure

Improper handling of an initialization failure in AWS API MCP Server from 0.2.13 through 1.3.46 might allow an actor to bypass the user-configured security policy and execute AWS API operations that the policy was set to deny or gate. When initialization of the security policy enforcement data...

7.3CVSS0.00227EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/23 3:34 p.m.17 views

CVE-2026-16584

Improper handling of an initialization failure in AWS API MCP Server from 0.2.13 through 1.3.46 might allow an actor to bypass the user-configured security policy and execute AWS API operations that the policy was set to deny or gate. When initialization of the security policy enforcement data...

7.3CVSS5.5AI score0.00227EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2026/07/23 3:34 p.m.18 views

CVE-2026-16584 AWS API MCP Server Security Policy Bypass via Startup Failure

Improper handling of an initialization failure in AWS API MCP Server from 0.2.13 through 1.3.46 might allow an actor to bypass the user-configured security policy and execute AWS API operations that the policy was set to deny or gate. When initialization of the security policy enforcement data...

7.3CVSS5.5AI score0.00227EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/23 3:06 p.m.13 views

pypdf: Possible large memory usage for wrong image dimensions

Impact An attacker who uses this vulnerability can craft a PDF which leads to large memory usage. This requires loading images where the declared size values are much too large compared to the actual data. Patches This has been fixed in pypdf==6.14.0. Workarounds If you cannot upgrade yet, consid...

6.9CVSS5.3AI score0.00515EPSS
SaveExploits0References6Affected Software1
Snyk
Snyk
added 2026/07/23 3:01 p.m.13 views

Infinite loop

Overview phpoffice/phpspreadsheet is a Spreadsheet engine that Read, Create and Write Spreadsheet documents in PHP . Affected versions of this package are vulnerable to Infinite loop through the read function. An attacker can cause the application to exhaust system memory and crash by submitting ...

8.7CVSS5.9AI score0.0038EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/07/23 2:55 p.m.16 views

Server-side Request Forgery (SSRF)

Overview phpoffice/phpspreadsheet is a Spreadsheet engine that Read, Create and Write Spreadsheet documents in PHP . Affected versions of this package are vulnerable to Server-side Request Forgery SSRF in the webService process. An attacker can access internal services and exfiltrate sensitive da...

7.7CVSS6AI score0.00373EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/07/23 2:52 p.m.18 views

Not Failing Securely ('Failing Open')

Overview next-auth is an Authentication for Next.js Affected versions of this package are vulnerable to Not Failing Securely 'Failing Open' in the auth process. An attacker can gain unauthorized access to protected resources by triggering a server-side configuration error that causes the auth...

9.1CVSS5.9AI score
SaveExploits0References3
OSV
OSV
added 2026/07/23 2:46 p.m.10 views

JLSEC-2026-784

A weakness has been identified in libssh up to 0.11.3. The impacted element is the function sftpextensionsgetname/sftpextensionsgetdata of the file src/sftp.c of the component SFTP Extension Name Handler. Executing a manipulation of the argument idx can lead to out-of-bounds read. The attack may ...

7.5CVSS6AI score0.00631EPSS
SaveExploits0References6
Snyk
Snyk
added 2026/07/23 2:42 p.m.16 views

Improper Check for Unusual or Exceptional Conditions

Overview @auth/core is an Authentication for the Web. Affected versions of this package are vulnerable to Improper Check for Unusual or Exceptional Conditions via the getToken function. An attacker can cause the application to throw an unhandled exception and disrupt service availability by sendi...

8.7CVSS5.9AI score
SaveExploits0References2
Snyk
Snyk
added 2026/07/23 2:42 p.m.21 views

Improper Check for Unusual or Exceptional Conditions

Overview next-auth is an Authentication for Next.js Affected versions of this package are vulnerable to Improper Check for Unusual or Exceptional Conditions via the getToken function. An attacker can cause the application to throw an unhandled exception and disrupt service availability by sending...

8.7CVSS5.9AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/07/23 2:42 p.m.24 views

Auth.js: getToken() throws an uncaught exception on malformed Bearer authorization headers

Summary The exported getToken helper next-auth/jwt and @auth/core/jwt can throw an uncaught exception when it reads a malformed Authorization: Bearer … header. When no session cookie is present, getToken URL-decodes the bearer value before validating it, and malformed percent-encoding causes the...

7.5CVSS5.5AI score0.00461EPSS
SaveExploits0References10Affected Software2
Snyk
Snyk
added 2026/07/23 2:40 p.m.20 views

Incorrect Behavior Order: Validate Before Canonicalize

Overview @auth/core is an Authentication for the Web. Affected versions of this package are vulnerable to Incorrect Behavior Order: Validate Before Canonicalize in the email/magic-link sign-in process. An attacker can gain unauthorized access to a victim's account by submitting an email address...

9.1CVSS5.8AI score
SaveExploits0References2
Snyk
Snyk
added 2026/07/23 2:40 p.m.20 views

Incorrect Behavior Order: Validate Before Canonicalize

Overview next-auth is an Authentication for Next.js Affected versions of this package are vulnerable to Incorrect Behavior Order: Validate Before Canonicalize in the email/magic-link sign-in process. An attacker can gain unauthorized access to a victim's account by submitting an email address...

9.1CVSS5.8AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/07/23 2:40 p.m.20 views

Auth.js: Email normalizer validates the address before Unicode normalization, allowing a homoglyph @ bypass

Summary The default email-address normalizer used by the email/magic-link sign-in flow validates the address before applying Unicode normalization. An address can contain a Unicode character that is not an ASCII @ U+0040 but canonicalizes to one under NFKC/NFKD normalization the normalization...

9.1CVSS5.5AI score0.00528EPSS
SaveExploits0References7Affected Software2
Snyk
Snyk
added 2026/07/23 1:45 p.m.16 views

Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection')

Overview getgrav/grav is a Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS. Affected versions of this package are vulnerable to Use of Externally-Controlled Input to Select Classes or Code 'Unsafe Reflection' via the dynamicDataField function in the FlexDirectory...

8.8CVSS6.2AI score0.00849EPSS
SaveExploits0References2
SUSE Linux
SUSE Linux
added 2026/07/23 1:33 p.m.17 views

Security update for kubevirt

This update for kubevirt fixes the following issues: Security: re-vendor the bundled Go dependencies no upstream source changes; tarball rebuilt from v1.7.4 with updated go.mod/vendor: golang.org/x/net v0.48.0 - v0.55.0: CVE-2026-33814 bsc1265736, CVE-2026-39821 bsc1266575, CVE-2026-25680,...

9.1CVSS6AI score0.07314EPSS
SaveExploits0References52
OSV
OSV
added 2026/07/23 1:33 p.m.6 views

SUSE-SU-2026:3203-1 Security update for kubevirt

This update for kubevirt fixes the following issues: - Security: re-vendor the bundled Go dependencies no upstream source changes; tarball rebuilt from v1.7.4 with updated go.mod/vendor: golang.org/x/net v0.48.0 - v0.55.0: CVE-2026-33814 bsc1265736, CVE-2026-39821 bsc1266575, CVE-2026-25680,...

10CVSS6.3AI score0.07314EPSS
SaveExploits0References27
OSV
OSV
added 2026/07/23 11:41 a.m.12 views

PYSEC-2026-3477 LiteLLM: Arbitrary file write via path traversal in Skills archive extraction

Impact LiteLLM Skills archive extraction did not sufficiently validate file paths from uploaded skill ZIP archives. An authenticated user with access to LiteLLM LLM API routes, or a key whose allowedroutes includes /v1/skills, anthropicroutes, or llmapiroutes, could upload a crafted skill archive...

6.1CVSS6.1AI score0.00465EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/23 11:41 a.m.10 views

PYSEC-2026-3478 LiteLLM: Custom Code Guardrails production endpoints bypass code safety checks

Impact LiteLLM's Custom Code Guardrails production create/update paths did not apply the same sandboxing and validation used by the test endpoint. A privileged user with access to create or update guardrails could submit custom Python code that executed in the LiteLLM proxy environment. In...

2.1CVSS6.3AI score0.00655EPSS
SaveExploits0References7
Rows per page
Query Builder