at com.wm.app.b2b.server.HTTPInvokeHandler._process(HTTPInvokeHandler.java:140)
at com.wm.app.b2b.server.HTTPInvokeHandler._process(HTTPInvokeHandler.java:94)
at com.wm.app.b2b.server.InvokeHandler.process(InvokeHandler.java:99)
at com.wm.app.b2b.server.HTTPDispatch.handleRequest(HTTPDispatch.java:203)
at com.wm.app.b2b.server.Dispatch.run(Dispatch.java:391)
at com.wm.util.pool.PooledThread.run(PooledThread.java:127)
at java.base/java.lang.Thread.run(Thread.java:829)
I’m facing this error when i’m testing my Api in the postman. I’m giving the right flow service path and also giving the right credentials in the postman.
Hi, I also got same pattern when I scanned webMethods Integration Server v10.15 with Acunetix. And it mention as Medium Severity (the real domain I changed with ‘domain’)
at com.wm.app.b2b.server.HTTPInvokeHandler._process(HTTPInvokeHandler.java:140) at com.wm.app.b2b.server.HTTPInvokeHandler._process(HTTPInvokeHandler.java:94) at com.wm.app.b2b.server.InvokeHandler.process(InvokeHandler.java:99) at com.wm.app.b2b.server.HTTPDispatch.handleRequest(HTTPDispatch.java:203) at com.wm.app.b2b.server.Dispatch.run(Dispatch.java:391) at com.wm.util.pool.PooledThread.run(PooledThread.java:127)
Vulnerability Description
This alert requires manual confirmation
Application error or warning messages may expose sensitive information about an application’s internal workings to an attacker.
Acunetix found an error or warning message that may disclose sensitive information. The message may also contain the location of the file that produced an unhandled exception. Consult the ‘Attack details’ section for more information about the affected page.
Discovered by Error message on page
The impact of this vulnerability
Error messages may disclose sensitive information which can be used to escalate attacks.
How to fix this vulnerability
Verify that this page is disclosing error or warning messages and properly configure the application to log errors to a file instead of displaying the error to the user.
thanks Prasad for your response
unfortunately I no longer have access to empower to raise tickets, I only use the trial version of IS wM 10.15 for PoC to my clients next week.
Hi Everyone…
I had this issue resolved with fixes core 8 for IS v10.15, and change value of watt.server.http.returnException from true (default value) to message.
I re-scan again using Acunetix and bug not longer reported.