Lucene search
+L

5578 matches found

SUSE CVE
SUSE CVE
added 2024/07/16 2:34 a.m.12 views

SUSE CVE-2024-40913

In the Linux kernel, the following vulnerability has been resolved: cachefiles: defer exposing anonfd until after copytouser succeeds After installing the anonymous fd, we can now see it in userland and close it. However, at this point we may not have gotten the reference count of the cache, but ...

6.7CVSS6.4AI score0.00287EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/07/16 2:34 a.m.13 views

SUSE CVE-2024-40956

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix possible Use-After-Free in irqprocessworklist Use listforeachentrysafe to allow iterating through the list and deleting the entry in the iteration process. The descriptor is freed via idxddesccomplete and...

7CVSS6.4AI score0.00268EPSS
SaveExploits0References28
OSV
OSV
added 2024/07/12 1:15 p.m.6 views

DEBIAN-CVE-2024-40999

In the Linux kernel, the following vulnerability has been resolved: net: ena: Add validation for completion descriptors consistency Validate that first flag is set only for the first descriptor in multi-buffer packets. In case of an invalid descriptor, a reset will occur. A new reset reason for R...

5.5CVSS5.8AI score0.00533EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/12 1:15 p.m.8 views

AZL-68252 CVE-2024-40999 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: net: ena: Add validation for completion descriptors consistency Validate that first flag is set only for the first descriptor in multi-buffer packets. In case of an invalid descriptor, a reset will occur. A new reset reason for R...

9.8CVSS6.8AI score0.00533EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/12 1:15 p.m.3 views

DEBIAN-CVE-2024-40956

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix possible Use-After-Free in irqprocessworklist Use listforeachentrysafe to allow iterating through the list and deleting the entry in the iteration process. The descriptor is freed via idxddesccomplete and...

7.8CVSS6.2AI score0.00268EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/12 1:15 p.m.9 views

DEBIAN-CVE-2024-40923

In the Linux kernel, the following vulnerability has been resolved: vmxnet3: disable rx data ring on dma allocation failure When vmxnet3rqcreate fails to allocate memory for rq-dataring.base, the subsequent call to vmxnet3rqdestroyallrxdataring does not reset rq-dataring.descsize for the data rin...

5.5CVSS5.6AI score0.00792EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/12 1:15 p.m.7 views

UBUNTU-CVE-2024-40956

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix possible Use-After-Free in irqprocessworklist Use listforeachentrysafe to allow iterating through the list and deleting the entry in the iteration process. The descriptor is freed via idxddesccomplete and...

7.8CVSS6.5AI score0.00268EPSS
SaveExploits0References21
OSV
OSV
added 2024/07/12 1:15 p.m.6 views

UBUNTU-CVE-2024-40913

In the Linux kernel, the following vulnerability has been resolved: cachefiles: defer exposing anonfd until after copytouser succeeds After installing the anonymous fd, we can now see it in userland and close it. However, at this point we may not have gotten the reference count of the cache, but ...

7.8CVSS6.6AI score0.00287EPSS
SaveExploits0References14
OSV
OSV
added 2024/07/12 1:15 p.m.18 views

UBUNTU-CVE-2024-40899

In the Linux kernel, the following vulnerability has been resolved: cachefiles: fix slab-use-after-free in cachefilesondemandgetfd We got the following issue in a fuzz test of randomly issuing the restore command: ================================================================== BUG: KASAN:...

7.8CVSS6.2AI score0.00284EPSS
SaveExploits0References14
OSV
OSV
added 2024/07/12 1:15 p.m.12 views

UBUNTU-CVE-2024-40999

In the Linux kernel, the following vulnerability has been resolved: net: ena: Add validation for completion descriptors consistency Validate that first flag is set only for the first descriptor in multi-buffer packets. In case of an invalid descriptor, a reset will occur. A new reset reason for R...

9.8CVSS6.1AI score0.00533EPSS
SaveExploits0References12
Vulnrichment
Vulnrichment
added 2024/07/12 12:32 p.m.30 views

CVE-2024-40970 Avoid hw_desc array overrun in dw-axi-dmac

In the Linux kernel, the following vulnerability has been resolved: Avoid hwdesc array overrun in dw-axi-dmac I have a use case where nrbuffers = 3 and in which each descriptor is composed by 3 segments, resulting in the DMA channel descsallocated to be 9. Since axidescput handles the hwdesc...

