Lucene search
K

4326 matches found

BDU FSTEC
BDU FSTEC
added 2024/10/29 12:0 a.m.4 views

The vulnerability of the nvmet-fc component in the Linux operating system’s kernel allows a hacker to cause a service failure.

The vulnerability of the nvmet-fc component in the Linux operating system’s kernel is related to improper locking mechanisms. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.1AI score0.00233EPSS
Exploits0References31Affected Software6
BDU FSTEC
BDU FSTEC
added 2024/10/29 12:0 a.m.6 views

The vulnerability of the rt5645 component in the Linux operating system allows a hacker to trigger a service failure.

The vulnerability of the rt5645 component in the Linux operating system is related to incorrect resource locking. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.3AI score0.00182EPSS
Exploits0References35Affected Software7
Redos
Redos
added 2024/10/28 12:0 a.m.29 views

ROS-20241028-03

The vulnerability of the quota component of the Linux kernel is related to the NULL pointer dereferencing in the functions dquotmarkdquotdirty, dquotallocspace, dquotallocinode, EXPORTSYMBOL, dquotclaimspacenodirty, dquotreclaimspacenodirty, dquotfreespace, dquotfreeinode, and dquottransfer in...

7CVSS7.5AI score0.00689EPSS
Exploits0
Redos
Redos
added 2024/10/25 12:0 a.m.30 views

ROS-20241024-02

Vulnerability in the drm component of the Linux operating system kernel is related to use-after-use errors in the drmgemprimemmap release in the drmgemprimemmap function in drivers/gpu/drm/drmprime.c. Exploitation of the vulnerability could allow an attacker to escalate privileges on the system...

7.8CVSS7.5AI score0.00992EPSS
Exploits0
BDU FSTEC
BDU FSTEC
added 2024/10/23 12:0 a.m.3 views

The vulnerability of the mac80211 component in the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of the mac80211 component in the Linux operating system is related to improper locking of resources. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.2AI score0.00168EPSS
Exploits0References14Affected Software4
BDU FSTEC
BDU FSTEC
added 2024/10/23 12:0 a.m.4 views

The vulnerability of the dbgfs component in the Linux operating system’s kernel allows a hacker to cause a service failure.

The vulnerability of the dbgfs component in the Linux operating system’s kernel is related to improper locking mechanisms. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS7AI score0.00214EPSS
Exploits0References11Affected Software3
RedhatCVE
RedhatCVE
added 2024/10/22 2:45 p.m.13 views

CVE-2024-49943

In the Linux kernel, the following vulnerability has been resolved: drm/xe/gucsubmit: add missing locking in wedgedfini Any non-wedged queue can have a zero refcount here and can be running concurrently with an async queue destroy, therefore dereferencing the queue ptr to check wedge status after...

5.5CVSS6.9AI score0.00152EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2024/10/22 2:22 p.m.2 views

SUSE CVE-2022-48997

In the Linux kernel, the following vulnerability has been resolved: char: tpm: Protect tpmpmsuspend with locks Currently tpm transactions are executed unconditionally in tpmpmsuspend function, which may lead to races with other tpm accessors in the system. Specifically, the hwrandom tpm driver...

2.2CVSS6.2AI score0.00236EPSS
Exploits0References10
SUSE CVE
SUSE CVE
added 2024/10/22 2:50 a.m.3 views

SUSE CVE-2024-50006

In the Linux kernel, the following vulnerability has been resolved: ext4: fix idatasem unlock order in ext4indmigrate Fuzzing reports a possible deadlock in jbd2logwaitcommit. This issue is triggered when an EXT4IOCMIGRATE ioctl is set to require synchronous updates because the file descriptor is...

4.7CVSS6.3AI score0.00184EPSS
Exploits0References21
SUSE CVE
SUSE CVE
added 2024/10/22 2:50 a.m.2 views

SUSE CVE-2024-50030

In the Linux kernel, the following vulnerability has been resolved: drm/xe/ct: prevent UAF in sendrecv Ensure we serialize with completion side to prevent UAF with fence going out of scope on the stack, since we have no clue if it will fire after the timeout before we can erase from the xa. Also ...

5.5CVSS7.7AI score0.00228EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2024/10/22 2:49 a.m.6 views

