mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
fix WebUI system information leak
Disable unauthenticated access to cgi-bin/credits.cgi. The page leaks the currently installed version of IPFire and the hardware architecture. Both information might make a successful attack much easier. This issue can be reproduced by accessing https://[IPFire-IP]:444/cgi-bin/credits.cgi and accepting a SSL certificate warning (if any). Signed-off-by: Peter Müller <peter.mueller@link38.eu> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
3dcf1822e6
commit
0effbb3569
@@ -42,10 +42,6 @@
|
|||||||
Satisfy Any
|
Satisfy Any
|
||||||
Allow from All
|
Allow from All
|
||||||
</Files>
|
</Files>
|
||||||
<Files credits.cgi>
|
|
||||||
Satisfy Any
|
|
||||||
Allow from All
|
|
||||||
</Files>
|
|
||||||
<Files dial.cgi>
|
<Files dial.cgi>
|
||||||
Require user admin
|
Require user admin
|
||||||
</Files>
|
</Files>
|
||||||
|
|||||||
@@ -34,10 +34,6 @@
|
|||||||
Satisfy Any
|
Satisfy Any
|
||||||
Allow from All
|
Allow from All
|
||||||
</Files>
|
</Files>
|
||||||
<Files credits.cgi>
|
|
||||||
Satisfy Any
|
|
||||||
Allow from All
|
|
||||||
</Files>
|
|
||||||
<Files dial.cgi>
|
<Files dial.cgi>
|
||||||
Require user admin
|
Require user admin
|
||||||
</Files>
|
</Files>
|
||||||
|
|||||||
Reference in New Issue
Block a user