Lucene search
K

41215 matches found

RedhatCVE
RedhatCVE
added yesterday1 views

CVE-2026-46270

A flaw was found in the Linux kernel's power supply driver, specifically in the rt9455 component. This vulnerability, a use-after-free, occurs due to a race condition during the system's shutdown process where an interrupt can access memory that has already been released. This can lead to system...

5.8AI score
Exploits0References4
RedhatCVE
RedhatCVE
added yesterday1 views

CVE-2026-46246

A flaw was found in the Linux kernel's pm8916lbc power supply driver. A race condition during device removal can cause a 'use-after-free' vulnerability, where the system attempts to access memory that has already been deallocated. This can lead to system instability, including crashes, effectivel...

5.8AI score
Exploits0References4
RedhatCVE
RedhatCVE
added yesterday1 views

CVE-2026-46267

A flaw was found in the Linux kernel's Near Field Communication NFC Host Controller Interface HCI Synchronous High-level Data Link Control SHDLC subsystem. This vulnerability arises because timers and work items can remain active and access freed SHDLC state and data queues during the...

5.9AI score
Exploits0References4
RedhatCVE
RedhatCVE
added yesterday4 views

CVE-2026-46259

A flaw was found in the Linux kernel's procfs component. When reading /proc/pid/stat, the dotaskstat function accesses task-realparent without proper Read-Copy-Update RCU protection. This missing protection creates a race condition, which can lead to a Use-After-Free UAF vulnerability. A local...

7CVSS5.8AI score
Exploits0References4
RedhatCVE
RedhatCVE
added yesterday3 views

CVE-2026-46272

A flaw was found in the Linux kernel's Coresight Trace Memory Controller TMC Embedded Trace Router ETR driver. A race condition can occur when both the sysfs and perf modes are used simultaneously. This can lead to a kernel warning, potentially causing system instability or unexpected behavior...

5.8AI score
Exploits0References4
NVD
NVD
added yesterday2 views

CVE-2026-46272

In the Linux kernel, the following vulnerability has been resolved: coresight: tmc-etr: Fix race condition between sysfs and perf mode When trying to run perf and sysfs mode simultaneously, the WARNON in tmcetrenablehw is triggered sometimes: WARNING: CPU: 42 PID: 3911571 at...

Exploits0References3
NVD
NVD
added yesterday3 views

CVE-2026-46267

In the Linux kernel, the following vulnerability has been resolved: nfc: hci: shdlc: Stop timers and work before freeing context llcshdlcdeinit purges SHDLC skb queues and frees the llcshdlc structure while its timers and state machine work may still be active. Timer callbacks can schedule smwork...

Exploits0References7
NVD
NVD
added yesterday2 views

CVE-2026-46270

In the Linux kernel, the following vulnerability has been resolved: power: supply: rt9455: Fix use-after-free in powersupplychanged Using the devm variant for requesting IRQ before the devm variant for allocating/registering the powersupply handle, means that the powersupply handle will be...

Exploits0References8
NVD
NVD
added yesterday3 views

CVE-2026-46246

In the Linux kernel, the following vulnerability has been resolved: power: supply: pm8916lbc: Fix use-after-free for extcon in IRQ handler Using the devm variant for requesting IRQ before the devm variant for allocating/registering the extcon handle, means that the extcon handle will be...

Exploits0References4
EUVD
EUVD
added yesterday2 views

EUVD-2026-34139

OP-TEE is a Trusted Execution Environment TEE designed as companion to a non-secure Linux kernel running on Arm; Cortex-A cores using the TrustZone technology. Starting in version 3.16.0 and prior to 4.11.0, a user-after-free UAF race condition exists in the shared memory teardown logic of FF-A...

7.8CVSS5.8AI score
Exploits0References1
CVE
CVE
added yesterday3 views

CVE-2026-40290

