Property
Languagecsharp
Severitymedium
CWECWE-347: Improper Verification of Cryptographic Signature
OWASPA02:2021 - Cryptographic Failures
Confidence LevelMedium
Impact LevelMedium
Likelihood LevelMedium

Description#

The application is configured to accept unsigned security tokens by setting RequireSignedTokens to false. This means tokens without a valid cryptographic signature are treated as valid, making it easy for attackers to forge or tamper with tokens.

Impact#

If exploited, attackers could create or modify tokens to impersonate users, bypass authentication, or gain unauthorized access to sensitive resources. This can lead to data breaches, privilege escalation, and loss of trust in the application’s security.