TRY NOW

Nvidia Display Driver Vulnerability December 2022

Operating System Vulnerability

Discover Vulnerable NVIDIA Display Drivers in Your IT Estate

Nvidia released a new security bulletin detailing 25 new vulnerabilities in their display drivers for Geforce, Studio, RTX, Quadro, NVS, and Tesla graphics cards. The vulnerabilities have CVSS base scores ranging from 8.8 down to 4.4. They can lead to code execution, denial of service, escalation of privileges, information disclosure, and data tampering. You can find more information about the different vulnerabilities in the Nvidia December 2022 driver vulnerability blog post.  

NVIDIA GPU Vulnerability updated driver versions Windows

 

Nvidia GPU Display Driver Vulnerability Query

Select Top 1000000 tblAssets.AssetID,
tblAssets.AssetName,
tblAssets.Domain,
tblAssets.Username,
tblAssets.Userdomain,
Coalesce(tsysOS.Image, tsysAssetTypes.AssetTypeIcon10) As icon,
tblAssets.IPAddress,
tsysIPLocations.IPLocation,
tblAssetCustom.Manufacturer,
tblAssetCustom.Model,
tsysOS.OSname As OS,
tblAssets.Version,
tblAssets.SP,
tblVideoController.Caption As GPU,
SubString(NvidiaAssets.DriverVersion, 0, Len(NvidiaAssets.DriverVersion) -
1) + '.' + SubString(NvidiaAssets.DriverVersion,
Len(NvidiaAssets.DriverVersion) - 1, Len(NvidiaAssets.DriverVersion)) As
[Driver Version],
Case
When tblVideoController.Caption Like '%geforce%' And
NvidiaAssets.DriverVersion Between 52500 And 52697 Then '526.98'
When tblVideoController.Caption Like '%geforce%' And
tsysOS.OSname In ('Win 7', 'Win 8', 'Win 8.1') And
NvidiaAssets.DriverVersion Between 47000 And 47405 Then '474.06'
When tblVideoController.Caption Like '%geforce%' And
NvidiaAssets.DriverVersion Between 47000 And 47403 Then '474.04'
When tblVideoController.Caption Like '%studio%' And
NvidiaAssets.DriverVersion Between 52500 And 52697 Then '526.98'
When (tblVideoController.Caption Like '%RTX%A%' Or
tblVideoController.Caption Like '%quadro%' Or
tblVideoController.Caption Like '%NVS%') And
NvidiaAssets.DriverVersion Between 52500 And 52726 Then '527.27'
When (tblVideoController.Caption Like '%RTX%A%' Or
tblVideoController.Caption Like '%quadro%' Or
tblVideoController.Caption Like '%NVS%') And
NvidiaAssets.DriverVersion Between 51500 And 51770 Then '517.71'
When (tblVideoController.Caption Like '%RTX%A%' Or
tblVideoController.Caption Like '%quadro%' Or
tblVideoController.Caption Like '%NVS%') And
NvidiaAssets.DriverVersion Between 51000 And 51390 Then '513.91'
When (tblVideoController.Caption Like '%RTX%A%' Or
tblVideoController.Caption Like '%quadro%' Or
tblVideoController.Caption Like '%NVS%') And
NvidiaAssets.DriverVersion Between 47000 And 47403 Then '474.04'
When tblVideoController.Caption Like '%tesla%' And
NvidiaAssets.DriverVersion >= 52500 Then 'Available on December 1, 2022'
When tblVideoController.Caption Like '%tesla%' And
NvidiaAssets.DriverVersion Between 51500 And 51770 Then '517.71'
When tblVideoController.Caption Like '%tesla%' And
NvidiaAssets.DriverVersion Between 51000 And 51390 Then '513.91'
When tblVideoController.Caption Like '%tesla%' And
NvidiaAssets.DriverVersion Between 47000 And 47403 Then '474.04'
When tblVideoController.Caption Like '%tesla%' And
NvidiaAssets.DriverVersion Between 45000 And 45393 Then '453.94'
End As [Recommended Driver Version],
Case
When tblErrors.ErrorText Is Not Null Or
tblErrors.ErrorText != '' Then
'Scanning Error: ' + tsysasseterrortypes.ErrorMsg
Else ''
End As ScanningErrors,
tblAssets.Lastseen,
tblAssets.Lasttried
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblAssets.Assettype
Inner Join tsysIPLocations On tsysIPLocations.LocationID =
tblAssets.LocationID
Inner Join tblState On tblState.State = tblAssetCustom.State
Left Join tsysOS On tsysOS.OScode = tblAssets.OScode
Left Join (Select Distinct Top 1000000 tblErrors.AssetID As ID,
Max(tblErrors.Teller) As ErrorID
From tblErrors
Group By tblErrors.AssetID) As ScanningError On tblAssets.AssetID =
ScanningError.ID
Left Join tblErrors On ScanningError.ErrorID = tblErrors.Teller
Left Join tsysasseterrortypes On tsysasseterrortypes.Errortype =
tblErrors.ErrorType
Inner Join tblVideoController On
tblAssets.AssetID = tblVideoController.AssetID
Left Join (Select Top 1000000 tblAssets.AssetID,
Right(Convert(bigint,Replace(tblVideoController.DriverVersion, '.', '')),
5) As DriverVersion,
tblVideoController.Caption
From tblAssets
Inner Join tblVideoController On
tblAssets.AssetID = tblVideoController.AssetID
Where tblVideoController.Caption Like '%Nvidia%') As NvidiaAssets On
NvidiaAssets.AssetID = tblAssets.AssetID
Where (tblVideoController.Caption Like '%geforce%' Or
tblVideoController.Caption Like '%quadro%' Or
tblVideoController.Caption Like '%NVS%' Or tblVideoController.Caption Like
'%tesla%' Or tblVideoController.Caption Like '%RTX%A%' Or tblVideoController.Caption Like '%studio%') And
((tblVideoController.Caption Like '%geforce%' And
NvidiaAssets.DriverVersion Between 52500 And 52697) Or
(tblVideoController.Caption Like '%geforce%' And
tsysOS.OSname In ('Win 7', 'Win 8', 'Win 8.1') And
NvidiaAssets.DriverVersion Between 47000 And 47405) Or 
(tblVideoController.Caption Like '%geforce%' And
NvidiaAssets.DriverVersion Between 47000 And 47403) Or
((tblVideoController.Caption Like '%RTX%A%' Or
tblVideoController.Caption Like '%quadro%' Or
tblVideoController.Caption Like '%NVS%') And
NvidiaAssets.DriverVersion Between 52500 And 52726) Or
((tblVideoController.Caption Like '%RTX%A%' Or
tblVideoController.Caption Like '%quadro%' Or
tblVideoController.Caption Like '%NVS%') And
NvidiaAssets.DriverVersion Between 51500 And 51770) Or
((tblVideoController.Caption Like '%RTX%A%' Or
tblVideoController.Caption Like '%quadro%' Or
tblVideoController.Caption Like '%NVS%') And
NvidiaAssets.DriverVersion Between 51000 And 51390) Or
((tblVideoController.Caption Like '%RTX%A%' Or
tblVideoController.Caption Like '%quadro%' Or
tblVideoController.Caption Like '%NVS%') And
NvidiaAssets.DriverVersion Between 47000 And 47403) Or
(tblVideoController.Caption Like '%tesla%' And
NvidiaAssets.DriverVersion >= 52500) Or
(tblVideoController.Caption Like '%tesla%' And
NvidiaAssets.DriverVersion Between 51500 And 51770) Or
(tblVideoController.Caption Like '%tesla%' And
NvidiaAssets.DriverVersion Between 51000 And 51390) Or
(tblVideoController.Caption Like '%tesla%' And
NvidiaAssets.DriverVersion Between 47000 And 47403) Or
(tblVideoController.Caption Like '%tesla%' And
NvidiaAssets.DriverVersion Between 45000 And 45393) Or
(tblVideoController.Caption Like '%studio%' And
NvidiaAssets.DriverVersion Between 52500 And 52697)) And
tblVideoController.DriverVersion Is Not Null And tblAssetCustom.State = 1
Order By tblAssets.Domain,
tblAssets.AssetName

Show

Hide

NO CREDIT CARD REQUIRED

Ready to get started?
You’ll be up and running in no time.

Explore all our features, free for 14 days.