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

Potential CWE-113 vulnerability in OdataToEntity.AspNetCore #46

Open
dshalkhakov opened this issue May 20, 2020 · 1 comment
Open

Potential CWE-113 vulnerability in OdataToEntity.AspNetCore #46

dshalkhakov opened this issue May 20, 2020 · 1 comment

Comments

@dshalkhakov
Copy link

So I've run a SAST scan with a certain tool against OdataToEntity source code and it uncovered the following issue: CWE-113 in OdataToEntity.AspNetCore MoveNext() method.

It probably originates in some foreach but I couldn't pinpoint the exact location. It can probably can also be fixed by a filter/middleware that would clean the inputs.

Thoughts?

Cheers,
Dmitry

@dshalkhakov dshalkhakov changed the title Potential CWE-113 in OdataToEntity.AspNetCore Potential CWE-113 vulnerability in OdataToEntity.AspNetCore May 20, 2020
@voronov-maxim
Copy link
Owner

voronov-maxim commented May 20, 2020

I need more information, I cannot find foreach where http headers are read.

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

No branches or pull requests

2 participants