OP-TEE (Trusted Execution Environment) on Arm Cortex-A with TrustZone suffers a Use-After-Free race in FF-A shared-memory teardown when OP-TEE is configured as an SPMC for S-EL0 SPs (CFG_SECURE_PARTITION=y). The bug lies in sp_mem_remove() not acquiring the global sp_mem_lock before freeing entri...

7.8CVSS5.8AI score
Exploits0References1
CVE
CVE
added yesterday2 views

CVE-2026-46272

CVE-2026-46272 affects the Linux kernel coresight: tmc-etr. The issue is a race between sysfs mode and perf mode when enabling the hardware, triggered by a WARN_ON in tmc_etr_enable_hw() if both paths run concurrently. The root cause is a two-step sequence: sysfs buffer allocation and hardware en...

5.9AI score
Exploits0References3
Cvelist
Cvelist
added yesterday2 views

CVE-2026-46272 coresight: tmc-etr: Fix race condition between sysfs and perf mode

In the Linux kernel, the following vulnerability has been resolved: coresight: tmc-etr: Fix race condition between sysfs and perf mode When trying to run perf and sysfs mode simultaneously, the WARNON in tmcetrenablehw is triggered sometimes: WARNING: CPU: 42 PID: 3911571 at...

Exploits0References3
ATTACKERKB
ATTACKERKB
added yesterday1 views

CVE-2026-46272

In the Linux kernel, the following vulnerability has been resolved: coresight: tmc-etr: Fix race condition between sysfs and perf mode When trying to run perf and sysfs mode simultaneously, the WARNON in tmcetrenablehw is triggered sometimes: WARNING: CPU: 42 PID: 3911571 at...

5.8AI score
Exploits0References4Affected Software1
EUVD
EUVD
added yesterday2 views

EUVD-2026-34134

In the Linux kernel, the following vulnerability has been resolved: coresight: tmc-etr: Fix race condition between sysfs and perf mode When trying to run perf and sysfs mode simultaneously, the WARNON in tmcetrenablehw is triggered sometimes: WARNING: CPU: 42 PID: 3911571 at...

5.9AI score
Exploits0References3
EUVD
EUVD
added yesterday2 views

EUVD-2026-34132

In the Linux kernel, the following vulnerability has been resolved: power: supply: rt9455: Fix use-after-free in powersupplychanged Using the devm variant for requesting IRQ before the devm variant for allocating/registering the powersupply handle, means that the powersupply handle will be...

5.8AI score
Exploits0References8
ATTACKERKB
ATTACKERKB
added yesterday2 views

CVE-2026-46270

In the Linux kernel, the following vulnerability has been resolved: power: supply: rt9455: Fix use-after-free in powersupplychanged Using the devm variant for requesting IRQ before the devm variant for allocating/registering the powersupply handle, means that the powersupply handle will be...

5.8AI score
Exploits0References9Affected Software1
CVE
CVE
added yesterday3 views

CVE-2026-46267

In the Linux kernel NFC stack (nfc: hci: shdlc), llc_shdlc_deinit() frees the llc_shdlc context while SHDLC timers and state-machine work may still be active. Timer callbacks can schedule sm_work, which accesses SHDLC state and skb queues. If teardown runs concurrently with queued or running work...

5.7AI score
Exploits0References7
Cvelist
Cvelist
added yesterday3 views

CVE-2026-46267 nfc: hci: shdlc: Stop timers and work before freeing context

In the Linux kernel, the following vulnerability has been resolved: nfc: hci: shdlc: Stop timers and work before freeing context llcshdlcdeinit purges SHDLC skb queues and frees the llcshdlc structure while its timers and state machine work may still be active. Timer callbacks can schedule smwork...

Exploits0References7
ATTACKERKB
ATTACKERKB
added yesterday2 views

CVE-2026-46267

In the Linux kernel, the following vulnerability has been resolved: nfc: hci: shdlc: Stop timers and work before freeing context llcshdlcdeinit purges SHDLC skb queues and frees the llcshdlc structure while its timers and state machine work may still be active. Timer callbacks can schedule smwork...

5.7AI score
Exploits0References8Affected Software1
Rows per page
Query Builder