Lucene search
K

11 matches found

Gitee
Gitee
added 2025/09/20 7:34 a.m.117 views

colander

This is a Python library for deserialization and validation of data structures composed of strings, mappings, and lists. It is a package that can be used to serialize an arbitrary data structure to a data structure composed of strings, mappings, and lists, and to deserialize and validate a data...

7.2AI score
Exploits0
IBM Security Bulletins
IBM Security Bulletins
added 2024/11/26 9:40 a.m.56 views

Security Bulletin: Multiple security vulnerabilities are addressed with IBM Process Mining Interim Fix for Nov 2024

Summary In addition to many updates of operating system level packages, the following security vulnerabilities are addressed with IBM Process Mining 1.15.0 IF004 Vulnerability Details CVEID:CVE-2024-38821 DESCRIPTION: VMware Tanzu Spring Security could allow a remote attacker to bypass security...

9.8CVSS9.1AI score0.93306EPSS
Exploits15Affected Software1
CNNVD
CNNVD
added 2024/10/29 12:0 a.m.2 views

Waitress 安全漏洞

Waitress is a production-quality, pure Python WSGI server from the Pylons project. A security vulnerability existed prior to Waitress version 3.0.1, which stemmed from the inclusion of a race condition issue...

9.1CVSS6.1AI score0.00572EPSS
Exploits0References3
Github Security Blog
Github Security Blog
added 2024/08/14 5:48 p.m.21 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
Japan Vulnerability Notes
Japan Vulnerability Notes
added 2023/09/11 12:0 a.m.34 views

JVN#41113329: Pyramid vulnerable to directory traversal

Pyramid provided by Pylons Project, which is a web framework for Python, contains a directory traversal vulnerability CWE-22. Impact index.html located one directory above the location of the static view's file system path can be accessed via a crafted request. Solution Update the software Update...

7.5CVSS5.8AI score0.00435EPSS
Exploits0
Github Security Blog
Github Security Blog
added 2020/02/04 3:7 a.m.68 views

Catastrophic backtracking in regex allows Denial of Service in Waitress

Impact When waitress receives a header that contains invalid characters it will cause the regular expression engine to catastrophically backtrack causing the process to use 100% CPU time and blocking any other interactions. This would allow an attacker to send a single request with an invalid...

6.8CVSS1.1AI score0.13332EPSS
Exploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2019/12/26 4:34 p.m.67 views

HTTP Request Smuggling: Invalid whitespace characters in headers in Waitress

Impact If a proxy server is used in front of waitress, an invalid request may be sent by an attacker that bypasses the front-end and is parsed differently by waitress leading to a potential for HTTP request smuggling. Content-Length: 10 Transfer-Encoding: \x0bchunked For clarity: 0x0b == vertical...

6.6AI score
Exploits0References3Affected Software1
OSV
OSV
added 2019/12/20 11:4 p.m.23 views

GHSA-4PPP-GPCR-7QF6 HTTP Request Smuggling: Content-Length Sent Twice in Waitress

Impact Waitress would header fold a double Content-Length header and due to being unable to cast the now comma separated value to an integer would set the Content-Length to 0 internally. So a request with: Content-Length: 10 Content-Length: 10 would get transformed to: Content-Length: 10, 10 Whic...

7.5CVSS7.4AI score0.00851EPSS
Exploits0References8
Github Security Blog
Github Security Blog
added 2019/12/20 11:4 p.m.126 views

HTTP Request Smuggling: Content-Length Sent Twice in Waitress

Impact Waitress would header fold a double Content-Length header and due to being unable to cast the now comma separated value to an integer would set the Content-Length to 0 internally. So a request with: Content-Length: 10 Content-Length: 10 would get transformed to: Content-Length: 10, 10 Whic...

7.5CVSS6.8AI score0.00851EPSS
Exploits0References8Affected Software1
OSV
OSV
added 2019/12/20 11:4 p.m.32 views

GHSA-G2XC-35JW-C63P HTTP Request Smuggling: Invalid Transfer-Encoding in Waitress

Impact Waitress would parse the Transfer-Encoding header and only look for a single string value, if that value was not chunked it would fall through and use the Content-Length header instead. According to the HTTP standard Transfer-Encoding should be a comma separated list, with the inner-most...

7.1CVSS7.5AI score0.00795EPSS
Exploits0References11
Github Security Blog
Github Security Blog
added 2019/12/20 11:4 p.m.147 views

HTTP Request Smuggling: Invalid Transfer-Encoding in Waitress

Impact Waitress would parse the Transfer-Encoding header and only look for a single string value, if that value was not chunked it would fall through and use the Content-Length header instead. According to the HTTP standard Transfer-Encoding should be a comma separated list, with the inner-most...

7.5CVSS0.00795EPSS
Exploits0References11Affected Software1
Rows per page
Query Builder