Lucene search
+L

686 matches found

Vulnrichment
Vulnrichment
added 2024/12/27 1:49 p.m.7 views

CVE-2024-53186 ksmbd: fix use-after-free in SMB request handling

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in SMB request handling A race condition exists between SMB request handling in ksmbdconnhandlerloop and the freeing of ksmbdconn in the workqueue handler handleksmbdwork. This leads to a UAF. - KASAN:...

6.7AI score0.00454EPSS
SaveExploits0References4
CVE
CVE
added 2024/12/27 1:49 p.m.81 views

CVE-2024-53186

CVE-2024-53186 : Linux kernel ksmbd race condition causing use-after-free in SMB request handling. The issue is between ksmbd_conn_handler_loop() waiting for conn->r_count to reach zero and handle_ksmbd_work() decrementing and freeing the ksmbd_conn, after which the code may still touch conn-&...

9.8CVSS7AI score0.00454EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/12/27 1:49 p.m.9 views

CVE-2024-53186 ksmbd: fix use-after-free in SMB request handling

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in SMB request handling A race condition exists between SMB request handling in ksmbdconnhandlerloop and the freeing of ksmbdconn in the workqueue handler handleksmbdwork. This leads to a UAF. - KASAN:...

9.8CVSS6.3AI score
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/12/27 1:49 p.m.9 views

CVE-2024-53170 block: fix uaf for flush rq while iterating tags

In the Linux kernel, the following vulnerability has been resolved: block: fix uaf for flush rq while iterating tags blkmqclearflushrqmapping is not called during scsi probe, by checking blkqueueinitdone. However, QUEUEFLAGINITDONE is cleared in delgendisk by commit aec89dc5d421 "block: keep...

7.5AI score0.0024EPSS
SaveExploits0References5
CVE
CVE
added 2024/12/18 7:12 p.m.126 views

CVE-2024-53270

Envoy proxy vulnerability CVE-2024-53270 affects affected releases where sendOverloadError may assume an active_request exists when envoy.load_shed_points.http1_server_abort_dispatch is configured. If active_request is nullptr, onMessageBeginImpl can return ok despite the stream being reset, caus...

7.5CVSS7.4AI score0.007EPSS
SaveExploits1References2Affected Software1
Ubuntu
Ubuntu
added 2024/12/17 1:02 p.m.19 views

USN-7165-1: Spring Framework vulnerability

It was discovered that the Spring Framework incorrectly handled web requests via data binding. An attacker could possibly use this issue to achieve remote code execution and obtain sensitive information...

9.8CVSS8.4AI score0.99677EPSS
SaveExploits105
OSV
OSV
added 2024/12/17 12:00 a.m.28 views

ALSA-2024:11238 Moderate: python3.11-urllib3 security update

The python-urllib3 package provides the Python HTTP module with connection pooling and file POST abilities. Security Fixes: urllib3: Request body not stripped after redirect from 303 status changes request method to GET CVE-2023-45803 For more details about the security issues, including the...

4.2CVSS6.8AI score0.00544EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2024/12/13 12:30 a.m.22 views

Boundary Community Edition Incorrectly Handles HTTP Requests On Initialization Which May Lead to a Denial of Service

Boundary Community Edition and Boundary Enterprise “Boundary” incorrectly handle HTTP requests during the initialization of the Boundary controller, which may cause the Boundary server to terminate prematurely. Boundary is only vulnerable to this flaw during the initialization of the Boundary...

5.9CVSS6.6AI score0.00378EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2024/12/12 10:42 p.m.66 views

CVE-2024-12289

CVE-2024-12289 affects Boundary Community Edition and Boundary Enterprise. The issue occurs during initialization of the Boundary controller, where HTTP requests are mishandled and may cause the Boundary server to terminate prematurely. Fixed in Boundary 0.16.4, 0.17.3, and 0.18.2. Connected docu...

5.9CVSS5.6AI score0.00378EPSS
SaveExploits0References1Affected Software1
Veracode
Veracode
added 2024/12/12 12:17 p.m.13 views

Server Side Request Forgery (SSRF)

@lobehub/chat is vulnerable to Server Side Request Forgery SSRF. The vulnerability is due to insufficient input validation and improper handling of requests, allowing attackers to craft requests that can target internal services, even without authentication...

8.6CVSS7.1AI score0.23896EPSS
SaveExploits1References2Affected Software1
CNNVD
CNNVD
added 2024/12/12 12:00 a.m.11 views

HashiCorp Boundary 安全漏洞

HashiCorp Boundary is an open source solution from the US-based HashiCorp Inc. It automates secure identity-based user access to hosts and services across environments. A security vulnerability exists in HashiCorp Boundary versions 0.8.0 through 0.18.1, which stems from incorrectly processing HTT...

5.9CVSS6.4AI score0.00378EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/11/28 10:21 a.m.25 views

CVE-2024-8308 Siempelkamp: SQL injection due to improper handling of HTTP request input data

A low privileged remote attacker can insert a SQL injection in the web application due to improper handling of HTTP request input data which allows to exfiltrate all data...

6.5CVSS0.00597EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/11/18 3:36 p.m.20 views

CVE-2021-1425 Cisco Cisco Email Security Appliance and Content Security Management Appliance Information Disclosure Vulnerability

A vulnerability in the web-based management interface of Cisco AsyncOS Software for Cisco Content Security Management Appliance SMA could allow an authenticated, remote attacker to access sensitive information on an affected device. The vulnerability exists because confidential information is bei...

4.3CVSS0.00523EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2024/11/12 9:10 a.m.7 views

net/http: Denial of service due to improper 100-continue handling in net/http

A flaw was found in Go. The net/http module mishandles specific server responses from HTTP/1.1 client requests. This issue may render a connection invalid and cause a denial of service...

7.5CVSS7.3AI score0.01414EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/11/06 9:09 p.m.51 views

CVE-2024-50340

symfony/runtime is a module for the Symphony PHP framework which enables decoupling PHP applications from global state. When the registerargvargc php directive is set to on , and users call any URL with a special crafted query string, they are able to change the environment or debug mode used by...

7.3CVSS7.3AI score0.6322EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2024/10/31 12:00 a.m.9 views

The vulnerability of the password-changing function of the Cisco Firepower Management Center (FMC) software interface allows a perpetrator to gain unauthorized access to protected information.

The vulnerability of the password-changing function in the Cisco Firepower Management Center FMC software for network administration involves errors in handling requests. Exploiting this vulnerability can allow an attacker, operating remotely, to gain unauthorized access to protected information...

5.3CVSS5.5AI score0.00432EPSS
SaveExploits0References2Affected Software1
NVD
NVD
added 2024/10/29 3:15 p.m.20 views

CVE-2024-49768

Waitress is a Web Server Gateway Interface server for Python 2 and 3. A remote client may send a request that is exactly recvbytes defaults to 8192 long, followed by a secondary request using HTTP pipelining. When request lookahead is disabled default we won't read any more requests, and when the...

9.1CVSS0.00486EPSS
SaveExploits0References2
Veracode
Veracode
added 2024/10/23 10:18 a.m.18 views

Cross-site Request Forgery (CSRF) Bypass

hono is vulnerable to Cross-site Request Forgery CSRF Bypass. The vulnerability is due to Hono treating requests without a Content-Type header as safe, allowing attackers to bypass CSRF protection...

5.9CVSS6.9AI score0.00312EPSS
SaveExploits1References4Affected Software1
Veracode
Veracode
added 2024/10/15 7:39 a.m.14 views

HTTP Smuggling

org.jboss.resteasy, resteasy-netty4-cdi is vulnerable to HTTP Smuggling. The vulnerability is due to improper handling of HTTP requests by the resteasy-netty4 library, specifically when the Netty HttpObjectDecoder fails to process HTTP smuggling requests with ASCII control characters, causing it ...

5.3CVSS6.6AI score0.00649EPSS
SaveExploits0References6Affected Software1
Positive Technologies
Positive Technologies
added 2024/10/09 12:00 a.m.6 views

PT-2024-23194 · Hcl · Hcl Connections

Name of the Vulnerable Software and Affected Versions: HCL Connections affected versions not specified Description: The issue is related to an information disclosure vulnerability. It could allow a user to obtain sensitive information they are not entitled to because of improperly handling the...

5.7CVSS6.5AI score0.00292EPSS
SaveExploits0References6
Rows per page
Query Builder