Lucene search
+L

56865 matches found

EUVD
EUVD
added 2026/07/29 9:7 a.m.9 views

EUVD-2026-50236

Kyuubi Engine UI proxy accepts a host and port from the request path and proxies HTTP requests to that destination. A remote requester with network access to the proxy can cause the Kyuubi server to send HTTP requests to arbitrary reachable hosts, resulting in SSRF or open-proxy behavior. This...

7.3CVSS6AI score0.0065EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/29 7:48 a.m.9 views

CVE-2026-9720

The Facturación Electrónica Costa Rica plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 2.0.2. This is due to missing or incorrect nonce validation on the global scope, included by fvcradminpagehtml function. This makes it possible for...

4.3CVSS5.7AI score0.00128EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/29 7:48 a.m.30 views

CVE-2026-9720 Facturación Electrónica Costa Rica <= 2.0.2 - Cross-Site Request Forgery to Plugin Settings Update

The Facturación Electrónica Costa Rica plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 2.0.2. This is due to missing or incorrect nonce validation on the global scope, included by fvcradminpagehtml function. This makes it possible for...

4.3CVSS0.00128EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/07/29 6:0 a.m.7 views

CVE-2026-11974

The wp-media-folder-addon WordPress plugin through 4.1.6 does not validate a user-supplied parameter before using it in a file read operation in two AJAX actions available to unauthenticated users, leading to Arbitrary File Disclosure and Server-Side Request Forgery on sites where a cloud storage...

5.8AI score0.00489EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/29 6:0 a.m.32 views

CVE-2026-11974 Media folder Addon <= 4.1.6 - Unauthenticated Arbitrary File Download

The wp-media-folder-addon WordPress plugin through 4.1.6 does not validate a user-supplied parameter before using it in a file read operation in two AJAX actions available to unauthenticated users, leading to Arbitrary File Disclosure and Server-Side Request Forgery on sites where a cloud storage...

0.00489EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/07/29 12:0 a.m.12 views

PT-2026-65870

V through 0.5.2, fixed in commit 85859f0, contains a server-side request forgery SSRF bypass vulnerability that allows attackers to circumvent host-based allowlists by exploiting a parser differential between net.urllib and net.http. Attackers can craft a URL containing a backslash in the authori...

8.6CVSS5.9AI score0.00391EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/07/29 12:0 a.m.11 views

PT-2026-65867

IBM WebSphere Application Server 9.0, and 8.5 and IBM WebSphere Application Server - Liberty 17.0.0.3 through 26.0.0.8 traditional is vulnerable to server-side request forgery SSRF when the SIP container feature sipServlet-1.1 is enabled...

9.4CVSS5.9AI score0.0036EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/28 10:17 p.m.8 views

CVE-2026-54691

datamodel-code-generator generates Python data models from schema definitions. From 0.9.1 until 0.61.0, src/datamodelcodegenerator/http.py http.getbody accepts --url targets and redirect chain targets without host/IP validation, allowing server-side request forgery against loopback, private,...

8.2CVSS0.00209EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/28 9:45 p.m.52 views

CVE-2026-55391

CVE-2026-55391 affects the datamodel-code-generator project. Prior to version 0.63.0, the tool validates a URL host in http.py via get_body, _validate_url_for_fetch, and _get_ips_from_host, but then allows httpx to resolve the host again for the connection, enabling DNS rebinding to bypass allow_...

7.5CVSS5.9AI score0.00193EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/07/28 9:45 p.m.5 views

CVE-2026-55391 datamodel-code-generator vulnerable to SSRF protection bypass via DNS rebinding

datamodel-code-generator generates Pydantic v2 models, dataclasses, TypedDict, and msgspec.Struct from OpenAPI, JSON Schema, GraphQL, Avro, Protobuf, and raw JSON, YAML, or CSV. Prior to 0.63.0, datamodel-code-generator validates a URL host once in src/datamodelcodegenerator/http.py through...

7.5CVSS5.9AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/07/28 9:45 p.m.7 views

CVE-2026-55391 datamodel-code-generator vulnerable to SSRF protection bypass via DNS rebinding

datamodel-code-generator generates Pydantic v2 models, dataclasses, TypedDict, and msgspec.Struct from OpenAPI, JSON Schema, GraphQL, Avro, Protobuf, and raw JSON, YAML, or CSV. Prior to 0.63.0, datamodel-code-generator validates a URL host once in src/datamodelcodegenerator/http.py through...

7.5CVSS5.8AI score0.00193EPSS
SaveExploits1References3
Snyk
Snyk
added 2026/07/28 9:42 p.m.11 views

Server-side Request Forgery (SSRF)

Overview datamodel-code-generator is a Datamodel Code Generator Affected versions of this package are vulnerable to Server-side Request Forgery SSRF in the process that handles dereferencing JSON-Schema $ref values pointing to HTTP or HTTPS URLs without proper IP or host validation, scheme...

8.2CVSS5.6AI score0.00216EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/07/28 9:30 p.m.17 views

datamodel-code-generator vulnerable to SSRF via --url: no host/IP validation, follows redirects

Summary datamodel-code-generator's built-in HTTP fetcher http.getbody issues an httpx.GET against any URL passed to --url or reached via a redirect chain with no allow-list, no deny-list, no IP/host validation, and followredirects=True. Loopback addresses, RFC1918 ranges, link-local 169.254.169.2...

8.2CVSS6AI score0.00209EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/07/28 9:29 p.m.4 views

CVE-2026-54691 datamodel-code-generator vulnerable to SSRF via --url: no host/IP validation, follows redirects

datamodel-code-generator generates Python data models from schema definitions. From 0.9.1 until 0.61.0, src/datamodelcodegenerator/http.py http.getbody accepts --url targets and redirect chain targets without host/IP validation, allowing server-side request forgery against loopback, private,...

8.2CVSS5.9AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/28 5:53 p.m.31 views

CVE-2026-14869 terraform-mcp-server vulnerable to server side request forgery leading to token exposure

The terraform-mcp-server before version 1.1.0 is vulnerable to a server-side request forgery issue in the streamable-HTTP transport that may allow an unauthenticated remote client to redirect the server's Terraform API requests, and the server-side authorization token, to an attacker-controlled...

8.6CVSS0.00293EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/28 5:27 p.m.7 views

CVE-2026-59931

PhpSpreadsheet is a pure PHP library for reading and writing spreadsheet files. In versions 4.0.0 through 5.8.0, 3.3.0 through 3.10.6, 2.2.0 through 2.4.6, 2.0.0 through 2.1.17, and all releases up to and including 1.30.5, the WEBSERVICE domain whitelist can be bypassed via an HTTP redirect SSRF...

7.7CVSS7AI score0.00531EPSS
SaveExploits0References8Affected Software1
EUVD
EUVD
added 2026/07/28 5:27 p.m.6 views

EUVD-2026-49929

PhpSpreadsheet is a pure PHP library for reading and writing spreadsheet files. In versions 4.0.0 through 5.8.0, 3.3.0 through 3.10.6, 2.2.0 through 2.4.6, 2.0.0 through 2.1.17, and all releases up to and including 1.30.5, the WEBSERVICE domain whitelist can be bypassed via an HTTP redirect SSRF...

7.7CVSS7AI score0.00531EPSS
SaveExploits0References7
CVE
CVE
added 2026/07/28 3:38 p.m.53 views

CVE-2026-43910

CVE-2026-43910 affects the Appium Java Client (8.2.1–10.1.1). When directConnect(true) is enabled, AppiumCommandExecutor.setDirectConnect() rebuilds the client’s server URL from directConnectHost, directConnectPort, and directConnectPath in the server’s NEW_SESSION response, validating only HTTPS...

8.2CVSS5.9AI score0.00239EPSS
SaveExploits1References4Affected Software1
RedhatCVE
RedhatCVE
added 2026/07/28 1:11 p.m.6 views

CVE-2026-54272

A flaw was found in the ip-address library. This library, used for parsing and manipulating IPv4 and IPv6 addresses in JavaScript, is vulnerable to Server-Side Request Forgery SSRF due to incorrect classification of IPv4-mapped/NAT64 IPv6 addresses. An attacker could exploit this misclassificatio...

7.2CVSS5.8AI score0.00254EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/28 5:39 a.m.17 views

CVE-2026-15136

Technical details beyond what is provided in the initial document are not publicly available in the supplied materials. Monitor for updates to verification, remediation status, and affected versions.

4.3CVSS5.8AI score0.00129EPSS
SaveExploits0References6
Rows per page
Query Builder