Lucene search
K

522 matches found

Vulnrichment
Vulnrichment
added 2024/09/09 6:49 p.m.21 views

CVE-2024-7260 Keycloak-core: open redirect on account page

An open redirect vulnerability was found in Keycloak. A specially crafted URL can be constructed where the referrer and referreruri parameters are made to trick a user to visit a malicious webpage. A trusted URL can trick users and automation into believing that the URL is safe, when, in fact, it...

6.1CVSS6.8AI score0.00546EPSS
Exploits0References4
F5 Networks
F5 Networks
added 2024/08/23 5:11 p.m.60 views

K000140784: Apache HTTPD vulnerability CVE-2024-38477

Security Advisory Description null pointer dereference in modproxy in Apache HTTP Server 2.4.59 and earlier allows an attacker to crash the server via a malicious request. Users are recommended to upgrade to version 2.4.60, which fixes this issue. CVE-2024-38477 Impact Attackers can exploit this...

7.5CVSS7.9AI score0.03153EPSS
Exploits0Affected Software15
RedHat Linux
RedHat Linux
added 2024/07/23 8:57 a.m.4 views

httpd: Encoding problem in mod_proxy

A flaw was found in the modproxy module of httpd. Due to an encoding problem, specially crafted request URLs with incorrect encoding can be sent to backend services, potentially bypassing authentication...

8.1CVSS7.1AI score0.25878EPSS
Exploits1References5
NVD
NVD
added 2024/06/06 7:15 p.m.38 views

CVE-2024-3099

A vulnerability in mlflow/mlflow version 2.11.1 allows attackers to create multiple models with the same name by exploiting URL encoding. This flaw can lead to Denial of Service DoS as an authenticated user might not be able to use the intended model, as it will open a different model each time...

5.4CVSS0.00442EPSS
Exploits1References1
Vulnrichment
Vulnrichment
added 2024/06/06 6:8 p.m.16 views

CVE-2024-3099 Denial of Service and Data Model Poisoning via URL Encoding in mlflow/mlflow

A vulnerability in mlflow/mlflow version 2.11.1 allows attackers to create multiple models with the same name by exploiting URL encoding. This flaw can lead to Denial of Service DoS as an authenticated user might not be able to use the intended model, as it will open a different model each time...

5.4CVSS6.4AI score0.00442EPSS
Exploits1References1
Cvelist
Cvelist
added 2024/06/06 6:8 p.m.40 views

CVE-2024-3099 Denial of Service and Data Model Poisoning via URL Encoding in mlflow/mlflow

A vulnerability in mlflow/mlflow version 2.11.1 allows attackers to create multiple models with the same name by exploiting URL encoding. This flaw can lead to Denial of Service DoS as an authenticated user might not be able to use the intended model, as it will open a different model each time...

5.4CVSS0.00442EPSS
Exploits1References1
CVE
CVE
added 2024/06/06 6:8 p.m.58 views

CVE-2024-3099

