Skip to content

Commit 5c6a566

Browse files
committed
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
1 parent 6211aad commit 5c6a566

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
@@ -1039,6 +1039,23 @@
10391039
}
10401040
]
10411041
},
1042+
{
1043+
"id": "exposed_portal",
1044+
"children": [
1045+
{
1046+
"id": "protected",
1047+
"cvss_v3": "AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:N"
1048+
},
1049+
{
1050+
"id": "admin_portal",
1051+
"cvss_v3": "AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
1052+
},
1053+
{
1054+
"id": "non_admin_portal",
1055+
"cvss_v3": "AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N"
1056+
}
1057+
]
1058+
},
10421059
{
10431060
"id": "clickjacking",
10441061
"children": [

mappings/remediation_advice/remediation_advice.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1410,14 +1410,12 @@
14101410
]
14111411
},
14121412
{
1413-
"id": "exposed_admin_portal",
1414-
"children": [
1415-
{
1416-
"id": "to_internet",
1417-
"remediation_advice": "As a best practice, consider restricting admin portal access to internal users only."
1418-
}
1413+
"id": "exposed_portal",
1414+
"remediation_advice": "Implement network-level access controls and authentication gateways to prevent unauthorized access to exposed portals, regardless of privilege level.",
1415+
"references": [
1416+
"https://nordlayer.com/learn/access-control/best-practices-and-implementation/"
14191417
]
1420-
},
1418+
},
14211419
{
14221420
"id": "fingerprinting_banner_disclosure",
14231421
"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
@@ -2384,15 +2384,27 @@
23842384
"priority": 5
23852385
},
23862386
{
2387-
"id": "exposed_admin_portal",
2388-
"name": "Exposed Admin Portal",
2387+
"id": "exposed_portal",
2388+
"name": "Exposed Portal",
23892389
"type": "subcategory",
23902390
"children": [
23912391
{
2392-
"id": "to_internet",
2393-
"name": "To Internet",
2392+
"id": "protected",
2393+
"name": "Protected",
23942394
"type": "variant",
23952395
"priority": 5
2396+
},
2397+
{
2398+
"id": "admin_portal",
2399+
"name": "Admin Portal",
2400+
"type": "variant",
2401+
"priority": 1
2402+
},
2403+
{
2404+
"id": "non_admin_portal",
2405+
"name": "Non-Admin Portal",
2406+
"type": "variant",
2407+
"priority": 3
23962408
}
23972409
]
23982410
},

0 commit comments

Comments
 (0)