Skip to content

Commit

Permalink
Bugfix: Reflected XSS /app/tools/subnet-masks/popup.php
Browse files Browse the repository at this point in the history
Fixes #3738
  • Loading branch information
GaryAllan committed Feb 9, 2023
1 parent 788caf8 commit 842e999
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/tools/subnet-masks/popup.php
Expand Up @@ -37,6 +37,6 @@
<!-- footer -->
<div class="pFooter">
<div class="btn-group">
<button class="btn btn-sm btn-default <?php print @$_REQUEST['closeClass']; ?>"><?php print _('Close'); ?></button>
<button class="btn btn-sm btn-default <?php escape_input(print @$_REQUEST['closeClass']); ?>"><?php print _('Close'); ?></button>
</div>
</div>
1 change: 1 addition & 0 deletions misc/CHANGELOG
Expand Up @@ -4,6 +4,7 @@
----------------------------
+ XSS (reflected) in 'bw-calulator-result.php';
+ XSS (reflected) by invalid email address response;
+ XSS (reflected) by /app/tools/subnet-masks/popup.php (#3738);
+ XSS and LDAP injection in ad-search-result.php;
+ XSS and LDAP injection in ad-search-group-result.php;
+ Restrict find_full_subnets.php to CLI;
Expand Down

0 comments on commit 842e999

Please sign in to comment.