Lucene search
+L

73 matches found

SUSE CVE
SUSE CVE
added 2026/04/23 1:26 a.m.13 views

SUSE CVE-2026-31445

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: avoid use of half-online-committed context One major usage of damoncall is online DAMON parameters update. It is done by calling damoncommitctx inside the damoncall callback function. damoncommitctx can fail for tw...

5.6AI score0.00121EPSS
SaveExploits0References3
NVD
NVD
added 2026/04/22 2:16 p.m.11 views

CVE-2026-31445

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: avoid use of half-online-committed context One major usage of damoncall is online DAMON parameters update. It is done by calling damoncommitctx inside the damoncall callback function. damoncommitctx can fail for tw...

5.5CVSS0.00121EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/04/22 1:53 p.m.40 views

CVE-2026-31445 mm/damon/core: avoid use of half-online-committed context

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: avoid use of half-online-committed context One major usage of damoncall is online DAMON parameters update. It is done by calling damoncommitctx inside the damoncall callback function. damoncommitctx can fail for tw...

0.00121EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/22 1:53 p.m.9 views

CVE-2026-31445 mm/damon/core: avoid use of half-online-committed context

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: avoid use of half-online-committed context One major usage of damoncall is online DAMON parameters update. It is done by calling damoncommitctx inside the damoncall callback function. damoncommitctx can fail for tw...

5.9AI score
SaveExploits0References6
CVE
CVE
added 2026/04/22 1:53 p.m.27 views

CVE-2026-31445

In CVE-2026-31445, the Linux kernel vulnerability stems from damon_commit_ctx() potentially failing during online DAMON parameter updates, leaving the damon_ctx partially updated or corrupted. The fix adds damon_ctx->maybe_corrupted and makes kdamond_call() and related code check this flag aft...

5.5CVSS5.6AI score0.00121EPSS
SaveExploits0References3Affected Software1
CNNVD
CNNVD
added 2026/04/22 12:00 a.m.20 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, where the damoncommitctx function may update the context due to memory allocation failures, potentially allowing...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/04/22 12:00 a.m.12 views

PT-2026-34350

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: avoid use of half-online-committed context One major usage of damon call is online DAMON parameters update. It is done by calling damon commit ctx inside the damon call callback function. damon commit ctx can fail...

5.6AI score0.00121EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/01/26 12:24 a.m.20 views

SUSE CVE-2026-23012

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: remove callcontrol in inactive contexts If damoncall is executed against a DAMON context that is not running, the function returns error while keeping the damoncallcontrol object linked to the context's callcontrol...

7.8CVSS5.3AI score0.00154EPSS
SaveExploits0References3
NVD
NVD
added 2026/01/25 3:15 p.m.15 views

CVE-2026-23012

In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: remove callcontrol in inactive contexts If damoncall is executed against a DAMON context that is not running, the function returns error while keeping the damoncallcontrol object linked to the context's callcontrol...

7.8CVSS0.00154EPSS
SaveExploits0References2
CVE
CVE
added 2026/01/25 2:36 p.m.54 views

CVE-2026-23012

CVE-2026-23012 affects the Linux kernel (mm/damon/core): a use-after-free in damon_call_control handling when a DAMON context is inactive. If damon_call() runs against a non-running context, the call returns an error but the damon_call_control object remains linked to the context’s call_controls ...

7.8CVSS5.3AI score0.00154EPSS
SaveExploits0References2Affected Software1
AstraLinux
AstraLinux
added 2026/01/13 2:01 p.m.7 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: fixed a use-after-free in stateshow stateshow reads kdamond-damonctx without holding damonsysfslock. This allows for a use-after-free race condition: CPU 0 CPU 1 ----- ----- stateshow damonsysfsturndamonon ctx =...

7.8CVSS6.7AI score0.0015EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/12/05 4:14 p.m.9 views

CVE-2025-40228

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: catch commit test ctx alloc failure Patch series "mm/damon/sysfs: fix commit test damonctx deallocation". DAMON sysfs interface dynamically allocates and uses a damonctx object for testing if given inputs for onli...

5.8AI score0.00186EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/05 12:26 a.m.7 views

SUSE CVE-2025-40227

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: dealloc commit test ctx always The damonctx for testing online DAMON parameters commit inputs is deallocated only when the test fails. This means memory is leaked for every successful online DAMON parameters commi...

6.5AI score0.00186EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/12/05 12:25 a.m.11 views

SUSE CVE-2025-40228

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: catch commit test ctx alloc failure Patch series "mm/damon/sysfs: fix commit test damonctx deallocation". DAMON sysfs interface dynamically allocates and uses a damonctx object for testing if given inputs for onli...

6.5AI score0.00186EPSS
SaveExploits0References3
NVD
NVD
added 2025/12/04 4:16 p.m.8 views

CVE-2025-40227

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: dealloc commit test ctx always The damonctx for testing online DAMON parameters commit inputs is deallocated only when the test fails. This means memory is leaked for every successful online DAMON parameters commi...

0.00186EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/04 4:16 p.m.12 views

UBUNTU-CVE-2025-40228

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: catch commit test ctx alloc failure Patch series "mm/damon/sysfs: fix commit test damonctx deallocation". DAMON sysfs interface dynamically allocates and uses a damonctx object for testing if given inputs for onli...

5.7AI score0.00186EPSS
SaveExploits0References10
OSV
OSV
added 2025/12/04 3:31 p.m.15 views

CVE-2025-40228 mm/damon/sysfs: catch commit test ctx alloc failure

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: catch commit test ctx alloc failure Patch series "mm/damon/sysfs: fix commit test damonctx deallocation". DAMON sysfs interface dynamically allocates and uses a damonctx object for testing if given inputs for onli...

6.4AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/04 3:31 p.m.40 views

CVE-2025-40228 mm/damon/sysfs: catch commit test ctx alloc failure

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: catch commit test ctx alloc failure Patch series "mm/damon/sysfs: fix commit test damonctx deallocation". DAMON sysfs interface dynamically allocates and uses a damonctx object for testing if given inputs for onli...

0.00186EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/12/04 3:31 p.m.15 views

EUVD-2025-201231

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: catch commit test ctx alloc failure Patch series "mm/damon/sysfs: fix commit test damonctx deallocation". DAMON sysfs interface dynamically allocates and uses a damonctx object for testing if given inputs for onli...

6AI score0.00186EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/12/04 3:31 p.m.36 views

CVE-2025-40227 mm/damon/sysfs: dealloc commit test ctx always

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: dealloc commit test ctx always The damonctx for testing online DAMON parameters commit inputs is deallocated only when the test fails. This means memory is leaked for every successful online DAMON parameters commi...

0.00186EPSS
SaveExploits0References2
Rows per page
Query Builder