-
Incident report
-
Resolution: Fixed
-
Minor
-
None
-
None
-
All
By changing the request parameter to something invalid an error message is produced disclosing the location/path of the zabbix install.
This is an information leakage / path disclosure vulnerability....not a huge deal but should be fixed time permitting.
- is duplicated by
-
ZBX-4668 Path disclosure vulnerability when use API
-
- Closed
-
Forgot to add a sample request to cause the issue:
GET http://192.168.1.73/zabbix/popup.php?dstfrm=Action&dstfld1=new_operation%5Bobjectid%5D&dstfld2=object_name&srctbl=usrgrp&srcfld1=usrgrpid&srcfld2=password&submit=1 HTTP/1.1
The "password" value is passed to the srcfld2 parameter triggering the error.