{"api_version":"1","generated_at":"2026-09-26T12:44:13+00:00","cve":"CVE-2026-90328","urls":{"html":"https://cve.report/CVE-2026-90328","api":"https://cve.report/api/cve/CVE-2026-90328.json","docs":"https://cve.report/api","cve_org":"https://www.cve.org/CVERecord?id=CVE-2026-90328","nvd":"https://nvd.nist.gov/vuln/detail/CVE-2026-90328"},"summary":{"title":"HID: steam: Reject short reads","description":"In the Linux kernel, the following vulnerability has been resolved:\n\nHID: steam: Reject short reads\n\nSteam Controller FEATURE reports encode the size of the message in the\nmessage itself. Previously we were trusting that the size reported matched\nthe size we actually read, leading to a potential issue with short reads.\nInstead, we should actually verify the length of the read.","state":"PUBLISHED","assigner":"Linux","published_at":"2026-09-17 17:17:30","updated_at":"2026-09-17 17:17:30"},"problem_types":[],"metrics":[],"references":[{"url":"https://git.kernel.org/stable/c/f694ea0ead544080949e409a7c6885ee1fc77a98","name":"https://git.kernel.org/stable/c/f694ea0ead544080949e409a7c6885ee1fc77a98","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/93c5cc35bcd9f62db589a21945b49691dccdd99d","name":"https://git.kernel.org/stable/c/93c5cc35bcd9f62db589a21945b49691dccdd99d","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/33ff7b49c38b39b1f3d27db508ac0720fb25c08a","name":"https://git.kernel.org/stable/c/33ff7b49c38b39b1f3d27db508ac0720fb25c08a","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://www.cve.org/CVERecord?id=CVE-2026-90328","name":"CVE Program record","refsource":"CVE.ORG","tags":["canonical"]},{"url":"https://nvd.nist.gov/vuln/detail/CVE-2026-90328","name":"NVD vulnerability detail","refsource":"NVD","tags":["canonical","analysis"]}],"affected":[{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected c164d6abf3841ffacfdb757c10616f9cb1f67276 f694ea0ead544080949e409a7c6885ee1fc77a98 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected c164d6abf3841ffacfdb757c10616f9cb1f67276 93c5cc35bcd9f62db589a21945b49691dccdd99d git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected c164d6abf3841ffacfdb757c10616f9cb1f67276 33ff7b49c38b39b1f3d27db508ac0720fb25c08a git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 4.18","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 4.18 semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 6.18.52 6.18.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 7.2.6 7.2.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 7.3-rc1 * original_commit_for_fix","platforms":[]}],"timeline":[],"solutions":[],"workarounds":[],"exploits":[],"credits":[],"nvd_cpes":[],"vendor_comments":[],"enrichments":{"kev":null,"epss":null,"legacy_qids":[]},"source_records":{"cve_program":{"containers":{"cna":{"affected":[{"defaultStatus":"unaffected","product":"Linux","programFiles":["drivers/hid/hid-steam.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","vendor":"Linux","versions":[{"lessThan":"f694ea0ead544080949e409a7c6885ee1fc77a98","status":"affected","version":"c164d6abf3841ffacfdb757c10616f9cb1f67276","versionType":"git"},{"lessThan":"93c5cc35bcd9f62db589a21945b49691dccdd99d","status":"affected","version":"c164d6abf3841ffacfdb757c10616f9cb1f67276","versionType":"git"},{"lessThan":"33ff7b49c38b39b1f3d27db508ac0720fb25c08a","status":"affected","version":"c164d6abf3841ffacfdb757c10616f9cb1f67276","versionType":"git"}]},{"defaultStatus":"affected","product":"Linux","programFiles":["drivers/hid/hid-steam.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","vendor":"Linux","versions":[{"status":"affected","version":"4.18"},{"lessThan":"4.18","status":"unaffected","version":"0","versionType":"semver"},{"lessThanOrEqual":"6.18.*","status":"unaffected","version":"6.18.52","versionType":"semver"},{"lessThanOrEqual":"7.2.*","status":"unaffected","version":"7.2.6","versionType":"semver"},{"lessThanOrEqual":"*","status":"unaffected","version":"7.3-rc1","versionType":"original_commit_for_fix"}]}],"cpeApplicability":[{"nodes":[{"cpeMatch":[{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"6.18.52","versionStartIncluding":"4.18","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"7.2.6","versionStartIncluding":"4.18","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"7.3-rc1","versionStartIncluding":"4.18","vulnerable":true}],"negate":false,"operator":"OR"}]}],"descriptions":[{"lang":"en","value":"In the Linux kernel, the following vulnerability has been resolved:\n\nHID: steam: Reject short reads\n\nSteam Controller FEATURE reports encode the size of the message in the\nmessage itself. Previously we were trusting that the size reported matched\nthe size we actually read, leading to a potential issue with short reads.\nInstead, we should actually verify the length of the read."}],"providerMetadata":{"dateUpdated":"2026-09-17T16:08:42.642Z","orgId":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","shortName":"Linux"},"references":[{"url":"https://git.kernel.org/stable/c/f694ea0ead544080949e409a7c6885ee1fc77a98"},{"url":"https://git.kernel.org/stable/c/93c5cc35bcd9f62db589a21945b49691dccdd99d"},{"url":"https://git.kernel.org/stable/c/33ff7b49c38b39b1f3d27db508ac0720fb25c08a"}],"title":"HID: steam: Reject short reads","x_generator":{"engine":"bippy-1.2.0"}}},"cveMetadata":{"assignerOrgId":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","assignerShortName":"Linux","cveId":"CVE-2026-90328","datePublished":"2026-09-17T16:08:42.642Z","dateReserved":"2026-09-11T19:38:34.802Z","dateUpdated":"2026-09-17T16:08:42.642Z","state":"PUBLISHED"},"dataType":"CVE_RECORD","dataVersion":"5.2"},"nvd":{"publishedDate":"2026-09-17 17:17:30","lastModifiedDate":"2026-09-17 17:17:30","problem_types":[],"metrics":[],"configurations":[]},"legacy_mitre":{"record":{"CveYear":"2026","CveId":"90328","Ordinal":"1","Title":"HID: steam: Reject short reads","CVE":"CVE-2026-90328","Year":"2026"},"notes":[{"CveYear":"2026","CveId":"90328","Ordinal":"1","NoteData":"In the Linux kernel, the following vulnerability has been resolved:\n\nHID: steam: Reject short reads\n\nSteam Controller FEATURE reports encode the size of the message in the\nmessage itself. Previously we were trusting that the size reported matched\nthe size we actually read, leading to a potential issue with short reads.\nInstead, we should actually verify the length of the read.","Type":"Description","Title":"HID: steam: Reject short reads"}]}}}