Javier Morales

2 exploits Active since Oct 2025
CVE-2025-61152 WRITEUP MEDIUM WRITEUP
python-jose <3.3.0 - Privilege Escalation
python-jose thru 3.3.0 allows JWT tokens with 'alg=none' to be decoded and accepted without any cryptographic signature verification. A malicious actor can craft a forged token with arbitrary claims (e.g., is_admin=true) and bypass authentication checks, leading to privilege escalation or unauthorized access in applications that rely on python-jose for token validation. This issue is exploitable unless developers explicitly reject 'alg=none' tokens, which is not enforced by the library. NOTE: all parties agree that the issue is not relevant because it only occurs in a "verify_signature": False situation.
CVSS 6.5
CVE-2025-63675 WRITEUP MEDIUM WORKING POC
cryptidy <1.2.4 - Code Injection
cryptidy through 1.2.4 allows code execution via untrusted data because pickle.loads is used. This occurs in aes_decrypt_message in symmetric_encryption.py.
CVSS 6.9