SUSE CVE-2024-50044

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: FIX possible deadlock in rfcommskstatechange rfcommskstatechange attempts to use socklock so it must never be called with it locked but rfcommsockioctl always attempt to lock it causing the following trace:...

5.5CVSS6.3AI score0.00187EPSS
Exploits0References21
NVD
NVD
added 2024/10/21 8:15 p.m.21 views

CVE-2024-50060

In the Linux kernel, the following vulnerability has been resolved: iouring: check if we need to reschedule during overflow flush In terms of normal application usage, this list will always be empty. And if an application does overflow a bit, it'll have a few entries. However, nothing obviously...

5.5CVSS0.00219EPSS
Exploits0References5
OSV
OSV
added 2024/10/21 8:15 p.m.1 views

DEBIAN-CVE-2024-50044

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: FIX possible deadlock in rfcommskstatechange rfcommskstatechange attempts to use socklock so it must never be called with it locked but rfcommsockioctl always attempt to lock it causing the following trace:...

3.3CVSS5.5AI score0.00187EPSS
Exploits0References1
OSV
OSV
added 2024/10/21 8:15 p.m.5 views

UBUNTU-CVE-2024-50044

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: FIX possible deadlock in rfcommskstatechange rfcommskstatechange attempts to use socklock so it must never be called with it locked but rfcommsockioctl always attempt to lock it causing the following trace:...

3.3CVSS6.1AI score0.00187EPSS
Exploits0References41
OSV
OSV
added 2024/10/21 8:15 p.m.2 views

UBUNTU-CVE-2024-50030

In the Linux kernel, the following vulnerability has been resolved: drm/xe/ct: prevent UAF in sendrecv Ensure we serialize with completion side to prevent UAF with fence going out of scope on the stack, since we have no clue if it will fire after the timeout before we can erase from the xa. Also ...

7.8CVSS6.5AI score0.00228EPSS
Exploits0References19
OSV
OSV
added 2024/10/21 7:15 p.m.4 views

DEBIAN-CVE-2024-50006

In the Linux kernel, the following vulnerability has been resolved: ext4: fix idatasem unlock order in ext4indmigrate Fuzzing reports a possible deadlock in jbd2logwaitcommit. This issue is triggered when an EXT4IOCMIGRATE ioctl is set to require synchronous updates because the file descriptor is...

4.7CVSS5.5AI score0.00184EPSS
Exploits0References1
OSV
OSV
added 2024/10/21 7:15 p.m.3 views

UBUNTU-CVE-2024-50006

In the Linux kernel, the following vulnerability has been resolved: ext4: fix idatasem unlock order in ext4indmigrate Fuzzing reports a possible deadlock in jbd2logwaitcommit. This issue is triggered when an EXT4IOCMIGRATE ioctl is set to require synchronous updates because the file descriptor is...

4.7CVSS6.1AI score0.00184EPSS
Exploits0References50
OSV
OSV
added 2024/10/21 6:15 p.m.1 views

UBUNTU-CVE-2024-49943

In the Linux kernel, the following vulnerability has been resolved: drm/xe/gucsubmit: add missing locking in wedgedfini Any non-wedged queue can have a zero refcount here and can be running concurrently with an async queue destroy, therefore dereferencing the queue ptr to check wedge status after...

5.5CVSS5.7AI score0.00152EPSS
Exploits0References8
CVE
CVE
added 2024/10/21 6:2 p.m.93 views

CVE-2024-49943

CVE-2024-49943 affects the Linux kernel DRM XE/guc_submit path. A missing locking around wedged_fini can let a non-wedged queue with zero refcount be dereferenced concurrently with an async queue destroy, enabling a Use-After-Free. The fix keeps the submission_state lock held during the wedge-sta...

5.5CVSS5.3AI score0.00152EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2024/10/21 6:2 p.m.9 views

CVE-2024-49943 drm/xe/guc_submit: add missing locking in wedged_fini

In the Linux kernel, the following vulnerability has been resolved: drm/xe/gucsubmit: add missing locking in wedgedfini Any non-wedged queue can have a zero refcount here and can be running concurrently with an async queue destroy, therefore dereferencing the queue ptr to check wedge status after...

5.5CVSS6.1AI score0.00152EPSS
Exploits0References5
Rows per page
Query Builder