Vuln Signal Radar
public-safe defensive signal
UNKNOWNpublic-safe

CVE-2026-64271

NVD: In the Linux kernel, the following vulnerability has been resolved: Input: touchwin - reset the packet index on every complete packet tw_interrupt() accumulates each non-zero serial byte into a fixed three-byte buffer with a running index that is only reset... NVD: tw->idx = 0; } The reset is gated on tw->data[1] == tw->data[2], a value the device controls. NVD: A malicious, malfunctioning or counterfeit Touchwindow peripheral can stream non-zero bytes whose 2nd and 3rd bytes differ: the index reaches TW_LENGTH without the equality holding, is never reset, and keeps growing, so tw->data[tw->idx++] walks off the end...

CVSS
-
Severity
UNKNOWN
EPSS
0.0021 (11)
KEV
-

Source-published summary

NVD: In the Linux kernel, the following vulnerability has been resolved: Input: touchwin - reset the packet index on every complete packet tw_interrupt() accumulates each non-zero serial byte into a fixed three-byte buffer with a running index that is only reset... NVD: tw->idx = 0; } The reset is gated on tw->data[1] == tw->data[2], a value the device controls. NVD: A malicious, malfunctioning or counterfeit Touchwindow peripheral can stream non-zero bytes whose 2nd and 3rd bytes differ: the index reaches TW_LENGTH without the equality holding, is never reset, and keeps growing, so tw->data[tw->idx++] walks off the end...

Possible impact

This unknown severity issue needs human triage to confirm exposure, affected versions, and vendor guidance for defensive exposure review.

Affected context

vendor/product: Kernel; package/component: Kernel

Remediation / advisory

Remediation reference present; patch status requires confirmation in the linked advisory.

Why it matters

This unknown severity issue needs human triage to confirm exposure, affected versions, and vendor guidance for defensive exposure review.; EPSS percentile 11; not listed in KEV; Remediation reference present; patch status requires confirmation in the linked advisory; sources: NVD, OSV.

What to verify

Confirm affected product/version, vendor advisory, patch or mitigation, and exposure.

Exposure hint

exposure unknown

Impact tags

明示タグなし

Urgency reasons

affected product presentvendor advisory presentrecent update

Source-derived note

Summary derived from NVD / OSV description; unsafe procedural detail is not shown.

Redaction metadata

source summary used
True
fallback summary used
False
unsafe procedural detail present
false
raw source displayed
false
public summary redacted
true

Remediation handoff

Public-safe static handoff for human/Codex remediation planning. Scan, patch, external execution, and auto remediation are disabled.

Safety note

This radar shows source-published defensive context only. Exploit procedures, exploit strings, scanner commands, and auto-remediation are not provided.

Official references