6.7AI score0.00303EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/07/10 3:28 a.m.8 views

SUSE CVE-2024-36137

A vulnerability has been identified in Node.js, affecting users of the experimental permission model when the --allow-fs-write flag is used. Node.js Permission Model do not operate on file descriptors, however, operations such as fs.fchown or fs.fchmod can use a "read-only" file descriptor to...

3.9CVSS8.5AI score0.00395EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2024/07/10 12:18 a.m.10 views

kernel: net: ena: Fix incorrect descriptor free behavior

This is a vulnerability in the Linux kernel's Elastic Network Adapter ENA driver, which manages network interfaces on certain platforms. The driver utilizes two types of transmit TX queues: one for packets from the network stack and another for packets directed by XDP eXpress Data Path operations...

7.8CVSS6.8AI score0.00256EPSS
SaveExploits0References4
Hacker One
Hacker One
added 2024/07/09 2:34 a.m.9 views

Internet Bug Bounty: fs.fchown/fchmod bypasses permission model

A vulnerability has been identified in Node.js, affecting users of the experimental permission model when the --allow-fs-write flag is used. The vulnerability allows operations such as fs.fchown or fs.fchmod to bypass the permission model by using a "read-only" file descriptor to change the owner...

3.3CVSS3.7AI score0.00395EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/07/08 2:05 a.m.9 views

kernel: usb: config: fix iteration issue in 'usb_get_bos_descriptor()'

In the Linux kernel, the following vulnerability has been resolved: usb: config: fix iteration issue in 'usbgetbosdescriptor' The BOS descriptor defines a root descriptor and is the base descriptor for accessing a family of related descriptors. Function 'usbgetbosdescriptor' encounters an iterati...

5.5CVSS6.4AI score0.00241EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/07/08 2:05 a.m.17 views

kernel: net: ena: Fix incorrect descriptor free behavior

This is a vulnerability in the Linux kernel's Elastic Network Adapter ENA driver, which manages network interfaces on certain platforms. The driver utilizes two types of transmit TX queues: one for packets from the network stack and another for packets directed by XDP eXpress Data Path operations...

7.8CVSS6.8AI score0.00256EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/07/02 9:02 a.m.10 views

kernel: usb: config: fix iteration issue in 'usb_get_bos_descriptor()'

In the Linux kernel, the following vulnerability has been resolved: usb: config: fix iteration issue in 'usbgetbosdescriptor' The BOS descriptor defines a root descriptor and is the base descriptor for accessing a family of related descriptors. Function 'usbgetbosdescriptor' encounters an iterati...

5.5CVSS6.4AI score0.00241EPSS
SaveExploits0References5
CNVD
CNVD
added 2024/07/01 12:00 a.m.12 views

SONY XAV-AX5500 Buffer Overflow Vulnerability

The SONY XAV-AX5500 is a 7-inch in-vehicle center console with a wide range of functions and advanced technical features. The SONY XAV-AX5500 suffers from a buffer overflow vulnerability that originates from a constructed USB configuration descriptor that can trigger an overflow of a fixed-length...

6.8CVSS7.4AI score0.00893EPSS
SaveExploits0References1
IBM Security Bulletins
IBM Security Bulletins
added 2024/06/28 10:49 p.m.43 views

Security Bulletin: IBM InfoSphere Information Server is affected by multiple vulnerabilities in Open Container Initiative runc

Summary Multiple vulnerabilities in Open Container Initiative runc used by IBM InfoSphere Information Server were addressed. Vulnerability Details CVEID:CVE-2024-21626 DESCRIPTION: Open Container Initiative runc could allow a remote attacker to bypass security restrictions, caused by an internal...

8.6CVSS8.2AI score0.18087EPSS
SaveExploits19Affected Software1
UbuntuCve
UbuntuCve
added 2024/06/27 11:15 p.m.21 views

CVE-2016-20022

In the Linux kernel before 4.8, usbparseendpoint in drivers/usb/core/config.c does not validate the wMaxPacketSize field of an endpoint descriptor. NOTE: This vulnerability only affects products that are no longer supported by the supplier...

8.4CVSS6.8AI score0.00238EPSS
SaveExploits0References5
Rows per page
Query Builder