Query Details

Curl CVE 2023 38545 Devices Not Updated Yet

Query

DeviceTvmSoftwareInventory
| where SoftwareName has "curl"
| where SoftwareVersion !startswith "8.4"
| project DeviceName, OSVersion, SoftwareName, SoftwareVersion

Explanation

This query retrieves information about devices with a software inventory that includes "curl". It filters out devices with a software version that does not start with "8.4". The resulting data includes the device name, operating system version, software name, and software version.