Lucene search
K

17 matches found

OSV
OSV
added 2026/03/31 10:53 p.m.4 views

GHSA-VV7Q-7JX5-F767 FastMCP OpenAPI Provider has an SSRF & Path Traversal Vulnerability

Technical Description The OpenAPIProvider in FastMCP exposes internal APIs to MCP clients by parsing OpenAPI specifications. The RequestDirector class is responsible for constructing HTTP requests to the backend service. A critical vulnerability exists in the buildurl method. When an OpenAPI...

10CVSS6AI score0.00063EPSS
Exploits1References6
Github Security Blog
Github Security Blog
added 2026/03/31 10:53 p.m.7 views

FastMCP OpenAPI Provider has an SSRF & Path Traversal Vulnerability

Technical Description The OpenAPIProvider in FastMCP exposes internal APIs to MCP clients by parsing OpenAPI specifications. The RequestDirector class is responsible for constructing HTTP requests to the backend service. A critical vulnerability exists in the buildurl method. When an OpenAPI...

10CVSS6AI score0.00063EPSS
Exploits1References6Affected Software1
RedHat Linux
RedHat Linux
added 2025/06/26 12:12 p.m.2 views

webob: WebOb's location header normalization during redirect leads to open redirect

A vulnerability was found in the WebOb package. WebOb normalizes the HTTP Location header using urlparse and urljoin. If the URL starts with //, urlparse treats the following part as the hostname, and replaces the original request's hostname. This issue, combined with user interaction, may become...

6.1CVSS5.7AI score0.00263EPSS
Exploits1References7
RedHat Linux
RedHat Linux
added 2025/05/07 12:48 p.m.1 views

webob: WebOb's location header normalization during redirect leads to open redirect

A vulnerability was found in the WebOb package. WebOb normalizes the HTTP Location header using urlparse and urljoin. If the URL starts with //, urlparse treats the following part as the hostname, and replaces the original request's hostname. This issue, combined with user interaction, may become...

6.1CVSS5.7AI score0.00263EPSS
Exploits1References7
Tenable Nessus
Tenable Nessus
added 2024/10/13 12:0 a.m.19 views

CBL Mariner 2.0 Security Update: python-webob (CVE-2024-42353)

The version of python-webob installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-42353 advisory. - WebOb provides objects for HTTP requests and responses. When WebOb normalizes the HTTP Location header...

6.1CVSS6.2AI score0.00263EPSS
Exploits1References2
RedHat Linux
RedHat Linux
added 2024/10/02 6:8 a.m.1 views

webob: WebOb's location header normalization during redirect leads to open redirect

A vulnerability was found in the WebOb package. WebOb normalizes the HTTP Location header using urlparse and urljoin. If the URL starts with //, urlparse treats the following part as the hostname, and replaces the original request's hostname. This issue, combined with user interaction, may become...

6.1CVSS5.7AI score0.00263EPSS
Exploits1References7
RedHat Linux
RedHat Linux
added 2024/09/19 11:50 a.m.3 views

webob: WebOb's location header normalization during redirect leads to open redirect

A vulnerability was found in the WebOb package. WebOb normalizes the HTTP Location header using urlparse and urljoin. If the URL starts with //, urlparse treats the following part as the hostname, and replaces the original request's hostname. This issue, combined with user interaction, may become...

6.1CVSS5.7AI score0.00263EPSS
Exploits1References7
Mageia
Mageia
added 2024/09/17 2:41 a.m.17 views

Updated python3-webob package fix security vulnerability

When WebOb normalizes the HTTP Location header to include the request hostname, it does so by parsing the URL that the user is to be redirected to with Python's urlparse, and joining it to the base URL. urlparse however treats a // at the start of a string as a URI without a scheme, and then trea...

6.1CVSS7.2AI score0.00263EPSS
Exploits1References2
SUSE CVE
SUSE CVE
added 2024/08/17 1:47 a.m.1 views

SUSE CVE-2024-42353

