Lucene search
K

1332 matches found

Vulnrichment
Vulnrichment
added 2024/01/11 5:39 p.m.13 views

CVE-2024-22199 Django Template Engine Vulnerable to XSS

This package provides universal methods to use multiple template engines with the Fiber web framework using the Views interface. This vulnerability specifically impacts web applications that render user-supplied data through this template engine, potentially leading to the execution of malicious...

9.3CVSS6.1AI score0.00484EPSS
Exploits0References2
Cvelist
Cvelist
added 2024/01/11 5:39 p.m.16 views

CVE-2024-22199 Django Template Engine Vulnerable to XSS

This package provides universal methods to use multiple template engines with the Fiber web framework using the Views interface. This vulnerability specifically impacts web applications that render user-supplied data through this template engine, potentially leading to the execution of malicious...

9.3CVSS9.2AI score0.00484EPSS
Exploits0References2
OSV
OSV
added 2024/01/11 5:39 p.m.222 views

CVE-2024-22199 Django Template Engine Vulnerable to XSS

This package provides universal methods to use multiple template engines with the Fiber web framework using the Views interface. This vulnerability specifically impacts web applications that render user-supplied data through this template engine, potentially leading to the execution of malicious...

9.3CVSS6.7AI score0.00484EPSS
Exploits0References4
CVE
CVE
added 2024/01/11 5:39 p.m.48 views

CVE-2024-22199

The CVE-2024-22199 entry concerns Cross-site Scripting (XSS) in the GoFiber Django template engine (github.com/gofiber/template/django/v3) used with Fiber. Root cause is improper handling of user-supplied data via the Views interface, enabling XSS unless autoescaping is enforced. A patch has been...

9.3CVSS6AI score0.00484EPSS
Exploits0References2Affected Software1
NVD
NVD
added 2024/01/03 5:15 p.m.18 views

CVE-2024-21631

Vapor is an HTTP web framework for Swift. Prior to version 4.90.0, Vapor's vaporurlparserparse function uses uint16t indexes when parsing a URI's components, which may cause integer overflows when parsing untrusted inputs. This vulnerability does not affect Vapor directly but could impact...

6.5CVSS6.5AI score0.00601EPSS
Exploits0References2
Vulnrichment
Vulnrichment
added 2024/01/03 4:55 p.m.23 views

CVE-2024-21631 Integer overflow in URI leading to potential host spoofing

Vapor is an HTTP web framework for Swift. Prior to version 4.90.0, Vapor's vaporurlparserparse function uses uint16t indexes when parsing a URI's components, which may cause integer overflows when parsing untrusted inputs. This vulnerability does not affect Vapor directly but could impact...

6.5CVSS6.9AI score0.00601EPSS
Exploits0References2
CVE
CVE
added 2024/01/03 4:55 p.m.74 views

CVE-2024-21631

CVE-2024-21631 : Vapor’s vapor_urlparser_parse uses 16‑bit indices when parsing URI components, which may overflow for untrusted inputs and enable host spoofing in affected apps that use Vapor’s URI type. This affects versions prior to 4.90.0; 4.90.0 contains a patch. Workarounds include validati...

6.5CVSS6.5AI score0.00601EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2024/01/03 4:55 p.m.32 views

CVE-2024-21631 Integer overflow in URI leading to potential host spoofing

Vapor is an HTTP web framework for Swift. Prior to version 4.90.0, Vapor's vaporurlparserparse function uses uint16t indexes when parsing a URI's components, which may cause integer overflows when parsing untrusted inputs. This vulnerability does not affect Vapor directly but could impact...

6.5CVSS6.5AI score0.00601EPSS
Exploits0References4
BDU FSTEC
BDU FSTEC
added 2023/12/22 12:0 a.m.2 views

The vulnerability of the Spring Boot web application framework, related to improper resource cleanup or release, allows attackers to trigger service failures.

The vulnerability of the Spring Boot web application framework lies in improper resource cleanup or release mechanisms. Exploiting this vulnerability allows an attacker to trigger a service failure through a specially crafted HTTP request...

6.8CVSS6.9AI score0.01219EPSS
Exploits0References2Affected Software2
NVD
NVD
added 2023/12/14 6:15 p.m.12 views

CVE-2023-50710

