Report
ASP.NET applications with large MaxLengthRequest are vulnerable to denial of service attacks. The recommended value by Microsoft is 4096 KB (4 MB) so anything larger than that gets flagged as a warning. This checks corresponds to CWE-016 which didn't exist previously in QL and corresponds to common insecure configurations.
This issue is still commonly found in ASP.NET applications and have been related to the mitigations of other CVEs in the past such as:
CodeQL query PR: github/codeql#2355
Report
ASP.NET applications with large
MaxLengthRequestare vulnerable to denial of service attacks. The recommended value by Microsoft is 4096 KB (4 MB) so anything larger than that gets flagged as a warning. This checks corresponds to CWE-016 which didn't exist previously in QL and corresponds to common insecure configurations.This issue is still commonly found in ASP.NET applications and have been related to the mitigations of other CVEs in the past such as:
CodeQL query PR: github/codeql#2355