When 2 or more CXF JBI services are deployed in Fuse ESB each published on different port when you try to list from one of the ports like
http://localhost:8092
it would show all the known services published using CXF component.
It should only show the services published on the particular port.
To reproduce simply use cxf-wsdl-first sample and create 2 different services from it running on different ports and you can see the GET request to localhost:<anyPort> list the other service as well.