Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CX Frameable_Login_Page @ core/authhandler.js [master] #5

Open
tsunez opened this issue Sep 2, 2020 · 1 comment
Open

CX Frameable_Login_Page @ core/authhandler.js [master] #5

tsunez opened this issue Sep 2, 2020 · 1 comment

Comments

@tsunez
Copy link
Collaborator

tsunez commented Sep 2, 2020

Frameable_Login_Page issue exists @ core/authhandler.js in branch master

The web-application does not properly utilize the "X-FRAME-OPTIONS" header to restrict embedding web-pages inside of a frame.

Severity: Medium

CWE:829

Vulnerability details and guidance

Checkmarx

Recommended Fix

Lines: 19 5 69 41 13


Code (Line #19):

module.exports.forgotPw = function (req, res) {

Code (Line #5):

module.exports.isAuthenticated = function (req, res, next) {

Code (Line #69):

module.exports.resetPwSubmit = function (req, res) {

Code (Line #41):

module.exports.resetPw = function (req, res) {

Code (Line #13):

module.exports.isNotAuthenticated = function (req, res, next) {

@tsunez
Copy link
Collaborator Author

tsunez commented Sep 2, 2020

Issue still exists.

SUMMARY

Issue has 5 vulnerability/vulnerabilities left to be fixed (Please scroll to the top for more information)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant