Lucene search
+L

281 matches found

OSV
OSV
added 2024/06/20 2:33 p.m.15 views

CVE-2024-6162 Undertow: url-encoded request path information can be broken on ajp-listener

A vulnerability was found in Undertow, where URL-encoded request paths can be mishandled during concurrent requests on the AJP listener. This issue arises because the same buffer is used to decode the paths for multiple requests simultaneously, leading to incorrect path information being processe...

7.5CVSS6.9AI score
SaveExploits0References12
RedhatCVE
RedhatCVE
added 2024/06/20 2:27 p.m.20 views

CVE-2024-6162

A vulnerability was found in Undertow, where URL-encoded request paths can be mishandled during concurrent requests on the AJP listener. This issue arises because the same buffer is used to decode the paths for multiple requests simultaneously, leading to incorrect path information being processe...

7.5CVSS7.5AI score0.01702EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/14 2:32 p.m.31 views

CVE-2024-34712 Oceanic allows unsanitized user input to lead to path traversal in URLs

Oceanic is a NodeJS library for interfacing with Discord. Prior to version 1.10.4, input to functions such as Client.rest.channels.removeBan is not url-encoded, resulting in specially crafted input such as ../../../channels/id being normalized into the url /api/v10/channels/id, and deleting a...

6.5CVSS6.4AI score
SaveExploits0References4
NVD
NVD
added 2024/04/10 5:15 p.m.13 views

CVE-2024-1600

A Local File Inclusion LFI vulnerability exists in the parisneo/lollms-webui application, specifically within the /personalities route. An attacker can exploit this vulnerability by crafting a URL that includes directory traversal sequences ../../ followed by the desired system file path, URL...

9.3CVSS9.2AI score0.32506EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2023/11/15 3:47 a.m.16 views

CVE-2023-5986

A CWE-601 URL Redirection to Untrusted Site vulnerability exists that could cause an openredirect vulnerability leading to a cross site scripting attack. By providing a URL-encoded input attackers can cause the software’s web application to redirect to the chosen domain after a successful login i...

8.2CVSS6.2AI score0.00453EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2023/11/15 3:47 a.m.33 views

CVE-2023-5986

A CWE-601 URL Redirection to Untrusted Site vulnerability exists that could cause an openredirect vulnerability leading to a cross site scripting attack. By providing a URL-encoded input attackers can cause the software’s web application to redirect to the chosen domain after a successful login i...

8.2CVSS8AI score0.00453EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2023/11/07 12:00 a.m.38 views

Rocky Linux 8 : grafana (RLSA-2022:1781)

The remote Rocky Linux 8 host has packages installed that are affected by a vulnerability as referenced in the RLSA-2022:1781 advisory. - Grafana is an open-source platform for monitoring and observability. Grafana prior to versions 8.3.2 and 7.5.12 contains a directory traversal vulnerability fo...

4.3CVSS6.9AI score0.57499EPSS
SaveExploits0References4
Packet Storm
Packet Storm
added 2023/08/11 12:00 a.m.345 views

Easy Web Portal 2.1.1 Cross Site Scripting

==================================================================================================================================== | Title : Easy Web Portal v2.1.1 XSS Vulnerability | | Author : indoushka | | Tested on : windows 10 Français V.Pro / browser : Mozilla firefox 64.0.2 32-bit | |...

7.1AI score
SaveExploits0
Packet Storm
Packet Storm
added 2023/07/19 12:00 a.m.5389 views

Clip Share 4.1.4 Cross Site Scripting

==================================================================================================================================== | Title : Clip Share 4.1.4 XSS Vulnerability | | Author : indoushka | | Tested on : windows 10 Français V.Pro / browser : Mozilla firefox 66.0.264-bit | | Vendor :...

7.1AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2023/06/07 4:11 p.m.31 views

Vapor vulnerable to denial of service in URLEncodedFormDecoder

Vapor is an HTTP web framework for Swift. Vapor versions earlier than 4.61.1 are vulnerable to a denial of service in the URLEncodedFormDecoder. Impact When using automatic content decoding, e.g. swift app.post"foo" request - String in let foo = try request.content.decodeFoo.self return "\foo" An...

7.5CVSS6.6AI score0.01637EPSS
SaveExploits1References4Affected Software1
F5 Networks
F5 Networks
added 2023/02/21 6:53 p.m.141 views

K93278412: Python and Jython vulnerabilities CVE-2014-1912 and CVE-2014-4650

