GO-2026-5051
Out-of-bounds read and panic in ReadDir in github.com/cloudsoda/go-smb2 and github.com/hirochachacha/go-smb2
빠른 조치
GO-2026-5051 — github.com/cloudsoda/go-smb2: 아래 명령으로 수정 버전으로 올리세요.
go get github.com/cloudsoda/go-smb2@v0.0.0-20260609183447-7b96c35f5f4b 상세
ReadDir and ReadDirPlus parse the QUERY_DIRECTORY SMB response by advancing through entries using the server-supplied NextEntryOffset field. The pre-fix code does not bound next against the remaining buffer before re-slicing, and the entry decoder IsInvalid check performs length arithmetic in int after narrowing from uint16.
A guest or anonymous directory listing against an attacker-controlled or man-in-the-middle SMB server crashes the Go client process with a runtime panic when the response contains an entry whose NextEntryOffset is larger than the remaining buffer, or whose declared FileNameLength produces a length that does not match the actual buffer size.
이 버전이 영향받나요?
사용 중인 패키지 버전을 입력하면 즉시 평가합니다.
영향 패키지
0 수정 버전: 0.0.0-20260609183447-7b96c35f5f4b go get github.com/cloudsoda/go-smb2@v0.0.0-20260609183447-7b96c35f5f4b 0 No fixed version published yet for github.com/hirochachacha/go-smb2 (go modules). Pin to a known-safe version or switch to an alternative.