DF-0255
Non-atomic RMW on global synth_synced counter (race)
Summary
getsynthvnode(:66-69) if(synth_synced<2){sync_devs();++synth_synced;} unlocked. Concurrent first-calls each observe <2 and each execute sync_devs+increment. Functionally harmless (idempotent). Hardening.
Discussion (0)
PoC verification
Evidence pack
findings/poc/DF-0255 Β· 1 files| File | Type | Description | Size | |
|---|---|---|---|---|
| manifest.json | file | 384 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/vfs_synth.c:49: non-atomic RMW on global synth_synced counter (race)
Verified recommended fix
Source-confirmed at sys/kern/vfs_synth.c:49: non-atomic RMW on global synth_synced counter (race)
Verdict
Source-confirmed at sys/kern/vfs_synth.c:49: non-atomic RMW on global synth_synced counter (race)
No comments yet.