---
id: GHSA-92hv-j533-69wc
title: 'Wagtail: Identification of documents by SHA1 hash'
summary: 'Wagtail: Identification of documents by SHA1 hash'
severity: low
cvss: 3.7
cwe:
  - CWE-280
vendor: wagtail
product: wagtail
ecosystem: pip
affected:
  - wagtail < 7.0.9
  - 'wagtail >= 7.1, < 7.3.4'
  - 'wagtail >= 7.4, < 7.4.3'
  - wagtail = 8.0rc1
patched:
  - wagtail 7.0.9
  - wagtail 7.3.4
  - wagtail 7.4.3
  - wagtail 8.0rc2
published: '2026-08-20'
updated: '2026-08-20'
source: GHSA
sourceUrl: 'https://github.com/advisories/GHSA-92hv-j533-69wc'
references:
  - url: 'https://github.com/wagtail/wagtail/security/advisories/GHSA-92hv-j533-69wc'
  - url: 'https://github.com/advisories/GHSA-92hv-j533-69wc'
tags:
  - ghsa
  - pip
ingestedAt: '2026-08-20T18:59:53.313Z'
---

## Overview

### Impact
By passing specific HTTP headers to the document serve URL endpoint, an attacker was able to determine whether a document with a given ID matched a specified SHA1 hash, regardless of any permission restrictions on the document or knowing its filename. This could allow an attacker to determine whether a document with a specific known hash is present in the Wagtail document library.

This vulnerability does not expose the document's contents or any metadata beyond the already known SHA1 hash, and does not expose information about any documents for which the attacker does not know the SHA1 hash.

### Patches
Patched versions have been released as Wagtail 7.0.9, 7.3.4, 7.4.3 and 8.0rc2.

### Workarounds
Site owners who are unable to upgrade can strip `If-Match` and `If-None-Match` from anonymous requests to `/documents/` at the reverse proxy, or use a custom document model without a `file_hash` attribute.

### Acknowledgements
Many thanks to Anand Himanshu for reporting this issue.

### For more information
If you have any questions or comments about this advisory:

* Visit Wagtail's [support channels](https://docs.wagtail.org/en/stable/support.html)
* Email us at [security@wagtail.org](mailto:security@wagtail.org) (view our [security policy](https://github.com/wagtail/wagtail/security/policy) for more information).

## Affected packages

- `wagtail < 7.0.9`
- `wagtail >= 7.1, < 7.3.4`
- `wagtail >= 7.4, < 7.4.3`
- `wagtail = 8.0rc1`

## Remediation

Upgrade to a patched release:

- `wagtail 7.0.9`
- `wagtail 7.3.4`
- `wagtail 7.4.3`
- `wagtail 8.0rc2`
