Jump to content

Recommended Posts

Posted

I performed the penetration test and I have these issues because the test did not pass. How can I resolve them?

The scanner detected that the  application loads jQuery version 3.6.4. This version is outdated and may contain known vulnerabilities or lack security improvements present in more recent releases.

     UniGUI internal communication — all UI events (button clicks, form submissions, timer ticks, etc.) are sent as Ajax POST requests to the fixed endpoint /HandleEvent. These are not a public API but are detected by the scanner as API-like traffic.

The /HandleEvent endpoint, if reachable without a valid session, could be probed

  for server-side logic vulnerabilities.

 

Tested with Unigui 1.95.0.1607

  • Administrators
Posted

Hello,

We constantly update JQuery to latest version. That said, Jquery plays no role in Ext JS functionality except for some 3rd party JS libraries that rely on it.

Regarding "Handleevent", it only works if it is provided a valid session ID otherwise it is rejected by the server. Started from a certain build we are embedding session id in form parameters hiding it from URL (which was previously a part of the URL parameters)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...