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
Copy file name to clipboardExpand all lines: draft-ietf-oauth-rfc8725bis.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -787,15 +787,15 @@ for their reviews.
787
787
788
788
This document obsoletes RFC 8725 and provides several significant improvements and additions:
789
789
790
-
1. Encryption-Signature Confusion: Added mitigation for attacks where verifiers don't distinguish between successful decryption and successful signature validation.
790
+
1. Algorithm Verification: Added defensive checking to address incorrect reading of `alg` values as being case-insensitive ({{algorithm-verification}}).
791
791
792
-
2. PBES2 Count Limits: Added requirements to reject unreasonably large `p2c` (PBES2 Count) values to prevent DoS attacks.
792
+
2. Encryption-Signature Confusion: Added mitigation for attacks where verifiers don't distinguish between successful decryption and successful signature validation ({{preventing-confusion}}).
793
793
794
-
3. Algorithm Verification: Added defensive checking to address incorrect reading of `alg` values as being case-insensitive.
794
+
3. PBES2 Count Limits: Added requirements to reject unreasonably large `p2c` (PBES2 Count) values to prevent DoS attacks ({{limit-iterations}}).
795
795
796
-
4. Compression DoS: Added mitigation for DoS attacks resulting from abuse of compression in JWE.
796
+
4. JWT Format Confusion: Added mitigation for JWT serialization format confusion attacks ({{token-format}}).
797
797
798
-
5. JWT Format Confusion: Added mitigation for JWT serialization format confusion attacks.
798
+
5. Compression DoS: Added mitigation for DoS attacks resulting from abuse of compression in JWE ({{limit-decompression}}).
0 commit comments