Skip to content

Commit 99aedd1

Browse files
[INTERIM BRANCH] Admin Portal Expansion (#469)
* Admin Portal Expansion Add: Server Security Misconfiguration - Exposed Portal - Protected - P5 Server Security Misconfiguration - Exposed Portal - Admin Portal - P1 Server Security Misconfiguration - Exposed Portal - Non-Admin Portal - P3 Remove: Server Security Misconfiguration - Exposed Admin Portal - To Internet - P3 * Indicators of Attack Adding Indicators of Attack based on this: #466 issue. * Revert "Indicators of Attack" This reverts commit 3e0c017.
1 parent ef96eca commit 99aedd1

File tree

3 files changed

+38
-11
lines changed

3 files changed

+38
-11
lines changed

mappings/cvss_v3/cvss_v3.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1105,6 +1105,23 @@
11051105
}
11061106
]
11071107
},
1108+
{
1109+
"id": "exposed_portal",
1110+
"children": [
1111+
{
1112+
"id": "protected",
1113+
"cvss_v3": "AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:N"
1114+
},
1115+
{
1116+
"id": "admin_portal",
1117+
"cvss_v3": "AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
1118+
},
1119+
{
1120+
"id": "non_admin_portal",
1121+
"cvss_v3": "AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N"
1122+
}
1123+
]
1124+
},
11081125
{
11091126
"id": "clickjacking",
11101127
"children": [

mappings/remediation_advice/remediation_advice.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1418,14 +1418,12 @@
14181418
]
14191419
},
14201420
{
1421-
"id": "exposed_admin_portal",
1422-
"children": [
1423-
{
1424-
"id": "to_internet",
1425-
"remediation_advice": "As a best practice, consider restricting admin portal access to internal users only."
1426-
}
1421+
"id": "exposed_portal",
1422+
"remediation_advice": "Implement network-level access controls and authentication gateways to prevent unauthorized access to exposed portals, regardless of privilege level.",
1423+
"references": [
1424+
"https://nordlayer.com/learn/access-control/best-practices-and-implementation/"
14271425
]
1428-
},
1426+
},
14291427
{
14301428
"id": "fingerprinting_banner_disclosure",
14311429
"remediation_advice": "As a best practice, do not expose the specific software version."

vulnerability-rating-taxonomy.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2479,15 +2479,27 @@
24792479
"priority": 5
24802480
},
24812481
{
2482-
"id": "exposed_admin_portal",
2483-
"name": "Exposed Admin Portal",
2482+
"id": "exposed_portal",
2483+
"name": "Exposed Portal",
24842484
"type": "subcategory",
24852485
"children": [
24862486
{
2487-
"id": "to_internet",
2488-
"name": "To Internet",
2487+
"id": "protected",
2488+
"name": "Protected",
24892489
"type": "variant",
24902490
"priority": 5
2491+
},
2492+
{
2493+
"id": "admin_portal",
2494+
"name": "Admin Portal",
2495+
"type": "variant",
2496+
"priority": 1
2497+
},
2498+
{
2499+
"id": "non_admin_portal",
2500+
"name": "Non-Admin Portal",
2501+
"type": "variant",
2502+
"priority": 3
24912503
}
24922504
]
24932505
},

0 commit comments

Comments
 (0)