Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-74645

Published Aug 22, 2026 EPSS 0.15% (5th pctl)

Overview

CVE-2026-74645 is a known-severity vulnerability. It was published on August 22, 2026.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

mm/damon/lru_sort: error out for >10000 active_mem_bp

damos_quota_score() can trigger division by zero if the target value is

zero. DAMON_LRU_SORT lets users set the target value for the hot memory

scheme via active_mem_bp parameter. It avoids setting it as the target

value if the parameter value is zero. However, it also sets the cold

memory scheme with a target value that is calculated as '10000 -

active_mem_bp + 2'. Hence, if a user sets active_mem_bp 10002, the cold

memory scheme's quota goal target value can be zero. As a result,

division by zero can be triggered. Fix by returning an error when the

user tries to start DAMON with >10000 active_mem_bp parameter value.

It makes no sense to set active_mem_bp with 10002. It also requires

module parameters write permission to reproduce the issue. That said, the

consequence is quite bad.

One reliable way to reproduce the issue is like below:

# cd /sys/mo

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-74645?

CVE-2026-74645 is a known-severity vulnerability. It was published on August 22, 2026.

How severe is CVE-2026-74645?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

How do I fix or remediate CVE-2026-74645?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-74645?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-74645 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.