
CVSS v3.1 assessment of CVE-2009-0658 (Adobe Acrobat Buffer Overflow), including Base, Temporal, and Environmental scoring and remediation recommendations.
This project is a Blue Team cybersecurity capstone focused on vulnerability assessment, risk evaluation, and remediation.
The assessment focuses on CVE-2009-0658, a vulnerability affecting Adobe Acrobat and Reader. The goal of the project was to evaluate the vulnerability using the CVSS v3.1 framework and translate the findings into practical defensive recommendations.
| Assessment | Score |
|---|---|
| Base Score | 7.8 (High) |
| Temporal Score | 7.5 (High) |
| Environmental Score | 7.5 (High) |
The detailed scoring methodology, metric selection, and supporting evidence can be found in the CVSS Assessment section.
blue-team-capstone/
│
├── cvss-assessment/
│ ├── overview.md
│ ├── base-score.md
│ ├── temporal-score.md
│ ├── environmental-score.md
│ └── screenshots/
│
├── recommendations/
│ └── remediation.md
│
├── references/
│ └── references.md
│
└── README.md
Contains the detailed Base, Temporal, and Environmental score calculations, including the reasoning behind each metric selection and supporting screenshots.
Contains the defensive recommendations developed from the assessment findings.
Contains the vulnerability records, vendor advisory, exploitation references, and CVSS resources used during the assessment.
This project focuses on vulnerability assessment and defensive analysis. The assessment uses publicly available information and does not involve testing against real-world systems or networks.