CVE-2023-53513
BaseFortify
Publication date: 2025-10-01
Last updated on: 2026-04-06
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
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 nbd (network block device) subsystem involves incomplete validation of an ioctl argument. Specifically, the argument passed to nbd_ioctl can be too large, causing signed integer overflow and unexpected behavior when the argument is cast to a smaller integer type. This can lead to undefined behavior and potential errors in kernel operations related to block device writes.
How can this vulnerability impact me? :
The vulnerability can cause kernel errors due to integer overflow when handling certain ioctl arguments in the nbd subsystem. This may lead to unexpected results or instability in the system's block device operations, potentially affecting system reliability or causing crashes.