Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, the CanUpdate check at pkg/models/project_permissions.go:139
위협 신호 · CVSS · EPSS · KEV
이론적 심각도 점수
30일 내 악용 확률 예측
실측 악용 기록 없음
계획된 패치 주기 내 조치(60일 이내)
CVSS 벡터 · 메트릭
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L약점 (CWE)
- CWE-269
부적절한 권한 관리 — 권한 부여/상승 처리 결함으로 권한 상승 위험.
상세 설명
Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, the CanUpdate check at pkg/models/project_permissions.go:139-148 only requires CanWrite on the new parent project when changing parent_project_id. However, Vikunja's permission model uses a recursive CTE that walks up the project hierarchy to compute permissions. Moving a project under a different parent changes the permission inheritance chain. When a user has inherited Write access (from a parent project share) and reparents the child project under their own project tree, the CTE resolves their ownership of the new parent as Admin (permission level 2) on the moved project. This vulnerability is fixed in 2.3.0.
AI 심층 분석
공격 시나리오 · 재현 가능한 PoC 페이로드 · 즉시 적용 가능한 차단 패치를 한 번에 받아 보세요. 보안 운영팀이 그대로 점검·티켓팅에 쓸 수 있는 형태로 정리해 드립니다.
영향받는 제품·버전
- vikunja vikunja< 2.3.0other
영향받는 구성 (CPE) 1
- vikunja vikunja< 2.3.0cpe:2.3:a:vikunja:vikunja:*:*:*:*:*:*:*:*
참고 자료 4
- https://github.com/go-vikunja/vikunja/pull/2583Issue Tracking
- https://github.com/go-vikunja/vikunja/security/advisories/GHSA-2vq4-854f-5c72ExploitVendor Advisory
링크 내용 불러오는 중…