mirror of
https://github.com/0x5t4l1n/hunting.git
synced 2026-05-26 11:35:51 +00:00
ba72efbc5e
Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com>
26 lines
934 B
Markdown
26 lines
934 B
Markdown
# Vulnerable Components
|
|
|
|
## Description
|
|
Using components with known vulnerabilities can lead to serious security breaches. This includes libraries, frameworks, and other software modules that run with the same privileges as the application. Vulnerable components can be exploited to achieve various attacks ranging from data theft to server takeover.
|
|
|
|
## Common Issues
|
|
- Outdated libraries
|
|
- Unpatched frameworks
|
|
- Deprecated components
|
|
- Components with known CVEs
|
|
- Unnecessary dependencies
|
|
|
|
## Common Attack Vectors
|
|
- Third-party libraries
|
|
- JavaScript frameworks
|
|
- Server-side frameworks
|
|
- CMS platforms
|
|
- Plugins and extensions
|
|
- Operating system packages
|
|
|
|
## Testing Approach
|
|
Identify the versions of components used by the application and check them against vulnerability databases for known security issues.
|
|
|
|
## Resources
|
|
See `vulnerable-components-list.txt` for a list of commonly vulnerable components and their indicators.
|