SCWFoxy / SCW_and_CodeQL_Demo

0 stars 0 forks source link

Potential BA Issue #33

Open SCWFoxy opened 1 year ago

SCWFoxy commented 1 year ago

I think there might be a broken authentication vulnerability in this code is that CWE_258 ?

secure-code-warrior-for-github[bot] commented 1 year ago

Micro-Learning Topic: Insecure authentication (Detected by phrase)

Matched on "broken authentication"

What is this? (2min video)

Improper authentication happens when mechanisms intended to identify the user are flawed (easily tamperable or insufficient). This would allow an attacker to bypass access controls or to easily impersonate a user.

Try a challenge in Secure Code Warrior

Helpful references
SCWFoxy commented 1 year ago

I think you mean CWE_250

secure-code-warrior-for-github[bot] commented 1 year ago

Micro-Learning Topic: Execution with Unnecessary Privileges (CWE 250)

Matched on "CWE_250"

What is this? (2min video)

The software performs an operation at a privilege level that is higher than the minimum level required, which creates new weaknesses or amplifies the consequences of other weaknesses.

Try a challenge in Secure Code Warrior