CVE-2023-54239
Integer Overflow in Linux Kernel iommufd Driver Causing WARN_ON
Publication date: 2025-12-30
Last updated on: 2025-12-30
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.3.0-rc2 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's iommufd driver involves an integer overflow when setting up a memory map with a user virtual address (VA) that wraps past zero. This can trigger kernel warnings (WARN_ONs) due to improper handling of user page pinning, specifically when pin_user_pages returns 0 because of invalid arguments. The issue arises from not properly checking for overflow conditions when creating pages with a user pointer and size, which could lead to unexpected behavior or kernel instability.
How can this vulnerability impact me? :
This vulnerability can cause kernel warnings and potentially lead to instability or crashes in the Linux kernel when the iommufd driver processes certain user memory mappings. This could affect system reliability and security, especially if exploited to cause denial of service or other unintended kernel behavior.