mirror of
https://github.com/0x5t4l1n/hunting.git
synced 2026-05-26 19:36:33 +00:00
Restructure repository: Remove OWASP categorization, organize by vulnerability type
Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user