Lucene search
+L

135 matches found

GithubExploit
GithubExploit
added 2025/06/19 6:30 a.m.293 views

Exploit for Code Injection in Langflow

CVE-2025-3248 — Langflow RCE Exploit Remote Code Execution R...

9.8CVSS10AI score0.9999EPSS
SaveExploits33
OSV
OSV
added 2025/05/05 6:38 p.m.10 views

CVE-2025-46559 Misskey Directory Traversal Vulnerability in AiScript via `Mk:api`

Misskey is an open source, federated social media platform. Starting in version 12.31.0 and prior to version 2025.4.1, missing validation in Mk:api allows malicious AiScript code to access additional endpoints that it isn't designed to have access to. The missing validation allows malicious...

5.4CVSS7AI score0.0037EPSS
SaveExploits1References4
OSV
OSV
added 2025/04/07 12:0 a.m.15 views

CVE-2025-28409

An issue in RUoYi v.4.8.0 allows a remote attacker to escalate privileges via the add method of the /add/parentId endpoint does not properly validate whether the requesting user has permission to add a menu item under the specified parentId...

8.8CVSS9.5AI score0.00614EPSS
SaveExploits2References4
SUSE CVE
SUSE CVE
added 2025/04/02 8:57 a.m.4 views

SUSE CVE-2025-21916

In the Linux kernel, the following vulnerability has been resolved: usb: atm: cxacru: fix a flaw in existing endpoint checks Syzbot once again identified a flaw in usb endpoint checking, see 1. This time the issue stems from a commit authored by me 2eabb655a968 "usb: atm: cxacru: fix endpoint...

5.5CVSS6.7AI score0.002EPSS
SaveExploits0References16
OSV
OSV
added 2025/03/27 3:15 p.m.5 views

DEBIAN-CVE-2025-21877

In the Linux kernel, the following vulnerability has been resolved: usbnet: gl620a: fix endpoint checking in genelinkbind Syzbot reports 1 a warning in usbsubmiturb triggered by inconsistencies between expected and actually present endpoints in gl620a driver. Since genelinkbind does not properly...

5.5CVSS5.7AI score0.002EPSS
SaveExploits0References1
OSV
OSV
added 2025/03/27 3:15 p.m.11 views

UBUNTU-CVE-2025-21877

In the Linux kernel, the following vulnerability has been resolved: usbnet: gl620a: fix endpoint checking in genelinkbind Syzbot reports 1 a warning in usbsubmiturb triggered by inconsistencies between expected and actually present endpoints in gl620a driver. Since genelinkbind does not properly...

5.5CVSS6.2AI score0.002EPSS
SaveExploits0References58
CNNVD
CNNVD
added 2025/03/27 12:0 a.m.6 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the gl620a driver not properly validating endpoints, which could lead to invalid URB submissions...

5.5CVSS6.5AI score0.002EPSS
SaveExploits0References10
VulnCheck KEV
VulnCheck KEV
added 2025/02/25 12:0 a.m.2 views

VulnCheck KEV: CVE-2024-38514

NextChat is a cross-platform ChatGPT/Gemini UI. There is a Server-Side Request Forgery SSRF vulnerability due to a lack of validation of the endpoint GET parameter on the WebDav API endpoint. This SSRF can be used to perform arbitrary HTTPS request from the vulnerable instance MKCOL, PUT and...

7.4CVSS5.9AI score0.02186EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2024/10/03 7:46 p.m.8 views

@saltcorn/server arbitrary file and directory listing when accessing build mobile app results

Summary A user with admin permission can read arbitrary file and directory names on the filesystem by calling the admin/build-mobile-app/result?builddirname= endpoint. The builddirname parameter is not properly validated and it's then used to construct the buildDir that is read. The file/director...

7AI score
SaveExploits0References4Affected Software1
RedHat Linux
RedHat Linux
added 2024/09/24 2:39 a.m.3 views

kernel: USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descriptor

A vulnerability was found in the usbparseendpoint function in the Linux kernel's usb drivers, where improper handling of the reserved bits in an endpoint descriptor's bEndpointAddress field can lead to confusion in the endpointisduplicate routine in config.c. This will erroneously treat the same...

5.5CVSS7.1AI score0.00299EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/24 2:39 a.m.5 views

kernel: HID: hid-thrustmaster: fix OOB read in thrustmaster_interrupts

A vulnerability was found in the thrustmasterinterrupts function in the Linux kernel's HID Thrustmaster driver. This issue arises from a lack of validation for the actual number of endpoints, leading to a slab-out-of-bounds read when the code accesses the endpoint array...

7.1CVSS7.3AI score0.00269EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/24 12:40 a.m.7 views

kernel: HID: hid-thrustmaster: fix OOB read in thrustmaster_interrupts

A vulnerability was found in the thrustmasterinterrupts function in the Linux kernel's HID Thrustmaster driver. This issue arises from a lack of validation for the actual number of endpoints, leading to a slab-out-of-bounds read when the code accesses the endpoint array...

7.1CVSS7.3AI score0.00269EPSS
SaveExploits0References5
OSV
OSV
added 2024/09/11 4:15 p.m.2 views

DEBIAN-CVE-2024-45011

In the Linux kernel, the following vulnerability has been resolved: char: xillybus: Check USB endpoints when probing device Ensure, as the driver probes the device, that all endpoints that the driver may attempt to access exist and are of the correct type. All XillyUSB devices must have a Bulk IN...

5.5CVSS5.7AI score0.00221EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/08/22 3:14 a.m.4 views

SUSE CVE-2023-52901

In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Check endpoint is valid before dereferencing it When the host controller is not responding, all URBs queued to all endpoints need to be killed. This can cause a kernel panic if we dereference an invalid endpoint. Fix...

5.5CVSS6.4AI score0.0024EPSS
SaveExploits0References11
OSV
OSV
added 2024/08/21 7:15 a.m.2 views

DEBIAN-CVE-2023-52901

In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Check endpoint is valid before dereferencing it When the host controller is not responding, all URBs queued to all endpoints need to be killed. This can cause a kernel panic if we dereference an invalid endpoint. Fix...

5.5CVSS5.2AI score0.0024EPSS
SaveExploits0References1
OSV
OSV
added 2024/08/21 7:15 a.m.2 views

UBUNTU-CVE-2023-52901

In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Check endpoint is valid before dereferencing it When the host controller is not responding, all URBs queued to all endpoints need to be killed. This can cause a kernel panic if we dereference an invalid endpoint. Fix...

5.5CVSS5.8AI score0.0024EPSS
SaveExploits0References10
Debian CVE
Debian CVE
added 2024/08/21 6:10 a.m.24 views

CVE-2023-52901

In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Check endpoint is valid before dereferencing it When the host controller is not responding, all URBs queued to all endpoints need to be killed. This can cause a kernel panic if we dereference an invalid endpoint. Fix...

5.5CVSS5.2AI score0.0024EPSS
SaveExploits0
OSV
OSV
added 2024/08/21 6:10 a.m.13 views

CVE-2023-52901 usb: xhci: Check endpoint is valid before dereferencing it

In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Check endpoint is valid before dereferencing it When the host controller is not responding, all URBs queued to all endpoints need to be killed. This can cause a kernel panic if we dereference an invalid endpoint. Fix...

5.5CVSS5.8AI score0.0024EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/07/18 3:5 a.m.3 views

SUSE CVE-2022-48866

In the Linux kernel, the following vulnerability has been resolved: HID: hid-thrustmaster: fix OOB read in thrustmasterinterrupts Syzbot reported an slab-out-of-bounds Read in thrustmasterprobe bug. The root case is in missing validation check of actual number of endpoints. Code should not blindl...

7.1CVSS6.7AI score0.00269EPSS
SaveExploits0References10
NVD
NVD
added 2024/07/17 9:15 a.m.43 views

CVE-2024-31979

Server-Side Request Forgery SSRF vulnerability in Apache StreamPipes during installation process of pipeline elements. Previously, StreamPipes allowed users to configure custom endpoints from which to install additional pipeline elements. These endpoints were not properly validated, allowing an...

7.5CVSS0.00738EPSS
SaveExploits0References2
Rows per page
Query Builder