Skip to content

Commit 14d683a

Browse files
SAML Replay - P5 (#433)
* SAML Replay - P5 Adding: P5 - Broken Authentication and Session Management - SAML Replay * Additional Files --------- Co-authored-by: Abhinav Nain <[email protected]>
1 parent eba7054 commit 14d683a

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

mappings/cvss_v3/cvss_v3.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,10 @@
302302
}
303303
]
304304
},
305+
{
306+
"id": "saml_replay",
307+
"cvss_v3": "AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H"
308+
},
305309
{
306310
"id": "session_fixation",
307311
"children": [

mappings/remediation_advice/remediation_advice.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,13 @@
469469
}
470470
]
471471
},
472+
{
473+
"id": "saml_replay",
474+
"references": [
475+
"https://snyk.io/blog/common-saml-vulnerabilities-remediate/",
476+
"https://support.okta.com/help/s/article/okta-service-has-protection-against-replay-attacks?language=en_US"
477+
]
478+
},
472479
{
473480
"id": "session_fixation",
474481
"remediation_advice": "Always regenerate the session token after the users properly authenticate.",

third-party-mappings/remediation_training/secure-code-warrior-links.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
"broken_authentication_and_session_management.failure_to_invalidate_session.on_password_change": "https://integration-api.securecodewarrior.com/api/v1/trial?id=bugcrowd&mappingList=vrt&mappingKey=broken_authentication_and_session_management:failure_to_invalidate_session:on_password_change&redirect=true",
8484
"broken_authentication_and_session_management.failure_to_invalidate_session.on_two_fa_activation_change": null,
8585
"broken_authentication_and_session_management.failure_to_invalidate_session.permission_change": null,
86+
"broken_authentication_and_session_management.saml_replay": null,
8687
"broken_authentication_and_session_management.session_fixation": null,
8788
"broken_authentication_and_session_management.session_fixation.local_attack_vector": "https://integration-api.securecodewarrior.com/api/v1/trial?id=bugcrowd&mappingList=vrt&mappingKey=broken_authentication_and_session_management:session_fixation:local_attack_vector&redirect=true",
8889
"broken_authentication_and_session_management.session_fixation.remote_attack_vector": "https://integration-api.securecodewarrior.com/api/v1/trial?id=bugcrowd&mappingList=vrt&mappingKey=broken_authentication_and_session_management:session_fixation:remote_attack_vector&redirect=true",

vulnerability-rating-taxonomy.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,12 @@
526526
}
527527
]
528528
},
529+
{
530+
"id": "saml_replay",
531+
"name": "SAML Replay",
532+
"type": "subcategory",
533+
"priority": 5
534+
},
529535
{
530536
"id": "session_fixation",
531537
"name": "Session Fixation",

0 commit comments

Comments
 (0)