All Questions
Tagged with vulnerability-assessment windows
3 questions
1
vote
1
answer
143
views
Security for a Windows application running in a corporate network
I know security is pretty important for the web application, but what about windows applications running in a corporate environment, network, not accessible from outside.
Do we need to treat security ...
1
vote
1
answer
127
views
Is an outdated library in a Windows user mode desktop application an actual security risk?
I have an Windows 10 desktop application that runs in user mode only, and this application is a local tool only -- that is, it does not "talk to the internet".
As an example:
This ...
1
vote
0
answers
766
views
What are the potential threats of an insecure IPC communication in Windows OS?
There are two processes on a Windows machine: one is related to user interface (UI) and the other is a backend service running locally. The UI process sends data to the backend service and they ...