Back to the previous page
Test Case ID | ![]() |
Bad / Good / Mixed | Bad![]() |
Author | IARPA STONESOUP Test and Evaluation team |
Associations | Test suite: 102 Application: 15 |
Added by | Charles Oliveira |
Language | Java |
Type of test case | Source Code |
Input string | |
Expected Output | |
Instructions | See src/docs/howtobuild.html file for instructions on how to install. |
Submission date | 2015-10-06 |
Description | This weakness takes a value and converts it to upper case. If it contains characters not a-zA-Z, then the function used to covert to upper case will return null. After converting the value to upper case it is compared to a static password. This comparison will cause an error if the value contained a number, punctuation, space, etc. Metadata - Base program: Apache POI - Source Taint: ENVIRONMENT_VARIABLE - Data Type: SIMPLE - Data Flow: ADDRESS_AS_CONSTANT - Control Flow: CALLBACK |
File(s) |
|
Flaw |
There are no comments
Have any comments on this test case? Please,
.
- BlockListImpl.java
- J-C252A-POIX-04-ST01-DT02-DF05-CF01-01.xml
- service_mon.sh
- runFifos.py
- J-C252A-POIX-04-ST01-DT02-DF05-CF01-01.yaml
File Contains:
CWE-252: Unchecked Return Value on line(s): 50, 51, 52, 53, 54, 55
CWE-252: Unchecked Return Value on line(s): 50, 51, 52, 53, 54, 55