Lucene search
+L

1133 matches found

RedHat Linux
RedHat Linux
added 2024/04/23 12:34 p.m.9 views

Mozilla: Potential use-after-free due to AlignedBuffer self-move

The Mozilla Foundation Security Advisory describes this flaw as: If an AlignedBuffer were assigned to itself, the subsequent self-move could result in an incorrect reference count and later use-after-free...

4CVSS7.3AI score0.00226EPSS
SaveExploits0References6
Veracode
Veracode
added 2024/04/19 1:20 a.m.27 views

Use-After-Free

Firefox and Thunderbird are vulnerable to a use-after-free vulnerability. The vulnerability is due to incorrect reference counting, where assigning an AlignedBuffer to itself can lead to an incorrect reference count and subsequent use-after-free...

4CVSS6.5AI score0.00226EPSS
SaveExploits0References7Affected Software3
RedHat Linux
RedHat Linux
added 2024/04/18 9:44 a.m.4 views

Mozilla: Potential use-after-free due to AlignedBuffer self-move

The Mozilla Foundation Security Advisory describes this flaw as: If an AlignedBuffer were assigned to itself, the subsequent self-move could result in an incorrect reference count and later use-after-free...

4CVSS7.3AI score0.00226EPSS
SaveExploits0References6
Amazon
Amazon
added 2024/04/18 12:0 a.m.8 views

Important: xorg-x11-server

Issue Overview: A heap-based buffer over-read vulnerability was found in the X.org server's ProcXIGetSelectedEvents function. This issue occurs when byte-swapped length values are used in replies, potentially leading to memory leakage and segmentation faults, particularly when triggered by a clie...

7.8CVSS7AI score0.01843EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/04/16 12:0 a.m.8 views

Mozilla Firefox 安全漏洞

Mozilla Firefox is an open source web browser from the Mozilla Foundation in the United States. A security vulnerability exists in Mozilla Firefox version 125, which stems from the fact that if an AlignedBuffer is assigned to itself, subsequent self-moves may result in incorrect reference countin...

4CVSS6.8AI score0.00226EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/04/15 11:20 p.m.4 views

SUSE CVE-2021-47200

In the Linux kernel, the following vulnerability has been resolved: drm/prime: Fix use after free in mmap with drmgemttmmmap drmgemttmmmap drops a reference to the gem object on success. If the gem object's refcount == 1 on entry to drmgemprimemmap, that drop will free the gem object, and the...

5.5CVSS6.6AI score0.00219EPSS
SaveExploits0References11
RedhatCVE
RedhatCVE
added 2024/04/03 10:35 p.m.27 views

CVE-2023-52638

A vulnerability was found in the Linux kernel's Controller Area Network CAN protocol, within the J1939 protocol implementation. This issue occurs due to a potential deadlock caused by a race condition involving three locks: j1939sockslock, activesessionlistlock, and sksessionqueuelock. This issue...

5.5CVSS6.9AI score0.00183EPSS
SaveExploits0References4
OSV
OSV
added 2024/04/03 3:15 p.m.5 views

DEBIAN-CVE-2023-52638

In the Linux kernel, the following vulnerability has been resolved: can: j1939: prevent deadlock by changing j1939sockslock to rwlock The following 3 locks would race against each other, causing the deadlock situation in the Syzbot bug report: - j1939sockslock - activesessionlistlock -...

5.5CVSS5.7AI score0.00183EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/03 2:54 p.m.14 views

CVE-2023-52638 can: j1939: prevent deadlock by changing j1939_socks_lock to rwlock

In the Linux kernel, the following vulnerability has been resolved: can: j1939: prevent deadlock by changing j1939sockslock to rwlock The following 3 locks would race against each other, causing the deadlock situation in the Syzbot bug report: - j1939sockslock - activesessionlistlock -...

5.9AI score
SaveExploits0References8
CVE
CVE
added 2024/04/03 2:54 p.m.137 views

CVE-2023-52638

CVE-2023-52638 : Linux kernel patch changes the j1939_socks_lock to an rwlock to prevent a deadlock among j1939_socks_lock, active_session_list_lock, and sk_session_queue_lock. Patched code reduces circular lock dependency when a thread already holds j1939_socks_lock and may acquire sk_session_qu...

