TCP ports 19014 and 19015 stopped responding to TCP connect request when subjected to TCP Scan Robustness test

MRUTYUNJAYA MAHAPATRA 1 Reputation point
2021-11-11T09:59:29.503+00:00

Hi
i have ports `19014 and 19015 which is stopped responding TCP connect request when TCP Scan Robustness test is going on.
Can anybody please suggest that how can i handle this.

Best regards
Mrutyunjaya

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,170 questions
Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,275 questions
Windows Network
Windows Network
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Network: A group of devices that communicate either wirelessly or via a physical connection.
653 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Gary Reynolds 9,391 Reputation points
    2021-11-23T20:39:23.207+00:00

    Hi @MRUTYUNJAYA MAHAPATRA

    I'm assuming that the TCP ports are linked to an application you have created. In which case, I would suggest this is caused by the way the application is handling the data it's receiving or more specifically its not handling it and this is causing the application to crash. Added additional checks to the code to verify the data being received and that all buffer length variables are double checked and packets are dropped if any data is invalid.

    If the application is provided by a third party, then you should raise a support call with them for an update to fix the problem.

    Gary.

    0 comments No comments