Lucene search
K

334 matches found

OSV
OSV
added 2025/05/01 3:16 p.m.1 views

DEBIAN-CVE-2022-49815

In the Linux kernel, the following vulnerability has been resolved: erofs: fix missing xasretry in fscache mode The xarray iteration only holds the RCU read lock and thus may encounter XARETRYENTRY if there's process modifying the xarray concurrently. This will cause oops when referring to the...

5.5CVSS5.4AI score0.00074EPSS
Exploits0References1
OSV
OSV
added 2025/05/01 3:16 p.m.1 views

DEBIAN-CVE-2022-49810

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix missing xasretry calls in xarray iteration netfslib has a number of places in which it performs iteration of an xarray whilst being under the RCU read lock. It should call xasretry as the first thing inside of the loop...

5.5CVSS5.5AI score0.00074EPSS
Exploits0References1
OSV
OSV
added 2025/05/01 3:16 p.m.0 views

UBUNTU-CVE-2022-49810

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix missing xasretry calls in xarray iteration netfslib has a number of places in which it performs iteration of an xarray whilst being under the RCU read lock. It should call xasretry as the first thing inside of the loop...

5.5CVSS6.1AI score0.00074EPSS
Exploits0References5
OSV
OSV
added 2025/05/01 2:9 p.m.5 views

CVE-2022-49815 erofs: fix missing xas_retry() in fscache mode

In the Linux kernel, the following vulnerability has been resolved: erofs: fix missing xasretry in fscache mode The xarray iteration only holds the RCU read lock and thus may encounter XARETRYENTRY if there's process modifying the xarray concurrently. This will cause oops when referring to the...

5.5CVSS6AI score0.00074EPSS
Exploits0References5
CVE
CVE
added 2025/05/01 2:9 p.m.111 views

CVE-2022-49815

CVE-2022-49815 : In the Linux kernel, the erofs fix adds a missing xas_retry() in fscache mode during xarray iteration. The iteration currently holds only the RCU read lock and may encounter XA_RETRY_ENTRY when an entry is modified concurrently, which could cause an oops when dereferencing an inv...

5.5CVSS6.5AI score0.00074EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2025/05/01 2:9 p.m.6 views

CVE-2022-49810 netfs: Fix missing xas_retry() calls in xarray iteration

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix missing xasretry calls in xarray iteration netfslib has a number of places in which it performs iteration of an xarray whilst being under the RCU read lock. It should call xasretry as the first thing inside of the loop...

5.5CVSS6AI score0.00074EPSS
Exploits0References5
Cvelist
Cvelist
added 2025/05/01 2:9 p.m.8 views

CVE-2022-49810 netfs: Fix missing xas_retry() calls in xarray iteration

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix missing xasretry calls in xarray iteration netfslib has a number of places in which it performs iteration of an xarray whilst being under the RCU read lock. It should call xasretry as the first thing inside of the loop...

0.00074EPSS
Exploits0References2
Debian CVE
Debian CVE
added 2025/05/01 2:9 p.m.5 views

CVE-2022-49810

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix missing xasretry calls in xarray iteration netfslib has a number of places in which it performs iteration of an xarray whilst being under the RCU read lock. It should call xasretry as the first thing inside of the loop...

5.5CVSS5.5AI score0.00074EPSS
Exploits0
CVE
CVE
added 2025/05/01 2:9 p.m.72 views

CVE-2022-49810

The CVE-2022-49810 issue affects the Linux kernel netfs/xarray iteration under RCUp where missing xas_retry() checks could cause a NULL-pointer dereference in netfs_rreq_unlock and related code paths. Connected documents confirm the root cause in netfslib’s xarray iteration under RCU read lock an...

5.5CVSS6.5AI score0.00074EPSS
Exploits0References2Affected Software1
CNNVD
CNNVD
added 2025/05/01 12:0 a.m.1 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from a lack of retry checking for xarray iteration in netfs, which could lead to null pointer dereferencing...

5.5CVSS6.3AI score0.00074EPSS
Exploits0References2
SUSE CVE
SUSE CVE
added 2025/04/23 2:38 a.m.1 views

