Skip to content

Commit 236662c

Browse files
committed
Changed CheckCode returned value
As we're checking the version and not actually exploiting the vulnerability the check method should return CheckCode::Appears
1 parent 8b9b8a2 commit 236662c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/http/magento_xxe_cve_2024_34102.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def check
8181
)
8282
)
8383

84-
CheckCode::Vulnerable("Detected Magento #{edition} edition version #{version} which is vulnerable")
84+
CheckCode::Appears("Detected Magento #{edition} edition version #{version} which is vulnerable")
8585
end
8686

8787
def ent_eval

0 commit comments

Comments
 (0)