Lucene search
+L

9613 matches found

RedhatCVE
RedhatCVE
added 2026/02/11 1:16 p.m.11 views

CVE-2025-11242

Server-Side Request Forgery SSRF vulnerability in Teknolist Computer Systems Software Publishing Industry and Trade Inc. Okulistik allows Server Side Request Forgery.This issue affects Okulistik: through 21102025...

9.8CVSS5.4AI score0.00301EPSS
SaveExploits0References1
OSV
OSV
added 2026/02/11 11:34 a.m.7 views

CVE-2025-12575 Server-Side Request Forgery (SSRF) in GitLab

GitLab has remediated an issue in GitLab EE affecting all versions from 18.0 before 18.6.6, 18.7 before 18.7.4, and 18.8 before 18.8.4 that, under certain conditions could have allowed an authenticated user with certain permissions to make unauthorized requests to internal network services throug...

5.4CVSS5.5AI score
SaveExploits0References6
VulnCheck KEV
VulnCheck KEV
added 2026/02/11 12:0 a.m.11 views

VulnCheck KEV: CVE-2026-21859

Mailpit is an email testing tool and API for developers. Versions 1.28.0 and below have a Server-Side Request Forgery SSRF vulnerability in the /proxy endpoint, allowing attackers to make requests to internal network resources. The /proxy endpoint validates http:// and https:// schemes, but it do...

5.8CVSS5.8AI score0.00755EPSS
SaveIn wildExploits2References4
Tenable Nessus
Tenable Nessus
added 2026/02/11 12:0 a.m.9 views

FreeBSD : Gitlab -- vulnerabilities (9d9940e7-071c-11f1-93ca-2cf05da270f3)

The version of FreeBSD installed on the remote host is prior to tested version. It is, therefore, affected by multiple vulnerabilities as referenced in the 9d9940e7-071c-11f1-93ca-2cf05da270f3 advisory. Gitlab reports: Incomplete Validation issue in Web IDE impacts GitLab CE/EE Denial of Service...

9.1CVSS6.1AI score0.004EPSS
SaveExploits0References17
Cvelist
Cvelist
added 2026/02/10 8:36 a.m.32 views

CVE-2025-11242 SSRF in Teknolist Computer's Okulistik

Server-Side Request Forgery SSRF vulnerability in Teknolist Computer Systems Software Publishing Industry and Trade Inc. Okulistik allows Server Side Request Forgery. This issue affects Okulistik: through 21102025...

9.8CVSS0.00301EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/02/10 8:36 a.m.9 views

CVE-2025-11242

Server-Side Request Forgery SSRF vulnerability in Teknolist Computer Systems Software Publishing Industry and Trade Inc. Okulistik allows Server Side Request Forgery. This issue affects Okulistik: through 21102025...

9.8CVSS5.8AI score0.00301EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/02/10 12:0 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-25765

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Faraday is an HTTP client library abstraction layer that provides a common interface over many adapters. Prior to 2.14.1, Faraday's buildexclusiveurl method in...

5.8CVSS5.6AI score0.00351EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/02/10 12:0 a.m.7 views

Unity Linux 20.1050a / 20.1060a / 20.1070a Security Update: pcs (UTSA-2026-005306)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005306 advisory. Versions of the package sinatra from 0.0.0 are vulnerable to Reliance on Untrusted Inputs in a Security Decision via the X-Forwarded-Host XFH header. When making a...

5.4CVSS5.8AI score0.00466EPSS
SaveExploits0References4
NVD
NVD
added 2026/02/09 9:15 p.m.12 views

CVE-2026-25765

Faraday is an HTTP client library abstraction layer that provides a common interface over many adapters. Prior to 2.14.1, Faraday's buildexclusiveurl method in lib/faraday/connection.rb uses Ruby's URImerge to combine the connection's base URL with a user-supplied path. Per RFC 3986,...

5.8CVSS0.00351EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/02/09 8:30 p.m.6 views

CVE-2026-25765

Faraday is an HTTP client library abstraction layer that provides a common interface over many adapters. Prior to 2.14.1, Faraday's buildexclusiveurl method in lib/faraday/connection.rb uses Ruby's URImerge to combine the connection's base URL with a user-supplied path. Per RFC 3986,...

5.8CVSS5.8AI score0.00351EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2026/02/09 8:30 p.m.54 views