SUSE CVE-2025-22100

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix race condition when gathering fdinfo group samples Commit e16635d88fa0 "drm/panthor: add DRM fdinfo support" failed to protect access to groups with an xarray lock, which could lead to use-after-free errors...

4.7CVSS6.4AI score0.00217EPSS
Exploits0References3
OSV
OSV
added 2025/04/16 3:16 p.m.0 views

UBUNTU-CVE-2025-22100

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix race condition when gathering fdinfo group samples Commit e16635d88fa0 "drm/panthor: add DRM fdinfo support" failed to protect access to groups with an xarray lock, which could lead to use-after-free errors...

4.7CVSS5.8AI score0.00217EPSS
Exploits0References9
Tenable Nessus
Tenable Nessus
added 2025/04/11 12:0 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2025-22015

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: mm/migrate: fix shmem xarray update during migration A shmem folio can be either in page cac...

5.5CVSS6.1AI score0.0003EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2025/04/09 1:33 a.m.1 views

SUSE CVE-2025-22015

In the Linux kernel, the following vulnerability has been resolved: mm/migrate: fix shmem xarray update during migration A shmem folio can be either in page cache or in swap cache, but not at the same time. Namely, once it is in swap cache, folio-mapping should be NULL, and the folio is no longer...

5.5CVSS7.6AI score0.0003EPSS
Exploits0References15
NVD
NVD
added 2025/04/08 9:15 a.m.16 views

CVE-2025-22015

In the Linux kernel, the following vulnerability has been resolved: mm/migrate: fix shmem xarray update during migration A shmem folio can be either in page cache or in swap cache, but not at the same time. Namely, once it is in swap cache, folio-mapping should be NULL, and the folio is no longer...

5.5CVSS0.0003EPSS
Exploits0References6
OSV
OSV
added 2025/04/08 9:15 a.m.1 views

DEBIAN-CVE-2025-22015

In the Linux kernel, the following vulnerability has been resolved: mm/migrate: fix shmem xarray update during migration A shmem folio can be either in page cache or in swap cache, but not at the same time. Namely, once it is in swap cache, folio-mapping should be NULL, and the folio is no longer...

5.5CVSS5.6AI score0.0003EPSS
Exploits0References1
OSV
OSV
added 2025/04/08 9:15 a.m.0 views

UBUNTU-CVE-2025-22015

In the Linux kernel, the following vulnerability has been resolved: mm/migrate: fix shmem xarray update during migration A shmem folio can be either in page cache or in swap cache, but not at the same time. Namely, once it is in swap cache, folio-mapping should be NULL, and the folio is no longer...

5.5CVSS6.4AI score0.0003EPSS
Exploits0References26
CVE
CVE
added 2025/04/08 8:18 a.m.109 views

CVE-2025-22015

CVE-2025-22015 : In the Linux kernel, the vulnerability lies in mm/migrate where a shmem folio can be in page cache or swap cache but not both. The root cause is that __folio_migrate_mapping() used folio_test_swapbacked() to determine how many xarray entries to update, which conflates shmem in pa...

5.5CVSS7.1AI score0.0003EPSS
Exploits0References6Affected Software1
OSV
OSV
added 2025/04/08 8:18 a.m.8 views

CVE-2025-22015 mm/migrate: fix shmem xarray update during migration

In the Linux kernel, the following vulnerability has been resolved: mm/migrate: fix shmem xarray update during migration A shmem folio can be either in page cache or in swap cache, but not at the same time. Namely, once it is in swap cache, folio-mapping should be NULL, and the folio is no longer...

5.5CVSS6.2AI score0.0003EPSS
Exploits0References9
Cvelist
Cvelist
added 2025/04/08 8:18 a.m.11 views

CVE-2025-22015 mm/migrate: fix shmem xarray update during migration

In the Linux kernel, the following vulnerability has been resolved: mm/migrate: fix shmem xarray update during migration A shmem folio can be either in page cache or in swap cache, but not at the same time. Namely, once it is in swap cache, folio-mapping should be NULL, and the folio is no longer...

0.0003EPSS
Exploits0References5
Rows per page
Query Builder