Lucene search
+L

301102 matches found

Cvelist
Cvelist
•added 2026/07/21 8:36 p.m.•39 views

CVE-2026-63764 LMDeploy Server-Side Request Forgery via HTTP Redirect Bypass

LMDeploy through 0.14.0, fixed in commit 03c3130, contains a server-side request forgery SSRF vulnerability in the loadhttpurl function within the connection.py media handler, where the private-IP guard validates only the original URL without re-validating hosts after HTTP redirects. An...

8.6CVSS0.00307EPSS
SaveExploits1References4
OSV
OSV
•added 2026/07/21 8:34 p.m.•8 views

CVE-2026-46556 FlaskBB: SSRF in get_image_info() via unrestricted avatar URL

FlaskBB is a Forum Software written in Python using the micro framework Flask. Prior to version 2.2.1, a Server-Side Request Forgery SSRF vulnerability in getimageinfo allows any authenticated user to force the server to send HTTP requests to arbitrary internal endpoints, including cloud metadata...

6.5CVSS5.5AI score
SaveExploits0References4
EUVD
EUVD
•added 2026/07/21 8:33 p.m.•15 views

EUVD-2026-41602

Gitea: SSRF via HTTP Redirect in Repository Migration...

6.5CVSS5.2AI score0.00244EPSS
SaveExploits0References6
OSV
OSV
•added 2026/07/21 8:33 p.m.•7 views

GHSA-RQHX-647V-WX32 Gitea: SSRF via HTTP Redirect in Repository Migration

Summary Gitea 1.25.4 validates the initial URL provided to the repository migration endpoint POST /api/v1/repos/migrate and correctly blocks requests to internal addresses like 127.0.0.1 or RFC1918 ranges. However, if the initial URL points to an attacker-controlled server that responds with an...

6.5CVSS5.4AI score0.00244EPSS
SaveExploits0References7
CVE
CVE
•added 2026/07/21 8:25 p.m.•25 views

CVE-2026-11925

Technical details (affected component/version/root cause/impact) are not publicly available in the provided documents. Monitor for updates from Tanium and CVE records for any additional technical specifics.

2.7CVSS5.2AI score0.00178EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
•added 2026/07/21 8:25 p.m.•33 views

CVE-2026-11925 Tanium addressed a User Interface (UI) Misrepresentation of Critical Information vulnerability in Tanium Server.

Tanium addressed a User Interface UI Misrepresentation of Critical Information vulnerability in Tanium Server...

2.7CVSS0.00178EPSS
SaveExploits0References1
OSV
OSV
•added 2026/07/21 8:22 p.m.•8 views

GHSA-X77V-Q46J-393G Gitea: Blind SSRF in OAuth2 avatar synchronization via unvalidated OIDC picture claim

Summary When oauth2client UPDATEAVATAR = true is enabled, Gitea fetches the avatar URL received from an OAuth2/OIDC provider using Go's default HTTP client. The URL comes from the user's OAuth/OIDC avatar value, commonly the OIDC picture claim. The affected code path calls http.Geturl without...

3.1CVSS5.7AI score0.00229EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
•added 2026/07/21 8:22 p.m.•16 views

Gitea: Blind SSRF in OAuth2 avatar synchronization via unvalidated OIDC picture claim

Summary When oauth2client UPDATEAVATAR = true is enabled, Gitea fetches the avatar URL received from an OAuth2/OIDC provider using Go's default HTTP client. The URL comes from the user's OAuth/OIDC avatar value, commonly the OIDC picture claim. The affected code path calls http.Geturl without...

3.1CVSS5.7AI score0.00229EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
•added 2026/07/21 8:21 p.m.•12 views

Gitea: OAuth token introspection returns metadata of tokens issued to other clients (RFC 7662 section 4 violation)

Live reproduction against Gitea 1.26.1 Setup: Gitea 1.26.1 docker stack with two users admin and victim and two OAuth applications owned by different users: Client A: id=5dda747d-7fdd-4694-85ff-ce4f893ce51e owner=admin Client B: id=588f778f-4a41-4914-ae01-85d776c369db owner=victim admin runs an...

4.3CVSS5.5AI score0.00243EPSS
SaveExploits0References5Affected Software1
NVD
NVD
•added 2026/07/21 8:17 p.m.•6 views

CVE-2026-50757

Directory Traversal vulnerability in DayuanJiang next-ai-draw-io 0.4.13 allowsa remote attacker to execute arbitrary code via the nex-ai-draw-io/mcp-server...

7.8CVSS0.00464EPSS
SaveExploits0References2
CVE
CVE
•added 2026/07/21 8:14 p.m.•38 views

CVE-2026-16318

The CVE-2026-16318 issue affects server-side QUIC deployments using s2n-tls, where the QUIC transport parameters extension handler uses s2n_alloc instead of s2n_realloc. During TLS 1.3 HelloRetryRequest, the handler runs twice on the same connection; on the second run it zeroes the existing point...

