Skip to main content

Configuring Exploitable Path Queries for Checkmarx SCA Resolver

This article explains how to set up your system for running Exploitable Path using Checkmarx SCA Resolver.

Note

To use Exploitable Path for scans that are run via the Checkmarx SCA web portal, no prior configuration is required. A cloud instance of SAST is automatically used to analyze your proprietary code.

Note

You can configure the Exploitable Path queries using either the method described in this section OR the alternative method described below. This section describes the recommended method for configuring the Exploitable Path queries in SAST. To use this method you need to have a Checkmarx SAST installation that includes CxAudit with the default set of privileges.

The alternative method is simpler to implement but less reliable, as it does not validate the queries in SAST. If you don’t have CxAudit, then use the alternative method.

Resources

The following links can be used to download the Exploitable Path custom queries for the relevant languages:

Exploitable Path Queries in ZIP Archive

Exploitable Path Queries in XML Format

Configuring SAST Queries

You must add the Queries and execute a SAST scan of the project, before you run the SCA scan of the Project. This should be done no more than 24 hr prior to running the SCA scan. This is because the Exploitable Path feature does not actually run a scan. Instead, it utilizes the relevant results from the last available SAST scan.

Prerequisite - Query Security Configuration

If you are using SAST version 9.2 HF9+ you need to configure the query security settings. For JavaScript projects, query_security_type (in [CxDB].[Config].[CxEngineConfigurationKeysMeta]) must be set to “none” (not to "application_security"). For Java, Python, or C# projects, query_security_type can be set to “application_security”, but in that case you will need to configure your system to allow the Exploitable Path queries, using one of the following methods:

  • The preferred method is to connect to your CxDB database and execute the following .sql statements.

  • An alternative method is to add the .xml config snippet given below to the Config.xml file under Checkmarx Engine Service > Engine Server for each of your installed engines. After adding the snippet you will need to restart the Windows service CxEngineService. For more info about query security, Checkmarx personnel can see the following internal documentation, New Engine Security Mechanism - Overview.

All values must not have spaces or blanks and must be “;” separated. If the attached configuration keys already exist, the new values need to be added to the existing values.

Step 1 - Configuring Exploitable Path Groups and Queries in SAST

Use the following procedure for each of the languages for which you want to configure Exploitable Path.

  1. Download and extract the Custom Queries (provided above) for the relevant languages (according to the system type).

  2. Log in to the CxAudit console.

  3. Click Edit Queries in the header bar.

    6426460753.bmp

    The Edit Queries dialog opens.

  4. Under Choose a Programming Language, select the desired language and then click Edit Queries at the bottom of the dialog.

    6426919551.png

    The list of existing queries is shown.

  5. Right-click the Corp category and click on Add Group.

    6426657339.png
  6. In the New Group dialog, enter a name for the group. Name the groups Java_Exploitable_Path, Python_Exploitable_Path, JavaScript_Exploitable_Path, and CSharp_Exploitable_Path respectively. Then, click OK.

    6426460765.png
  7. Right-click on the group that you created in the Query navigation pane and select Add Query….

    6426395136.png

    The New Query dialog opens.

  8. For the Query name, enter Find_Imports.

    6426460771.png
  9. Under Categories, expand Custom and select the checkboxes next to Custom and Optional, and then click OK.

    6426460777.png
  10. In the Queries navigation, select the Find_Imports query under the specified language.

    6426657349.png
  11. Copy the source code from the Find_Imports file that you extracted from the zip file and paste it in the Query Source window.

    6426919559.png
  12. Repeat steps 8-11 for the Find_Unresolved_Methods query.

  13. Repeat the above procedure for each additional language that you would like to configure.

  14. When you have finished configuring all required groups and queries, click on the Query tab and select Save All Queries.

    6426460785.png

Step 2 - Verifying Query Installation

  1. Log in to your Checkmarx SAST console.

  2. Go to Settings > Scan Settings > Query Viewer.

  3. In the Query pane, navigate to the Exploitable Path queries and select a query.

  4. Verify that the source code of the query is displayed in the Source pane.

    6426460793.png
  5. Select each of the queries and verify that the source code is in place.

Step 3 - Adding Exploitable Path Queries to Presets

You need to add the Exploitable Path queries to each of the presets that you will use for Projects on which you want to run Exploitable Path.

  1. In the SAST console, go to Settings > Scan Settings > Preset Manager.

  2. Select the desired preset and then click Edit at the bottom of the right hand pane.

    6426657355.png
  3. In the right hand pane, navigate to the Exploitable Path queries and select the checkbox next to each query.

    6426657361.png
  4. Click Save at the bottom of the screen.

  5. Repeat the above procedure for each preset that you would like to use with Exploitable Path.

Step 4 - Run a SAST Scan of the Project

In your Checkmarx SAST console, run a scan of the desired Project using a preset that contains the Exploitable Path queries. This should be done no more than 24 hours prior to running the scan in Checkmarx SCA.

You can now run the SCA scan with Exploitable Path using the Checkmarx SCA Resolver, see Running Exploitable Path Scans Using Resolver.

Alternative Configuration Method for Exploitable Path Queries

This article explains how set up your system for running Exploitable Path using Checkmarx SCA Resolver.

Note

You can configure the Exploitable Path queries using either the method described here OR the method described above Configuring Exploitable Path Queries. The method described here is simpler. However, it doesn’t validate the queries in SAST. Therefore, we recommend using the other, more reliable, method.

Resources

The xml files for the custom queries can be downloaded from Checkmarx SCA Resources.

Configuring SAST Queries

You must add the Queries and execute a SAST scan of the project, before you run the SCA scan of the Project. This should be done no more than 24 hr prior to running the SCA scan. This is because the Exploitable Path feature does not actually run a scan. Instead, it utilizes the relevant results from the last available SAST scan.

Prerequisite - Query Security Configuration

If you are using SAST version 9.2 HF9+ you need to configure the query security settings. For JavaScript projects, query_security_type (in [CxDB].[Config].[CxEngineConfigurationKeysMeta]) must be set to “none” (not to "application_security"). For Java, Python ,or C# projects, query_security_type can be set to “application_security”, but in that case you will need to configure your system to allow the Exploitable Path queries, using one of the following methods:

  • The preferred method is to connect to your CxDB database and execute the following .sql statements.

  • An alternative method is to add the .xml config snippet given below to the Config.xml file under Checkmarx Engine Service > Engine Server for each of your installed engines. After adding the snippet you will need to restart the Windows service CxEngineService. For more info about query security, Checkmarx personnel can see the following internal documentation, New Engine Security Mechanism - Overview.

All values must not have spaces or blanks and must be “;” separated. If the attached configuration keys already exist, the new values need to be added to the existing values.

Configuring SAST for Exploitable Path

To configure your SAST instance to support Exploitable Path SCA scans:

  1. In the SAST console, go to Settings > Scan Settings > Query Viewer.

  2. In the Queries selection pane, click on the desired language (Java, Python , JavaScript, or C#) to expand the view.

  3. Select the Corp checkbox, and then click on the Import Queries button.

    6496846276.png
  4. In the Import Queries dialog, click Select and navigate to the desired .xml file, then click Import.

  5. If you would like to add queries for another language (Java, Python , JavaScript, or C#), repeat the above procedure for the other language.

  6. Add the Queries that you imported to the relevant presets.

    You can now run the SAST scan of the project and then run the SCA scan using Resolver, see Running Exploitable Path Scans Using Resolver.