Hono is a web framework written in TypeScript. Prior to version 3.11.7, clients may override named path parameter values from previous requests if the application is using TrieRouter. So, there is a risk that a privileged user may use unintended parameters when deleting REST API resources...

4.3CVSS0.00638EPSS
Exploits1References3
Prion
Prion
added 2023/12/14 6:15 p.m.16 views

Design/Logic Flaw

Hono is a web framework written in TypeScript. Prior to version 3.11.7, clients may override named path parameter values from previous requests if the application is using TrieRouter. So, there is a risk that a privileged user may use unintended parameters when deleting REST API resources...

4.3CVSS6.9AI score0.00638EPSS
Exploits1References3Affected Software1
CVE
CVE
added 2023/12/14 5:22 p.m.171 views

CVE-2023-50710

Summary: CVE-2023-50710 affects the Hono web framework (TypeScript). Before v3.11.7, when using TrieRouter, a client could override named path parameters from a previous request, potentially causing a privileged user to use unintended parameters when deleting REST API resources. The issue is miti...

4.3CVSS4.3AI score0.00638EPSS
Exploits1References3Affected Software1
OSV
OSV
added 2023/12/14 5:22 p.m.26 views

CVE-2023-50710 Hono's named path parameters can be overridden in TrieRouter

Hono is a web framework written in TypeScript. Prior to version 3.11.7, clients may override named path parameter values from previous requests if the application is using TrieRouter. So, there is a risk that a privileged user may use unintended parameters when deleting REST API resources...

4.2CVSS4.7AI score0.00638EPSS
Exploits1References5
CVE
CVE
added 2023/12/11 10:42 p.m.44 views

CVE-2023-49803

The CVE concerns the @koa/cors middleware for koa (Node.js). Before version 5.0.0, if an allowed origin is not provided, the middleware returns Access-Control-Allow-Origin with the request’s origin, effectively bypassing the browser’s Same-Origin Policy and exposing cross-origin data as described...

8.6CVSS7.9AI score0.00279EPSS
Exploits0References2Affected Software1
Cvelist
Cvelist
added 2023/12/11 10:42 p.m.18 views

CVE-2023-49803 @koa/cors has overly permissive origin policy

@koa/cors npm provides Cross-Origin Resource Sharing CORS for koa, a web framework for Node.js. Prior to version 5.0.0, the middleware operates in a way that if an allowed origin is not provided, it will return an Access-Control-Allow-Origin header with the value of the origin from the request...

8.6CVSS8.7AI score0.00279EPSS
Exploits0References2
CNNVD
CNNVD
added 2023/12/04 12:0 a.m.3 views

Ajax.NET Professional Cross-Site Scripting Vulnerability

Ajax.NET Professional was one of the first AJAX frameworks available for Microsoft ASP.NET. A cross-site scripting vulnerability exists in versions of Ajax.NET Professional prior to 21.12.22.1, which is vulnerable to cross-site scripting attacks...

6.3CVSS6AI score0.00628EPSS
Exploits0References1
CVE
CVE
added 2023/11/14 8:30 p.m.161 views

CVE-2023-47130

The CVE-2023-47130 entry concerns yiisoft/yii (PHP framework). Affected: yiisoft/yii

9.8CVSS9.2AI score0.03147EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2023/11/07 12:0 a.m.29 views

ALSA-2023:6523 Moderate: python-tornado security update

Tornado is a Python web framework and asynchronous networking library that provides an open source version of scalable, non-blocking web server and tools. Security Fixes: python-tornado: open redirect vulnerability in StaticFileHandler under certain configurations CVE-2023-28370 For more details...

6.1CVSS6.5AI score0.01132EPSS
Exploits0References4
OpenVAS
OpenVAS
added 2023/11/05 12:0 a.m.31 views

Fedora: Security Advisory (FEDORA-2023-a67af7d8f4)

The remote host is missing an update for the SPDX-FileCopyrightText: 2023 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.5CVSS6.8AI score0.01284EPSS
Exploits0References5
Fedora
Fedora
added 2023/11/03 6:57 p.m.26 views

[SECURITY] Fedora 39 Update: python-django-4.2.6-1.fc39

Django is a high-level Python Web framework that encourages rapid development and a clean, pragmatic design. It focuses on automating as much as possible and adhering to the DRY Don't Repeat Yourself principle...

7.5CVSS7.2AI score0.01284EPSS
Exploits0
Rows per page
Query Builder