Skip to content

Commit

Permalink
Revert "SAML Replay - P5"
Browse files Browse the repository at this point in the history
This reverts commit 04c8503.
  • Loading branch information
TimmyBugcrowd committed Jan 12, 2025
1 parent 04c8503 commit bba2518
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
4 changes: 0 additions & 4 deletions mappings/cvss_v3/cvss_v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -366,10 +366,6 @@
"id": "authentication_bypass",
"cvss_v3": "AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L"
},
{
"id": "saml_replay",
"cvss_v3": "AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H"
},
{
"id": "two_fa_bypass",
"cvss_v3": "AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N"
Expand Down
7 changes: 0 additions & 7 deletions mappings/remediation_advice/remediation_advice.json
Original file line number Diff line number Diff line change
Expand Up @@ -756,13 +756,6 @@
"https://www.owasp.org/index.php/Testing_Multiple_Factors_Authentication_(OWASP-AT-009)"
]
},
{
"id": "saml_replay",
"references": [
"https://snyk.io/blog/common-saml-vulnerabilities-remediate/",
"https://support.okta.com/help/s/article/okta-service-has-protection-against-replay-attacks?language=en_US"
]
},
{
"id": "cleartext_transmission_of_session_token",
"remediation_advice": "Ensure that session tokens are transmitted over protected channels at all times. If the secure cookie flag is not an option ensure that the application does not support unencrypted communication.",
Expand Down
6 changes: 0 additions & 6 deletions vulnerability-rating-taxonomy.json
Original file line number Diff line number Diff line change
Expand Up @@ -1069,12 +1069,6 @@
"type": "subcategory",
"priority": 1
},
{
"id": "saml_replay",
"name": "SAML Replay",
"type": "subcategory",
"priority": 5
},
{
"id": "two_fa_bypass",
"name": "Second Factor Authentication (2FA) Bypass",
Expand Down

0 comments on commit bba2518

Please sign in to comment.