LiveActive security incident?Get immediate response
CVE Record

CVE-2021-44467: spx_restservice KillDupUsr_func Broken Access Control

A broken access control vulnerability in the KillDupUsr_func function of spx_restservice allows an attacker to arbitrarily terminate active sessions of other users, causing a Denial-of-Service (DoS) condition, if an input parameter is correctly guessed. This issue affects: Lanner Inc IAC-AST2500A standard firmware version 1.10.0.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This flaw lets an unauthenticated network attacker terminate other users' active sessions on affected Lanner BMC firmware, creating a denial-of-service condition. The public sources identify only Lanner IAC-AST2500A standard firmware 1.10.0 as affected. It is disruptive rather than data-stealing, but exposed management interfaces can create operational impact.

Executive priority

Handle this as a moderate operational availability risk. It is not described as data theft or system takeover, but it can disrupt management access to affected devices. Prioritize if affected BMCs support critical OT, IoT, or security infrastructure, or if management interfaces are broadly reachable.

Technical view

CVE-2021-44467 is broken access control in the KillDupUsr_func function of spx_restservice. With a correctly guessed input parameter, an attacker can terminate active sessions belonging to other users. CVSS 3.1 is 5.3, AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L, mapped to CWE-284.

Likely exposure

Exposure is limited to environments running Lanner IAC-AST2500A standard firmware version 1.10.0, especially where the BMC or spx_restservice is reachable over a network. The provided data marks other versions as unaffected by default, but does not prove broader fleet status.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. The vulnerability is remotely reachable and requires no privileges or user interaction, but the attacker must correctly guess an input parameter. Public sources describe denial of service through session termination, not code execution.

Researcher notes

Evidence is specific but incomplete on remediation. Sources identify the vulnerable function, impact, affected product and version, CVSS vector, and CWE. They do not provide evidence of active exploitation in this bundle, and no concrete patch version or workaround is named here.

Mitigation direction

  • Inventory Lanner IAC-AST2500A devices and identify firmware version 1.10.0.
  • Check Lanner or Nozomi guidance for fixed firmware or supported mitigation.
  • Restrict BMC management access to trusted administrative networks only.
  • Monitor for unexplained administrator session drops on affected devices.
  • Prioritize exposed or operationally critical devices for remediation.

Validation and detection

  • Confirm whether any Lanner IAC-AST2500A devices run standard firmware 1.10.0.
  • Review network paths to BMC or spx_restservice management interfaces.
  • Check logs for repeated unexpected session termination events.
  • Verify only authorized administrators can reach management services.
  • Track vendor advisory status before declaring remediation complete.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-284: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-44467 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
5.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L3.91.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2021-44467Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Lanner IncIAC-AST2500A1.10.0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-284 · source CWE mapping

Improper Access Control

Improper Access Control represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.