Skip to main content

JWT Signature check

Description

We sent a token with an invalid signature and it was accepted by the server.

Remediation

You must validate the token signature before thrusting the token content.

Configuration

Identifier: injection/jwt_sign_check

Examples

Ignore this check

{
"checks": {
"injection/jwt_sign_check": {
"skip": true
}
}
}

Score

  • Escape Severity: HIGH

CVSS

  • CVSS_VECTOR: AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N
  • CVSS_SCORE: 9.3

References