When performing a web application penetration test, you find the application uses JWT tokens for authentication. What is a common vulnerability to test for?
-
A
Using the 'none' algorithm to bypass signature verification
-
B
Brute-forcing the JWT expiration timestamp
-
C
Injecting SQL into the JWT header
-
D
Performing a replay attack using the JWT secret