Описание
PyJWT is a Python implementation of RFC 7519. PyJWT supports multiple different JWT signing algorithms. With JWT, an attacker submitting the JWT token can choose the used signing algorithm. The PyJWT library requires that the application chooses what algorithms are supported. The application can specify jwt.algorithms.get_default_algorithms()
to get support for all algorithms, or specify a single algorithm. The issue is not that big as algorithms=jwt.algorithms.get_default_algorithms()
has to be used. Users should upgrade to v2.4.0 to receive a patch for this issue. As a workaround, always be explicit with the algorithms that are accepted and expected when decoding.
Релиз | Статус | Примечание |
---|---|---|
bionic | released | 1.5.3+ds1-1ubuntu0.1 |
devel | not-affected | 2.4.0-1 |
esm-infra-legacy/trusty | DNE | |
esm-infra/bionic | not-affected | 1.5.3+ds1-1ubuntu0.1 |
esm-infra/focal | not-affected | 1.7.1-2ubuntu2.1 |
esm-infra/xenial | not-affected | code not present |
focal | released | 1.7.1-2ubuntu2.1 |
impish | ignored | end of life |
jammy | released | 2.3.0-1ubuntu0.1 |
trusty/esm | DNE |
Показывать по
Ссылки на источники
EPSS
5 Medium
CVSS2
7.4 High
CVSS3
Связанные уязвимости
PyJWT is a Python implementation of RFC 7519. PyJWT supports multiple different JWT signing algorithms. With JWT, an attacker submitting the JWT token can choose the used signing algorithm. The PyJWT library requires that the application chooses what algorithms are supported. The application can specify `jwt.algorithms.get_default_algorithms()` to get support for all algorithms, or specify a single algorithm. The issue is not that big as `algorithms=jwt.algorithms.get_default_algorithms()` has to be used. Users should upgrade to v2.4.0 to receive a patch for this issue. As a workaround, always be explicit with the algorithms that are accepted and expected when decoding.
PyJWT is a Python implementation of RFC 7519. PyJWT supports multiple different JWT signing algorithms. With JWT, an attacker submitting the JWT token can choose the used signing algorithm. The PyJWT library requires that the application chooses what algorithms are supported. The application can specify `jwt.algorithms.get_default_algorithms()` to get support for all algorithms, or specify a single algorithm. The issue is not that big as `algorithms=jwt.algorithms.get_default_algorithms()` has to be used. Users should upgrade to v2.4.0 to receive a patch for this issue. As a workaround, always be explicit with the algorithms that are accepted and expected when decoding.
PyJWT is a Python implementation of RFC 7519. PyJWT supports multiple ...
EPSS
5 Medium
CVSS2
7.4 High
CVSS3