Solutions
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Extend Fleet
Integrate your favorite tools with Fleet.
Customers
Stripe + Fleet
Stripe consolidates multiple tools with Fleet.
Foursquare + Fleet
Foursquare quickly migrates to Fleet for device management.
What people are saying
Stories from the Fleet community.
More
Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
sofa_unpatched_cves
The CVEs that are unpatched on the device from SOFA.
Column | Type | Description |
---|---|---|
actively_exploited | text | "true" if this CVE is being actively exploited, "false" otherwise |
cve | text | The CVE identifier, like "CVE-2024-1580" |
os_version | text | If not specified, this is the version of the operating system that the device is running |
patched_version | text | The security release that patched this CVE, like "14.4.1" |
For historical data, use the os_version
predicate
SELECT * FROM sofa_unpatched_cves WHERE os_version="14.4.0"
This table is from the Mac Admins osquery extension.
By default this table will return all unpatched vulnerability data for the running operating system.
Use the url
constraint (in the WHERE clause) to specify a data source other than the SOFA feed.