Lucene search
+L

10765 matches found

CVE
CVE
added 2026/09/10 8:57 p.m.25 views

CVE-2026-9667

IBM WebSphere Application Server 9.0 and 8.5 are vulnerable to server-side request forgery (SSRF) (CWE-918), allowing a remote, unauthenticated attacker to cause the server to send outbound requests to arbitrary endpoints. The impact is limited to low confidentiality per the CVSS 3.1 score of 5.3...

5.3CVSS5.9AI score0.00311EPSS
SaveExploits0References1Affected Software1
NVD
NVD
added 2026/09/10 7:17 p.m.11 views

CVE-2026-89049

A server-side request forgery issue due to improper validation of equivalent address representations in the port forwarding to remote hosts functionality in Amazon AWS Systems Manager Agent SSM Agent before 3.3.4851.0 on all platforms might allow an authenticated remote user to bypass the remote...

9.9CVSS0.00358EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/10 6:42 p.m.49 views

CVE-2026-88056

Angular's @angular/platform-server is vulnerable to SSRF and cross-origin credential disclosure prior to versions 20.3.30, 21.2.22, and 22.1.4 . The root cause is that the resolveUrl and parseUrl utilities invoked String.prototype.trim(), which strips leading Unicode whitespace (e.g. U+00A0, U+FE...

8.6CVSS5.8AI score0.00426EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/10 6:42 p.m.14 views

CVE-2026-88056 Angular: SSRF and Cross-Origin Credential Disclosure via URL Resolution Discrepancy in SSR

Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages. Prior to 20.3.30, 21.2.22, and 22.1.4, Angular Server-Side Rendering in @angular/platform-server processes user-controlled resource or request URLs through HttpClien...

8.6CVSS5.8AI score
SaveExploits0References9
OSV
OSV
added 2026/09/10 6:34 p.m.28 views

CVE-2026-89049 Server-side request forgery in the Session Manager port forwarding functionality in AWS Systems Manager Agent

A server-side request forgery issue due to improper validation of equivalent address representations in the port forwarding to remote hosts functionality in Amazon AWS Systems Manager Agent SSM Agent before 3.3.4851.0 on all platforms might allow an authenticated remote user to bypass the remote...

8.5CVSS5.9AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/09/10 6:34 p.m.32 views

CVE-2026-89049 Server-side request forgery in the Session Manager port forwarding functionality in AWS Systems Manager Agent

A server-side request forgery issue due to improper validation of equivalent address representations in the port forwarding to remote hosts functionality in Amazon AWS Systems Manager Agent SSM Agent before 3.3.4851.0 on all platforms might allow an authenticated remote user to bypass the remote...

9.9CVSS0.00358EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/09/10 6:34 p.m.15 views

CVE-2026-89049 Server-side request forgery in the Session Manager port forwarding functionality in AWS Systems Manager Agent

A server-side request forgery issue due to improper validation of equivalent address representations in the port forwarding to remote hosts functionality in Amazon AWS Systems Manager Agent SSM Agent before 3.3.4851.0 on all platforms might allow an authenticated remote user to bypass the remote...

9.9CVSS5.8AI score0.00358EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/09/10 3:10 p.m.15 views

Open WebUI: SSRF into internal services via DNS rebinding in the Playwright web loader

Summary With the Playwright web loader enabled, Open WebUI checks the address behind a user-submitted URL before allowing the request, then handed the request to the browser to perform. The browser resolved the hostname a second time, on its own, and that answer was never checked. An attacker who...

7.7CVSS5.6AI score0.0021EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2026/09/10 3:09 p.m.8 views

GHSA-34R3-9M95-VQ73 Open WebUI: Any authenticated user can reach the Azure platform channel via server-side web fetch

Summary Open WebUI fetches user-supplied URLs on the server for RAG URL ingestion and web search, and screens the resolved addresses so internal destinations cannot be reached. That screen decided whether a destination was external by asking Python's standard library whether the address is global...

7.1CVSS5.7AI score0.00223EPSS
SaveExploits1References6
NVD
NVD
added 2026/09/10 2:17 p.m.10 views

CVE-2026-88892

OpenPanel is an analytics platform. In all versions no patched release available at time of publication, the data importer fetches a caller-supplied URL with plain fetch instead of the project's existing SSRF guard apps/api/src/utils/safe-fetch.ts. In packages/importer/src/providers/umami.ts,...

5.3CVSS0.00256EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/10 1:05 p.m.38 views

CVE-2026-88892 OpenPanel SSRF via Unguarded Importer File URL Fetch

OpenPanel is an analytics platform. In all versions no patched release available at time of publication, the data importer fetches a caller-supplied URL with plain fetch instead of the project's existing SSRF guard apps/api/src/utils/safe-fetch.ts. In packages/importer/src/providers/umami.ts,...

5.3CVSS0.00256EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/10 9:45 a.m.10 views

PYSEC-2026-3878 Open WebUI: Server-side fetches reach blocked and internal hosts via unvalidated HTTP redirect targets

Summary Open WebUI protects server-side web fetches with two controls: the operator's list of excluded hosts, and a check that refuses private and internal addresses. Neither control was applied to the destination of an HTTP redirect. On a deployment where redirect following is enabled, any...

5CVSS5.7AI score0.00273EPSS
SaveExploits1References8
OSV
OSV
added 2026/09/10 9:45 a.m.8 views

PYSEC-2026-3934 vLLM: SSRF + arbitrary local file read in MiMoV2OmniMultiModalProcessor `_fetch_image` and audio loader bypass MediaConnector protections

Summary vllm/transformersutils/processors/mimov2omni.py — the multimodal processor for MiMoV2OmniForCausalLM — issues requests.get... directly on user-supplied image and audio URL strings and Image.open... on user-supplied local paths, without the SSRF / allowedlocalmediapath checks that...

6.5CVSS6AI score0.00319EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/10 9:44 a.m.5 views

PYSEC-2026-3930 unstructured: Server-Side Request Forgery in the URL-based partitioning

Summary Server-Side Request Forgery in unstructured. The url= argument of partition, partitionhtml, and partitionmd is fetched via requests.get with no host validation. The response body is returned as Element text, so this is a full-read SSRF — attackers reach loopback admin APIs, internal HTTP...

9.3CVSS5.8AI score0.0025EPSS
SaveExploits0References8
PyPA
PyPA
added 2026/09/10 9:44 a.m.8 views

plone.app.event vulnerable to denial of service via iCalendar import

ImpactBy abusing the iCalendar import functionality, a logged-in editor could take the whole site offline, make the server reach into the internal network and read calendar files off disk SSRF, and store XSS. PatchesThe problem has been patched in plone.app.event. For Plone 6.2: upgrade to...

9.1CVSS5.5AI score0.00343EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2026/09/10 9:44 a.m.8 views

PYSEC-2026-3890 PraisonAI vulnerable to Server-Side Request Forgery via DNS rebinding bypass in webhook_url validation

Summary The webhookurl field in the Jobs API silently passes validation when DNS resolution fails socket.gaierror, enabling DNS rebinding attacks. An attacker's domain can initially resolve to a public IP passing validation then switch to an internal IP before the server makes the HTTP request...

6.8CVSS5.9AI score0.00219EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/09/10 12:00 a.m.16 views

PT-2026-89560

Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages. Prior to 20.3.30, 21.2.22, and 22.1.4, Angular Server-Side Rendering in @angular/platform-server processes user-controlled resource or request URLs through HttpClien...

8.6CVSS5.8AI score0.00426EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/09/10 12:00 a.m.19 views

PT-2026-89562

A server-side request forgery issue due to improper validation of equivalent address representations in the port forwarding to remote hosts functionality in Amazon AWS Systems Manager Agent SSM Agent before 3.3.4851.0 on all platforms might allow an authenticated remote user to bypass the remote...

9.9CVSS5.8AI score0.00358EPSS
SaveExploits0References15
EUVD
EUVD
added 2026/09/09 11:54 p.m.12 views

EUVD-2026-75187

Open WebUI: Server-side fetches reach blocked and internal hosts via unvalidated HTTP redirect targets...

5CVSS5.7AI score0.00273EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2026/09/09 11:43 p.m.16 views

GeoNetwork Web Module: Unauthenticaded Server-Side Request Forgery in SLD Tool

Summary An unauthenticated server-side request forgery vulnerability lets any anonymous user make the GeoNetwork server issue arbitrary outbound HTTP requests. This gives an external attacker a position inside the server's network, making it possible to make internal requests no matter if the...

7.8CVSS5.9AI score0.00587EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder