File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ def initialize(info = {})
18
18
super ( update_info ( info ,
19
19
'Name' => 'Memcached Remote Denial of Service' ,
20
20
'Description' => %q{
21
- This module send specially-crafted packet causing a
22
- segmentation fault in memcached v1.4.15 or earlier versions.
21
+ This module sends a specially-crafted packet to cause a
22
+ segmentation fault in memcached v1.4.15 or earlier versions.
23
23
} ,
24
24
25
25
'References' =>
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def initialize(info={})
18
18
super ( update_info ( info ,
19
19
'Name' => 'CouchDB Login Utility' ,
20
20
'Description' => %{
21
- This module will test CouchDB logins on a range of
21
+ This module tests CouchDB logins on a range of
22
22
machines and report successful logins.
23
23
} ,
24
24
'Author' =>
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ def initialize(info = {})
21
21
This module exploits a remote command execution vulnerability in Apache Struts
22
22
versions < 2.3.14.2. A specifically crafted request parameter can be used to inject
23
23
arbitrary OGNL code into the stack bypassing Struts and OGNL library protections.
24
- When targeting an action which requires interaction through GET the payload should
25
- be split having into account the uri limits. In this case, if the rendered jsp has
26
- more than one point of injection, it could result in payload corruption. It should
27
- happen only when the payload is larger than the uri length.
24
+ When targeting an action which requires interaction through GET, the payload should
25
+ be split, taking into account the URI limits. In this case, if the rendered JSP has
26
+ more than one point of injection, it could result in payload corruption. This should
27
+ happen only when the payload is larger than the URI length.
28
28
} ,
29
29
'Author' =>
30
30
[
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def initialize(info = {})
16
16
super ( update_info ( info ,
17
17
'Name' => 'Lianja SQL 1.0.0RC5.1 db_netserver Stack Buffer Overflow' ,
18
18
'Description' => %q{
19
- This module exploits a stack buffer overflow in the db_netserver process which
19
+ This module exploits a stack buffer overflow in the db_netserver process, which
20
20
is spawned by the Lianja SQL server. The issue is fixed in Lianja SQL 1.0.0RC5.2.
21
21
} ,
22
22
'Author' => 'Spencer McIntyre' ,
You can’t perform that action at this time.
0 commit comments