Lucene search
+L

1952 matches found

CVE
CVE
added 2024/12/18 7:12 p.m.69 views

CVE-2024-53271

Envoy exposure CVE-2024-53271 affects the Envoy proxy where certain HTTP/1.1 non-101 1xx responses are not handled properly, causing downstream failures in networked devices. The issue has been fixed in releases 1.31.5 and 1.32.3. Public references across multiple feeds (Red Hat, SUSE, NVD, OSV, ...

7.1CVSS6.9AI score0.00622EPSS
SaveExploits1References2Affected Software1
NVD
NVD
added 2024/12/17 1:15 p.m.20 views

CVE-2024-54677

Uncontrolled Resource Consumption vulnerability in the examples web application provided with Apache Tomcat leads to denial of service. This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.1, from 10.1.0-M1 through 10.1.33, from 9.0.0.M1 through 9.9.97. The following versions were EOL at...

5.3CVSS0.01952EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/12/17 12:35 p.m.44 views

CVE-2024-54677 Apache Tomcat: DoS in examples web application

Uncontrolled Resource Consumption vulnerability in the examples web application provided with Apache Tomcat leads to denial of service. This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.1, from 10.1.0-M1 through 10.1.33, from 9.0.0.M1 through 9.9.97. The following versions were EOL at...

0.01952EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/17 12:35 p.m.17 views

CVE-2024-54677 Apache Tomcat: DoS in examples web application

Uncontrolled Resource Consumption vulnerability in the examples web application provided with Apache Tomcat leads to denial of service. This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.1, from 10.1.0-M1 through 10.1.33, from 9.0.0.M1 through 9.9.97. The following versions were EOL at...

5.3CVSS7AI score
SaveExploits0References8
NVD
NVD
added 2024/12/16 11:15 p.m.31 views

CVE-2024-35230

GeoServer is an open source software server written in Java that allows users to share and edit geospatial data. In affected versions the welcome and about page includes version and revision information about the software in use including library and components used. This information is sensitive...

5.3CVSS0.00712EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2024/12/16 10:18 p.m.39 views

CVE-2024-35230 Welcome and About GeoServer pages communicate version and revision information

GeoServer is an open source software server written in Java that allows users to share and edit geospatial data. In affected versions the welcome and about page includes version and revision information about the software in use including library and components used. This information is sensitive...

5.3CVSS0.00712EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2024/12/16 10:31 a.m.11 views

CVE-2024-12478 InvoicePlane 1 upload_file unrestricted upload

A vulnerability was found in InvoicePlane up to 1.6.1. It has been declared as critical. This vulnerability affects the function uploadfile of the file /index.php/upload/uploadfile/1/1. The manipulation of the argument file leads to unrestricted upload. The attack can be initiated remotely. The...

6.5CVSS6.8AI score0.00543EPSS
SaveExploits0References5
OSV
OSV
added 2024/12/12 2:36 p.m.13 views

CVE-2024-55633 Apache Superset: SQLLab Improper readonly query validation allows unauthorized write access

Improper Authorization vulnerability in Apache Superset. On Postgres analytic databases an attacker with SQLLab access can craft a specially designed SQL DML statement that is Incorrectly identified as a read-only query, enabling its execution. Non postgres analytics database connections and...

7.1CVSS6.7AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2024/12/09 3:31 p.m.25 views

Apache Superset: Error verbosity exposes metadata in analytics databases

Generation of Error Message Containing analytics metadata Information in Apache Superset. This issue affects Apache Superset: before 4.1.0. Users are recommended to upgrade to version 4.1.0, which fixes the issue...

5.3CVSS6.8AI score0.00787EPSS
SaveExploits0References5Affected Software1
RustSec
RustSec
added 2024/12/09 12:0 p.m.7 views

`idna` accepts Punycode labels that do not produce any non-ASCII when decoded

idna 0.5.0 and earlier accepts Punycode labels that do not produce any non-ASCII output, which means that either ASCII labels or the empty root label can be masked such that they appear unequal without IDNA processing or when processed with a different implementation and equal when processed with...

8.8CVSS7.2AI score0.00201EPSS
SaveExploits1Affected Software1
Tenable Nessus
Tenable Nessus
added 2024/12/09 12:0 a.m.9 views

GLSA-202412-09 : Salt: Multiple Vulnerabilities

The remote host is affected by the vulnerability described in GLSA-202412-09 Salt: Multiple Vulnerabilities Multiple vulnerabilities have been discovered in Salt. Please review the CVE identifiers referenced below for details. Tenable has extracted the preceding description block directly from th...

7.8CVSS6.7AI score0.01041EPSS
SaveExploits0References8
Gentoo Linux
Gentoo Linux
added 2024/12/08 12:0 a.m.22 views

Spidermonkey: Multiple Vulnerabilities

Background SpiderMonkey is Mozilla’s JavaScript and WebAssembly Engine, used in Firefox, Servo and various other projects. It is written in C++, Rust and JavaScript. You can embed it into C++ and Rust projects, and it can be run as a stand-alone shell. Description Multiple vulnerabilities have be...

9.8CVSS7.6AI score0.04395EPSS
SaveExploits1
OSV
OSV
added 2024/11/29 6:48 p.m.14 views

CVE-2024-53865 Python package "zhmcclient" has passwords in clear text in its HMC and API logs

zhmcclient is a pure Python client library for the IBM Z HMC Web Services API. In affected versions the Python package "zhmcclient" writes password-like properties in clear text into its HMC and API logs in the following cases: 1. The 'boot-ftp-password' and 'ssc-master-pw' properties when creati...

8.2CVSS6.5AI score
SaveExploits0References4
OSV
OSV
added 2024/11/29 6:43 p.m.10 views

CVE-2024-53861 Issuer field partial matches allowed in pyjwt

pyjwt is a JSON Web Token implementation in Python. An incorrect string comparison is run for iss checking, resulting in "acb" being accepted for "abc". This is a bug introduced in version 2.10.0: checking the "iss" claim changed from isinstanceissuer, list to isinstanceissuer, Sequence. Since st...

2.2CVSS6.3AI score
SaveExploits0References5
OSV
OSV
added 2024/11/29 6:36 p.m.26 views

CVE-2024-52810 Prototype Pollution in @intlify/shared >=9.7.0 <= 10.0.4

@intlify/shared is a shared library for the intlify project. The latest version of @intlify/shared 10.0.4 is vulnerable to Prototype Pollution through the entry functions lib.deepCopy. An attacker can supply a payload with Object.prototype setter to introduce or modify properties within the globa...

6.9CVSS7.4AI score
SaveExploits0References4
OSV
OSV
added 2024/11/26 11:17 a.m.8 views

CVE-2024-51569 Apache NimBLE: Lack of input sanitization leading to out-of-bound reads in Number of Completed Packets HCI event handler

Out-of-bounds Read vulnerability in Apache NimBLE. Missing proper validation of HCI Number Of Completed Packets could lead to out-of-bound access when parsing HCI event and invalid read from HCI transport memory. This issue requires broken or bogus Bluetooth controller and thus severity is...

7.5CVSS6AI score
SaveExploits0References5
OSV
OSV
added 2024/11/25 7:15 p.m.16 views

CVE-2024-53261 Cross-Site Scripting attack (XSS) on dev mode 404 page in SvelteKit

SvelteKit is a framework for rapidly developing robust, performant web applications using Svelte. "Unsanitized input from the request URL flows into end, where it is used to render an HTML page returned to the user. This may result in a Cross-Site Scripting attack XSS." The files...

2CVSS5.4AI score
SaveExploits0References4
OSV
OSV
added 2024/11/25 1:8 p.m.15 views

CVE-2024-11498 Resource exhaustion via Stack overflow in libjxl

There exists a stack buffer overflow in libjxl. A specifically-crafted file can cause the JPEG XL decoder to use large amounts of stack space up to 256mb is possible, maybe 512mb, potentially exhausting the stack. An attacker can craft a file that will cause excessive memory usage. We recommend...

6.9CVSS6.9AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2024/11/20 12:0 a.m.6 views

PT-2024-35717 · Apache · Apache Wicket

Name of the Vulnerable Software and Affected Versions: Apache Wicket version 7.0.0 Apache Wicket versions prior to 9.19.0 Apache Wicket versions prior to 10.3.0 Description: The request handling in the core of Apache Wicket allows an attacker to create a denial of service DOS attack via multiple...

7.8CVSS6.7AI score0.01512EPSS
SaveExploits0References25
OSV
OSV
added 2024/11/18 8:45 a.m.11 views

CVE-2024-45791 Apache HertzBeat: Exposure sensitive token via http GET method with query string

Exposure of Sensitive Information to an Unauthorized Actor vulnerability in Apache HertzBeat. This issue affects Apache HertzBeat: before 1.6.1. Users are recommended to upgrade to version 1.6.1, which fixes the issue...

7.5CVSS5.9AI score
SaveExploits0References5
Rows per page
Query Builder