Skip to content

Commit 6dc13f9

Browse files
committed
Update descriptions to mention Webview bugginess.
1 parent 0ad9f95 commit 6dc13f9

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

modules/auxiliary/gather/android_object_tag_webview_uxss.rb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ def initialize(info = {})
1616
'Name' => 'Android Open Source Platform (AOSP) Browser UXSS',
1717
'Description' => %q{
1818
This module exploits a Universal Cross-Site Scripting (UXSS) vulnerability present in
19-
all versions of Android's open source stock browser before Android 4.4. If successful,
20-
an attacker can leverage this bug to scrape both cookie data and page contents from a
21-
vulnerable browser window.
19+
all versions of Android's open source stock browser before 4.4, and Android apps running
20+
on < 4.4 that embed the WebView component. If successful, an attacker can leverage this bug
21+
to scrape both cookie data and page contents from a vulnerable browser window.
2222
2323
Target URLs that use X-Frame-Options can not be exploited with this vulnerability.
24+
25+
Some sample UXSS scripts are provided in data/exploits/uxss.
2426
},
2527
'Author' => [
2628
'Rafay Baloch', # Original discovery, disclosure

modules/auxiliary/gather/android_stock_browser_uxss.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ def initialize(info = {})
1515
'Name' => 'Android Open Source Platform (AOSP) Browser UXSS',
1616
'Description' => %q{
1717
This module exploits a Universal Cross-Site Scripting (UXSS) vulnerability present in
18-
all versions of Android's open source stock browser before Android 4.4. If successful,
19-
an attacker can leverage this bug to scrape both cookie data and page contents from a
20-
vulnerable browser window.
18+
all versions of Android's open source stock browser before 4.4, and Android apps running
19+
on < 4.4 that embed the WebView component. If successful, an attacker can leverage this bug
20+
to scrape both cookie data and page contents from a vulnerable browser window.
2121
2222
If your target URLs use X-Frame-Options, you can enable the "BYPASS_XFO" option,
2323
which will cause a popup window to be used. This requires a click from the user

0 commit comments

Comments
 (0)