← Back to Feed CACHED · 2026-05-17 09:42:19 · cache_key CVE-2025-29912
CVE-2024-2420 · CWE-259 · Disclosed 2024-05-30

LenelS2 NetBox access control and event monitoring system was discovered to contain Hardcoded Credentials…

ASSESSED — NOISGATE V0.5
Vendor
Reassessed
Verdict:
01 · The Real Story

This is a master key left in the guard shack, not a citywide skeleton key

CVE-2024-2420 is a hardcoded-credentials flaw in LenelS2 NetBox that affects versions through 5.6.1 and is fixed in 5.6.2. In plain English: if an attacker can reach the NetBox management surface, they may be able to bypass normal authentication by using credentials embedded in the product itself. Because NetBox is a browser-based physical access control and event monitoring appliance, compromise can spill into badgeholder data, door-control policy, alarm workflows, and audit visibility.

The raw 9.8 score overstates the average enterprise risk because it treats every vulnerable instance like a directly reachable internet service. In reality, NetBox is a specialized physical-security platform that is typically segmented, VPN-gated, or restricted to admin workstations; that reachability assumption is the main downward pressure. Still, if your deployment is exposed to untrusted networks, this is a bad HIGH rather than a MEDIUM because the credentials are universal, exploitation is low-friction once reachable, and the business impact crosses into physical security.

"Serious if reachable, but most of the risk depends on exposing a security appliance that should never face the Internet."
02 · The Attack Path

4 steps from start to impact.

STEP 01

Find a reachable NetBox management interface

An attacker first needs network pathing to the NetBox web interface, typically by scanning with nmap or httpx and fingerprinting a browser-based admin appliance. Vendor material explicitly describes NetBox as browser-accessible and supports remote web-browser use, which means the reachable surface exists wherever segmentation was done poorly.
Conditions required:
  • The attacker has direct internet reachability, VPN access, or an internal foothold into the security/OT segment
  • A vulnerable NetBox instance at version 5.6.1 or earlier is online
Where this breaks in practice:
  • Many enterprises keep physical-security platforms off the public internet
  • VPN, jump hosts, NAC, internal firewalls, or dedicated security VLANs often block this first step
Detection/coverage: External attack-surface tools may spot the web interface, but I found no trustworthy public exposure census for this CVE; validate reachability with your own EASM and internal scanning.
STEP 02

Use the embedded credentials to bypass normal login

If the hardcoded credential material is known, the attacker can authenticate without stealing a user password or defeating MFA on a named account. The weakness is structural: changing normal operator passwords does not remove credentials burned into the product.
Conditions required:
  • The attacker knows or can recover the hardcoded credential path
  • The target is still running a vulnerable build
Where this breaks in practice:
  • I did not find a public weaponized exploit repo in the sourced material
  • Some deployments may add compensating IP restrictions in front of the interface
Detection/coverage: Credentialed vulnerability scanners can flag vulnerable versions, but runtime detection is mostly log-based: look for successful logins from unusual source networks, repeated admin access from the same shared identity, or activity outside change windows.
STEP 03

Operate inside the physical-security plane

Once authenticated, the attacker is no longer just 'in a web app'—they are inside an access-control and event-monitoring system. The likely next actions use ordinary admin functionality, such as reviewing cardholder data, altering access schedules, suppressing alarms, changing door behavior, or staging further abuse against connected systems.
Conditions required:
  • The compromised account path lands with sufficient privileges in NetBox
  • The target deployment actually controls doors, alarms, or integrated video/event workflows
Where this breaks in practice:
  • Privilege separation or role scoping can limit what the session can change
  • Some dangerous changes may create obvious operational noise for guards or facilities staff
Detection/coverage: This is where SIEM and appliance audit logs matter most: watch for configuration changes, new schedules, access-level edits, door-state manipulation, and tampering with alarm or reporting settings.
STEP 04

Translate cyber access into business and physical impact

The impact is not theoretical. NetBox can manage thousands of portals and large cardholder populations, so compromise can affect one facility or many depending on the deployment. In the worst case this becomes a physical-security integrity event with cyber roots.
Conditions required:
  • The compromised NetBox instance is a central or enterprise deployment
  • The attacker maintains enough access to make or stage changes
Where this breaks in practice:
  • Many organizations operationally notice door anomalies faster than they notice server anomalies
  • Blast radius depends heavily on whether the appliance is a small local controller or a large enterprise deployment
Detection/coverage: EDR on adjacent admin workstations will not reliably see appliance-native abuse; rely on network telemetry, appliance logs, and physical-security operations monitoring.
03 · Intelligence Metadata

The supporting signals.

In-the-wild statusNo public active-exploitation evidence surfaced in the source set, and CISA KEV search did not return this CVE.
Proof-of-concept availabilityI found Claroty Team82 disclosure and vendor/CISA advisories, but no public weaponized exploit repo in the sources reviewed.
EPSS0.00081 (~0.081%) from your intel, which is very low and argues against broad opportunistic exploitation.
KEV statusNot KEV-listed in the research set; that removes the strongest 'drop everything now' amplifier.
CVSS mismatchNVD CVSS v3.1 = 9.8 CRITICAL (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), while the Honeywell advisory publishes CVSS v4 = 8.8 HIGH. That gap is a clue that pure base scoring is inflating real-world urgency.
Affected versionsLenelS2 NetBox 5.6.1 and earlier are affected.
Fixed versionVendor remediation is NetBox 5.6.2. I found no distro-style backport guidance because this is an appliance product, not a mainstream package ecosystem.
Exposure and scanning realityVendor docs describe NetBox as browser-based, accessible from any web browser, and show remote web browser / Internet-VPN use in enterprise diagrams. That means exposure is plausible, but I found no trustworthy public Shodan/Censys/FOFA count to support mass-internet assumptions.
Disclosure date2024-05-30 in NVD/CVE publication records.
Researcher / reporting orgClaroty Team82 is credited in the disclosure material.
04 · The Call

noisgate verdict.

Final Verdict
DOWNGRADED to HIGH (7.6/10)

The decisive factor is attacker reachability: this only behaves like a 9.8 emergency when NetBox is exposed to untrusted networks, and many real deployments are segmented or VPN-gated. I kept it in HIGH because, once reachable, exploitation is low-friction and the resulting blast radius touches physical access control, not just an ordinary admin portal.

HIGH Affected version range and fixed version
MEDIUM Real-world exposure assumptions for enterprise deployments
MEDIUM Public exploitation prevalence

Why this verdict

  • Downgrade from raw CVSS for reachability friction: NVD assumes unauthenticated network reachability, but NetBox is usually on a security network, behind VPN, or limited to admin stations.
  • Still HIGH because compromise crosses into physical security: this is an auth bypass on an access-control platform that can influence doors, alarms, event monitoring, and audit visibility.
  • Low EPSS and no KEV listing reduce urgency pressure: there is no sourced sign of broad opportunistic exploitation, so this is not a universal fire drill across every asset class.

Why not higher?

I did not find KEV status, active exploitation evidence, or a public mass-exploitation ecosystem around this CVE. The biggest reason not to call it CRITICAL is that many enterprises do not expose physical-security appliances directly to hostile networks, so the vulnerable population that is actually reachable is narrower than the base score implies.

Why not lower?

This is still pre-authentication abuse if the attacker can talk to the appliance, and the weakness is a hardcoded credential rather than a fragile edge-case bug. The consequence space also includes operational and physical-security impact, which is materially worse than a routine internal admin-panel issue.

05 · Compensating Control

What to do — in priority order.

  1. Restrict reachability — Put NetBox management behind allowlisted admin subnets, VPN, or a jump host and block all other paths at internal and perimeter firewalls. For a HIGH verdict, deploy this compensating control within 30 days if you cannot patch immediately.
  2. Review authentication and admin logs — Pull NetBox audit data into your SIEM and hunt for successful logins from unusual IP space, shared service-like identities, after-hours admin activity, and unexpected config changes. Do this immediately and keep enhanced monitoring in place until the estate is fully remediated.
  3. Segment the physical-security plane — Treat access-control infrastructure like OT: isolate controller/appliance networks from user LANs and server tiers, and permit only required management flows. This shrinks the set of attackers who can even attempt exploitation and should be in place within 30 days under the HIGH bucket.
  4. Constrain admin origins — Force administration through hardened workstations or jump servers with strong logging so you can distinguish legitimate operator activity from suspicious use of built-in access paths. This is especially useful because appliance-native abuse may bypass normal endpoint controls.
What doesn't work
  • Changing normal operator passwords alone does not fix a hardcoded credential flaw; the backdoor path is embedded in the product.
  • EDR on user laptops does not reliably cover appliance-side abuse after successful login to NetBox.
  • MFA on adjacent identity systems is not a guaranteed control here if the vulnerable path authenticates through product-embedded credentials rather than your normal IdP flow.
06 · Verification

Crowdsourced verification payload.

Run this on the NetBox appliance itself over SSH as a user that can read common application directories; root is best but not always required. Save as check-cve-2024-2420.sh and run sudo bash check-cve-2024-2420.sh — it will try local package/filesystem heuristics to find the installed NetBox version and return VULNERABLE, PATCHED, or UNKNOWN.

noisgate-verify.sh
BASHREAD-ONLYSAFE
#!/usr/bin/env bash
# check-cve-2024-2420.sh
# Heuristic local version check for LenelS2 NetBox CVE-2024-2420.
# Outputs one of: VULNERABLE / PATCHED / UNKNOWN
# Exit codes: 0=PATCHED, 1=VULNERABLE, 2=UNKNOWN

set -u

TARGET_FIXED="5.6.2"
FOUND_VERSION=""

log() {
  echo "[INFO] $*" >&2
}

