Calculators Microsoft OS Updates and Need for Anti-Virus Protection

  • Thread starter Thread starter WWGD
  • Start date Start date
  • Tags Tags
    Os Protection
AI Thread Summary
Microsoft's periodic updates enhance system security by addressing vulnerabilities, making it harder for viruses to exploit older versions of Windows. Malware typically targets specific software weaknesses, so keeping the operating system and applications updated is crucial for protection. Older systems, like Windows XP, are more susceptible to attacks due to the lack of ongoing security patches. Users must also ensure that third-party applications, such as Adobe Flash Player, are regularly updated, as they can harbor significant security flaws. Utilizing browser extensions like NoScript and ad blockers can reduce exposure to malware from online ads. While antivirus software is beneficial, the priority should be on applying updates promptly, as unpatched systems are prime targets for hackers who exploit known vulnerabilities. Regularly rebooting to apply updates is essential for maintaining security.
WWGD
Science Advisor
Homework Helper
Messages
7,678
Reaction score
12,352
Hi all,
Do the changes/updates that Microsoft does periodically lower the odds of a virus successfully
hurting the system? My knowledge of programming and of computers is limited, but it would seem viruses would have to be designed around the way the OS is setup. Then it would seem that a virus designed to attack version "x" of Windows would not be as successful in attacking a higher version "y" of the same Windows O.S. Is this correct?
 
Computer science news on Phys.org
Remember Microsoft Update doesn't necessarily update programs you have on your computer, which may have security holes that need patching by updating the program itself.
 
  • Like
Likes Greg Bernhardt
Ah, thanks, good point; I had not thought of that. Good thing I asked.
 
StevieTNZ said:
Remember Microsoft Update doesn't necessarily update programs you have on your computer, which may have security holes that need patching by updating the program itself.

Software like Adobe Flash Player is notorious for having security flaws which will allow malware access to your computer.

http://threatpost.com/adobe-patches-host-of-memory-bugs-in-flash-player

To protect yourself, you need to keep up to date on OS security patches and application software security patches, and have a good suite of anti-virus tools installed on your computer, just in case.
 
WWGD said:
... it would seem that a virus designed to attack version "x" of Windows would not be as successful in attacking a higher version "y" of the same Windows O.S. Is this correct?
Yes : microsoft support for Windows XP has ended ... http://windows.microsoft.com/en-gb/windows/end-support-help
So XP is more vulnerable to exploits than the later Windows versions, as they will receive security patches.

SteamKing said:
Software like Adobe Flash Player is notorious for having security flaws which will allow malware access to your computer.

The NoScript addon for the firefox browser allows you to white-list trusted sites which you permit to use Adobe flash ( & Java , & JavaScript), that reduces your "attack surface" when browsing the web, ( and stops annoying animated adverts which need Adobe flash to run, which are just a waste of your computer's CPU time and internet capacity ).
 
Last edited:
On the flash issue, I would suggest "flashblock". It simply blocks flash by default (including annoying UI and advertisement) and allows you to enable it by clicking on it once or adding the site to the whitelist.

Also, adblock or adblock plus keeps a lot of malware at bay because a lot of honest sites serve up dishonest advertisements.
 
If you're on Windows 7 or 8, Windows Defender is free and decent. It wants you to update its definitions frequently (often every day), which can be annoying, but it also doesn't bring down the CPU or tend to interfere with programs unexpectedly like some commercial anti-virus programs do.
 
WWGD said:
Hi all,
Do the changes/updates that Microsoft does periodically lower the odds of a virus successfully
hurting the system? My knowledge of programming and of computers is limited, but it would seem viruses would have to be designed around the way the OS is setup. Then it would seem that a virus designed to attack version "x" of Windows would not be as successful in attacking a higher version "y" of the same Windows O.S. Is this correct?
Yes, almost all malware gains access to systems by leveraging some vulnerability within the software/hardware install on said system. If you make sure you stay patched, you will be able to rule out a vast majority of the malware. Keep in mind that this may mean having to go to several different sources for updates.

If your OS is Windows, you use Open Office for word processing and have Chrome for a browser, then updates from microsoft will only fix problems with your OS, it won't address any issues in Open Office and Chrome. You'll need to make sure you have them set to automatically update (Chrome does it by default) or you're still vulnerable when browsing the internet or opening a document you got in your email.

Basically, if some program on your computer interacts with data from the internet, then you should do what you can to ensure it's kept up to date.

Also, spend the 5 minutes it takes to reboot the computer when windows tells you it needs to reboot to apply updates. When microsoft releases a patch, they are effectively telling the world, "Hey! we found a problem in our program." Then hackers look at the patch to figure out what the original problem was, and rush to build an exploit specifically to take advantage of people who don't update their system quickly.

Antivirus/antispyware programs are also very important but not as important as staying up to date on patches, if you're really careful you can get by without using an antivirus (very inadvisable) but you're toast without updates.
 
Back
Top