CVE-2024-3099 affects mlflow/mlflow 2.11.1 and is caused by inadequate validation of model names, allowing URL-encoded names to be treated as distinct from their decoded counterparts. This enables an attacker to create multiple models with the same name, leading to DoS (an authenticated user may ...

5.4CVSS5.1AI score0.00442EPSS
Exploits1References1Affected Software1
Positive Technologies
Positive Technologies
added 2024/06/06 12:0 a.m.6 views

PT-2024-23711 · Mlflow · Mlflow

Name of the Vulnerable Software and Affected Versions: mlflow/mlflow version 2.11.1 Description: A vulnerability in mlflow/mlflow allows attackers to create multiple models with the same name by exploiting URL encoding. This flaw can lead to Denial of Service DoS as an authenticated user might no...

5.4CVSS5.4AI score0.00442EPSS
Exploits1References6
CVE
CVE
added 2024/05/30 12:33 p.m.86 views

CVE-2024-3584

CVE-2024-3584 affects qdrant/qdrant (version 1.9.0-dev) and is caused by improper input validation in the /collections/{name}/snapshots/upload endpoint, enabling path traversal via URL-encoded name to write/overwrite arbitrary files (e.g., /root/poc.txt). The vulnerability can lead to full system...

9.8CVSS9.3AI score0.00578EPSS
Exploits1References2Affected Software1
Cvelist
Cvelist
added 2024/05/30 12:33 p.m.35 views

CVE-2024-3584 Path Traversal in qdrant/qdrant

qdrant/qdrant version 1.9.0-dev is vulnerable to path traversal due to improper input validation in the /collections/name/snapshots/upload endpoint. By manipulating the name parameter through URL encoding, an attacker can upload a file to an arbitrary location on the system, such as /root/poc.txt...

9.8CVSS9.3AI score0.00578EPSS
Exploits1References2
Veracode
Veracode
added 2024/05/29 8:48 a.m.10 views

URL Injection

silverstripe/framework is vulnerable to URL Injection. The vulnerability is due to improper handling of URL encoding, which allows for the generation or interpretation of URLs with incorrect encoding, potentially leading to unexpected behavior or security vulnerabilities when processing these URL...

7.3AI score
Exploits0
Positive Technologies
Positive Technologies
added 2024/05/23 12:0 a.m.2 views

PT-2024-40096 · Microsoft · Internet Explorer

Name of the Vulnerable Software and Affected Versions: Silverstripe versions prior to a fixed version affected versions not specified Description: The issue affects Internet Explorer browsers, where requests do not encode all entities in the URL string. As a result, when rewriting hashlinks,...

6.1CVSS7AI score
Exploits0References6
NVD
NVD
added 2024/05/14 4:17 p.m.21 views

CVE-2024-34712

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 score0.00551EPSS
Exploits0References2
CVE
CVE
added 2024/05/14 2:32 p.m.80 views

CVE-2024-34712

Oceanic (NodeJS) vulnerability CVE-2024-34712 affects versions prior to 1.10.4. Input to functions like Client.rest.channels.removeBan is not URL-encoded, allowing crafted input such as ../../../channels/{id} to be normalized into /api/v10/channels/{id}, potentially causing unintended channel act...

6.5CVSS6.6AI score0.00551EPSS
Exploits0References2
Cvelist
Cvelist
added 2024/05/14 2:32 p.m.30 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.6AI score0.00551EPSS
Exploits0References2
OSV
OSV
added 2024/04/24 8:56 p.m.22 views

GHSA-R7H7-CHH4-5RVM Improper Access Control in Gitea

Gitea 0.9.99 through 1.12.x before 1.12.6 does not prevent a git protocol path that specifies a TCP port number and also contains newlines with URL encoding in ParseRemoteAddr in modules/auth/repoform.go...

9.8CVSS9.4AI score0.01715EPSS
Exploits0References4
Github Security Blog
Github Security Blog
added 2024/04/24 8:56 p.m.16 views

Improper Access Control in Gitea

Gitea 0.9.99 through 1.12.x before 1.12.6 does not prevent a git protocol path that specifies a TCP port number and also contains newlines with URL encoding in ParseRemoteAddr in modules/auth/repoform.go...

9.8CVSS7.1AI score0.01715EPSS
Exploits0References4Affected Software1
Veracode
Veracode
added 2024/03/08 9:22 a.m.16 views

OS Command Injection

paddlepaddle is vulnerable to OS Command Injection. The vulnerability is due to insufficient URL encoding in the scraping command implemented, allowing potential attackers to execute arbitrary commands on the host system, resulting in Command Injection...

8.8CVSS7.9AI score0.01132EPSS
Exploits1References4Affected Software1
RedHat Linux
RedHat Linux
added 2024/03/06 3:38 p.m.1 views

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.5CVSS7.3AI score0.01702EPSS
Exploits0References5
OSV
OSV
added 2024/03/06 10:56 a.m.27 views

BIT-DJANGO-2020-13596

An issue was discovered in Django 2.2 before 2.2.13 and 3.0 before 3.0.7. Query parameters generated by the Django admin ForeignKeyRawIdWidget were not properly URL encoded, leading to a possibility of an XSS attack...

6.1CVSS6AI score0.02873EPSS
Exploits0References10
Rows per page
Query Builder