Curl CVE 2023 38545 Devices Not Updated Yet
Query
DeviceTvmSoftwareInventory
| where SoftwareName has "curl"
| where SoftwareVersion !startswith "8.4"
| project DeviceName, OSVersion, SoftwareName, SoftwareVersionExplanation
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.
Details

Shivam Malaviya - (User Submission)
Released: October 25, 2023
Tables
DeviceTvmSoftwareInventory
Keywords
DeviceTvmSoftwareInventorySoftwareNamecurlSoftwareVersionDeviceNameOSVersion
Operators
|wherehas!startswithproject