5.5CVSS6.3AI score0.00183EPSS
SaveExploits0References5Affected Software1
SUSE CVE
SUSE CVE
added 2024/03/19 3:50 a.m.3 views

SUSE CVE-2021-47118

In the Linux kernel, the following vulnerability has been resolved: pid: take a reference when initializing cadpid During boot, kernelinitfreeable initializes cadpid to the init task's struct pid. Later on, we may change cadpid via a sysctl, and when this happens procdocadpid will increment the...

5.5CVSS7.7AI score0.00246EPSS
SaveExploits0References11
CVE
CVE
added 2024/03/18 10:19 a.m.144 views

CVE-2023-52617

CVE-2023-52617 : Linux kernel PCI: switchtec device crash on surprise hot-remove fixed. The issue occurred when a PCI device was hot-removed while stdev->cdev was open; stdev_release() ran after switchtec_pci_remove(), risking a fatal page fault in DMA mode and a stale dev pointer during dma_f...

4.4CVSS5.8AI score0.00237EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2024/03/18 10:19 a.m.15 views

CVE-2023-52617 PCI: switchtec: Fix stdev_release() crash after surprise hot remove

In the Linux kernel, the following vulnerability has been resolved: PCI: switchtec: Fix stdevrelease crash after surprise hot remove A PCI device hot removal may occur while stdev-cdev is held open. The call to stdevrelease then happens during close or exit, at a point way past switchtecpciremove...

4.4CVSS5.8AI score
SaveExploits0References11
OSV
OSV
added 2024/03/15 9:15 p.m.11 views

DEBIAN-CVE-2021-47118

In the Linux kernel, the following vulnerability has been resolved: pid: take a reference when initializing cadpid During boot, kernelinitfreeable initializes cadpid to the init task's struct pid. Later on, we may change cadpid via a sysctl, and when this happens procdocadpid will increment the...

7.8CVSS5.7AI score0.00246EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/15 9:15 p.m.9 views

UBUNTU-CVE-2021-47124

In the Linux kernel, the following vulnerability has been resolved: iouring: fix link timeout refs WARNING: CPU: 0 PID: 10242 at lib/refcount.c:28 refcountwarnsaturate+0x15b/0x1a0 lib/refcount.c:28 RIP: 0010:refcountwarnsaturate+0x15b/0x1a0 lib/refcount.c:28 Call Trace: refcountsubandtest...

7.8CVSS6.6AI score0.00241EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2024/03/15 12:0 a.m.6 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux. A security vulnerability exists in the Linux kernel due to a reference counting error in the pid module...

7.8CVSS7.6AI score0.00246EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2024/03/15 12:0 a.m.6 views

PT-2024-11176 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to the io uring feature in the Linux kernel, where the io link timeout fn function should put only one reference of the linked timeout request. However, in cases o...

5.5CVSS8.2AI score0.00241EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2024/03/07 4:24 a.m.4 views

SUSE CVE-2024-26623

In the Linux kernel, the following vulnerability has been resolved: pdscore: Prevent race issues involving the adminq There are multiple paths that can result in using the pdsc's adminq. 1 pdscadminqisr and the resulting work from queuework, i.e. pdscworkthread-pdscprocessadminq 2 pdscadminqpost...

5.5CVSS6.8AI score0.00224EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2024/03/06 6:46 p.m.26 views

CVE-2024-26623

In the Linux kernel, the following vulnerability has been resolved: pdscore: Prevent race issues involving the adminq There are multiple paths that can result in using the pdsc's adminq. 1 pdscadminqisr and the resulting work from queuework, i.e. pdscworkthread-pdscprocessadminq 2 pdscadminqpost...

4.4CVSS6.4AI score0.00224EPSS
SaveExploits0References4
OSV
OSV
added 2024/03/06 7:15 a.m.2 views

DEBIAN-CVE-2024-26623

In the Linux kernel, the following vulnerability has been resolved: pdscore: Prevent race issues involving the adminq There are multiple paths that can result in using the pdsc's adminq. 1 pdscadminqisr and the resulting work from queuework, i.e. pdscworkthread-pdscprocessadminq 2 pdscadminqpost...

4.7CVSS5.3AI score0.00224EPSS
SaveExploits0References1
Rows per page
Query Builder