CVE-2026-25765

CVE-2026-25765 affects Faraday (an HTTP client abstraction). The vulnerability arises in build_exclusive_url (lib/faraday/connection.rb) which uses URI#merge; protocol-relative URLs (e.g., //evil.com/…) override the base URL’s host, enabling potential SSRF if user-controlled input is passed to ge...

5.8CVSS5.8AI score0.00351EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2026/02/09 12:15 p.m.17 views

CVE-2026-0632

The Fluent Forms Pro Add On Pack plugin for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 6.1.12 via the 'saveDataSource' function. This makes it possible for authenticated attackers, with Subscriber-level access and above, to make web requests to...

5.4CVSS0.00225EPSS
SaveExploits0References2
CVE
CVE
added 2026/02/09 8:51 a.m.36 views

CVE-2026-25904

The CVE-2026-25904 entry concerns Pydantic-AI MCP Run Python tool configuring the Deno sandbox in a way that allows the underlying Python code to access the host’s localhost interface, enabling SSRF. Affected component: the Deno sandbox configuration used by mcp-run-python (Pydantic-AI MCP Run Py...

5.8CVSS5.6AI score0.00165EPSS
SaveExploits0References1
RubySec
RubySec
added 2026/02/09 12:0 a.m.13 views

Faraday affected by SSRF via protocol-relative URL host override in build_exclusive_url

Impact Faraday's buildexclusiveurl method in lib/faraday/connection.rb uses Ruby's URImerge to combine the connection's base URL with a user-supplied path. Per RFC 3986, protocol-relative URLs e.g. //evil.com/path are treated as network-path references that override the base URL's host/authority...

5.8CVSS5.5AI score0.00351EPSS
SaveExploits0References1Affected Software1
Vulnrichment
Vulnrichment
added 2026/02/06 9:19 p.m.6 views

CVE-2026-25123 Homarr affected by Unauthenticated SSRF / Port-Scan Primitive via widget.app.ping

Homarr is an open-source dashboard. Prior to 1.52.0, a public unauthenticated tRPC endpoint widget.app.ping accepts an arbitrary url and performs a server-side request to that URL. This allows an unauthenticated attacker to trigger outbound HTTP requests from the Homarr server, enabling SSRF...

5.3CVSS5.8AI score0.00264EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/02/06 9:1 p.m.5 views

CVE-2026-25580

Pydantic AI is a Python agent framework for building applications and workflows with Generative AI. From 0.0.26 to before 1.56.0, aServer-Side Request Forgery SSRF vulnerability exists in Pydantic AI's URL download functionality. When applications accept message history from untrusted sources,...

8.6CVSS5.5AI score0.0058EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2026/02/06 9:1 p.m.9 views

CVE-2026-25580 Pydantic AI Affected by Server-Side Request Forgery (SSRF) in URL Download Handling

Pydantic AI is a Python agent framework for building applications and workflows with Generative AI. From 0.0.26 to before 1.56.0, aServer-Side Request Forgery SSRF vulnerability exists in Pydantic AI's URL download functionality. When applications accept message history from untrusted sources,...

8.6CVSS5.5AI score
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/02/06 12:0 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2025-68157

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Webpack is a module bundler. From version 5.49.0 to before 5.104.0, when experiments.buildHttp is enabled, webpack's HTTPS resolver HttpUriPlugin enforces...

3.7CVSS6.1AI score0.002EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2026/02/06 12:0 a.m.10 views

PT-2026-6846

Summary A Server-Side Request Forgery SSRF vulnerability exists in Pydantic AI's URL download functionality. When applications accept message history from untrusted sources, attackers can include malicious URLs that cause the server to make HTTP requests to internal network resources, potentially...

8.6CVSS5.8AI score0.0058EPSS
SaveExploits1References5
Cvelist
Cvelist
added 2026/02/05 11:8 p.m.46 views

CVE-2025-68157 webpack buildHttp HttpUriPlugin allowedUris bypass via HTTP redirects

Webpack is a module bundler. From version 5.49.0 to before 5.104.0, when experiments.buildHttp is enabled, webpack’s HTTPS resolver HttpUriPlugin enforces allowedUris only for the initial URL, but does not re-validate allowedUris after following HTTP 30x redirects. As a result, an import that...

3.7CVSS0.002EPSS
SaveExploits1References1
Rows per page
Query Builder