You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CVE-2017-11424 details a key confusion attack against pyjwt.
As I understand it, we just need to add another magic string to this check
Not being a crypto expert, I'll open a pull request with the fix described in the CVE, but would appreciate someone else taking a look at the CVE before merging.
The text was updated successfully, but these errors were encountered:
sirosen
added a commit
to sirosen/python-jose
that referenced
this issue
Sep 1, 2017
Add "RSA PUBLIC KEY" to the forbidden key strings in HMAC. Prevents the
use of PKCS1 keys, cited by this CVE as exposing a key-confusion attack.
Also add a test case for it, doing the obvious thing.
Closesmpdavis#62
CVE-2017-11424 details a key confusion attack against pyjwt.
As I understand it, we just need to add another magic string to this check
Not being a crypto expert, I'll open a pull request with the fix described in the CVE, but would appreciate someone else taking a look at the CVE before merging.
The text was updated successfully, but these errors were encountered: