Skip to content

Commit f499321

Browse files
committed
Add high-level analysis to solutions
1 parent ad55fa9 commit f499321

3 files changed

Lines changed: 29 additions & 2 deletions

File tree

trainingportal/static/lessons/cvss/cvss_3_score_1.sol.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
High-level analysis:
2+
3+
- Prerequisites:
4+
- None
5+
- Impact:
6+
- Some limited amount data is exposed
7+
8+
---
9+
110
- Attack Vector (AV): Network (N)
211
- Attack Complexity (AC): Low (L)
312
- Attack Requirements (AT): None (N)

trainingportal/static/lessons/cvss/cvss_4_score_2.sol.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
High-level analysis:
2+
3+
- Prerequisites:
4+
- Knowledge of a 128-bit userid of a victim
5+
- Valid login session
6+
- Impact:
7+
- Full impact on all information related to the user, including sensitive data
8+
9+
---
10+
111
- Attack Vector (AV): Network (N)
212
- Attack Complexity (AC): High (H)
313
- Attack Requirements (AT): None (N)

trainingportal/static/lessons/cvss/cvss_5_chain.sol.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1+
High-level analysis:
2+
3+
- Prerequisites:
4+
- Previous prerequisite of "Knowledge of a 128-bit userid of a victim" is now easily satisfied by Vulnerability 1
5+
- Valid login session
6+
- Impact:
7+
- Full impact on all information related to **any** user, including sensitive data
8+
9+
---
10+
111
- Attack Vector: Network (N)
212
- Attack Complexity: Low (L)
3-
- The requirement on knowing the unique userid is still present, however vulnerability 1 allows the attacker to easily obtain these for all users.
413
- Attack Requirements: None (N)
514
- Privileges Required: Low (L)
6-
- The attacker still needs to be authenticated user in order to perform the second part of the attack i.e. obtain sensitive data.
715
- User Interaction: None (N)
816
- Vulnerable System Confidentiality: High (H)
917
- Vulnerable System Integrity: None (N)

0 commit comments

Comments
 (0)