Kestrel
대시보드로 돌아가기
CVE-2026-80889UNKNOWNMITRENVD대응게시일: 2026. 09. 04.수정일: 2026. 09. 04.CNA: 416baaa9-dc9f-4396-8d5f-8c081fb06d67Received

In the Linux kernel, the following vulnerability has been resolved: can: isotp: fix timer drain order, wakeup handling and tx_gen ordering

위협 신호 · CVSS · EPSS · KEV

정기 패치· 높은 악용 신호 없음
CVSS
unknown

이론적 심각도 점수

EPSS
0.2%상위 92.6%

30일 내 악용 확률 예측

KEV
미등재

실측 악용 기록 없음

권장 대응 기한60일 이내CISA SSVC 기준

계획된 패치 주기 내 조치(60일 이내)

외부 노출· KEV 미등재 · 자동화 어려움 · 부분 영향 · 외부 노출

CVSS 벡터 · 메트릭

CVSS 벡터 정보 없음

상세 설명

In the Linux kernel, the following vulnerability has been resolved:

can: isotp: fix timer drain order, wakeup handling and tx_gen ordering

This patch is a follow-up to commit cf070fe33bfb ("can: isotp: serialize
TX state transitions under so->rx_lock") which addresses following
sashiko-bot findings:

  • isotp_sendmsg(): drain so->txfrtimer first so a stale callback can't
    re-arm echotimer after the claim

  • isotp_release(): wake so->wait after forcing ISOTP_SHUTDOWN so a
    sleeping sendmsg() claim isn't stranded

  • isotp_sendmsg(): have both wait_event_interruptible() calls in
    isotp_sendmsg() also wake on ISOTP_SHUTDOWN and do not return claim to
    IDLE to avoid corrupting a concurrent isotp_release() process.

  • isotp_sendmsg(): handle potential claim of a new transfer when
    the wait_event_interruptible() call returns in CAN_ISOTP_WAIT_TX_DONE
    mode. Don't touch timers and states of the new transfer if a new thread
    incremented so->tx_gen before getting the lock at err_event_drop.

  • isotp_sendmsg(): handle a stuck can_send() and omit timer and state
    changes if a new transfer was claimed. wait_tx_done() returns the error
    recorded in so->tx_result[], tagged with the caller's own generation.

  • isotp_tx_timeout(): on a claimed timeout, record the ECOMM error for
    the timed-out transfer's own generation in so->tx_result[]; sk->sk_err
    is raised unconditionally, same as every other error path here.

  • isotp_tx_gen_done()/isotp_tx_timeout(): always read tx.state (acquire)
    before tx_gen - the reverse order let a weakly ordered CPU pair a fresh
    tx.state with a stale tx_gen/tx_result slot.

  • isotp_sendmsg(): wait_tx_done: drain sk_err via sock_error() once we
    have read the result from so->tx_result[], so an already-reported error
    doesn't stay latched for a later poll()/SO_ERROR.

Also align the remaining lock-free so->tx.state/rx.state/cfecho accesses
and use skb->hash as unique loopback echo frame indicator.

AI 심층 분석

공격 시나리오 · 재현 가능한 PoC 페이로드 · 즉시 적용 가능한 차단 패치를 한 번에 받아 보세요. 보안 운영팀이 그대로 점검·티켓팅에 쓸 수 있는 형태로 정리해 드립니다.