Skip to content

Commit

Permalink
Fix h1 report 170156
Browse files Browse the repository at this point in the history
Reflected XSS
-------------

The HackerOne user pavanw3b has reported that the Revive Adserver web
installer scripts were vulnerable to a reflected XSS attack via the dbHost,
dbUser and possibly other parameters. It has to be noted that the window
for such attack vectors to be possible is extremely narrow and it is very
unlikely that such an attack could be actually effective.

CWE: CWE-79
CVSSv2: 4 (AV:N/AC:H/Au:N/C:P/I:P/A:N)

CVSSv3 Vector: CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:N/E:U/RL:O/RC:C
CVSSv3 Base Score: 4.2
CVSSv3 Temporal Score: 3.7
  • Loading branch information
mbeccati committed Sep 28, 2016
1 parent 965657d commit fcf72c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/admin/templates/install/messages.html
Expand Up @@ -22,7 +22,7 @@
{/if}
<span id='errorMessages'>
{foreach from=$aMessages.error item=error name=messagesLoop}
{$error} {if !$smarty.foreach.messagesLoop.last}<br/>{/if}
{$error|escape} {if !$smarty.foreach.messagesLoop.last}<br/>{/if}
{/foreach}
</span>
</div>
Expand All @@ -46,4 +46,4 @@
});
</script>
{/literal}
{/if}
{/if}

0 comments on commit fcf72c8

Please sign in to comment.