Skip to content

Incorrect signature verification in django-ses

Moderate severity GitHub Reviewed Published May 22, 2023 in django-ses/django-ses • Updated Sep 16, 2024

Package

pip django-ses (pip)

Affected versions

< 3.5.0

Patched versions

3.5.0

Description

The django_ses library implements a mail backend for Django using AWS Simple Email Service. The library exports the SESEventWebhookView class intended to receive signed requests from AWS to handle email bounces, subscriptions, etc. These requests are signed by AWS and are verified by django_ses, however the verification of this signature was found to be flawed as it allowed users to specify arbitrary public certificates.

References

@pcraciunoiu pcraciunoiu published to django-ses/django-ses May 22, 2023
Published to the GitHub Advisory Database May 22, 2023
Reviewed May 22, 2023
Published by the National Vulnerability Database May 26, 2023
Last updated Sep 16, 2024

Severity

Moderate

EPSS score

0.066%
(30th percentile)

Weaknesses

CVE ID

CVE-2023-33185

GHSA ID

GHSA-qg36-9jxh-fj25

Source code

Credits

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.