WebOb provides objects for HTTP requests and responses. When WebOb normalizes the HTTP Location header to include the request hostname, it does so by parsing the URL that the user is to be redirected to with Python's urlparse, and joining it to the base URL. urlparse however treats a // at the...

6.1CVSS6.9AI score0.00263EPSS
Exploits1References6
RedhatCVE
RedhatCVE
added 2024/08/16 12:12 a.m.9 views

CVE-2024-42353

A vulnerability was found in the WebOb package. WebOb normalizes the HTTP Location header using urlparse and urljoin. If the URL starts with //, urlparse treats the following part as the hostname, and replaces the original request's hostname. This issue, combined with user interaction, may become...

6.1CVSS5.9AI score0.00263EPSS
Exploits1References6
NVD
NVD
added 2024/08/14 9:15 p.m.16 views

CVE-2024-42353

WebOb provides objects for HTTP requests and responses. When WebOb normalizes the HTTP Location header to include the request hostname, it does so by parsing the URL that the user is to be redirected to with Python's urlparse, and joining it to the base URL. urlparse however treats a // at the...

6.1CVSS0.00263EPSS
Exploits1References2
UbuntuCve
UbuntuCve
added 2024/08/14 9:15 p.m.10 views

CVE-2024-42353

WebOb provides objects for HTTP requests and responses. When WebOb normalizes the HTTP Location header to include the request hostname, it does so by parsing the URL that the user is to be redirected to with Python's urlparse, and joining it to the base URL. urlparse however treats a // at the...

6.1CVSS6.3AI score0.00263EPSS
Exploits1References4
Vulnrichment
Vulnrichment
added 2024/08/14 8:12 p.m.23 views

CVE-2024-42353 WebOb's location header normalization during redirect leads to open redirect

WebOb provides objects for HTTP requests and responses. When WebOb normalizes the HTTP Location header to include the request hostname, it does so by parsing the URL that the user is to be redirected to with Python's urlparse, and joining it to the base URL. urlparse however treats a // at the...

6.1CVSS7.1AI score0.00263EPSS
Exploits1References2
Debian CVE
Debian CVE
added 2024/08/14 8:12 p.m.12 views

CVE-2024-42353

WebOb provides objects for HTTP requests and responses. When WebOb normalizes the HTTP Location header to include the request hostname, it does so by parsing the URL that the user is to be redirected to with Python's urlparse, and joining it to the base URL. urlparse however treats a // at the...

6.1CVSS6.1AI score0.00263EPSS
Exploits1
Github Security Blog
Github Security Blog
added 2024/08/14 5:48 p.m.18 views

WebOb's location header normalization during redirect leads to open redirect

Impact When WebOb normalizes the HTTP Location header to include the request hostname, it does so by parsing the URL that the user is to be redirected to with Python's urlparse, and joining it to the base URL. urlparse however treats a // at the start of a string as a URI without a scheme, and th...

6.1CVSS6.5AI score0.00263EPSS
Exploits1References5Affected Software1
Positive Technologies
Positive Technologies
added 2024/08/14 12:0 a.m.2 views

PT-2024-6608 · Webob +6 · Webob +6

Name of the Vulnerable Software and Affected Versions: WebOb versions prior to 1.8.8 Description: The issue is related to the handling of HTTP Location headers in WebOb, where the urlparse and urljoin functions can be exploited to redirect users to arbitrary URLs. This occurs when the urlparse...

6.4CVSS6.7AI score0.00263EPSS
Exploits1References50
seebug.org
seebug.org
added 2015/09/29 12:0 a.m.16 views

ZeusCart 4 信息泄漏漏洞

No description provided by source. !/usr/bin/env python coding: utf-8 from urlparse import urljoin from pocsuite.net import req from pocsuite.poc import POCBase, Output from pocsuite.utils import register class TestPOCPOCBase: vulID = '11111 ' vul ID version = '1' author = 'Disorder' vulDate =...

7.1AI score
Exploits0
Rows per page
Query Builder