Lucene search
+L

803 matches found

NVD
NVD
added 2022/03/03 9:15 p.m.71 views

CVE-2022-24723

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.3CVSS0.01995EPSS
SaveExploits1References4
Prion
Prion
added 2022/03/03 9:15 p.m.27 views

Input validation

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...

5CVSS5.3AI score0.01995EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2022/03/03 9:15 p.m.5 views

UBUNTU-CVE-2022-24723

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.3CVSS6.7AI score0.01995EPSS
SaveExploits1References6
OSV
OSV
added 2022/03/03 7:23 p.m.11 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
Github Security Blog
Github Security Blog
added 2022/03/03 7:23 p.m.57 views

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.3CVSS2.1AI score0.01995EPSS
SaveExploits1References6Affected Software1
Positive Technologies
Positive Technologies
added 2022/03/03 12:0 a.m.8 views

PT-2022-16831 · Uri.Js · Uri.Js

Name of the Vulnerable Software and Affected Versions: URI.js versions prior to 1.19.9 Description: The issue arises from whitespace characters not being removed from the beginning of the protocol, resulting in improper URL parsing. This can cause protocol validation mechanisms to fail. The probl...

5.3CVSS5.4AI score0.01995EPSS
SaveExploits1References14
OSV
OSV
added 2022/01/18 8:15 p.m.7 views

DEBIAN-CVE-2022-21696

OnionShare is an open source tool that lets you securely and anonymously share files, host websites, and chat with friends using the Tor network. In affected versions it is possible to change the username to that of another chat participant with an additional space character at the end of the nam...

4.3CVSS5.4AI score0.00708EPSS
SaveExploits0References1
PyPA
PyPA
added 2022/01/18 8:15 p.m.9 views

PYSEC-2022-47

OnionShare is an open source tool that lets you securely and anonymously share files, host websites, and chat with friends using the Tor network. In affected versions it is possible to change the username to that of another chat participant with an additional space character at the end of the nam...

4.3CVSS6.9AI score0.00708EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2022/01/18 7:55 p.m.27 views

CVE-2022-21696 Username spoofing in OnionShare

OnionShare is an open source tool that lets you securely and anonymously share files, host websites, and chat with friends using the Tor network. In affected versions it is possible to change the username to that of another chat participant with an additional space character at the end of the nam...

4.3CVSS4.8AI score0.00708EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2021/11/09 5:49 p.m.5 views

jquery: Cross-site scripting (XSS) via <script> HTML tags containing whitespaces

A flaw was found in jquery in versions prior to 1.9.0. A cross-site scripting attack is possible as the load method fails to recognize and remove "" HTML tags that contain a whitespace character which results in the enclosed script logic to be executed. The highest threat from this vulnerability ...

6.1CVSS6.6AI score0.06273EPSS
SaveExploits4References4
OSV
OSV
added 2021/11/09 5:15 p.m.4 views

UBUNTU-CVE-2021-43174

NLnet Labs Routinator versions 0.9.0 up to and including 0.10.1, support the gzip transfer encoding when querying RRDP repositories. This encoding can be used by an RRDP repository to cause an out-of-memory crash in these versions of Routinator. RRDP uses XML which allows arbitrary amounts of whi...

7.5CVSS7.2AI score0.01434EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2021/11/09 2:0 p.m.6 views

CVE-2021-43174

NLnet Labs Routinator versions 0.9.0 up to and including 0.10.1, support the gzip transfer encoding when querying RRDP repositories. This encoding can be used by an RRDP repository to cause an out-of-memory crash in these versions of Routinator. RRDP uses XML which allows arbitrary amounts of whi...

7.5CVSS7.2AI score0.01434EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2021/08/11 6:21 p.m.11 views

netty: HTTP request smuggling by mishandled whitespace before the colon in HTTP headers

A flaw was found in Netty, where whitespace before the colon in HTTP headers is mishandled. This flaw allows an attacker to cause HTTP request smuggling...

7.5CVSS7.1AI score0.08415EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2021/06/29 3:13 a.m.98 views

Time-of-check Time-of-use (TOCTOU) Race Condition in league/flysystem

Impact The whitespace normalisation using in 1.x and 2.x removes any unicode whitespace. Under certain specific conditions this could potentially allow a malicious user to execute code remotely. The conditions: - A user is allowed to supply the path or filename of an uploaded file. - The supplied...

9.8CVSS3.5AI score0.03486EPSS
SaveExploits2References9Affected Software1
OSV
OSV
added 2021/06/29 3:13 a.m.32 views

GHSA-9F46-5R25-5WFM Time-of-check Time-of-use (TOCTOU) Race Condition in league/flysystem

Impact The whitespace normalisation using in 1.x and 2.x removes any unicode whitespace. Under certain specific conditions this could potentially allow a malicious user to execute code remotely. The conditions: - A user is allowed to supply the path or filename of an uploaded file. - The supplied...

9.8CVSS9.1AI score0.03486EPSS
SaveExploits2References9
NVD
NVD
added 2021/06/24 5:15 p.m.17 views

CVE-2021-32708

Flysystem is an open source file storage library for PHP. The whitespace normalisation using in 1.x and 2.x removes any unicode whitespace. Under certain specific conditions this could potentially allow a malicious user to execute code remotely. The conditions are: A user is allowed to supply the...

9.8CVSS0.03486EPSS
SaveExploits2References6
OSV
OSV
added 2021/06/24 5:15 p.m.3 views

DEBIAN-CVE-2021-32708

Flysystem is an open source file storage library for PHP. The whitespace normalisation using in 1.x and 2.x removes any unicode whitespace. Under certain specific conditions this could potentially allow a malicious user to execute code remotely. The conditions are: A user is allowed to supply the...

8.1CVSS8.8AI score0.03486EPSS
SaveExploits2References1
ATTACKERKB
ATTACKERKB
added 2021/06/24 5:15 p.m.3 views

CVE-2021-32708

Flysystem is an open source file storage library for PHP. The whitespace normalisation using in 1.x and 2.x removes any unicode whitespace. Under certain specific conditions this could potentially allow a malicious user to execute code remotely. The conditions are: A user is allowed to supply the...

9.8CVSS7.2AI score0.03486EPSS
SaveExploits2References9Affected Software1
UbuntuCve
UbuntuCve
added 2021/06/24 5:15 p.m.28 views

CVE-2021-32708

Flysystem is an open source file storage library for PHP. The whitespace normalisation using in 1.x and 2.x removes any unicode whitespace. Under certain specific conditions this could potentially allow a malicious user to execute code remotely. The conditions are: A user is allowed to supply the...

9.8CVSS7.3AI score0.03486EPSS
SaveExploits2References5
OSV
OSV
added 2021/06/24 5:15 p.m.8 views

UBUNTU-CVE-2021-32708

Flysystem is an open source file storage library for PHP. The whitespace normalisation using in 1.x and 2.x removes any unicode whitespace. Under certain specific conditions this could potentially allow a malicious user to execute code remotely. The conditions are: A user is allowed to supply the...

9.8CVSS6.1AI score0.03486EPSS
SaveExploits2References6
Rows per page
Query Builder