National Institute of Standards and Technology
Package illustrating a test case

Test case 134823

Description

CWE: 319 Cleartext Transmission of Sensitive Information
BadSource: connect_tcp Read password using an outbound tcp connection
GoodSource: Set password to a hardcoded value (one that was not sent over the network)
Sinks: driverManager
GoodSink: Decrypt the password from the source before using it in database connection
BadSink : Use password directly from source in database connection
Flow Variant: 31 Data flow: make a copy of data within the same method

Flaws

Test Suites

Documentation

Have any comments on this test case? Please, send us an email.