We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 443bf12 commit 2b00020Copy full SHA for 2b00020
modules/exploits/windows/local/cve_2022_21882_win32k.rb
@@ -99,7 +99,7 @@ def check
99
build_num = sysinfo_value.match(/\w+\d+\w+(\d+)/)[0].to_i
100
vprint_status("Windows Build Number = #{build_num}")
101
102
- unless sysinfo_value =~ /10/ && (build_num >= 17043 && build_num <= 19044)
+ unless sysinfo_value =~ /10/ && (build_num >= 17134 && build_num <= 19044)
103
print_error('The exploit only supports Windows 10 versions 1803 - 21H2')
104
return CheckCode::Safe
105
end
0 commit comments