Kestrel
대시보드로 돌아가기
CVE-2026-45378HIGH· 7.5GHSA대응게시일: 2026. 07. 13.수정일: 2026. 07. 13.

Decidim: Verification documents can be downloaded through reusable links

위협 신호 · CVSS · EPSS · KEV

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

이론적 심각도 점수

EPSS

예측 데이터 없음

KEV
미등재

실측 악용 기록 없음

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

2주 이내 패치 — 우선 조치 대상

자동화 가능외부 노출· KEV 미등재 · 자동화 가능 · 부분 영향 · 외부 노출

CVSS 벡터 · 메트릭

악용 경로
공격 벡터네트워크
공격 복잡도낮음
필요 권한불필요
사용자 상호작용불필요
범위불변
영향
기밀성 영향높음
무결성 영향없음
가용성 영향없음
버전별 점수
CVSS 3.17.5HIGH
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

상세 설명

Description

Scanned identity-document images provided by participants and shown in the verification admin workflow are exposed through signed /rails/active_storage/disk/ URLs that can be fetched without any authenticated session.

Anyone who obtains one of those URLs can retrieve the document until the signature expires.

Technical description

This issue comes from the verification admin UI exposing scanned documents through reusable Active Storage disk links. Verification-document images are rendered with variant_url(...), which produces signed /rails/active_storage/disk/... links instead of routing the file through an authorization-checking controller. Because Decidim configures Active Storage service URLs to remain valid for seven days, the URL itself becomes the credential for that period.

The affected files are verification_attachment blobs on Decidim::Authorization, and the admin review pages embed those signed URLs directly into the HTML for pending and confirmation views.

Reproduction steps:

  1. Create a fresh verification document as a normal user.
    1.1. Open http://localhost:3001/users/sign_in.
    1.2. Open http://localhost:3001/id_documents/authorizations/new.
    1.3. Submit an id_documents verification request with an image attachment.

  2. Open the admin review page that renders the attachment.
    2.1. Sign out.
    2.2. Sign back in as admin@example.org.
    2.3. Try http://localhost:3001/admin/id_documents.

  3. Harvest the signed Active Storage URL.
    3.1. Open DevTools Network before loading the review page.
    3.2. Reload the page.
    3.3. Copy one request URL matching http://localhost:3001/rails/active_storage/disk/<SIGNED_TOKEN>/<FILENAME>.

  4. Replay the file URL without any Decidim session.
    4.1. Open a private window or a second browser where you are not signed in to Decidim.
    4.2. Paste the exact copied /rails/active_storage/disk/... URL.
    4.3. Confirm the verification image still loads.

Impact

  • This only applies to Organizations using the "Identity documents" verification
  • Any party that obtains one of these URLs can download the underlying scanned identity document for the lifetime of the signed link without needing to authenticate as the reviewing admin.
  • In the reproduced case, that replay window was about seven days, which is long enough for routine leakage channels such as copied links, screenshots, logs, browser history, and support workflows to become realistic exfiltration paths.
  • This raises the risk of leakage through browser history, screenshots, copy-paste, support tickets, logs, analytics tooling, malicious browser extensions, or any other channel that captures full URLs.
  • Because the affected files are identity-verification documents, the exposed data can include highly sensitive personal information.

Patches

See https://github.com/decidim/decidim/pull/16680

Workarounds

Disable the "Identity documents" verification

Reference

OWASP A01:2021 Broken Access Control

Credits

This issue was discovered in a security audit organized by the Decidim Association and made by Radically Open Security against Decidim financed by NGI.

AI 심층 분석

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