Lucene search
+L

35 matches found

NVD
NVD
added 2024/03/29 10:15 a.m.44 views

CVE-2023-52629

In the Linux kernel, the following vulnerability has been resolved: sh: push-switch: Reorder cleanup operations to avoid use-after-free bug The original code puts flushwork before timershutdownsync in switchdrvremove. Although we use flushwork to stop the worker, it could be rescheduled in...

8.4CVSS6.6AI score0.00242EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/03/29 10:15 a.m.45 views

CVE-2023-52629

In the Linux kernel, the following vulnerability has been resolved: sh: push-switch: Reorder cleanup operations to avoid use-after-free bug The original code puts flushwork before timershutdownsync in switchdrvremove. Although we use flushwork to stop the worker, it could be rescheduled in...

8.4CVSS6.2AI score0.00242EPSS
SaveExploits0References17
CVE
CVE
added 2024/03/29 9:13 a.m.137 views

CVE-2023-52629

CVE-2023-52629 – Linux kernel use-after-free fixed Root cause: in switch_drv_remove(), the worker (flush_work) could be rescheduled by switch_timer, causing a use-after-free when the code frees psw after timer or worker cleanup. Consequence: a potentially exploitable use-after-free condition with...

8.4CVSS8.1AI score0.00242EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/03/29 9:13 a.m.82 views

CVE-2023-52629

In the Linux kernel, the following vulnerability has been resolved: sh: push-switch: Reorder cleanup operations to avoid use-after-free bug The original code puts flushwork before timershutdownsync in switchdrvremove. Although we use flushwork to stop the worker, it could be rescheduled in...

8.4CVSS7.1AI score0.00242EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/01/25 9:43 a.m.10 views

kernel: vc_screen: move load of struct vc_data pointer in vcs_read() to avoid UAF

In the Linux kernel, the following vulnerability has been resolved: vcscreen: move load of struct vcdata pointer in vcsread to avoid UAF After a call to consoleunlock in vcsread the vcdata struct can be freed by vcdeallocate. Because of that, the struct vcdata pointer load must be done at the top...

7.8CVSS6.3AI score0.00279EPSS
SaveExploits0References5
RustSec
RustSec
added 2023/03/04 12:00 p.m.24 views

`maligned::align_first` causes incorrect deallocation

maligned::alignfirst manually allocates with an alignment larger than T, and then uses Vec::fromrawparts on that allocation to get a Vec. GlobalAlloc::dealloc requires that the layout argument must be the same layout that was used to allocate that block of memory. When deallocating, Box and Vec m...

2.2AI score
SaveExploits0
OSV
OSV
added 2022/09/17 12:33 a.m.14 views

GSD-2022-1005857 PCI: dwc: Deallocate EPC memory on dw_pcie_ep_init() errors

PCI: dwc: Deallocate EPC memory on dwpcieepinit errors This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.10.137 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/09/17 12:10 a.m.17 views

GSD-2022-1005601 PCI: dwc: Deallocate EPC memory on dw_pcie_ep_init() errors

PCI: dwc: Deallocate EPC memory on dwpcieepinit errors This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.15.61 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2022/09/16 11:43 p.m.15 views

GSD-2022-1005252 PCI: dwc: Deallocate EPC memory on dw_pcie_ep_init() errors

PCI: dwc: Deallocate EPC memory on dwpcieepinit errors This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.19.2 by commit...

7.2AI score
SaveExploits0
RustSec
RustSec
added 2020/08/20 12:00 p.m.28 views

StrcCtx deallocates a memory region that it doesn't own

StrcCtx deallocate a memory region that it doesn't own when StrcCtx is created without using StrcCtx::new. This can introduce memory safety issues such as double-free and use-after-free to client programs...

9.8CVSS2.9AI score0.01515EPSS
SaveExploits0
OSV
OSV
added 2020/08/20 12:00 p.m.39 views

RUSTSEC-2020-0032 StrcCtx deallocates a memory region that it doesn't own

StrcCtx deallocate a memory region that it doesn't own when StrcCtx is created without using StrcCtx::new. This can introduce memory safety issues such as double-free and use-after-free to client programs...

9.8CVSS9.6AI score0.01515EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2020/07/06 12:00 a.m.63 views

Ubuntu 18.04 LTS : Linux kernel vulnerabilities (USN-4412-1)

The remote Ubuntu 18.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-4412-1 advisory. Matthew Sheets discovered that the SELinux network label handling implementation in the Linux kernel could be coerced into de-referencing a NULL pointer....

6.7CVSS6.8AI score0.04505EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2020/07/06 12:00 a.m.75 views

Ubuntu 18.04 LTS : Linux kernel vulnerabilities (USN-4413-1)

The remote Ubuntu 18.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-4413-1 advisory. Matthew Sheets discovered that the SELinux network label handling implementation in the Linux kernel could be coerced into de-referencing a NULL pointer....

6.7CVSS6.8AI score0.04505EPSS
SaveExploits0References6
exploitpack
exploitpack
added 2018/06/06 12:00 a.m.23 views

Apple macOS Kernel - Use-After-Free Due to Lack of Locking in nvidia GeForce Driver

Apple macOS Kernel - Use-After-Free Due to Lack of Locking in nvidia GeForce Driver / nvDevice::SetAppSupportBits is external method 0x107 of the nvAccelerator IOService. It calls taskdeallocate without locking. Two threads can race calling this external method to drop two task references when on...

0.3AI score
SaveExploits0
Prion
Prion
added 2010/10/13 7:00 p.m.20 views

Memory corruption

Microsoft Windows Media Player WMP 9 through 12 does not properly deallocate objects during a browser reload action, which allows user-assisted remote attackers to execute arbitrary code via crafted media content referenced in an HTML document, aka "Windows Media Player Memory Corruption...

9.3CVSS7.9AI score0.23826EPSS
SaveExploits2References4Affected Software1
Rows per page
Query Builder