Lucene search
+L

15656 matches found

Positive Technologies
Positive Technologies
added 2025/09/18 12:00 a.m.10 views

PT-2025-38434

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The panfrost gem create with handle function previously returned a buffer object BO with only a reference from the handle. User space could potentially guess and release this handle,...

6.5AI score0.00159EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/09/18 12:00 a.m.9 views

PT-2025-38372

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.1.0-rc4 for upstream base 2022 11 10 16 12 1 Description A flaw exists in the Linux kernel's RDMA/mlx5 subsystem related to the handling of port numbers within the mlx5 ib get hw stats function. Specifically,...

6.2AI score0.00145EPSS
SaveExploits0References11
CNNVD
CNNVD
added 2025/09/18 12:00 a.m.9 views

BPC Banking SmartVista Suite 安全漏洞

BPC Banking SmartVista Suite is a payment software from BPC Banking, USA. A security vulnerability exists in BPC Banking SmartVista Suite version 2.2.22 that originates from a specially crafted GET request and could lead to a cross-site request forgery attack...

7.8CVSS6.6AI score0.00107EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/09/18 12:00 a.m.12 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 Linux kernel that stems from the mlx5ibgethwstats function not properly validating the port number when processing device statistics, which...

5.5CVSS5.8AI score0.00145EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/09/18 12:00 a.m.7 views

PT-2025-38462

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A reference count leak was resolved in the arizona clock driver within the Linux kernel. The arizona clk32k enable function incorrectly used pm runtime get sync, which increases the...

6AI score0.00145EPSS
SaveExploits0References8
CVE
CVE
added 2025/09/18 12:00 a.m.27 views

CVE-2025-50255

CVE-2025-50255 describes a Cross Site Request Forgery (CSRF) vulnerability in Smartvista BackOffice SmartVista Suite 2.2.22 exploitable via a crafted GET request. The CVSS v3.1 base score is 7.8 (HIGH), with local attack vector, no privileges required, user interaction required, and impacts to co...

7.8CVSS6.5AI score0.00107EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2025/09/17 11:30 p.m.11 views

SUSE CVE-2022-50364

In the Linux kernel, the following vulnerability has been resolved: i2c: mux: reg: check return value after calling platformgetresource It will cause null-ptr-deref in resourcesize, if platformgetresource returns NULL, move calling resourcesize after devmioremapresource that will check 'res' to...

5.5CVSS6.5AI score0.00203EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2025/09/17 11:27 p.m.5 views

SUSE CVE-2023-53357

In the Linux kernel, the following vulnerability has been resolved: md/raid10: check slab-out-of-bounds in mdbitmapgetcounter If we write a large number to md/bitmapsetbits, mdbitmapcheckpage will return -EINVAL because 'page = bitmap-pages', but the return value was not checked immediately in...

4.4CVSS6.5AI score0.00195EPSS
SaveExploits0References18
Snyk
Snyk
added 2025/09/17 7:28 p.m.1 views

Improper Authentication

Overview Affected versions of this package are vulnerable to Improper Authentication via the getAuthToken function. An attacker can cause denial of service and compromise file integrity by performing a network-level man-in-the-middle attack that provides invalid data to the process. Remediation...

6.9CVSS6.5AI score0.0017EPSS
SaveExploits0References2
NVD
NVD
added 2025/09/17 3:15 p.m.11 views

CVE-2022-50357

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: core: fix some leaks in probe The dwc3getproperties function calls: dwc-usbpsy = powersupplygetbynameusbpsyname; so there is some additional clean up required on these error paths...

5.5CVSS0.00201EPSS
SaveExploits0References3
CVE
CVE
added 2025/09/17 2:56 p.m.46 views

CVE-2022-50363

CVE-2022-50363 relates to the Linux kernel skmsg path: alloc_sk_msg() could be invoked from a non-sleepable context. The root cause is missing gfp_t argument passing, with sk_psock_verdict_recv() using rcu_read_lock(). The provided documents trace a call path from sk_psock_verdict_recv through al...

9.8CVSS6AI score0.00399EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2025/09/17 2:56 p.m.16 views

CVE-2022-50364

In the Linux kernel, the following vulnerability has been resolved: i2c: mux: reg: check return value after calling platformgetresource It will cause null-ptr-deref in resourcesize, if platformgetresource returns NULL, move calling resourcesize after devmioremapresource that will check 'res' to...

5.5CVSS5.3AI score0.00203EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/09/17 2:56 p.m.4 views

CVE-2022-50364 i2c: mux: reg: check return value after calling platform_get_resource()

In the Linux kernel, the following vulnerability has been resolved: i2c: mux: reg: check return value after calling platformgetresource It will cause null-ptr-deref in resourcesize, if platformgetresource returns NULL, move calling resourcesize after devmioremapresource that will check 'res' to...

6.1AI score0.00203EPSS
SaveExploits0References5
CVE
CVE
added 2025/09/17 2:56 p.m.40 views

CVE-2022-50364

The CVE-2022-50364 issue in the Linux kernel concerns i2c mux: reg: an IPv4? actually resource handling in platform_get_resource() returning NULL leading to NULL pointer dereference in resource_size(). The documented fix moves the call to resource_size() to after devm_ioremap_resource() which che...

5.5CVSS6.1AI score0.00203EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2025/09/17 2:56 p.m.45 views

CVE-2022-50357

CVE-2022-50357 concerns the Linux kernel’s USB dwc3 core. The vulnerability arises in the dwc3_get_properties() path where the code does: dwc->usb_psy = power_supply_get_by_name(usb_psy_name); and, on error, there is insufficient cleanup on those paths, allowing leaks. Several connected adviso...

5.5CVSS6.2AI score0.00201EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2025/09/17 2:15 p.m.10 views

CVE-2025-50709

An issue in Perplexity AI GPT-4 allows a remote attacker to obtain sensitive information via a GET parameter...

4.3CVSS0.00346EPSS
SaveExploits0References2
Veracode
Veracode
added 2025/09/17 7:10 a.m.15 views

Denial Of Service (DoS)

vllm is vulnerable to Denial of Service DoS. The vulnerability is due to improper handling of excessively large HTTP headers in GET requests, which allows an attacker to exhaust server memory and cause a crash or unresponsiveness...

7.5CVSS6.6AI score0.0056EPSS
SaveExploits0References5Affected Software1
Positive Technologies
Positive Technologies
added 2025/09/17 12:00 a.m.11 views

PT-2025-38174

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A flaw exists in the Linux kernel related to the i2c subsystem. Specifically, a null-pointer dereference can occur in the resource size function if platform get resource returns NULL...

5.8AI score0.00203EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2025/09/17 12:00 a.m.5 views

CVE-2025-50709

An issue in Perplexity AI GPT-4 allows a remote attacker to obtain sensitive information via a GET parameter...

6.2AI score0.00346EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/09/17 12:00 a.m.17 views

CVE-2025-50709

An issue in Perplexity AI GPT-4 allows a remote attacker to obtain sensitive information via a GET parameter...

0.00346EPSS
SaveExploits0References2
Rows per page
Query Builder