Bug 2400612 (CVE-2025-39916) - CVE-2025-39916 kernel: mm/damon/reclaim: avoid divide-by-zero in damon_reclaim_apply_parameters()
Summary: CVE-2025-39916 kernel: mm/damon/reclaim: avoid divide-by-zero in damon_reclai...
Keywords:
Status: NEW
Alias: CVE-2025-39916
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-10-01 08:02 UTC by OSIDB Bzimport
Modified: 2025-10-02 11:19 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-10-01 08:02:33 UTC
In the Linux kernel, the following vulnerability has been resolved:

mm/damon/reclaim: avoid divide-by-zero in damon_reclaim_apply_parameters()

When creating a new scheme of DAMON_RECLAIM, the calculation of
'min_age_region' uses 'aggr_interval' as the divisor, which may lead to
division-by-zero errors.  Fix it by directly returning -EINVAL when such a
case occurs.


Note You need to log in before you can comment on or make changes to this bug.