Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all impacts #57

Closed
hamhicham opened this issue Aug 8, 2021 · 1 comment
Closed

all impacts #57

hamhicham opened this issue Aug 8, 2021 · 1 comment

Comments

@hamhicham
Copy link

are there any other impact? i just know the execution of remote code

@bitsadmin
Copy link
Owner

The different impacts are obtained from the MSRC API. See below how to discover the different values using PowerShell.

PS C:\> Expand-Archive .\definitions.zip
PS C:\> $csv = Import-Csv CVEs_20210812.csv
PS C:\> $csv | group Impact | sort -Descending Count | ft Name,Count

Name                     Count
----                     -----
Remote Code Execution   123077
Elevation of Privilege   70113
Information Disclosure   36555
Denial of Service         9932
Security Feature Bypass   6116
Spoofing                  3118
Tampering                  696
Defense in Depth           331
                           165
System.Object[]              4


PS C:\> 

Hope that answers your question!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants