{"api_version":"1","generated_at":"2026-09-17T23:31:46+00:00","cve":"CVE-2026-93190","urls":{"html":"https://cve.report/CVE-2026-93190","api":"https://cve.report/api/cve/CVE-2026-93190.json","docs":"https://cve.report/api","cve_org":"https://www.cve.org/CVERecord?id=CVE-2026-93190","nvd":"https://nvd.nist.gov/vuln/detail/CVE-2026-93190"},"summary":{"title":"platform/chrome: cros_ec_typec: Reject out-of-bounds PD cap count","description":"In the Linux kernel, the following vulnerability has been resolved:\n\nplatform/chrome: cros_ec_typec: Reject out-of-bounds PD cap count\n\ncros_typec_register_partner_pdos() copies the partner PDOs from the EC\nTYPEC_STATUS response into the fixed caps_desc.pdo[PDO_MAX_OBJECTS] array.\n\n\tmemcpy(caps_desc.pdo, resp->source_cap_pdos,\n\t       sizeof(u32) * resp->source_cap_count);\n\t...\n\tmemcpy(caps_desc.pdo, resp->sink_cap_pdos,\n\t       sizeof(u32) * resp->sink_cap_count);\n\nPDO_MAX_OBJECTS is 7. source_cap_count and sink_cap_count are u8 fields\nfrom the EC. The only check is that they are not both zero. If either is\nlarger than 7, the memcpy writes past the end of the array on the stack.\nA count of 255 overflows it by about 1 KB. The EC source arrays are only\nseven entries wide. A larger count reads past them too.\n\nThe ChromeOS EC firmware caps these counts today, so a compliant setup\ndoes not hit this. The kernel should still validate these values rather\nthan trust them.\n\nValidate the counts in cros_typec_register_partner_pdos() next to the\nmemcpy. Skip the PDO registration if either count is above PDO_MAX_OBJECTS.\nThe rest of cros_typec_handle_status() still runs so events are handled\nand cleared.","state":"PUBLISHED","assigner":"Linux","published_at":"2026-09-17 17:18:15","updated_at":"2026-09-17 17:18:15"},"problem_types":[],"metrics":[],"references":[{"url":"https://git.kernel.org/stable/c/4e37371cb4e3b8ff564d7760029236a7bd614562","name":"https://git.kernel.org/stable/c/4e37371cb4e3b8ff564d7760029236a7bd614562","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/7617b210a2200b76d8f171819390468c7d189c80","name":"https://git.kernel.org/stable/c/7617b210a2200b76d8f171819390468c7d189c80","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/54d6b0ee9b8ba434089b11843effc111dc2e6ead","name":"https://git.kernel.org/stable/c/54d6b0ee9b8ba434089b11843effc111dc2e6ead","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/2a7a4e45a3aa4f4ef7013eb64649f6184b76a293","name":"https://git.kernel.org/stable/c/2a7a4e45a3aa4f4ef7013eb64649f6184b76a293","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/a0a8cd9fc9c48b95095bcec4b146f7a99486f58e","name":"https://git.kernel.org/stable/c/a0a8cd9fc9c48b95095bcec4b146f7a99486f58e","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/e4728288473a5024a8bdba7d43f346719606fea0","name":"https://git.kernel.org/stable/c/e4728288473a5024a8bdba7d43f346719606fea0","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://www.cve.org/CVERecord?id=CVE-2026-93190","name":"CVE Program record","refsource":"CVE.ORG","tags":["canonical"]},{"url":"https://nvd.nist.gov/vuln/detail/CVE-2026-93190","name":"NVD vulnerability detail","refsource":"NVD","tags":["canonical","analysis"]}],"affected":[{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 348a2e8c93d3ca622cf1b293cd2f597c9db74d9d 7617b210a2200b76d8f171819390468c7d189c80 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 348a2e8c93d3ca622cf1b293cd2f597c9db74d9d 4e37371cb4e3b8ff564d7760029236a7bd614562 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 348a2e8c93d3ca622cf1b293cd2f597c9db74d9d 2a7a4e45a3aa4f4ef7013eb64649f6184b76a293 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 348a2e8c93d3ca622cf1b293cd2f597c9db74d9d e4728288473a5024a8bdba7d43f346719606fea0 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 348a2e8c93d3ca622cf1b293cd2f597c9db74d9d 54d6b0ee9b8ba434089b11843effc111dc2e6ead git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 348a2e8c93d3ca622cf1b293cd2f597c9db74d9d a0a8cd9fc9c48b95095bcec4b146f7a99486f58e git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 6.1","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 6.1 semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 6.1.188 6.1.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 6.6.157 6.6.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 6.12.110 6.12.* 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/platform/chrome/cros_ec_typec.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","vendor":"Linux","versions":[{"lessThan":"7617b210a2200b76d8f171819390468c7d189c80","status":"affected","version":"348a2e8c93d3ca622cf1b293cd2f597c9db74d9d","versionType":"git"},{"lessThan":"4e37371cb4e3b8ff564d7760029236a7bd614562","status":"affected","version":"348a2e8c93d3ca622cf1b293cd2f597c9db74d9d","versionType":"git"},{"lessThan":"2a7a4e45a3aa4f4ef7013eb64649f6184b76a293","status":"affected","version":"348a2e8c93d3ca622cf1b293cd2f597c9db74d9d","versionType":"git"},{"lessThan":"e4728288473a5024a8bdba7d43f346719606fea0","status":"affected","version":"348a2e8c93d3ca622cf1b293cd2f597c9db74d9d","versionType":"git"},{"lessThan":"54d6b0ee9b8ba434089b11843effc111dc2e6ead","status":"affected","version":"348a2e8c93d3ca622cf1b293cd2f597c9db74d9d","versionType":"git"},{"lessThan":"a0a8cd9fc9c48b95095bcec4b146f7a99486f58e","status":"affected","version":"348a2e8c93d3ca622cf1b293cd2f597c9db74d9d","versionType":"git"}]},{"defaultStatus":"affected","product":"Linux","programFiles":["drivers/platform/chrome/cros_ec_typec.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","vendor":"Linux","versions":[{"status":"affected","version":"6.1"},{"lessThan":"6.1","status":"unaffected","version":"0","versionType":"semver"},{"lessThanOrEqual":"6.1.*","status":"unaffected","version":"6.1.188","versionType":"semver"},{"lessThanOrEqual":"6.6.*","status":"unaffected","version":"6.6.157","versionType":"semver"},{"lessThanOrEqual":"6.12.*","status":"unaffected","version":"6.12.110","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.1.188","versionStartIncluding":"6.1","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"6.6.157","versionStartIncluding":"6.1","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"6.12.110","versionStartIncluding":"6.1","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"6.18.52","versionStartIncluding":"6.1","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"7.2.6","versionStartIncluding":"6.1","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"7.3-rc1","versionStartIncluding":"6.1","vulnerable":true}],"negate":false,"operator":"OR"}]}],"descriptions":[{"lang":"en","value":"In the Linux kernel, the following vulnerability has been resolved:\n\nplatform/chrome: cros_ec_typec: Reject out-of-bounds PD cap count\n\ncros_typec_register_partner_pdos() copies the partner PDOs from the EC\nTYPEC_STATUS response into the fixed caps_desc.pdo[PDO_MAX_OBJECTS] array.\n\n\tmemcpy(caps_desc.pdo, resp->source_cap_pdos,\n\t       sizeof(u32) * resp->source_cap_count);\n\t...\n\tmemcpy(caps_desc.pdo, resp->sink_cap_pdos,\n\t       sizeof(u32) * resp->sink_cap_count);\n\nPDO_MAX_OBJECTS is 7. source_cap_count and sink_cap_count are u8 fields\nfrom the EC. The only check is that they are not both zero. If either is\nlarger than 7, the memcpy writes past the end of the array on the stack.\nA count of 255 overflows it by about 1 KB. The EC source arrays are only\nseven entries wide. A larger count reads past them too.\n\nThe ChromeOS EC firmware caps these counts today, so a compliant setup\ndoes not hit this. The kernel should still validate these values rather\nthan trust them.\n\nValidate the counts in cros_typec_register_partner_pdos() next to the\nmemcpy. Skip the PDO registration if either count is above PDO_MAX_OBJECTS.\nThe rest of cros_typec_handle_status() still runs so events are handled\nand cleared."}],"providerMetadata":{"dateUpdated":"2026-09-17T16:12:14.956Z","orgId":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","shortName":"Linux"},"references":[{"url":"https://git.kernel.org/stable/c/7617b210a2200b76d8f171819390468c7d189c80"},{"url":"https://git.kernel.org/stable/c/4e37371cb4e3b8ff564d7760029236a7bd614562"},{"url":"https://git.kernel.org/stable/c/2a7a4e45a3aa4f4ef7013eb64649f6184b76a293"},{"url":"https://git.kernel.org/stable/c/e4728288473a5024a8bdba7d43f346719606fea0"},{"url":"https://git.kernel.org/stable/c/54d6b0ee9b8ba434089b11843effc111dc2e6ead"},{"url":"https://git.kernel.org/stable/c/a0a8cd9fc9c48b95095bcec4b146f7a99486f58e"}],"title":"platform/chrome: cros_ec_typec: Reject out-of-bounds PD cap count","x_generator":{"engine":"bippy-1.2.0"}}},"cveMetadata":{"assignerOrgId":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","assignerShortName":"Linux","cveId":"CVE-2026-93190","datePublished":"2026-09-17T16:12:14.956Z","dateReserved":"2026-09-17T16:02:15.092Z","dateUpdated":"2026-09-17T16:12:14.956Z","state":"PUBLISHED"},"dataType":"CVE_RECORD","dataVersion":"5.2"},"nvd":{"publishedDate":"2026-09-17 17:18:15","lastModifiedDate":"2026-09-17 17:18:15","problem_types":[],"metrics":[],"configurations":[]},"legacy_mitre":{"record":{"CveYear":"2026","CveId":"93190","Ordinal":"1","Title":"platform/chrome: cros_ec_typec: Reject out-of-bounds PD cap coun","CVE":"CVE-2026-93190","Year":"2026"},"notes":[{"CveYear":"2026","CveId":"93190","Ordinal":"1","NoteData":"In the Linux kernel, the following vulnerability has been resolved:\n\nplatform/chrome: cros_ec_typec: Reject out-of-bounds PD cap count\n\ncros_typec_register_partner_pdos() copies the partner PDOs from the EC\nTYPEC_STATUS response into the fixed caps_desc.pdo[PDO_MAX_OBJECTS] array.\n\n\tmemcpy(caps_desc.pdo, resp->source_cap_pdos,\n\t       sizeof(u32) * resp->source_cap_count);\n\t...\n\tmemcpy(caps_desc.pdo, resp->sink_cap_pdos,\n\t       sizeof(u32) * resp->sink_cap_count);\n\nPDO_MAX_OBJECTS is 7. source_cap_count and sink_cap_count are u8 fields\nfrom the EC. The only check is that they are not both zero. If either is\nlarger than 7, the memcpy writes past the end of the array on the stack.\nA count of 255 overflows it by about 1 KB. The EC source arrays are only\nseven entries wide. A larger count reads past them too.\n\nThe ChromeOS EC firmware caps these counts today, so a compliant setup\ndoes not hit this. The kernel should still validate these values rather\nthan trust them.\n\nValidate the counts in cros_typec_register_partner_pdos() next to the\nmemcpy. Skip the PDO registration if either count is above PDO_MAX_OBJECTS.\nThe rest of cros_typec_handle_status() still runs so events are handled\nand cleared.","Type":"Description","Title":"platform/chrome: cros_ec_typec: Reject out-of-bounds PD cap coun"}]}}}