Lucene search
+L

601 matches found

Redos
Redos
added 2026/05/29 12:0 a.m.35 views

ROS-20260529-73-0007

The vulnerability of the pngsettRNS and pngsetPLTE functions in the LIBPNG library is related to improper memory management during data deallocation. Exploiting this vulnerability may allow a remote attacker to gain access to the freed memory area, which could lead to the execution of arbitrary...

7.5CVSS6.2AI score0.01052EPSS
SaveExploits1
Redos
Redos
added 2026/05/29 12:0 a.m.12 views

ROS-20260529-73-0006

The vulnerability of the pngsettRNS and pngsetPLTE functions in the LIBPNG library is related to improper memory management during data deallocation. Exploiting this vulnerability may allow a remote attacker to gain access to the freed memory area, which could lead to the execution of arbitrary...

7.5CVSS6.2AI score0.01052EPSS
SaveExploits1
Redos
Redos
added 2026/05/29 12:0 a.m.32 views

ROS-20260529-73-0008

The vulnerability of the pngsettRNS and pngsetPLTE functions in the LIBPNG library is related to improper memory management during data deallocation. Exploiting this vulnerability may allow a remote attacker to gain access to the freed memory area, which could lead to the execution of arbitrary...

7.5CVSS6.2AI score0.01052EPSS
SaveExploits1
Positive Technologies
Positive Technologies
added 2026/05/29 12:0 a.m.15 views

PT-2026-45016

Content removed...

5.8CVSS5.2AI score0.0013EPSS
SaveExploits1References5
CVE
CVE
added 2026/05/28 6:27 p.m.48 views

CVE-2026-47328

The CVE affects Ubuntu Linux versions 6.8, 6.17 and 7.0, where AppArmor SAUCE patches incorrectly free a pointer that was not kmalloc’d and leak memory. The vulnerability can be triggered by an unprivileged local user and may lead to slab metadata corruption and resource exhaustion. Root cause: d...

6.1CVSS5.8AI score0.00093EPSS
SaveExploits0References1Affected Software1
NVD
NVD
added 2026/05/28 10:16 a.m.14 views

CVE-2026-46189

In the Linux kernel, the following vulnerability has been resolved: RDMA/vmwpvrdma: Fix double free on pvrdmaallocucontext error path Sashiko points out that pvrdmauarfree is already called within pvrdmadeallocucontext, so calling it before triggers a double free...

7.8CVSS0.00143EPSS
SaveExploits0References22
RedhatCVE
RedhatCVE
added 2026/05/28 4:47 a.m.16 views

CVE-2026-45853

A flaw was found in the Linux kernel's drm/amdgpu component. The amdgpudiscoverygetnpsinfo function incorrectly deallocates memory by using kfree instead of kvfree, even when memory was allocated with kvcalloc which may use vmalloc. This improper memory handling can lead to memory corruption. Suc...

7.8CVSS5.8AI score0.00163EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/05/28 3:52 a.m.19 views

SUSE CVE-2026-46084

In the Linux kernel, the following vulnerability has been resolved: RDMA/manaib: Disable RX steering on RSS QP destroy When an RSS QP is destroyed e.g. DPDK exit, manaibdestroyqprss destroys the RX WQ objects but does not disable vPort RX steering in firmware. This leaves stale steering...

5.5CVSS5.7AI score0.00129EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/05/28 12:2 a.m.16 views

CVE-2026-45946

A flaw was found in the Linux kernel's ab8500 power supply driver. A race condition exists during the deallocation of a power supply component and the unregistration of its interrupt handler. This can lead to the interrupt handler attempting to access memory that has already been freed, a conditi...

7.8CVSS5.8AI score0.0016EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2026/05/28 12:0 a.m.16 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from a double deallocation in the error path of the icesfethactivate function...

5.8AI score0.00138EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/05/27 11:27 p.m.14 views

CVE-2026-45959

A flaw was found in the Linux kernel's crypto: ccp module. An incorrect cleanup usage of the kfree function, which is used for memory deallocation, with a local pointer variable could lead to an invalid deallocation of a stack address. This issue can result in a system crash, causing a Denial of...

7.8CVSS5.8AI score0.00127EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/05/27 5:0 p.m.11 views

CVE-2026-46097

A flaw was found in the Linux kernel's edt-ft5x06 input driver. This vulnerability, a use-after-free, arises during the debugfs teardown, allowing debugfs files to be accessed after an associated buffer has been released. This could enable a local attacker to cause system instability or potential...

7.8CVSS5.8AI score0.00137EPSS
SaveExploits0References4
CVE
CVE
added 2026/05/27 12:15 p.m.40 views

CVE-2026-45867

The CVE-2026-45867 issue affects the Linux kernel power_supply subsystem (act8945a) and is caused by a race condition: requesting the IRQ with the devm_ path before the devm_ path that registers the power_supply handle can lead to use-after-free when the IRQ fires after the power_supply object is...

7.8CVSS5.8AI score0.00164EPSS
SaveExploits0References8Affected Software1
RedHat Linux
RedHat Linux
added 2026/05/27 5:41 a.m.18 views

kernel: scsi: qla2xxx: Fix improper freeing of purex item

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix improper freeing of purex item In qla2xxxprocesspurlsiocb, an item is allocated via qla27xxcopymultiplepkt, which internally calls qla24xxallocpurexitem. The qla24xxallocpurexitem function may return a...

9.8CVSS5.8AI score0.00373EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/05/27 12:0 a.m.22 views

CVE-2026-46068

In the Linux kernel, the following vulnerability has been resolved: crypto: nx - fix bounce buffer leaks in nx842cryptoalloc,freectx The bounce buffers are allocated with getfreepages using BOUNCEBUFFERORDER order 2 = 4 pages, but both the allocation error path and nx842cryptofreectx release the...

7.8CVSS5.5AI score0.00129EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2026/05/21 12:0 a.m.12 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the failure of zero-copy page fixing in the rdsmessagezcopyfromuser function. This failure does n...

7.8CVSS5.8AI score0.00299EPSS
SaveExploits3References2
RedHat Linux
RedHat Linux
added 2026/05/20 2:0 p.m.25 views

kernel: scsi: qla2xxx: Fix improper freeing of purex item

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix improper freeing of purex item In qla2xxxprocesspurlsiocb, an item is allocated via qla27xxcopymultiplepkt, which internally calls qla24xxallocpurexitem. The qla24xxallocpurexitem function may return a...

9.8CVSS5.9AI score0.00373EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/05/20 1:3 p.m.12 views

kernel: scsi: qla2xxx: Fix improper freeing of purex item

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix improper freeing of purex item In qla2xxxprocesspurlsiocb, an item is allocated via qla27xxcopymultiplepkt, which internally calls qla24xxallocpurexitem. The qla24xxallocpurexitem function may return a...

9.8CVSS5.9AI score0.00373EPSS
SaveExploits0References5
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.7 views

Astra Linux – Vulnerability in Linux 5.10, Linux

In the Linux kernel, the following vulnerabilities have been resolved: dmaengine: zynqmpdma: In struct zynqmpdmachan, the descsize data type was fixed. In the zynqmpdmaalloc/freechanresources functions, there is a potential overflow in the following expressions: dmaalloccoherentchan-dev, 2...

5.5CVSS6.5AI score0.00266EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.16 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, and Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: drm/lima: fixed a memory leak in limaheapalloc. When limavmmapbo fails, the resources need to be deallocated; otherwise, memory leaks will occur...

5.5CVSS6.2AI score0.0021EPSS
SaveExploits0References2
Rows per page
Query Builder