Mobile app version of vmapp.org
Login or Join
Becky754

: Can browser vulnerabilities effect wesbite security? Can browser vulnerabilities lead to problems with a website Security? Let's say that I have a website that is globally accessed. Can an old

@Becky754

Posted in: #Browsers #Security

Can browser vulnerabilities lead to problems with a website Security?

Let's say that I have a website that is globally accessed. Can an old browser having vulnerabilities be trouble for my website security or lead to situations where the website can be hacked?

If so, how do other global websites handle this scenario?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Becky754

1 Comments

Sorted by latest first Latest Oldest Best

 

@XinRu657

Browsers are only software that sends requests to your website. They can be used maliciously or not. Your website should be designed in such a way that it does not matter what requests are sent, your site is safe. Anything that a malfunctioning browser can do, an attacker could do more directly. So, in a large sense, no, the vulnerabilities in browsers have no special effect on your website security.

That being said, there is a danger in having to provide for the lowest common denominator when considering security measures. A great example that is currently ongoing is that older versions of Internet Explorer cannot use SSL ciphers and protocols which are not vulnerable. Therefore, webmasters and web hosts are having to make a decision between being secure and supporting access from some of their visitors. Within the next month, there will be a big move away from the old protocols, hopefully forcing upgrades, but in the meantime, there will be hosts out there which choose to be less secure to provide for the needs of vulnerable clients. So, in this sense, they pose a threat, but not directly.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme