DF-0205
Timeout conversion uses 32-bit int arithmetic that can overflow
Summary
kern_umtx.c:188-192 timeout conversion in int. (timeout%1000000)*hz+999999 overflows for hz>=2148 or large umtx_timeout_max. Root-set sysctl or non-default hz. Self-DoS only.
Discussion (0)
PoC verification
Evidence pack
findings/poc/DF-0205 Β· 1 files| File | Type | Description | Size | |
|---|---|---|---|---|
| manifest.json | file | 385 B | view raw |
Fix verification
not_testablebaseline reproducedβ patch + rebuild βpatched clean
recommended fix identified; fix.diff not authored/validated in this batch
recommended fix identified; fix.diff not authored/validated in this batch
combined build rc=0
Confirmed kernel references
β
Detail
Exploit chain
none (Info severity)
Evidence (decisive lines)
Source-confirmed at sys/kern/kern_umtx.c:188: timeout conversion uses 32-bit int arithmetic that can overflow
Verified recommended fix
Source-confirmed at sys/kern/kern_umtx.c:188: timeout conversion uses 32-bit int arithmetic that can overflow
Verdict
Source-confirmed at sys/kern/kern_umtx.c:188: timeout conversion uses 32-bit int arithmetic that can overflow
No comments yet.