6.9CVSS5.3AI score0.00388EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/07/21 8:14 p.m.•27 views

CVE-2026-16318 QUIC Transport Parameters Memory Leak During HelloRetryRequest in s2n-tls

The QUIC transport parameters extension handler in s2n-tls incorrectly uses s2nalloc instead of s2nrealloc to store the peer's transport parameters. When a TLS 1.3 connection goes through a HelloRetryRequest, the handler is called twice on the same connection. On the second call, s2nalloc zeroes...

6.9CVSS0.00388EPSS
SaveExploits0References3
OSV
OSV
•added 2026/07/21 8:14 p.m.•8 views

CVE-2026-16318 QUIC Transport Parameters Memory Leak During HelloRetryRequest in s2n-tls

The QUIC transport parameters extension handler in s2n-tls incorrectly uses s2nalloc instead of s2nrealloc to store the peer's transport parameters. When a TLS 1.3 connection goes through a HelloRetryRequest, the handler is called twice on the same connection. On the second call, s2nalloc zeroes...

6.9CVSS5.3AI score
SaveExploits0References5
EUVD
EUVD
•added 2026/07/21 8:14 p.m.•11 views

EUVD-2026-46402

The QUIC transport parameters extension handler in s2n-tls incorrectly uses s2nalloc instead of s2nrealloc to store the peer's transport parameters. When a TLS 1.3 connection goes through a HelloRetryRequest, the handler is called twice on the same connection. On the second call, s2nalloc zeroes...

6.9CVSS5.3AI score0.00388EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
•added 2026/07/21 8:14 p.m.•8 views

CVE-2026-16318 QUIC Transport Parameters Memory Leak During HelloRetryRequest in s2n-tls

The QUIC transport parameters extension handler in s2n-tls incorrectly uses s2nalloc instead of s2nrealloc to store the peer's transport parameters. When a TLS 1.3 connection goes through a HelloRetryRequest, the handler is called twice on the same connection. On the second call, s2nalloc zeroes...

6.9CVSS5.3AI score0.00388EPSS
SaveExploits0References3
OSV
OSV
•added 2026/07/21 8:00 p.m.•7 views

CVE-2026-47671 Nhost CLI local configserver allows cross-origin unauthenticated read/write access to local development configuration and secrets

Nhost is an open source Firebase alternative with GraphQL. In versions of Nhost CLI prior to 1.46.0, the hidden nhost configserver used by nhost dev exposes the Mimir GraphQL API with dummy authorization directives and permissive CORS. When a developer is running the local development environment...

5.4CVSS5.5AI score
SaveExploits0References6
IBM Security Bulletins
IBM Security Bulletins
•added 2026/07/21 7:22 p.m.•21 views

Security Bulletin: Multiple Vulnerabilities affect IBM License Metric Tool v9

Summary Multiple vulnerabilities have been addressed in components used by IBM License Metric Tool Vulnerability Details CVEID:CVE-2026-38969 DESCRIPTION: Rejected reason: DO NOT USE THIS CVE RECORD. ConsultIDs: none. Reason: This record was withdrawn by its CNA. Further investigation showed that...

9.8CVSS5.9AI score0.00549EPSS
SaveExploits1Affected Software1
IBM Security Bulletins
IBM Security Bulletins
•added 2026/07/21 6:52 p.m.•8 views

Security Bulletin: Security Vulnerability in Ebics server affects IBM Sterling B2B Integrator and IBM Sterling File Gateway (CVE-2025-36298)

Summary IBM Sterling B2B Integrator and IBM Sterling File Gateway have addressed vulnerability in Ebics server Vulnerability Details CVEID:CVE-2025-36298 DESCRIPTION: IBM Sterling B2B Integrator and IBM Sterling File Gateway Ebics server component is vulnerable to cross-site scripting. This...

5.4CVSS5.1AI score0.00165EPSS
SaveExploits0Affected Software1
Github Security Blog
Github Security Blog
•added 2026/07/21 6:35 p.m.•11 views

guzzlehttp/psr7: Host Confusion via Weak URI Host Validation

Impact guzzlehttp/psr7 did not reject URI host components containing authority delimiters /, ?, , @, or , an embedded port such as host:8080, or IPv6 brackets that do not frame the host such as ::1 or ::1. Uri::assertValidHost rejected only control characters, so these malformed hosts were...

6.5CVSS5.4AI score0.00186EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
•added 2026/07/21 6:34 p.m.•21 views

websocket-driver-ruby: Denial of service via malformed Host header

Impact If this library is used to implement a WebSocket server on top of a TCP server, by using the WebSocket::Driver.server method, then a client can cause the server to crash by sending a Host header that is not a valid host:port string. When this happens, a URI::InvalidURIError exception is...

8.9CVSS5.5AI score0.00338EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder