Lucene search
+L

3921 matches found

BDU FSTEC
BDU FSTEC
added 2025/03/05 12:0 a.m.10 views

The vulnerability of the nvdisasm file in the NVIDIA CUDA Toolkit software for parallel computing on Graphics Processing Units allows a hacker to induce a service failure.

The vulnerability of the nvdisasm file in the NVIDIA CUDA Toolkit for parallel computing on Graphics Processing Units is related to reading data beyond the allowed range in memory. Exploiting this vulnerability can allow an attacker to cause a system failure...

3.3CVSS5.5AI score0.00252EPSS
SaveExploits0References4Affected Software3
BDU FSTEC
BDU FSTEC
added 2025/03/05 12:0 a.m.9 views

The vulnerability of the cuobjdump software tool for parallel computing on NVIDIA CUDA GPUs allows a hacker to trigger a service failure.

The vulnerability of the cuobjdump software tool for parallel computing on NVIDIA CUDA GPUs involves reading data beyond the allowable range in memory. Exploiting this vulnerability can allow an attacker to cause a system failure...

3.3CVSS5.5AI score0.00254EPSS
SaveExploits0References4Affected Software3
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:0 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2022-48502

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - An issue was discovered in the Linux kernel before 6.2. The ntfs3 subsystem does not properly check for correctness during disk reads, leading to an out-of-boun...

7.1CVSS6.4AI score0.00516EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:0 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2023-25563

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - GSS-NTLMSSP is a mechglue plugin for the GSSAPI library that implements NTLM authentication. Prior to version 1.2.0, multiple out-of-bounds reads when decoding...

7.5CVSS7.4AI score0.01091EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2025/02/28 12:0 a.m.8 views

WordPress plugin wpForo Forum 输入验证错误漏洞

WordPress and WordPress plugin are both products of the WordPress Foundation.WordPress is a blogging platform developed using the PHP language. The platform supports setting up personal blog sites on servers with PHP and MySQL.WordPress plugin is an application plugin. An input validation error...

6.5CVSS8.3AI score0.0037EPSS
SaveExploits0References3
CloudLinux
CloudLinux
added 2025/02/27 11:42 a.m.30 views

kernel: Fix of 3 CVEs

NFSv4.0: Fix a use-after-free problem in the asynchronous open CVE-2024-53173 - ALSA: usb-audio: Fix out of bounds reads when finding clock sources CVE-2024-53150 - misc/libmasm/module: Fix two use after free in ibmasminitone CVE-2021-47334...

7.8CVSS7.2AI score0.01351EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/02/27 8:19 a.m.16 views

CVE-2025-1674

A lack of input validation allows for out of bounds reads caused by malicious or malformed packets...

8.2CVSS7AI score0.00358EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2025/02/27 3:11 a.m.7 views

SUSE CVE-2022-49167

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not double complete bio on errors during compressed reads I hit some weird panics while fixing up the error handling from btrfslookupbiosums. Turns out the compression path will complete the bio we use if we set up any ...

7.8CVSS6.5AI score0.00267EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/02/27 3:4 a.m.11 views

SUSE CVE-2022-49579

In the Linux kernel, the following vulnerability has been resolved: ipv4: Fix data-races around sysctlfibmultipathhashpolicy. While reading sysctlfibmultipathhashpolicy, it can be changed concurrently. Thus, we need to add READONCE to its readers...

5.5CVSS6.5AI score0.00185EPSS
SaveExploits0References7
NVD
NVD
added 2025/02/27 2:15 a.m.11 views

CVE-2024-57998

In the Linux kernel, the following vulnerability has been resolved: OPP: add index check to assert to avoid buffer overflow in readfreq Pass the freq index to the assert function to make sure we do not read a freq out of the opp-rates table when called from the indexed variants:...

7.8CVSS0.00238EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2025/02/27 12:0 a.m.8 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 fastrpc driver not taking offsets into account when calculating page sizes, which could lead to...

7.8CVSS6.4AI score0.00203EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2025/02/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 an unfixed NDP16 location in the ipheth driver, which could lead to out-of-bounds reads...

7.1CVSS7AI score0.00219EPSS
SaveExploits0References6
OSV
OSV
added 2025/02/26 7:1 a.m.8 views

UBUNTU-CVE-2022-49706

In the Linux kernel, the following vulnerability has been resolved: zonefs: fix zonefsiomapbegin for reads If a readahead is issued to a sequential zone file with an offset exactly equal to the current file size, the iomap type is set to IOMAPUNWRITTEN, which will prevent an IO, but the iomap...

7.1CVSS5.9AI score0.00263EPSS
SaveExploits0References7
OSV
OSV
added 2025/02/26 7:0 a.m.3 views

DEBIAN-CVE-2022-49226

In the Linux kernel, the following vulnerability has been resolved: net: asix: add proper error handling of usb read errors Syzbot once again hit uninit value in asix driver. The problem still the same -- asixreadcmd reads less bytes, than was requested by caller. Since all read requests are...

5.5CVSS5.5AI score0.00263EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:0 a.m.7 views

DEBIAN-CVE-2022-49167

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not double complete bio on errors during compressed reads I hit some weird panics while fixing up the error handling from btrfslookupbiosums. Turns out the compression path will complete the bio we use if we set up any ...

5.5CVSS5.4AI score0.00267EPSS
SaveExploits0References1
NVD
NVD
added 2025/02/26 7:0 a.m.26 views

CVE-2022-49167

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not double complete bio on errors during compressed reads I hit some weird panics while fixing up the error handling from btrfslookupbiosums. Turns out the compression path will complete the bio we use if we set up any ...

7.8CVSS0.00267EPSS
SaveExploits0References3
OSV
OSV
added 2025/02/26 7:0 a.m.1 views

DEBIAN-CVE-2022-49051

In the Linux kernel, the following vulnerability has been resolved: net: usb: aqc111: Fix out-of-bounds accesses in RX fixup aqc111rxfixup contains several out-of-bounds accesses that can be triggered by a malicious or defective USB device, in particular: - The metadata array...

6.8CVSS5.6AI score0.00428EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:0 a.m.13 views

UBUNTU-CVE-2022-49051

In the Linux kernel, the following vulnerability has been resolved: net: usb: aqc111: Fix out-of-bounds accesses in RX fixup aqc111rxfixup contains several out-of-bounds accesses that can be triggered by a malicious or defective USB device, in particular: - The metadata array...

6.8CVSS6.2AI score0.00428EPSS
SaveExploits0References8
OSV
OSV
added 2025/02/26 7:0 a.m.13 views

UBUNTU-CVE-2022-49167

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not double complete bio on errors during compressed reads I hit some weird panics while fixing up the error handling from btrfslookupbiosums. Turns out the compression path will complete the bio we use if we set up any ...

7.8CVSS5.7AI score0.00267EPSS
SaveExploits0References6
CVE
CVE
added 2025/02/26 1:55 a.m.87 views

CVE-2022-49167

CVE-2022-49167 – Linux kernel (btrfs) double bio endio in compressed reads : The vulnerability stems from btrfs_submit_compressed_read() sometimes neglecting to call bio_endio() on error when compression bios are not created, leaving a race with btrfs_submit_data_bio() that may also end the bio. ...

7.8CVSS5.4AI score0.00267EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder