Lucene search
+L

202 matches found

RedHat Linux
RedHat Linux
added 2024/08/14 1:27 a.m.7 views

kernel: platform/x86: wmi: Fix opening of char device

In the Linux kernel, the following vulnerability has been resolved: platform/x86: wmi: Fix opening of char device Since commit fa1f68db6ca7 "drivers: misc: pass miscdevice pointer via file private data", the miscdevice stores a pointer to itself inside filp-privatedata, which means that privateda...

7.8CVSS6.8AI score0.00266EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2024/08/14 12:0 a.m.52 views

Ubuntu 20.04 LTS : Linux kernel (Azure) vulnerabilities (USN-6951-2)

"The remote Ubuntu 20.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-6951-2 advisory. Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws i...

10CVSS7.4AI score0.02701EPSS
SaveExploits4References83
Tenable Nessus
Tenable Nessus
added 2024/08/09 12:0 a.m.91 views

Ubuntu 18.04 LTS / 20.04 LTS : Linux kernel (Oracle) vulnerabilities (USN-6953-1)

"The remote Ubuntu 18.04 LTS / 20.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-6953-1 advisory. Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update...

10CVSS7.4AI score0.02701EPSS
SaveExploits4References90
Ubuntu
Ubuntu
added 2024/08/08 10:45 p.m.413 views

USN-6951-1: Linux kernel vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - M68K architecture; - User-Mode Linux UML; - x86 architecture; - Accessibility subsystem; -...

10CVSS7.3AI score0.02701EPSS
SaveExploits4
Tenable Nessus
Tenable Nessus
added 2024/08/08 12:0 a.m.75 views

Ubuntu 18.04 LTS / 20.04 LTS : Linux kernel vulnerabilities (USN-6951-1)

"The remote Ubuntu 18.04 LTS / 20.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-6951-1 advisory. Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update...

10CVSS7.4AI score0.02701EPSS
SaveExploits4References83
OSV
OSV
added 2024/07/16 1:15 p.m.10 views

DEBIAN-CVE-2022-48862

In the Linux kernel, the following vulnerability has been resolved: vhost: fix hung thread due to erroneous iotlb entries In vhostiotlbaddrangectx, range size can overflow to 0 when start is 0 and last is ULONGMAX. One instance where it can happen is when userspace sends an IOTLB message with...

5.5CVSS4.9AI score0.00207EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/06/24 11:15 p.m.6 views

SUSE CVE-2024-38629

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Avoid unnecessary destruction of fileida fileida is allocated during cdev open and is freed accordingly during cdev release. This sequence is guaranteed by driver file operations. Therefore, there is no need to...

5.5CVSS6.6AI score0.00233EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/06/22 4:8 a.m.4 views

SUSE CVE-2022-48759

In the Linux kernel, the following vulnerability has been resolved: rpmsg: char: Fix race between the release of rpmsgctrldev and cdev struct rpmsgctrldev contains a struct cdev. The current code frees the rpmsgctrldev struct in rpmsgctrldevreleasedevice, but the cdev is a managed object, therefo...

5.5CVSS7.5AI score0.00174EPSS
SaveExploits0References13
OSV
OSV
added 2024/06/21 11:15 a.m.6 views

UBUNTU-CVE-2024-38629

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Avoid unnecessary destruction of fileida fileida is allocated during cdev open and is freed accordingly during cdev release. This sequence is guaranteed by driver file operations. Therefore, there is no need to...

7.8CVSS6.2AI score0.00233EPSS
SaveExploits0References13
CNNVD
CNNVD
added 2024/06/20 12:0 a.m.13 views

Linux kernel security vulnerabilities

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 a contention between the rpmsg:char module rpmsgctrldev and the cdev release...

7CVSS6.5AI score0.00174EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/06/04 2:25 a.m.4 views

SUSE CVE-2024-36932

In the Linux kernel, the following vulnerability has been resolved: thermal/debugfs: Prevent use-after-free from occurring after cdev removal Since thermaldebugcdevremove does not run under cdev-lock, it can run in parallel with thermaldebugcdevstateupdate and it may free the struct thermaldebugf...

6.4CVSS6.7AI score0.00198EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/06/01 2:23 a.m.11 views

SUSE CVE-2024-36898

In the Linux kernel, the following vulnerability has been resolved: gpiolib: cdev: fix uninitialised kfifo If a line is requested with debounce, and that results in debouncing in software, and the line is subsequently reconfigured to enable edge detection then the allocation of the kfifo to conta...

6.1CVSS6.5AI score0.00234EPSS
SaveExploits0References16
OSV
OSV
added 2024/05/30 4:15 p.m.9 views

AZL-55548 CVE-2024-36899 affecting package kernel for versions less than 5.15.179.1-1

In the Linux kernel, the following vulnerability has been resolved: gpiolib: cdev: Fix use after free in lineinfochangednotify The use-after-free issue occurs as follows: when the GPIO chip device file is being closed by invoking gpiochrdevrelease, watchedlines is freed by bitmapfree, but the...

7CVSS6.5AI score0.00178EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/30 4:15 p.m.5 views

DEBIAN-CVE-2024-36899

In the Linux kernel, the following vulnerability has been resolved: gpiolib: cdev: Fix use after free in lineinfochangednotify The use-after-free issue occurs as follows: when the GPIO chip device file is being closed by invoking gpiochrdevrelease, watchedlines is freed by bitmapfree, but the...

7CVSS6AI score0.00178EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/30 4:15 p.m.9 views

UBUNTU-CVE-2024-36898

In the Linux kernel, the following vulnerability has been resolved: gpiolib: cdev: fix uninitialised kfifo If a line is requested with debounce, and that results in debouncing in software, and the line is subsequently reconfigured to enable edge detection then the allocation of the kfifo to conta...

7.8CVSS6.5AI score0.00234EPSS
SaveExploits0References23
RedHat Linux
RedHat Linux
added 2023/11/07 9:3 a.m.8 views

kernel: gpiolib: cdev: fix NULL-pointer dereferences

In the Linux kernel, the following vulnerability has been resolved: gpiolib: cdev: fix NULL-pointer dereferences There are several places where we can crash the kernel by requesting lines, unbinding the GPIO device, then calling any of the system calls relevant to the GPIO character device's...

5.5CVSS6.7AI score0.00149EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2023/04/24 12:0 a.m.9 views

PT-2023-2676 · Linux +6 · Linux Kernel +6

Name of the Vulnerable Software and Affected Versions: Linux kernel version 6.2 Description: An issue in the Linux kernel is related to a divide-by-zero error in the do divsz, mtd-erasesize function, which is used indirectly by ctrl cdev ioctl, when mtd-erasesize is 0. This error is located in th...

10CVSS6.7AI score0.46428EPSS
SaveExploits19References436
SUSE CVE
SUSE CVE
added 2023/02/15 4:6 a.m.5 views

SUSE CVE-2019-19537

In the Linux kernel before 5.2.10, there is a race condition bug that can be caused by a malicious USB device in the USB character device driver layer, aka CID-303911cfc5b9. This affects drivers/usb/core/file.c...

4.6CVSS7AI score0.00281EPSS
SaveExploits0References18
SUSE CVE
SUSE CVE
added 2023/02/15 4:4 a.m.5 views

SUSE CVE-2020-0305

In cdevget of chardev.c, there is a possible use-after-free due to a race condition. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-10Android ID: A-153467744...

6.4CVSS6.5AI score0.0017EPSS
SaveExploits0References26
SUSE CVE
SUSE CVE
added 2023/02/15 3:43 a.m.5 views

SUSE CVE-2021-29266

An issue was discovered in the Linux kernel before 5.11.9. drivers/vhost/vdpa.c has a use-after-free because v-configctx has an invalid value upon re-opening a character device, aka CID-f6bbf0010ba0...

7.8CVSS6.3AI score0.00318EPSS
SaveExploits0References3
Rows per page
Query Builder