norm_ver() {
  # Convert dotted version to zero-padded comparable integer-ish string.
  # Example: 5.6.2 -> 0005 0006 0002
  local IFS='.'
  local parts=($1)
  printf "%04d%04d%04d%04d" "${parts[0]:-0}" "${parts[1]:-0}" "${parts[2]:-0}" "${parts[3]:-0}"
}

version_lt() {
  [[ "$(norm_ver "$1")" < "$(norm_ver "$2")" ]]
}

extract_version() {
  local candidate
  for candidate in \
    /etc/lenels2-release \
    /etc/netbox-release \
    /opt/lenels2/version \
    /opt/netbox/version \
    /usr/local/lenels2/version \
    /var/lib/lenels2/version \
    /var/www/html/version.txt; do
    if [[ -r "$candidate" ]]; then
      local v
      v=$(grep -Eo '[0-9]+\.[0-9]+\.[0-9]+([.-][0-9A-Za-z]+)?' "$candidate" 2>/dev/null | head -n1 || true)
      if [[ -n "$v" ]]; then
        echo "$v"
        return 0
      fi
    fi
  done

  # Try package managers
  if command -v dpkg-query >/dev/null 2>&1; then
    local v
    v=$(dpkg-query -W -f='${Package} ${Version}\n' 2>/dev/null | grep -Ei 'lenels2|netbox' | grep -Eo '[0-9]+\.[0-9]+\.[0-9]+' | head -n1 || true)
    if [[ -n "$v" ]]; then
      echo "$v"
      return 0
    fi
  fi

  if command -v rpm >/dev/null 2>&1; then
    local v
    v=$(rpm -qa 2>/dev/null | grep -Ei 'lenels2|netbox' | grep -Eo '[0-9]+\.[0-9]+\.[0-9]+' | head -n1 || true)
    if [[ -n "$v" ]]; then
      echo "$v"
      return 0
    fi
  fi

  # Try local web content/config trees for embedded version strings
  local search_roots=(/opt /usr/local /var/www /etc)
  for root in "${search_roots[@]}"; do
    if [[ -d "$root" ]]; then
      local v
      v=$(grep -RIEo 'NetBox[^0-9]{0,20}[0-9]+\.[0-9]+\.[0-9]+|[0-9]+\.[0-9]+\.[0-9]+' "$root" 2>/dev/null | grep -Eo '[0-9]+\.[0-9]+\.[0-9]+' | head -n1 || true)
      if [[ -n "$v" ]]; then
        echo "$v"
        return 0
      fi
    fi
  done

  return 1
}

FOUND_VERSION=$(extract_version || true)

if [[ -z "$FOUND_VERSION" ]]; then
  echo "UNKNOWN - could not determine installed NetBox version from common local artifacts"
  exit 2
fi

log "Detected NetBox version: $FOUND_VERSION"

# Strip any suffix after the numeric semver core
FOUND_VERSION=$(echo "$FOUND_VERSION" | grep -Eo '^[0-9]+\.[0-9]+\.[0-9]+' || true)

if [[ -z "$FOUND_VERSION" ]]; then
  echo "UNKNOWN - version string found but could not normalize it"
  exit 2
fi

if version_lt "$FOUND_VERSION" "$TARGET_FIXED"; then
  echo "VULNERABLE - detected version $FOUND_VERSION is earlier than fixed version $TARGET_FIXED"
  exit 1
fi

if [[ "$FOUND_VERSION" == "$TARGET_FIXED" ]] || ! version_lt "$FOUND_VERSION" "$TARGET_FIXED"; then
  echo "PATCHED - detected version $FOUND_VERSION is at or above fixed version $TARGET_FIXED"
  exit 0
fi

echo "UNKNOWN - unable to compare version reliably"
exit 2
07 · Bottom Line

If you remember one thing.

TL;DR
Monday morning, identify every NetBox instance, confirm whether it is 5.6.1 or earlier, and immediately separate exposed systems from untrusted networks while you schedule upgrades. For this HIGH verdict, the noisgate mitigation SLA is within 30 days for compensating controls like firewall allowlisting, VPN/jump-host restriction, and logging review; the noisgate remediation SLA is within 180 days for the actual move to 5.6.2 or later. If any NetBox appliance is internet-exposed, treat that subset as an exception and move it to the front of the queue this week rather than letting it ride the full 30-day mitigation window.

Sources

  1. NVD CVE-2024-2420
  2. Honeywell security notice for NetBox CVEs
  3. Claroty Team82 disclosure dashboard entry
  4. LenelS2 NetBox product page
  5. NetBox Enterprise datasheet
  6. CISA vulnerability bulletin SB24-155
  7. SentinelOne CVE entry with EPSS summary
Peer Review

What defenders are saying.

Submit a review attribution: handle + country only
0 flags selected · stored anonymously
Validation Results

Crowdsourced verification outputs.

Results submitted by users who ran the verification payload against their environment.