NIST CSF 2.0 Cybersecurity Compliance Assessment
Target Infrastructure: Mas Wild Labs
Assessor: GRC Analyst Framework Draft
Framework Version Alignment: NIST Cybersecurity Framework (CSF) v2.0
Document Classification: Internal Use Only / Proprietary Information
Executive Summary
An independent cybersecurity compliance assessment was conducted on the core infrastructure of Mas Wild Labs. The objective of this assessment was to evaluate the laboratory environment against the foundational pillars of the NIST Cybersecurity Framework (CSF) 2.0, specifically targeting Asset Management (ID.AM), Identity Management & Access Control (PR.AA), and Data Security (PR.DS).
State of the Environment
The Mas Wild Labs environment represents a highly customized, dual-home, enterprise-simulated testing environment. The infrastructure integrates robust perimeter and distribution switching hardware (Ubiquiti/AT&T) alongside an isolated hypervisor host platform (Proxmox VE) orchestrating specialized edge endpoints (Android, Linux, and Windows-based digital signage players) and non-standard BYOD systems (Xbox X).
The assessment revealed highly commendable security engineering, most notably vendor-enforced Multi-Factor Authentication (MFA) on perimeter gateways and strategic, dual-homed logical network isolation. However, several critical deficiencies were identified concerning single-factor administrative accounts, cleartext-equivalent remote command-line interfaces, local workstation authentication bypasses, and an unverified backup recovery strategy.
This document serves as the formal record of findings, business risk translations, and actionable remediation roadmaps designed to bring Mas Wild Labs into complete foundational compliance.
Section 1: Physical & Logical Asset Management (ID.AM)
1.1 Control Baseline (Current Inventory)
Per NIST CSF 2.0 ID.AM-01, a comprehensive physical and logical hardware baseline must be maintained.
| Hostname | Device Type | OS / Firmware | IP Address | Location |
|---|---|---|---|---|
| ATT-Gateway | ISP Router/Modem | ATT Firmware | 192.168.x.x | Desk |
| MasWild Gateway | Gateway | Ubiquiti | 172.16.0.3 | Desk |
| MasWild Desk | 8-Port PoE Switch | Ubiquiti | 172.16.0.5 | Desk |
| MasWild Lab | 16-Port PoE Switch | Ubiquiti | 172.16.0.7 | Under TV |
| MasWildIoT | UK-Ultra WAP | Ubiquiti | 172.16.0.9 | Under TV |
| MasWild Server | Mini PC Cluster | Proxmox VE | 172.16.10.2 / .30.2 | Under TV |
| NVIDIA Enplug | Signage Player | Android | DHCP | Under TV |
| NVIDIA DSX | Signage Player | Android | DHCP | Under TV |
| Brightsign Enplug | Signage Player | Linux | DHCP | Under TV |
| Windows Enplug | Signage Player | Windows 11 | DHCP | Under TV |
| Xbox X | Game Console / BYOD | Xbox OS | DHCP | Under TV |
| HP Envy Printer | Network Printer | HP Firmware | DHCP | Near Closet |
Control Note ID.AM-01.B: Advanced Network Segmentation (VLAN Isolation)
- Condition: Broad proliferation of consumer IoT nodes and high-bandwidth BYOD entertainment hardware (Xbox X) exists within the facility footprint.
- Audit Verification: Network architecture review confirms strict cryptographic isolation. Consumer IoT platforms are confined to VLAN 20 (IoT Subnet), and the Xbox console is restricted to VLAN 30 (Lab Subnet).
- Risk Status: Low / Fully Controlled. This multi-VLAN logical framework prevents lateral traversal. If an internet-facing edge asset is compromised, strict Access Control Lists (ACLs) prevent malicious actors from interacting with the critical core management subnet (
172.16.10.x).
1.2 Identified Deficiencies & Risk Analysis
Control Note ID.AM-01.A: Protected Physical Media Routing
- Condition: A 20ft Cat6 Ethernet media cable provides critical connection infrastructure across the physical laboratory environment between the eastern and western perimeters (Gateway to the 16-Port PoE Switch).
- Audit Verification: Physical inspection confirms the media line is routed entirely behind heavy laboratory furniture, completely isolated from active foot traffic lanes.
- Risk Status: Low / Fully Controlled. The positioning of the furniture acts as a passive engineering control, safeguarding the media line from physical snagging, accidental tension disconnection, or structural port strain. No further physical remediation is required.
Finding ID.AM-01.B: Unmanaged Proliferation of Consumer-Grade IoT & BYOD Assets
- Condition: The network hosts several consumer-grade IoT devices (automated pet feeders, smart vehicle links, fountain controllers) alongside an entertainment console (Xbox X) and a network printer (HP Envy Printer) on dynamic DHCP leases.
- Vulnerability: Dynamic IP addressing creates logging and visibility drift during forensic tracking. Furthermore, consumer IoT devices commonly possess unpatchable firmware vulnerabilities and lack centralized endpoint protection agents.
- Business Risk: Increased lateral attack surface. If an attacker leverages an unpatched exploit in an external smart device (e.g., the smart fountain), they instantly establish a malicious network footprint. Because these devices live alongside the core lab infrastructure, the attacker can use this foothold to launch lateral reconnaissance scans against the primary hypervisor management server.
- Remediation Plan: Configure explicit DHCP Reservations (IP-to-MAC mapping) on the Ubiquiti controller for all baseline lab nodes to stop tracking drift. Isolate all non-corporate consumer devices, the Xbox console, and the printer onto a cryptographically distinct Guest Wi-Fi VLAN configured with strict Access Control Lists (ACLs) to completely block inbound communication to the
172.16.10.xmanagement subnet.
Section 2: Identity Management & Access Control (PR.AA / PR.PS)
2.1 Access Control Baseline (Authentication Matrix)
Per NIST CSF 2.0 PR.AA-01 and PR.AA-02, access to system interfaces must be authenticated, restricted based on role, and secured via cryptographic strength.
| Target Endpoint | Account / Role Type | Authentication Method | Multi-Factor Authentication |
|---|---|---|---|
| Ubiquiti Gateway UI | Admin / SuperUser | Password (Custom String) | Yes (Enforced by Vendor) |
| MasWild Server (Proxmox UI) | Root & Admin Accounts | Password (Standard Complex Alphanumeric) | No |
| MasWild Server (SSH / WinSCP) | Root SuperUser | Password (Standard Complex Alphanumeric) | No |
| MasWild Desk (PC OS Login) | Local User Account | None (Auto-Login Profile Configured) | No |
2.2 Control Baseline: Infrastructure & Port Hygiene
Per NIST CSF 2.0 PR.PS-01 and PR.IR-02, physical and logical switch architecture must enforce least functionality by restricting entry pathways.
- Physical Ports: Fully Hardened. Administrative review verifies that 100% of unused physical RJ45 interfaces across the MasWild Desk and MasWild Lab switches have been manually toggled to a Disabled/Locked state within the Ubiquiti network controller dashboard. This completely mitigates rogue local hardware insertions.
- Logical Services: Management access runs over well-known default administrative configurations (Port 22 for SSH). (This remains an open finding to be resolved with SSH Keys later).
2.3 Identified Deficiencies & Risk Analysis
Finding PR.AA-01.A: Automated Workstation Operating System Authentication Bypass
- Condition: The main workstation console (MasWild Desk) is configured to completely bypass the Windows operating system credential challenge screen, executing an automatic login directly to an un-locked state upon hardware boot.
- Vulnerability: Total absence of identity authentication controls at the primary local endpoint perimeter.
- Business Risk: Unauthorized physical access exploit. Any insider threat or unauthorized visitor gaining physical proximity to the desk can boot or wake the workstation and inherit instantaneous access to the local file system, browser-cached passwords, session tokens, and active corporate GRC documentation without a credential challenge.
- Remediation Plan: Disable the automated login feature immediately via system registry modifications (
netplwiz). Enforce a mandatory, complex Windows Hello PIN or alphanumeric passphrase requirement upon every initial boot, system restart, and wake-from-sleep command.
Finding PR.AA-01.B: Privileged Root Shell Access via Cleartext Password Protocols
- Condition: Remote administrative file transfer and command-line management protocols (SSH and WinSCP) target the all-powerful root superuser account secured solely by a standard, single-factor alphanumeric password.
- Vulnerability: Over-reliance on single-factor, guessable credentials on an unprotected administrative daemon.
- Business Risk: High risk of brute-force compromise and lateral movement. Automated scripts from compromised edge devices can run continuous dictionary attacks against the open port 22. Because there is no secondary factor or key verification, a single successful credential guess instantly gives an attacker root hypervisor control, destroying system confidentiality and integrity.
- Remediation Plan:
- Generate an asymmetrical SSH Public/Private Key Pair (RSA 4096-bit or Ed25519) on the management workstation.
- Install the public key onto the server and update the SSH daemon configuration file (
sshd_config) to explicitly setPasswordAuthentication no, forcing the protocol to reject all password-based login attempts. - Disable direct remote login access for the root account (
PermitRootLogin no), requiring all remote admin workflows to login as a standard user and escalate privileges locally viasudo.
Finding PR.AA-01.C: Hypervisor Single Point of Failure (Implicit Trust)
- Condition: Once authenticated into the Proxmox VE hypervisor UI web dashboard, administrative control grants direct console access to all underlying virtual machines and container environments without requiring independent sub-credential challenges.
- Vulnerability: Single Point of Failure across the virtualization fabric.
- Business Risk: Maximized blast radius. The security posture of every independent testing environment, container database, and web service relies 100% on the single login screen of the Proxmox panel. If an attacker gains access to this web interface, the blast radius is immediate and absolute across all sub-workloads.
- Remediation Plan: Fortify the hypervisor interface perimeter. Enforce a rigorous Time-Based One-Time Password (TOTP) Multi-Factor Authentication token requirement (via Google Authenticator or Microsoft Authenticator) directly onto the Proxmox UI login portal, matching the high compliance standard set by the Ubiquiti Gateway.
Finding PR.PS-01.A: Unused Physical Ethernet Interfaces and Open Network Services
- Condition: Multiple physical Ethernet ports on the network switches are active but unassigned. Additionally, logical network daemons are left in default open configurations.
- Vulnerability: Exposed logical attack vectors due to lack of network-level least functionality and port-lockdown configurations.
- Contextual Risk Correction: While the physical perimeter is considered low-risk due to zero unauthorized physical occupancy inside the facility, logical exposure remains high. If a remote attacker compromises a single network-adjacent endpoint (such as an Android-based digital signage player via an unpatched application vulnerability), the threat actor inherits an active logical foothold on the switch plane. From there, they can execute automated port scans across all open internal network interfaces.
- Remediation Plan:
- Disable Unused Physical Switching Ports: Access the Ubiquiti network controller dashboard and manually set all unused physical RJ45 ports to a Disabled state to prevent rogue device communication.
- Restrict Network Broadcasts / UPnP: Explicitly disable UPnP (Universal Plug and Play) on the AT&T and Ubiquiti gateways to prevent streaming endpoints from automatically requesting dynamic firewall port-forwarding rules.
- Implement Non-Standard Administrative Listening Ports: Shift the primary management listening port for SSH/WinSCP on the server away from the well-known factory default (Port 22) to an alternative, high-numbered custom socket (e.g., Port 2222 or higher) to break automated discovery scripts.
Section 3: Data Security & Resiliency (PR.DS)
3.1 Control Baseline (Data Redundancy Strategy)
Per NIST CSF 2.0 PR.DS-11, backup assets and configuration status must be maintained and tested regularly to ensure operational resilience. Currently, lightweight hypervisor configurations, local database schemas, and digital signage player logistics are backed up monthly to a secure cloud repository.
Finding PR.DS-11.A: Unverified Disaster Recovery and Backup Restoration Integrity
- Condition: While routine automated configuration backups are systematically directed to remote storage boundaries, a formal restoration validation drill has never been successfully executed.
- Vulnerability: Total reliance on unverified data redundancy pipelines without recovery validation.
- Business Risk: High risk of permanent data loss and extended recovery downtime. If a primary hardware failure or hypervisor corruption occurs, the organization must rely entirely on unverified data assets. If those files are corrupted or unreadable, Mas Wild Labs faces a total loss of testing environments and a complete disruption of operations.
- Remediation Plan: Implement a mandatory, bi-annual Disaster Recovery drill. GRC or infrastructure personnel must pull a random configuration archive from cloud storage and actively restore it inside an isolated sandbox environment to document recovery speed and verify data block integrity.
Section 4: Document Control & Sign-Off
4.1 Assessment Summary & Continuous Improvement
This compliance assessment establishes the initial security baseline for Mas Wild Labs under the NIST CSF 2.0 framework. While the perimeter controls (Ubiquiti MFA) and network architecture (dual homing) demonstrate a mature structural foundation, the immediate risk posture of the organization is heavily dependent on executing the remediation paths outlined in this report.
Per the continuous improvement guidelines of the NIST framework, a follow-up mini-assessment is recommended in Q3 to verify the status of:
- Workstation auto-login deactivation.
- Cryptographic SSH key deployment.
- Logical network switch port shutdowns.
- The initial disaster recovery validation drill.
4.2 Formal Sign-Off
By signing below, the Lead Assessor validates that the current baseline inventory, access matrices, and operational data security deficiencies have been recorded with high resolution and structural accuracy.
Assessor Signature: Stephanie R. Wilder
Role: Lead GRC Security Analyst
Date of Sign-Off: May 28, 2026
Section 5: Appendix — Framework Cross-Mapping Matrix
This matrix maps the identified risks and controlled engineering states of Mas Wild Labs to alternative international security standards, proving multi-framework compliance alignment.
| Risk ID | Core Vulnerability | NIST CSF 2.0 | CIS Controls v8 | ISO/IEC 27001:2022 |
|---|---|---|---|---|
| R-01 | Windows Auto-Login Bypass | PR.AA-01 / PR.AA-02 |
Control 6.1 (MFA/Passwords) | A.8.5 (Secure Auth) |
| R-02 | Privileged Root Shell Over Cleartext | PR.AA-01 / PR.PS-01 |
Control 4.8 (Secure SSH) | A.8.20 / A.5.15 (Access) |
| R-03 | Long-run Cat6 Cable Exposure | ID.AM-01 / PR.PS-01 |
Control 3.12 (Segment Network) | A.7.10 (Physical Protection) |
| R-04 | Backup Recovery Validation Missing | PR.DS-11 |
Control 11.2 (Backup Testing) | A.8.13 (Backup Policy) |
| R-05 | Consumer IoT/BYOD Isolation Status | ID.AM-01 / PR.IR-02 |
Control 12.2 (Secure VLAN Architecture) | A.8.22 (Network Segregation) |
| R-06 | Inactive Switch Port Status | PR.PS-01 |
Control 12.4 (Port Lockdown) | A.8.20 (Network Control) |