usb: gadget: f_ncm: Use unsigned int for ndp_index
Summary
| CVE | CVE-2026-74679 |
| State | PUBLISHED |
| Assigner | Linux |
| Source Priority | CVE Program / NVD first with legacy fallback |
| Published | 2026-08-22 16:16:42 UTC |
| Updated | 2026-08-22 16:16:42 UTC |
| Description | In the Linux kernel, the following vulnerability has been resolved:
usb: gadget: f_ncm: Use unsigned int for ndp_index
The variable ndp_index is declared as a signed integer, but it stores
the return value of get_ncm(), which is unsigned.
A malicious host can supply a large offset that overflows the signed
ndp_index, making it negative. Because ndp_index is compared against
unsigned bounds, this negative value bypasses sanity checks and leads
to an out-of-bounds read when calculating the address of the NDP
block (ntb_ptr + ndp_index).
Fix this by changing ndp_index to unsigned int to ensure consistent
unsigned comparisons throughout the function. |
Vendor Declared Affected Products
| Source | Vendor | Product | Version | Platforms |
|---|
| CNA |
Linux |
Linux |
affected 370af734dfaf8336b496b386e194648e097e248a 9c8c6825a750fcd3efbe922847ca70ccd5a66857 git |
Not specified |
| CNA |
Linux |
Linux |
affected 370af734dfaf8336b496b386e194648e097e248a a1c0deeba4a46481543d6b09c665f758c54c3a1a git |
Not specified |
| CNA |
Linux |
Linux |
affected 370af734dfaf8336b496b386e194648e097e248a d13f650a3485b58c124b3cda45597e8002c9c833 git |
Not specified |
| CNA |
Linux |
Linux |
affected 370af734dfaf8336b496b386e194648e097e248a 11413d7ed42174b8f5d8d0b6a25d10dc88239b21 git |
Not specified |
| CNA |
Linux |
Linux |
affected 370af734dfaf8336b496b386e194648e097e248a 5b2b3a3229a3f4c493ffdee53aee2f173b6f13b3 git |
Not specified |
| CNA |
Linux |
Linux |
affected 370af734dfaf8336b496b386e194648e097e248a d328fdc607fa1bb668ad512e1c918a120f78f337 git |
Not specified |
| CNA |
Linux |
Linux |
affected 370af734dfaf8336b496b386e194648e097e248a fc9e54e22845c4da29588ca0986cb7c795b5a262 git |
Not specified |
| CNA |
Linux |
Linux |
affected 370af734dfaf8336b496b386e194648e097e248a 6b1c8a9403a26cb0fed7a648916c74dc236da591 git |
Not specified |
| CNA |
Linux |
Linux |
affected 3.17 |
Not specified |
| CNA |
Linux |
Linux |
unaffected 3.17 semver |
Not specified |
| CNA |
Linux |
Linux |
unaffected 5.10.265 5.10.* semver |
Not specified |
| CNA |
Linux |
Linux |
unaffected 5.15.216 5.15.* semver |
Not specified |
| CNA |
Linux |
Linux |
unaffected 6.1.183 6.1.* semver |
Not specified |
| CNA |
Linux |
Linux |
unaffected 6.6.152 6.6.* semver |
Not specified |
| CNA |
Linux |
Linux |
unaffected 6.12.104 6.12.* semver |
Not specified |
| CNA |
Linux |
Linux |
unaffected 6.18.45 6.18.* semver |
Not specified |
| CNA |
Linux |
Linux |
unaffected 7.1.9 7.1.* semver |
Not specified |
| CNA |
Linux |
Linux |
unaffected 7.2 * original_commit_for_fix |
Not specified |
References
| Reference | Source | Link | Tags |
|---|
| git.kernel.org/stable/c/d13f650a3485b58c124b3cda45597e8002c9c833 |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
git.kernel.org |
|
| git.kernel.org/stable/c/6b1c8a9403a26cb0fed7a648916c74dc236da591 |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
git.kernel.org |
|
| git.kernel.org/stable/c/d328fdc607fa1bb668ad512e1c918a120f78f337 |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
git.kernel.org |
|
| git.kernel.org/stable/c/5b2b3a3229a3f4c493ffdee53aee2f173b6f13b3 |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
git.kernel.org |
|
| git.kernel.org/stable/c/9c8c6825a750fcd3efbe922847ca70ccd5a66857 |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
git.kernel.org |
|
| git.kernel.org/stable/c/11413d7ed42174b8f5d8d0b6a25d10dc88239b21 |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
git.kernel.org |
|
| git.kernel.org/stable/c/a1c0deeba4a46481543d6b09c665f758c54c3a1a |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
git.kernel.org |
|
| git.kernel.org/stable/c/fc9e54e22845c4da29588ca0986cb7c795b5a262 |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
git.kernel.org |
|
| CVE Program record |
CVE.ORG |
www.cve.org |
canonical |
| NVD vulnerability detail |
NVD |
nvd.nist.gov |
canonical, analysis |
No vendor comments have been submitted for this CVE.
There are currently no legacy QID mappings associated with this CVE.