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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -778,6 +778,20 @@ for their reviews.
778
778
779
779
--- back
780
780
781
+
# Changes from RFC 8725 {#changes-from-rfc8725}
782
+
783
+
This document obsoletes RFC 8725 and provides several significant improvements and additions:
784
+
785
+
1. Algorithm Verification: Added defensive checking to address incorrect reading of `alg` values as being case-insensitive ({{algorithm-verification}}).
786
+
787
+
2. Encryption-Signature Confusion: Added mitigation for attacks where verifiers don't distinguish between successful decryption and successful signature validation ({{preventing-confusion}}).
788
+
789
+
3. PBES2 Count Limits: Added requirements to reject unreasonably large `p2c` (PBES2 Count) values to prevent DoS attacks ({{limit-iterations}}).
790
+
791
+
4. JWT Format Confusion: Added mitigation for JWT serialization format confusion attacks ({{token-format}}).
792
+
793
+
5. Compression DoS: Added mitigation for DoS attacks resulting from abuse of compression in JWE ({{limit-decompression}}).
794
+
781
795
# Document History
782
796
783
797
[[Note to RFC Editor: please remove before publication.]]
0 commit comments