{"api_version":"1","generated_at":"2026-08-28T00:32:36+00:00","cve":"CVE-2026-80569","urls":{"html":"https://cve.report/CVE-2026-80569","api":"https://cve.report/api/cve/CVE-2026-80569.json","docs":"https://cve.report/api","cve_org":"https://www.cve.org/CVERecord?id=CVE-2026-80569","nvd":"https://nvd.nist.gov/vuln/detail/CVE-2026-80569"},"summary":{"title":"Input: synaptics-rmi4 - bound the F54 report size to the allocated buffer","description":"In the Linux kernel, the following vulnerability has been resolved:\n\nInput: synaptics-rmi4 - bound the F54 report size to the allocated buffer\n\nrmi_f54_work() reads a diagnostics report from the device into\nf54->report_data, sizing the transfer with rmi_f54_get_report_size():\n\n\treport_size = rmi_f54_get_report_size(f54);\n\t...\n\tfor (i = 0; i < report_size; i += F54_REPORT_DATA_SIZE) {\n\t\tint size = min(F54_REPORT_DATA_SIZE, report_size - i);\n\t\t...\n\t\trmi_read_block(.., f54->report_data + i, size);\n\t}\n\nreport_data is allocated once at probe from F54's own electrode counts\n(array3_size(f54->num_tx_electrodes, f54->num_rx_electrodes, sizeof(u16))),\nbut rmi_f54_get_report_size() computes the size from\ndrv_data->num_*_electrodes when those are set, i.e. from the F55\nfunction's electrode counts. Both counts come straight from device\nqueries (F54 and F55 each report up to 255 electrodes) and nothing\nconstrains the F55 counts to the F54 ones.\n\nA malicious or malfunctioning RMI4 device that reports larger F55\nelectrode counts than its F54 counts makes report_size exceed the\nallocation, so the read loop writes past report_data (and the V4L2\ndequeue memcpy() then reads past it). On conforming hardware the F55\nconfigured electrodes are a subset of the F54 physical electrodes, so\nreport_size never exceeds the buffer and well-behaved devices are\nunaffected.\n\nRecord the allocation size and reject a report that does not fit,\nmirroring the existing zero-size check.","state":"PUBLISHED","assigner":"Linux","published_at":"2026-08-26 15:17:12","updated_at":"2026-08-27 06:17:42"},"problem_types":[],"metrics":[{"version":"3.1","source":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","type":"Secondary","score":"7.8","severity":"HIGH","vector":"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H","data":{"version":"3.1","vectorString":"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H","baseScore":7.8,"baseSeverity":"HIGH","attackVector":"LOCAL","attackComplexity":"LOW","privilegesRequired":"LOW","userInteraction":"NONE","scope":"UNCHANGED","confidentialityImpact":"HIGH","integrityImpact":"HIGH","availabilityImpact":"HIGH"}},{"version":"3.1","source":"CNA","type":"DECLARED","score":"7.8","severity":"HIGH","vector":"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H","data":{"baseScore":7.8,"baseSeverity":"HIGH","vectorString":"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H","version":"3.1"}}],"references":[{"url":"https://git.kernel.org/stable/c/6b06aab79ff166d5781ce792d91acc2e58b1770b","name":"https://git.kernel.org/stable/c/6b06aab79ff166d5781ce792d91acc2e58b1770b","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/b2f596f00d27703ce09167201ba57f55be8d2f9a","name":"https://git.kernel.org/stable/c/b2f596f00d27703ce09167201ba57f55be8d2f9a","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/12be3c6ca9589afd6ade41a59c761866e526634d","name":"https://git.kernel.org/stable/c/12be3c6ca9589afd6ade41a59c761866e526634d","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/6b3bdd44d4cd7d5e35de1d0f06d4930f3cecd403","name":"https://git.kernel.org/stable/c/6b3bdd44d4cd7d5e35de1d0f06d4930f3cecd403","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/42eaf0e6f79c487f419737314cf0760f7331d368","name":"https://git.kernel.org/stable/c/42eaf0e6f79c487f419737314cf0760f7331d368","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/b7b9a8b1c303b62371698e396654d6724c79cb74","name":"https://git.kernel.org/stable/c/b7b9a8b1c303b62371698e396654d6724c79cb74","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/49c5adc2b7d6e43c5cf033e1c86fdb9c16ababb1","name":"https://git.kernel.org/stable/c/49c5adc2b7d6e43c5cf033e1c86fdb9c16ababb1","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://git.kernel.org/stable/c/b3932101c9c457148038392bc977f9b31e125a86","name":"https://git.kernel.org/stable/c/b3932101c9c457148038392bc977f9b31e125a86","refsource":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","tags":[],"title":"","mime":"","httpstatus":"","archivestatus":"0"},{"url":"https://www.cve.org/CVERecord?id=CVE-2026-80569","name":"CVE Program record","refsource":"CVE.ORG","tags":["canonical"]},{"url":"https://nvd.nist.gov/vuln/detail/CVE-2026-80569","name":"NVD vulnerability detail","refsource":"NVD","tags":["canonical","analysis"]}],"affected":[{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected c762cc68b6a12eedebefc156ea4838e54804e2eb 6b3bdd44d4cd7d5e35de1d0f06d4930f3cecd403 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected c762cc68b6a12eedebefc156ea4838e54804e2eb b2f596f00d27703ce09167201ba57f55be8d2f9a git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected c762cc68b6a12eedebefc156ea4838e54804e2eb b3932101c9c457148038392bc977f9b31e125a86 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected c762cc68b6a12eedebefc156ea4838e54804e2eb 12be3c6ca9589afd6ade41a59c761866e526634d git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected c762cc68b6a12eedebefc156ea4838e54804e2eb 42eaf0e6f79c487f419737314cf0760f7331d368 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected c762cc68b6a12eedebefc156ea4838e54804e2eb 6b06aab79ff166d5781ce792d91acc2e58b1770b git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected c762cc68b6a12eedebefc156ea4838e54804e2eb b7b9a8b1c303b62371698e396654d6724c79cb74 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected c762cc68b6a12eedebefc156ea4838e54804e2eb 49c5adc2b7d6e43c5cf033e1c86fdb9c16ababb1 git","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"affected 4.10","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 4.10 semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 5.10.266 5.10.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 5.15.217 5.15.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 6.1.184 6.1.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 6.6.153 6.6.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 6.12.105 6.12.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 6.18.46 6.18.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 7.1.10 7.1.* semver","platforms":[]},{"source":"CNA","vendor":"Linux","product":"Linux","version":"unaffected 7.2 * original_commit_for_fix","platforms":[]}],"timeline":[],"solutions":[],"workarounds":[],"exploits":[],"credits":[],"nvd_cpes":[],"vendor_comments":[],"enrichments":{"kev":null,"epss":{"cve_year":"2026","cve_id":"80569","cve":"CVE-2026-80569","epss":"0.001200000","percentile":"0.020580000","score_date":"2026-08-27","updated_at":"2026-08-28 00:03:39"},"legacy_qids":[]},"source_records":{"cve_program":{"containers":{"cna":{"affected":[{"defaultStatus":"unaffected","product":"Linux","programFiles":["drivers/input/rmi4/rmi_f54.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","vendor":"Linux","versions":[{"lessThan":"6b3bdd44d4cd7d5e35de1d0f06d4930f3cecd403","status":"affected","version":"c762cc68b6a12eedebefc156ea4838e54804e2eb","versionType":"git"},{"lessThan":"b2f596f00d27703ce09167201ba57f55be8d2f9a","status":"affected","version":"c762cc68b6a12eedebefc156ea4838e54804e2eb","versionType":"git"},{"lessThan":"b3932101c9c457148038392bc977f9b31e125a86","status":"affected","version":"c762cc68b6a12eedebefc156ea4838e54804e2eb","versionType":"git"},{"lessThan":"12be3c6ca9589afd6ade41a59c761866e526634d","status":"affected","version":"c762cc68b6a12eedebefc156ea4838e54804e2eb","versionType":"git"},{"lessThan":"42eaf0e6f79c487f419737314cf0760f7331d368","status":"affected","version":"c762cc68b6a12eedebefc156ea4838e54804e2eb","versionType":"git"},{"lessThan":"6b06aab79ff166d5781ce792d91acc2e58b1770b","status":"affected","version":"c762cc68b6a12eedebefc156ea4838e54804e2eb","versionType":"git"},{"lessThan":"b7b9a8b1c303b62371698e396654d6724c79cb74","status":"affected","version":"c762cc68b6a12eedebefc156ea4838e54804e2eb","versionType":"git"},{"lessThan":"49c5adc2b7d6e43c5cf033e1c86fdb9c16ababb1","status":"affected","version":"c762cc68b6a12eedebefc156ea4838e54804e2eb","versionType":"git"}]},{"defaultStatus":"affected","product":"Linux","programFiles":["drivers/input/rmi4/rmi_f54.c"],"repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","vendor":"Linux","versions":[{"status":"affected","version":"4.10"},{"lessThan":"4.10","status":"unaffected","version":"0","versionType":"semver"},{"lessThanOrEqual":"5.10.*","status":"unaffected","version":"5.10.266","versionType":"semver"},{"lessThanOrEqual":"5.15.*","status":"unaffected","version":"5.15.217","versionType":"semver"},{"lessThanOrEqual":"6.1.*","status":"unaffected","version":"6.1.184","versionType":"semver"},{"lessThanOrEqual":"6.6.*","status":"unaffected","version":"6.6.153","versionType":"semver"},{"lessThanOrEqual":"6.12.*","status":"unaffected","version":"6.12.105","versionType":"semver"},{"lessThanOrEqual":"6.18.*","status":"unaffected","version":"6.18.46","versionType":"semver"},{"lessThanOrEqual":"7.1.*","status":"unaffected","version":"7.1.10","versionType":"semver"},{"lessThanOrEqual":"*","status":"unaffected","version":"7.2","versionType":"original_commit_for_fix"}]}],"cpeApplicability":[{"nodes":[{"cpeMatch":[{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"5.10.266","versionStartIncluding":"4.10","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"5.15.217","versionStartIncluding":"4.10","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"6.1.184","versionStartIncluding":"4.10","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"6.6.153","versionStartIncluding":"4.10","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"6.12.105","versionStartIncluding":"4.10","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"6.18.46","versionStartIncluding":"4.10","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"7.1.10","versionStartIncluding":"4.10","vulnerable":true},{"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionEndExcluding":"7.2","versionStartIncluding":"4.10","vulnerable":true}],"negate":false,"operator":"OR"}]}],"descriptions":[{"lang":"en","value":"In the Linux kernel, the following vulnerability has been resolved:\n\nInput: synaptics-rmi4 - bound the F54 report size to the allocated buffer\n\nrmi_f54_work() reads a diagnostics report from the device into\nf54->report_data, sizing the transfer with rmi_f54_get_report_size():\n\n\treport_size = rmi_f54_get_report_size(f54);\n\t...\n\tfor (i = 0; i < report_size; i += F54_REPORT_DATA_SIZE) {\n\t\tint size = min(F54_REPORT_DATA_SIZE, report_size - i);\n\t\t...\n\t\trmi_read_block(.., f54->report_data + i, size);\n\t}\n\nreport_data is allocated once at probe from F54's own electrode counts\n(array3_size(f54->num_tx_electrodes, f54->num_rx_electrodes, sizeof(u16))),\nbut rmi_f54_get_report_size() computes the size from\ndrv_data->num_*_electrodes when those are set, i.e. from the F55\nfunction's electrode counts. Both counts come straight from device\nqueries (F54 and F55 each report up to 255 electrodes) and nothing\nconstrains the F55 counts to the F54 ones.\n\nA malicious or malfunctioning RMI4 device that reports larger F55\nelectrode counts than its F54 counts makes report_size exceed the\nallocation, so the read loop writes past report_data (and the V4L2\ndequeue memcpy() then reads past it). On conforming hardware the F55\nconfigured electrodes are a subset of the F54 physical electrodes, so\nreport_size never exceeds the buffer and well-behaved devices are\nunaffected.\n\nRecord the allocation size and reject a report that does not fit,\nmirroring the existing zero-size check."}],"metrics":[{"cvssV3_1":{"baseScore":7.8,"baseSeverity":"HIGH","vectorString":"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H","version":"3.1"},"scenarios":[{"lang":"en","value":"AV:L - Exploitation is reached through local V4L2 ioctls on the synaptics-rmi4 F54 touch diagnostics video node (/dev/video*); streaming a report drives rmi_f54_buffer_queue() into rmi_f54_work(), which performs the unchecked copy. A malicious on-bus RMI4 device is the precondition, but the syscall path is Local.\nAC:L - After probe with mismatched F54/F55 electrode counts, an attacker with access to the V4L2 node can select a 16-bit report type and queue buffers to deterministically trigger a multi-kilobyte heap overflow; no race or fragile layout assumptions are required beyond device-reported sizes.\nPR:L - Triggering the overflow requires only permission to open the registered VFL_TYPE_TOUCH video device and issue standard V4L2 capture ioctls; no CAP_SYS_ADMIN or root capability is needed where seat/session policy grants video or input device access to an unprivileged local user.\nUI:N - No victim interaction is required beyond the attacker opening the diagnostics node and starting capture; no other user must mount filesystems, plug devices, or perform cooperative actions at exploit time.\nS:U - Impact is confined to host kernel memory within the same security boundary; this is a kernel heap corruption in the input driver and does not inherently provide VM escape, IOMMU bypass, or cross-sandbox authority change.\nC:H - rmi_f54_work() performs an out-of-bounds write past devm-allocated report_data, and rmi_f54_buffer_queue() memcpy() can read past that buffer into the userspace capture buffer, leaking adjacent kmalloc/slab contents including potentially sensitive kernel pointers.\nI:H - The device-driven read loop writes up to roughly 130 KiB past report_data (255x255x2 minus the F54-sized allocation), supplying attacker-influenced report bytes that can corrupt adjacent heap objects and enable control-flow hijacking or privilege escalation primitives.\nA:H - Corrupting adjacent slab memory via the out-of-bounds write can immediately panic or oops the kernel; the overflow is repeatable on each queued V4L2 buffer while the mismatched device remains present."}]}],"providerMetadata":{"dateUpdated":"2026-08-27T05:01:53.135Z","orgId":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","shortName":"Linux"},"references":[{"url":"https://git.kernel.org/stable/c/6b3bdd44d4cd7d5e35de1d0f06d4930f3cecd403"},{"url":"https://git.kernel.org/stable/c/b2f596f00d27703ce09167201ba57f55be8d2f9a"},{"url":"https://git.kernel.org/stable/c/b3932101c9c457148038392bc977f9b31e125a86"},{"url":"https://git.kernel.org/stable/c/12be3c6ca9589afd6ade41a59c761866e526634d"},{"url":"https://git.kernel.org/stable/c/42eaf0e6f79c487f419737314cf0760f7331d368"},{"url":"https://git.kernel.org/stable/c/6b06aab79ff166d5781ce792d91acc2e58b1770b"},{"url":"https://git.kernel.org/stable/c/b7b9a8b1c303b62371698e396654d6724c79cb74"},{"url":"https://git.kernel.org/stable/c/49c5adc2b7d6e43c5cf033e1c86fdb9c16ababb1"}],"title":"Input: synaptics-rmi4 - bound the F54 report size to the allocated buffer","x_generator":{"engine":"bippy-1.2.0"}}},"cveMetadata":{"assignerOrgId":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","assignerShortName":"Linux","cveId":"CVE-2026-80569","datePublished":"2026-08-26T14:37:31.338Z","dateReserved":"2026-08-26T14:34:25.768Z","dateUpdated":"2026-08-27T05:01:53.135Z","state":"PUBLISHED"},"dataType":"CVE_RECORD","dataVersion":"5.2"},"nvd":{"publishedDate":"2026-08-26 15:17:12","lastModifiedDate":"2026-08-27 06:17:42","problem_types":[],"metrics":{"cvssMetricV31":[{"source":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","type":"Secondary","cvssData":{"version":"3.1","vectorString":"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H","baseScore":7.8,"baseSeverity":"HIGH","attackVector":"LOCAL","attackComplexity":"LOW","privilegesRequired":"LOW","userInteraction":"NONE","scope":"UNCHANGED","confidentialityImpact":"HIGH","integrityImpact":"HIGH","availabilityImpact":"HIGH"},"exploitabilityScore":1.8,"impactScore":5.9}]},"configurations":[]},"legacy_mitre":{"record":{"CveYear":"2026","CveId":"80569","Ordinal":"1","Title":"Input: synaptics-rmi4 - bound the F54 report size to the allocat","CVE":"CVE-2026-80569","Year":"2026"},"notes":[{"CveYear":"2026","CveId":"80569","Ordinal":"1","NoteData":"In the Linux kernel, the following vulnerability has been resolved:\n\nInput: synaptics-rmi4 - bound the F54 report size to the allocated buffer\n\nrmi_f54_work() reads a diagnostics report from the device into\nf54->report_data, sizing the transfer with rmi_f54_get_report_size():\n\n\treport_size = rmi_f54_get_report_size(f54);\n\t...\n\tfor (i = 0; i < report_size; i += F54_REPORT_DATA_SIZE) {\n\t\tint size = min(F54_REPORT_DATA_SIZE, report_size - i);\n\t\t...\n\t\trmi_read_block(.., f54->report_data + i, size);\n\t}\n\nreport_data is allocated once at probe from F54's own electrode counts\n(array3_size(f54->num_tx_electrodes, f54->num_rx_electrodes, sizeof(u16))),\nbut rmi_f54_get_report_size() computes the size from\ndrv_data->num_*_electrodes when those are set, i.e. from the F55\nfunction's electrode counts. Both counts come straight from device\nqueries (F54 and F55 each report up to 255 electrodes) and nothing\nconstrains the F55 counts to the F54 ones.\n\nA malicious or malfunctioning RMI4 device that reports larger F55\nelectrode counts than its F54 counts makes report_size exceed the\nallocation, so the read loop writes past report_data (and the V4L2\ndequeue memcpy() then reads past it). On conforming hardware the F55\nconfigured electrodes are a subset of the F54 physical electrodes, so\nreport_size never exceeds the buffer and well-behaved devices are\nunaffected.\n\nRecord the allocation size and reject a report that does not fit,\nmirroring the existing zero-size check.","Type":"Description","Title":"Input: synaptics-rmi4 - bound the F54 report size to the allocat"}]}}}