Lucene search
+L

1317 matches found

RedhatCVE
RedhatCVE
added 2022/05/11 8:01 a.m.58 views

CVE-2022-27780

A vulnerability was found in curl. This issue occurs because the curl URL parser wrongly accepts percent-encoded URL separators like '/' when decoding the hostname part of a URL, making it a different URL using the wrong hostname when it is later retrieved. This flaw allows a malicious actor to...

7.5CVSS2.9AI score0.02469EPSS
SaveExploits1References4
OSV
OSV
added 2022/05/11 12:00 a.m.8 views

UBUNTU-CVE-2022-27780

The curl URL parser wrongly accepts percent-encoded URL separators like '/'when decoding the host name part of a URL, making it a different URL usingthe wrong host name when it is later retrieved.For example, a URL like http://example.com%2F127.0.0.1/, would be allowed bythe parser and get...

7.5CVSS6.8AI score0.02469EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2022/05/02 8:07 a.m.13 views

python: urllib.parse does not sanitize URLs containing ASCII newline and tabs

A flaw was found in Python, specifically within the urllib.parse module. This module helps break Uniform Resource Locator URL strings into components. The issue involves how the urlparse method does not sanitize input and allows characters like '\r' and '\n' in the URL path. This flaw allows an...

7.5CVSS6.8AI score0.08325EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2022/04/04 12:00 a.m.7 views

PT-2022-13733 · Medialize · Uri.Js

Name of the Vulnerable Software and Affected Versions: medialize/uri.js versions prior to 1.19.11 Description: The issue arises when parsing a URL without a scheme and with excessive slashes, like ///www.example.com. Unlike browsers, which parse such URLs as http://www.example.com, the affected...

6.5CVSS6.2AI score0.00799EPSS
SaveExploits1References7
OpenVAS
OpenVAS
added 2022/03/28 12:00 a.m.22 views

Mozilla Firefox Security Advisories (MFSA2021-48, MFSA2021-49) - Windows

Mozilla Firefox is prone to multiple vulnerabilities. SPDX-FileCopyrightText: 2022 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only CPE = "cpe:/a:mozilla:firefox";...

10CVSS7.7AI score0.0383EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2022/03/11 12:00 a.m.9 views

URL.js 输入验证错误漏洞

URL.js is used to parse and format URLs. A security vulnerability exists in URL.js that is susceptible to Improper Input Validation due to improper parsing, which makes it possible for hostnames to be spoofed...

5.3CVSS5.7AI score0.00849EPSS
SaveExploits1References3
OSV
OSV
added 2022/03/07 11:04 a.m.7 views

OESA-2022-1566 python3 security update

Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems. New built-in modules are easily written in C or C...

6.5CVSS6.6AI score0.08325EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2022/03/03 8:35 p.m.5 views

CVE-2022-24723 Improper Input Validation in URI.js

URI.js is a Javascript URL mutation library. Before version 1.19.9, whitespace characters are not removed from the beginning of the protocol, so URLs are not parsed properly. This issue has been patched in version 1.19.9. Removing leading whitespace from values before passing them to URI.parse ca...

5.3CVSS5.2AI score0.01995EPSS
SaveExploits1References4
OSV
OSV
added 2022/03/03 7:23 p.m.14 views

GHSA-GMV4-R438-P67F Leading white space bypasses protocol validation

Impact Whitespace characters are not removed from the beginning of the protocol, so URLs are not parsed properly and protocol validation mechanisms may fail. Patches Patched in 1.19.9 Workarounds Remove leading whitespace from values before passing them to URI.parse e.g. via .hrefvalue or new...

5.3CVSS6.1AI score0.01995EPSS
SaveExploits1References6
Veracode
Veracode
added 2022/02/22 6:06 a.m.37 views

Authorization Bypass

url-parse is vulnerable to authorization bypass. The vulnerability exists because the protocol of the URL returned by the parser is not validated correctly, allowing an attacker to bypass URLs via \b characters and the user-controlled key...

9.8CVSS5.6AI score0.0222EPSS
SaveExploits1References5Affected Software2
OSV
OSV
added 2022/02/22 12:00 a.m.10 views

GHSA-JF5R-8HM2-F872 url-parse incorrectly parses hostname / protocol due to unstripped leading control characters.

