mirror of
https://github.com/0x5t4l1n/hunting.git
synced 2026-05-26 19:36:33 +00:00
Add comprehensive OWASP Top 10 directory structure with injection payloads
Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# A06 - Vulnerable and Outdated Components
|
||||
|
||||
## Description
|
||||
Components run with the same privileges as the application itself, so flaws in any component can result in serious impact. Applications using components with known vulnerabilities may undermine application defenses and enable various attacks and impacts.
|
||||
|
||||
## Common Vulnerabilities
|
||||
- Outdated libraries
|
||||
- Unpatched systems
|
||||
- Vulnerable dependencies
|
||||
- End-of-life software
|
||||
- Unknown component inventory
|
||||
|
||||
## Testing Approach
|
||||
Identify component versions, check for known CVEs, analyze dependency trees, and use vulnerability scanners.
|
||||
Reference in New Issue
Block a user