Lucene search
+L

178 matches found

OSV
OSV
added 2025/05/20 4:01 p.m.11 views

CVE-2025-37952 ksmbd: Fix UAF in __close_file_table_ids

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix UAF in closefiletableids A use-after-free is possible if one thread destroys the file via ksmbdclosefd while another thread holds a reference to it. The existing checks on fp-refcount are not sufficient to prevent this...

8.8CVSS6AI score
SaveExploits0References7
CNNVD
CNNVD
added 2025/05/06 12:00 a.m.11 views

Qualcomm Chipsets 资源管理错误漏洞

Qualcomm Chipsets are a family of chipsets from Qualcomm Incorporated USA. A resource management error vulnerability exists in Qualcomm Chipsets that stems from a global mapping list contention condition that could lead to memory corruption during concurrent SSR execution...

7.8CVSS7AI score0.00104EPSS
SaveExploits0References1
Microsoft KB
Microsoft KB
added 2025/04/25 12:00 a.m.14 views

April 25, 2025-KB5056579 Cumulative Update for .NET Framework 3.5 and 4.8.1 for Windows 11, version 24H2

None None...

6.1AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/04/09 1:53 a.m.16 views

CVE-2025-32409

Ratta SuperNote A6 X2 Nomad before December 2024 allows remote code execution because an arbitrary firmware image signed with debug keys can be sent to TCP port 60002, and placed into the correct image-update location as a consequence of both directory traversal and unintended handling of...

8.1CVSS8.4AI score0.01107EPSS
SaveExploits0References1
NVD
NVD
added 2025/04/07 10:15 p.m.9 views

CVE-2025-32409

Ratta SuperNote A6 X2 Nomad before December 2024 allows remote code execution because an arbitrary firmware image signed with debug keys can be sent to TCP port 60002, and placed into the correct image-update location as a consequence of both directory traversal and unintended handling of...

8.1CVSS0.01107EPSS
SaveExploits0References1
CVE
CVE
added 2025/04/07 12:00 a.m.70 views

CVE-2025-32409

The CVE-2025-32409 entry relates to Ratta SuperNote A6 X2 Nomad (firmware prior to December 2024). A remote code execution is possible via sending an arbitrary firmware image (signed with debug keys) to TCP port 60002, placing it in the correct image-update location. The root cause combines direc...

8.1CVSS8.3AI score0.01107EPSS
SaveExploits0References1
NVD
NVD
added 2025/04/06 3:15 a.m.18 views

CVE-2024-58132

In chainmaker-go aka ChainMaker before 2.3.6, multiple updates to a single node's configuration can cause other normal nodes to perform concurrent read and write operations on a map, leading to a panic...

4CVSS0.00266EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2025/04/02 8:57 a.m.8 views

SUSE CVE-2025-21938

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix 'scheduling while atomic' in mptcppmnlappendnewlocaladdr If multiple connection requests attempt to create an implicit mptcp endpoint in parallel, more than one caller may end up in mptcppmnlappendnewlocaladdr because...

5.5CVSS7.5AI score0.00379EPSS
SaveExploits0References13
RedhatCVE
RedhatCVE
added 2025/03/29 5:42 p.m.15 views

CVE-2021-4454

In the Linux kernel, the following vulnerability has been resolved: can: j1939: fix errant WARNONONCE in j1939sessiondeactivate The conclusion "j1939sessiondeactivate should be called with a session ref-count of at least 2" is incorrect. In some concurrent scenarios, j1939sessiondeactivate can be...

3.3CVSS6.9AI score0.00569EPSS
SaveExploits0References4
CNVD
CNVD
added 2025/03/11 12:00 a.m.60 views

Huawei HarmonyOS Competitive Conditions Issue Vulnerability (CNVD-2025-07613)

Huawei HarmonyOS is an operating system from Huawei China. It provides a full-scenario distributed operating system based on a microkernel. Huawei HarmonyOS suffers from a Competitive Condition Issue vulnerability that stems from a multiple concurrency issue that affects availability. An attacker...