Leading control characters in a URL are not stripped when passed into url-parse. This can cause input URLs to be mistakenly be interpreted as a relative URL without a hostname and protocol, while the WHATWG URL parser will trim control characters and treat it as an absolute URL. If url-parse is...

6.5CVSS7AI score0.0222EPSS
SaveExploits1References7
OSV
OSV
added 2022/02/18 12:00 a.m.34 views

GHSA-8V38-PW62-9CW2 url-parse Incorrectly parses URLs that include an '@'

A specially crafted URL with an '@' sign but empty user info and no hostname, when parsed with url-parse, url-parse will return the incorrect href. In particular, js parse"http://@/127.0.0.1" Will return: yaml slashes: true, protocol: 'http:', hash: '', query: '', pathname: '/127.0.0.1', auth:...

6.5CVSS6.8AI score0.01535EPSS
SaveExploits1References6
UbuntuCve
UbuntuCve
added 2022/02/09 11:15 p.m.86 views

CVE-2022-0391

A flaw was found in Python, specifically within the urllib.parse module. This module helps break Uniform Resource Locator URL strings into components. The issue involves how the urlparse method does not sanitize input and allows characters like '\r' and '\n' in the URL path. This flaw allows an...

7.5CVSS6.8AI score0.08325EPSS
SaveExploits1References5
OpenVAS
OpenVAS
added 2022/01/28 12:00 a.m.13 views

Mageia: Security Advisory (MGASA-2017-0052)

The remote host is missing an update for the SPDX-FileCopyrightText: 2022 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5CVSS5.7AI score0.01899EPSS
SaveExploits0References4
OSV
OSV
added 2022/01/21 11:52 p.m.40 views

GHSA-VV38-4XCJ-Q4RW Cross-site Scripting in Apache Knox SSO

When using Apache Knox SSO prior to 1.6.1, a request could be crafted to redirect a user to a malicious page due to improper URL parsing. A request that included a specially crafted request parameter could be used to redirect the user to a page controlled by an attacker. This URL would need to be...

6.1CVSS6.3AI score0.02579EPSS
SaveExploits0References3
Veracode
Veracode
added 2022/01/18 4:48 a.m.29 views

Cross-Site Scripting (XSS)

org.apache.knox:gateway-applications is vulnerable to a cross-site scripting XSS attacks. A remote attacker is able to use a specially crafted request to redirect a user to a malicious page controlled by the attacker, due to improper URL parsing...

6.1CVSS3.9AI score0.02579EPSS
SaveExploits0References5Affected Software1
CNVD
CNVD
added 2022/01/18 12:00 a.m.38 views

Apache Knox SSO Cross-Site Scripting Vulnerability

Knox Sso is the Apache Foundation's Web Ui Sso Single Sign-On feature for your cluster. A security vulnerability exists in Apache Knox SSO that stems from a URL parsing error that could craft requests to redirect users to a malicious page. A request containing a specially crafted request paramete...

6.1CVSS5.9AI score0.02579EPSS
SaveExploits0References1
NVD
NVD
added 2022/01/17 8:15 p.m.36 views

CVE-2021-42357

When using Apache Knox SSO prior to 1.6.1, a request could be crafted to redirect a user to a malicious page due to improper URL parsing. A request that included a specially crafted request parameter could be used to redirect the user to a page controlled by an attacker. This URL would need to be...

6.1CVSS0.02579EPSS
SaveExploits0References2
OSV
OSV
added 2022/01/17 8:15 p.m.19 views

CVE-2021-42357

When using Apache Knox SSO prior to 1.6.1, a request could be crafted to redirect a user to a malicious page due to improper URL parsing. A request that included a specially crafted request parameter could be used to redirect the user to a page controlled by an attacker. This URL would need to be...

6.1CVSS5.8AI score
SaveExploits0References2
Prion
Prion
added 2022/01/17 8:15 p.m.25 views

Design/Logic Flaw

When using Apache Knox SSO prior to 1.6.1, a request could be crafted to redirect a user to a malicious page due to improper URL parsing. A request that included a specially crafted request parameter could be used to redirect the user to a page controlled by an attacker. This URL would need to be...

4.3CVSS5.9AI score0.02579EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder