Lucene search
K

25 matches found

Positive Technologies
Positive Technologies
added 2026/01/05 12:0 a.m.3 views

PT-2026-3079

The SharedPointer::alloc implementation for sync::Arc and rc::Rc in rkyv/src/impls/alloc/rc/atomic.rs and rc.rs does not check if the allocator returns a null pointer on OOM Out of Memory. This null pointer can flow through to SharedPointer::from value, which calls Box::from rawptr with the null...

7.4AI score
Exploits0References4
RedHat Linux
RedHat Linux
added 2025/11/11 9:13 a.m.1 views

kernel: padata: fix UAF in padata_reorder

A use-after-free vulnerability was found in the Linux kernel's padata subsystem, in the padatareorder function. Caused by improper synchronization controls, this vulnerability can occur when a reference-counted data structure pd is decremented in one thread, freeing it, while another thread still...

7.8CVSS7.1AI score0.00025EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2025/11/11 8:21 a.m.2 views

kernel: padata: fix UAF in padata_reorder

A use-after-free vulnerability was found in the Linux kernel's padata subsystem, in the padatareorder function. Caused by improper synchronization controls, this vulnerability can occur when a reference-counted data structure pd is decremented in one thread, freeing it, while another thread still...

7.8CVSS7.1AI score0.00025EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2025/08/13 2:49 a.m.1 views

kernel: padata: fix UAF in padata_reorder

A use-after-free vulnerability was found in the Linux kernel's padata subsystem, in the padatareorder function. Caused by improper synchronization controls, this vulnerability can occur when a reference-counted data structure pd is decremented in one thread, freeing it, while another thread still...

7.8CVSS7.1AI score0.00025EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2025/08/11 2:20 p.m.1 views

kernel: padata: fix UAF in padata_reorder

A use-after-free vulnerability was found in the Linux kernel's padata subsystem, in the padatareorder function. Caused by improper synchronization controls, this vulnerability can occur when a reference-counted data structure pd is decremented in one thread, freeing it, while another thread still...

7.8CVSS7.1AI score0.00025EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2025/08/11 9:52 a.m.1 views

kernel: padata: fix UAF in padata_reorder

A use-after-free vulnerability was found in the Linux kernel's padata subsystem, in the padatareorder function. Caused by improper synchronization controls, this vulnerability can occur when a reference-counted data structure pd is decremented in one thread, freeing it, while another thread still...

7.8CVSS7.1AI score0.00025EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2025/08/11 9:43 a.m.1 views

kernel: padata: fix UAF in padata_reorder

A use-after-free vulnerability was found in the Linux kernel's padata subsystem, in the padatareorder function. Caused by improper synchronization controls, this vulnerability can occur when a reference-counted data structure pd is decremented in one thread, freeing it, while another thread still...

7.8CVSS7.1AI score0.00025EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2025/08/05 6:1 p.m.1 views

kernel: padata: fix UAF in padata_reorder

A use-after-free vulnerability was found in the Linux kernel's padata subsystem, in the padatareorder function. Caused by improper synchronization controls, this vulnerability can occur when a reference-counted data structure pd is decremented in one thread, freeing it, while another thread still...

7.8CVSS7.1AI score0.00025EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2025/08/04 3:19 p.m.2 views

kernel: padata: fix UAF in padata_reorder

A use-after-free vulnerability was found in the Linux kernel's padata subsystem, in the padatareorder function. Caused by improper synchronization controls, this vulnerability can occur when a reference-counted data structure pd is decremented in one thread, freeing it, while another thread still...

7.8CVSS7.1AI score0.00025EPSS
Exploits0References5
Github Security Blog
Github Security Blog
added 2025/03/24 4:6 p.m.7 views

pared Vulnerable to Use After Free in `Parc` and `Prc` Due to Missing Lifetime Constraints

Affected versions of this crate didn't provide sufficient lifetime constraints to conversion functions from alloc::sync::Arc and alloc::rc::Rc, which made it possible to create projections of these reference counted pointers. Unlike the original reference counted pointers, these projections could...

