VDB
KO
MEDIUM

GHSA-4qvv-g3vr-m348

Wagtail has improper permission handling on admin preview endpoints

Details

### Impact Due to a missing permission check on the preview endpoints, a user with access to the Wagtail admin and knowledge of a model's fields can craft a form submission to obtain a preview rendering of any page, snippet or site setting object for which previews are enabled, consisting of any data of the user's choosing. The existing data of the object itself is not exposed, but depending on the nature of the template being rendered, this may expose other database contents that would otherwise only be accessible to users with edit access over the model. The vulnerability is not exploitable by an ordinary site visitor without access to the Wagtail admin.

### Patches Patched versions have been released as Wagtail 6.3.6, 7.0.4, 7.1.3 and 7.2.2. The new 7.3 feature release also incorporates this fix.

### Workarounds No workaround is available.

### Acknowledgements

Many thanks to @thxtech for reporting this issue.

### For more information

If there are any questions or comments about this advisory:

- Visit Wagtail's [support channels](https://docs.wagtail.io/en/stable/support.html) - Send an email to [security@wagtail.org](mailto:security@wagtail.org) (view our [security policy](https://github.com/wagtail/wagtail/security/policy) for more information).

Are you affected?

Enter the version of the package you're using.

Affected packages

PyPI / wagtail
Introduced in: 0 Fixed in: 6.3.6
Fix pip install --upgrade 'wagtail>=6.3.6'
PyPI / wagtail
Introduced in: 6.4rc1 Fixed in: 7.0.4
Fix pip install --upgrade 'wagtail>=7.0.4'
PyPI / wagtail
Introduced in: 7.1rc1 Fixed in: 7.1.3
Fix pip install --upgrade 'wagtail>=7.1.3'
PyPI / wagtail
Introduced in: 7.2rc1 Fixed in: 7.2.2
Fix pip install --upgrade 'wagtail>=7.2.2'
PyPI / wagtail
Introduced in: 7.3rc1 Fixed in: 7.3
Fix pip install --upgrade 'wagtail>=7.3'

References