mirror of
https://github.com/0x5t4l1n/hunting.git
synced 2026-05-26 19:36:33 +00:00
ab9c127df3
Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com>
15 lines
591 B
Markdown
15 lines
591 B
Markdown
# 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.
|