6.7AI score
Exploits0References4Affected Software1
OSV
OSV
added 2025/03/24 4:6 p.m.3 views

GHSA-VGMH-MQM4-8J88 pared Vulnerable to Use After Free in `Parc` and `Prc` Due to Missing Lifetime Constraints

Affected versions of this crate didn't provide sufficient lifetime constraints to conversion functions from alloc::sync::Arc and alloc::rc::Rc, which made it possible to create projections of these reference counted pointers. Unlike the original reference counted pointers, these projections could...

8.8CVSS6.7AI score
Exploits0References4
OSV
OSV
added 2025/03/13 12:0 p.m.3 views

RUSTSEC-2025-0016 Use after free in `Parc` and `Prc` due to missing lifetime constraints

Affected versions of this crate didn't provide sufficient lifetime constraints to conversion functions from alloc::sync::Arc and alloc::rc::Rc, which made it possible to create projections of these reference counted pointers. Unlike the original reference counted pointers, these projections could...

6.7AI score
Exploits0References3
RustSec
RustSec
added 2025/03/13 12:0 p.m.4 views

Use after free in `Parc` and `Prc` due to missing lifetime constraints

Affected versions of this crate didn't provide sufficient lifetime constraints to conversion functions from alloc::sync::Arc and alloc::rc::Rc, which made it possible to create projections of these reference counted pointers. Unlike the original reference counted pointers, these projections could...

6.7AI score
Exploits0Affected Software1
Cvelist
Cvelist
added 2024/07/16 8:3 a.m.19 views

CVE-2024-41008 drm/amdgpu: change vm->task_info handling

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: change vm-taskinfo handling This patch changes the handling and lifecycle of vm-taskinfo object. The major changes are: - vm-taskinfo is a dynamically allocated ptr now, and its uasge is reference counted. - introduci...

0.00017EPSS
Exploits0References1
OSV
OSV
added 2024/07/16 8:3 a.m.15 views

CVE-2024-41008 drm/amdgpu: change vm->task_info handling

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: change vm-taskinfo handling This patch changes the handling and lifecycle of vm-taskinfo object. The major changes are: - vm-taskinfo is a dynamically allocated ptr now, and its uasge is reference counted. - introduci...

5.5CVSS6AI score0.00017EPSS
Exploits0References4
OSV
OSV
added 2022/12/01 6:28 p.m.2 views

CLSA-2022-1669919330 kernel: Fix of CVE-2021-22543

KVM: do not allow mapping valid but non-reference-counted pages CVE-2021-22543...

8.7CVSS6.8AI score0.00014EPSS
Exploits1References1
CloudLinux
CloudLinux
added 2022/07/28 2:22 p.m.48 views

Fixed CVE-2021-22543 in kernel

KVM: do not allow mapping valid but non-reference-counted pages CVE-2021-22543...

8.7CVSS2.6AI score0.00014EPSS
Exploits1References1
OSV
OSV
added 2022/07/28 2:22 p.m.3 views

CLSA-2022-1659018147 Fixed CVE-2021-22543 in kernel

KVM: do not allow mapping valid but non-reference-counted pages CVE-2021-22543...

8.7CVSS6.8AI score0.00014EPSS
Exploits1References1
CloudLinux
CloudLinux
added 2022/07/28 2:18 p.m.57 views

Fixed CVE-2021-22543 in kernel

KVM: do not allow mapping valid but non-reference-counted pages CVE-2021-22543...

8.7CVSS2.6AI score0.00014EPSS
Exploits1References1
OSV
OSV
added 2021/08/25 8:55 p.m.2 views

GHSA-2GRH-HM3W-W7HV Race condition in tokio

When aborting a task with JoinHandle::abort, the future is dropped in the thread calling abort if the task is not currently being executed. This is incorrect for tasks spawned on a LocalSet. This can easily result in race conditions as many projects use Rc or RefCell in their Tokio tasks for bett...

5.9CVSS5.9AI score0.00341EPSS
Exploits1References5
Rows per page
Query Builder