Skip to content

Commit

Permalink
SAML Replay
Browse files Browse the repository at this point in the history
  • Loading branch information
TimmyBugcrowd committed Nov 17, 2024
1 parent 5c0a021 commit 9dd376b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mappings/cvss_v3/cvss_v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,15 @@
}
]
},
{
"id": "saml_replay",
"children": [
{
"id": "no_expiration",
"cvss_v3": "AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H"
}
]
},
{
"id": "session_fixation",
"children": [
Expand Down
9 changes: 9 additions & 0 deletions mappings/cwe/cwe.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,15 @@
"cwe": ["CWE-311"]
}
]
},
{
"id": "saml_replay",
"children": [
{
"id": "no_expiration",
"cwe": ["CWE-294"]
}
]
}
]
},
Expand Down
7 changes: 7 additions & 0 deletions mappings/remediation_advice/remediation_advice.json
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,13 @@
"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

0 comments on commit 9dd376b

Please sign in to comment.