Sunday, November 24, 2024
HomeOWASP - Top 10A-9 Using Components with known Vulnerabilities - Every Developers Should aware

A-9 Using Components with known Vulnerabilities – Every Developers Should aware

Published on

Exploitability of the risk is average, Attacker needs to identify the weak part through scanning or manual analysis.

But the risk is widely spread, Many application has these issues on the grounds that most development teams don’t concentrate on guaranteeing their parts/libraries are breakthrough.

Most of the time, the developers don’t know every one of the parts they are utilizing, it doesn’t mind their formats.

- Advertisement - SIEM as a Service

A full range of weaknesses is possible, including injection, broken access control, XSS, etc. The impact could range from minimal to complete.

SCENARIO 1:

A-9 Using Components with known Vulnerabilities

Now the attacker and the webserver, the attacker tries to exploit a vulnerable component on the server, a Vulnerable component is nothing but a product or Library which could be at risk.

SCENARIO 2:

A-9 Using Components with known Vulnerabilities
  1. In this scenario, the attacker tries to make a request to the website, and let’s assume this request loads a page which has the vulnerability.
  2. The website responds to the request which also discloses the vulnerable components.
  3. Once the attacker finds the vulnerable components and version, then he will go to Internet and searches for known vulnerabilities.
  4. Regardless it is easy to find risks associated with vulnerable components on the web, so the attackers get information on how this risk might be exploited.
  5. Then attacker so goes and launches the attack with the website.

Common Defences

  • Identify Components and versions.
  • Components that are used unplanned.
  • Monitor CVEs impacting those components.
  • Keep Components updated.
  • Regularly Monitor new releases.
Gurubaran
Gurubaran
Gurubaran is a co-founder of Cyber Security News and GBHackers On Security. He has 10+ years of experience as a Security Consultant, Editor, and Analyst in cybersecurity, technology, and communications.

Latest articles

Nearest Neighbor Attacks: Russian APT Hack The Target By Exploiting Nearby Wi-Fi Networks

Recent research has revealed that a Russian advanced persistent threat (APT) group, tracked as...

240+ Domains Used By PhaaS Platform ONNX Seized by Microsoft

Microsoft's Digital Crimes Unit (DCU) has disrupted a significant phishing-as-a-service (PhaaS) operation run by...

Russian TAG-110 Hacked 60+ Users With HTML Loaded & Python Backdoor

The Russian threat group TAG-110, linked to BlueDelta (APT28), is actively targeting organizations in...

Earth Kasha Upgraded Their Arsenal With New Tactics To Attack Organizations

Earth Kasha, a threat actor linked to APT10, has expanded its targeting scope to...

Free Webinar

Protect Websites & APIs from Malware Attack

Malware targeting customer-facing websites and API applications poses significant risks, including compliance violations, defacements, and even blacklisting.

Join us for an insightful webinar featuring Vivek Gopalan, VP of Products at Indusface, as he shares effective strategies for safeguarding websites and APIs against malware.

Discussion points

Scan DOM, internal links, and JavaScript libraries for hidden malware.
Detect website defacements in real time.
Protect your brand by monitoring for potential blacklisting.
Prevent malware from infiltrating your server and cloud infrastructure.

More like this

What is XSS (Cross-Site Scripting)? – A Detailed Understanding Of the Type of XSS

XSS is a very commonly exploited vulnerability type that is very widely spread and...

Cross-Site Request Forgery (CSRF) – An OWASP Vulnerability – Detailed Explanation

Cross Site Request Forgery is one of the most common form of attack by...

OWASP A10-Unvalidated Redirects and Forwards

Web applications often redirect and forward users to other pages and websites, and use...