Lucene search
+L

834 matches found

F5 Networks
F5 Networks
added 2022/12/15 9:58 p.m.85 views

K00373024: Apache vulnerability CVE-2016-8743

Security Advisory Description Apache HTTP Server, in all releases prior to 2.2.32 and 2.4.25, was liberal in the whitespace accepted from requests and sent in response lines and headers. Accepting these different behaviors represented a security concern when httpd participates in any chain of...

7.5CVSS6.6AI score0.13252EPSS
SaveExploits0Affected Software16
RedHat Linux
RedHat Linux
added 2022/11/28 2:39 p.m.6 views

urijs: Leading white space bypasses protocol validation

An improper input validation flaw was found in urijs where white space characters are not removed from the beginning of an URL. This issue allows bypassing the protocol validation...

5.3CVSS6AI score0.01995EPSS
SaveExploits1References4
NVD
NVD
added 2022/08/01 8:15 p.m.48 views

CVE-2022-31180

Shescape is a simple shell escape package for JavaScript. Affected versions were found to have insufficient escaping of white space when interpolating output. This issue only impacts users that use the escape or escapeAll functions with the interpolation option set to true. The result is that if ...

9.8CVSS0.01895EPSS
SaveExploits1References5
Cvelist
Cvelist
added 2022/08/01 7:15 p.m.54 views

CVE-2022-31180 Insufficient escaping of whitespace in shescape

Shescape is a simple shell escape package for JavaScript. Affected versions were found to have insufficient escaping of white space when interpolating output. This issue only impacts users that use the escape or escapeAll functions with the interpolation option set to true. The result is that if ...

9.8CVSS10AI score0.01895EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2022/07/15 9:46 p.m.40 views

Shescape vulnerable to insufficient escaping of whitespace

Impact This only impacts users that use the escape or escapeAll functions with the interpolation option set to true. Example: javascript import cp from "node:childprocess"; import as shescape from "shescape"; // 1. Prerequisites const options = shell: "bash", // Or shell: "dash", // Or shell:...

9.8CVSS9.3AI score0.01895EPSS
SaveExploits1References8Affected Software1
Positive Technologies
Positive Technologies
added 2022/07/15 12:00 a.m.11 views

PT-2022-20592 · Microsoft +1 · Powershell +2

Name of the Vulnerable Software and Affected Versions: Shescape versions prior to 1.5.8 Description: The issue impacts users of the escape or escapeAll functions with the interpolation option set to true. If an attacker can include whitespace in their input, they can invoke shell-specific behavio...

9.8CVSS9.5AI score0.01895EPSS
SaveExploits1References10
OSV
OSV
added 2022/05/17 4:38 p.m.39 views

USN-5427-1 apport vulnerabilities

Muqing Liu and neoni discovered that Apport incorrectly handled detecting if an executable was replaced after a crash. A local attacker could possibly use this issue to execute arbitrary code as the root user. CVE-2021-3899 Gerrit Venema discovered that Apport incorrectly handled connections to...

7.8CVSS7AI score0.00384EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2022/05/17 12:00 a.m.53 views

Canonical Apport 品安全漏洞

Canonical Apport is a toolkit from Canonical UK that collects and provides feedback on error messages information that the operating system finds useful when an application crashes. A security vulnerability exists in Canonical Apport that stems from incorrectly handling filename parameter...

5.5CVSS5.7AI score0.00204EPSS
SaveExploits0References6
Veracode
Veracode
added 2022/03/22 4:54 a.m.28 views

HTTP Request Smuggling

mitmproxy is vulnerable to HTTP request smuggling. The vulnerability exists because the header names contain whitespace characters by default, allowing an attacker to smuggle HTTP requests or responses by submitting a malicious message body...

9.8CVSS2.4AI score0.01646EPSS
SaveExploits0References3Affected Software1
Veracode
Veracode
added 2022/03/04 4:13 a.m.30 views

Cross-site Scripting (XSS)

URI.js is vulnerable to cross-site scripting. The vulnerability exists due to a lack of sanitization of whitespace characters from the protocol name...

5.3CVSS2.6AI score0.01995EPSS
SaveExploits1References4Affected Software2
NVD
NVD
added 2022/03/03 9:15 p.m.73 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.28 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.9 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.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
Github Security Blog
Github Security Blog
added 2022/03/03 7:23 p.m.61 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:00 a.m.9 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.12 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.29 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 score
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2021/11/09 5:49 p.m.10 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
Rows per page
Query Builder