Skip to content

Commit

Permalink
Update modules/auxiliary/scanner/msmq/cve_2023_21554_queuejumper.rb
Browse files Browse the repository at this point in the history
Corrected typo

Co-authored-by: cgranleese-r7 <[email protected]>
  • Loading branch information
bka-dev and cgranleese-r7 authored Sep 5, 2023
1 parent c3111d9 commit 4b8f5dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def initialize(info = {})
'Description' => %q{
This module checks the provided hosts for the CVE-2023-21554 vulnerability by sending
a MSMQ message with an altered DataLength field within the SRMPEnvelopeHeader that
overflows the given buffer. On patched systems, the error is catched and no response
overflows the given buffer. On patched systems, the error is caught and no response
is sent back. On vulnerable systems, the integer wraps around and depending on the length
could cause an out-of-bounds write. In the context of this module a response is sent back,
which indicates that the system is vulnerable.
Expand Down

0 comments on commit 4b8f5dc

Please sign in to comment.