Skip to content

Commit abb02a9

Browse files
Add suggested Appears/Safe change from peer review
Co-authored-by: jheysel-r7 <[email protected]>
1 parent 0852fbf commit abb02a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/exploits/multi/http/atlassian_confluence_rce_cve_2024_21683.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ def check
8585
# According to Atlassian, all versions < 7.17 are vulnerable.
8686
version.between?(Rex::Version.new('0.0.0'), Rex::Version.new('7.16.999'))
8787
Exploit::CheckCode::Appears("Exploitable version of Confluence: #{version}")
88+
else
89+
Exploit::CheckCode::Safe("Non-exploitable version of Confluence: #{version}")
8890
end
8991
end
9092

0 commit comments

Comments
 (0)