8.6CVSS6.7AI score0.00084EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/03/06 4:04 p.m.28 views

CVE-2025-21825 bpf: Cancel the running bpf_timer through kworker for PREEMPT_RT

In the Linux kernel, the following vulnerability has been resolved: bpf: Cancel the running bpftimer through kworker for PREEMPTRT During the update procedure, when overwrite element in a pre-allocated htab, the freeing of oldelement is protected by the bucket lock. The reason why the bucket lock...

7.8CVSS0.00175EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:00 a.m.20 views

Linux Distros Unpatched Vulnerability : CVE-2024-40998

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ext4: fix uninitialized ratelimitstate-lock access in ext4fillsuper In the following concurrency we will access the uninitialized rs-lock: ext4fillsuper...

5.5CVSS6.7AI score0.00271EPSS
SaveExploits0References4
NVD
NVD
added 2025/03/03 3:15 p.m.50 views

CVE-2025-1801

A flaw was found in the Ansible aap-gateway. Concurrent requests handled by the gateway grpc service can result in concurrency issues due to race condition requests against the proxy. This issue potentially allows a less privileged user to obtain the JWT of a greater privileged user, enabling the...

8.1CVSS0.00321EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/02/27 3:08 a.m.9 views

SUSE CVE-2022-49371

In the Linux kernel, the following vulnerability has been resolved: driver core: fix deadlock in deviceattach In deviceattach function, The lock holding logic is as follows: ... deviceattach devicelockdev // get lock dev asyncscheduledevdeviceattachasynchelper, dev; // func asyncschedulenode...

5.5CVSS6.5AI score0.00214EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/02/27 3:03 a.m.7 views

SUSE CVE-2022-49641

In the Linux kernel, the following vulnerability has been resolved: sysctl: Fix data races in procdouintvec. A sysctl variable is accessed concurrently, and there is always a chance of data-race. So, all readers and writers need some basic protection to avoid load/store-tearing. This patch change...

5.5CVSS6.4AI score0.00174EPSS
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2025/02/27 2:12 a.m.13 views

CVE-2025-21753 btrfs: fix use-after-free when attempting to join an aborted transaction

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free when attempting to join an aborted transaction When we are trying to join the current transaction and if it's aborted, we read its 'aborted' field after unlocking fsinfo-translock and without holding any...

7.8CVSS7.3AI score0.00257EPSS
SaveExploits0References8
NVD
NVD
added 2025/02/26 6:37 a.m.21 views

CVE-2021-47634

In the Linux kernel, the following vulnerability has been resolved: ubi: Fix race condition between ctrlcdevioctl and ubicdevioctl Hulk Robot reported a KASAN report about use-after-free: ================================================================== BUG: KASAN: use-after-free in...

7.8CVSS0.00293EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/02/26 2:23 a.m.10 views

CVE-2022-49632

In the Linux kernel, the following vulnerability has been resolved: icmp: Fix a data-race around sysctlicmperrorsuseinboundifaddr. While reading sysctlicmperrorsuseinboundifaddr, it can be changed concurrently. Thus, we need to add READONCE to its reader...

4.7CVSS5.3AI score0.00174EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/02/26 1:54 a.m.27 views

CVE-2021-47634 ubi: Fix race condition between ctrl_cdev_ioctl and ubi_cdev_ioctl

In the Linux kernel, the following vulnerability has been resolved: ubi: Fix race condition between ctrlcdevioctl and ubicdevioctl Hulk Robot reported a KASAN report about use-after-free: ================================================================== BUG: KASAN: use-after-free in...

0.00293EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2025/02/06 11:41 a.m.12 views

firefox: thunderbird: Use-after-free during concurrent delazification

A flaw was found in Firefox. The Mozilla Foundation's Security Advisory describes the following issue: A race during concurrent delazification could have led to a use-after-free...

9.8CVSS7.3AI score0.00452EPSS
SaveExploits0References10
Rows per page
Query Builder