GHSA-5h3g-6xhh-rg6p
OpenClaw: OpenShell FS bridge reads pin and verify the opened file before returning bytes
상세
## Summary OpenShell FS bridge reads pin and verify the opened file before returning bytes
## Affected Packages / Versions - Package: openclaw (npm) - Affected versions: <= 2026.4.21 - Fixed version: 2026.4.22
## Impact A time-of-check/time-of-use race around OpenShell sandbox filesystem reads could let a symlink swap cause bytes outside the intended mount root to be read.
## Fix OpenShell reads now open the file with no-follow semantics where available, validate the pinned file descriptor against the canonical mount root, reject unsafe hardlink/symlink cases, and use a strict fallback ancestor walk on platforms without fd-path readback.
## Fix Commit(s) - 95119017c847c737bd113f0bff728c4666d79c45
## Verification - The fix commit is contained in the public v2026.4.22 tag. - openclaw@2026.4.22 is published on npm and the compiled package contains the fix. - Focused regression coverage for this path passed before publication.
Thanks @VladimirEliTokarev for reporting.
이 버전이 영향받나요?
사용 중인 패키지 버전을 입력하면 즉시 평가합니다.
영향 패키지
참고
- https://github.com/openclaw/openclaw/security/advisories/GHSA-5h3g-6xhh-rg6p [WEB]
- https://nvd.nist.gov/vuln/detail/CVE-2026-44113 [ADVISORY]
- https://github.com/openclaw/openclaw/commit/95119017c847c737bd113f0bff728c4666d79c45 [WEB]
- https://github.com/openclaw/openclaw [PACKAGE]
- https://www.vulncheck.com/advisories/openclaw-time-of-check-time-of-use-race-condition-in-openshell-fs-bridge [WEB]