SAMATE Logo NIST Logo The SAMATE Project Department of Homeland Security
Downloads:  Download this Test Case #149237

Back to the previous page... Back to the previous page

Test Case IDCandidate149237
Bad / Good / MixedBadBad test case
AuthorSecureSoftware, Alexander Hoole, Aurelien Delaitre
Associations
Good pair: 149238  
Replacing: 149043  
Test suite: 100  
Added byCharles Oliveira
LanguageC
Type of test caseSource Code
Input string
Expected Output
Instructionsgcc -Wall -g -O0 -std=gnu99 -o Format_string_problem-bad Format_string_problem-bad.c
Submission date2015-06-19
DescriptionFormat string problems occur when a user has the ability to control or write completely the format string used to format data in the printf style family of C/C++ functions (flawed).
File(s)
Flaw

There are no comments
Have any comments on this test case? Please, .

File Contains:
CWE-134: Uncontrolled Format String on line(s): 29