CVE-2025-40353
BaseFortify
Publication date: 2025-12-16
Last updated on: 2025-12-18
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability involves the arm64 architecture in the Linux kernel where the copy_highpage() function incorrectly warns if a memory page is already tagged with MTE (Memory Tagging Extension). The function assumes the destination page is newly allocated and not tagged, but due to changes in the kernel's memory migration process, the same page can be copied to multiple times, causing unnecessary warnings. The fix removes this warning to prevent false alerts.
How can this vulnerability impact me? :
The impact of this vulnerability is primarily related to misleading warnings during memory page copying on arm64 systems. It does not cause incorrect behavior or security issues but may cause confusion or unnecessary log noise for developers or system administrators monitoring kernel messages.