Security Advisory Description CVE-2014-1912 Buffer overflow in the socket.recvfrominto function in Modules/socketmodule.c in Python 2.5 before 2.7.7, 3.x before 3.3.4, and 3.4.x before 3.4rc1 allows remote attackers to execute arbitrary code via a crafted string. CVE-2014-4650 It was discovered...

9.8CVSS8.6AI score0.28319EPSS
SaveExploits12
Huntr
Huntr
added 2022/11/03 9:48 p.m.22 views

Unauthenticated stored XSS via username & name parameters

There is a stored XSS vulnerability due to improper sanitization of usernames. Vulnerable code User.php line 532: php public function isValidLoginstring $login: bool $login = string$login; if strlen$login loginMinLength || !pregmatch$this-validUsername, $login $this-errors =...

6.1AI score
SaveExploits0
Snyk
Snyk
added 2022/11/03 12:41 p.m.9 views

Denial of Service (DoS)

Overview vapor/vapor is an a server-side Swift HTTP web framework. Affected versions of this package are vulnerable to Denial of Service DoS via URLEncodedFormDecoder. When using automatic content decoding, an attacker can craft a request body that can make the server crash. Details Denial of...

7.5CVSS7.1AI score0.01637EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2022/05/01 5:44 p.m.44 views

Apache Tomcat Directory Traversal

Directory traversal vulnerability in Tomcat 5.x before 5.5.22 and 6.x before 6.0.10, when using certain proxy modules modproxy, modrewrite, modjk, allows remote attackers to read arbitrary files via a .. dot dot sequence with combinations of 1 / slash, 2 \ backslash, and 3 URL-encoded backslash %...

5CVSS6.8AI score0.90768EPSS
SaveExploits3References34Affected Software1
OSV
OSV
added 2022/05/01 5:44 p.m.48 views

GHSA-4PRH-GQW8-RGH5 Apache Tomcat Directory Traversal

Directory traversal vulnerability in Tomcat 5.x before 5.5.22 and 6.x before 6.0.10, when using certain proxy modules modproxy, modrewrite, modjk, allows remote attackers to read arbitrary files via a .. dot dot sequence with combinations of 1 / slash, 2 \ backslash, and 3 URL-encoded backslash %...

5CVSS6.2AI score0.90768EPSS
SaveExploits3References34
Huntr
Huntr
added 2022/03/09 10:44 a.m.30 views

Cross-site Scripting (XSS) - Stored

Description pimcore datahub is vulnerable to Stored XSS in multiple places including: 1 Field-Collections in Data Objects 2 Objectbricks in Data Objects Proof of Concept for both 1 & 2 Step 1: Go to https://10.x-dev.pimcore.fun/admin/ and login. Step 2: Click Settings Data Objects Field-Collectio...

3.5CVSS5.5AI score0.00803EPSS
SaveExploits1
Huntr
Huntr
added 2022/03/08 4:20 p.m.26 views

Cross-site Scripting (XSS) - Stored

Description pimcore datahub is vulnerable to Stored XSS in the Unique Indetifier of the function of "Add a new configuration" in Datahub. Whenever an admin user access data hub, a stored XSS will be triggered. Proof of Concept Step 1: Go to https://demo.pimcore.fun/admin/ and login. Step 2: Click...

3.5CVSS0.3AI score0.00582EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
added 2022/02/23 12:00 a.m.69 views

Ubuntu 16.04 ESM : PHP vulnerabilities (USN-5300-1)

The remote Ubuntu 16.04 ESM host has packages installed that are affected by multiple vulnerabilities as referenced in the USN-5300-1 advisory. It was discovered that PHP incorrectly handled certain scripts. An attacker could possibly use this issue to cause a denial of service. CVE-2015-9253,...

9.8CVSS7.2AI score0.25951EPSS
SaveExploits6References7
Github Security Blog
Github Security Blog
added 2022/02/09 12:58 a.m.60 views

Path Traversal

A vulnerability was found in keycloak, where path traversal using URL-encoded path segments in the request is possible because the resources endpoint applies a transformation of the url path to the file path. Only few specific folder hierarchies can be exposed by this flaw...

7.5CVSS2.6AI score0.01377EPSS
SaveExploits0References3Affected Software1
RedhatCVE
RedhatCVE
added 2021/12/13 6:03 a.m.50 views

CVE-2021-43813

Grafana is an open-source platform for monitoring and observability. Grafana prior to versions 8.3.2 and 7.5.12 contains a directory traversal vulnerability for fully lowercase or fully uppercase .md files. The vulnerability is limited in scope, and only allows access to files with the extension...

4.3CVSS1.9AI score0.57499EPSS
SaveExploits0References4
Rows per page
Query Builder