LiveActive security incident?Get immediate response
CVE Record

CVE-2021-23197: Unquoted service path vulnerability in the Gallagher Controller Service allows an unprivileged user to exec...

Unquoted service path vulnerability in the Gallagher Controller Service allows an unprivileged user to execute arbitrary code as the account that runs the Controller Service. This issue affects: Gallagher Command Centre 8.50 versions prior to 8.50.2048 (MR3) ;

MediumCVSS 5.2Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A local low-privileged Windows user on a Gallagher Command Centre server could abuse an unquoted Controller Service path to run code with the service account's privileges. This is not a remote internet bug, but it matters on shared, poorly locked-down, or already-compromised hosts.

Executive priority

Treat as a moderate-priority hardening and patching item. It is unlikely to be the initial breach path, but it can help an attacker with local access gain stronger control over a physical security management system.

Technical view

CVE-2021-23197 is CWE-428 in Gallagher Command Centre 8.50 before 8.50.2048 (MR3). The Controller Service uses an unquoted service path, allowing local authenticated privilege escalation to the account running that service. CVSS 3.1 is 5.2: local attack vector, low complexity, low privileges, no user interaction, changed scope.

Likely exposure

Exposure is limited to Gallagher Command Centre 8.50 installations before 8.50.2048 (MR3). Risk requires local low-privileged access to the affected server or workstation. The source bundle does not identify other Gallagher products or versions as affected.

Exploitation context

The source bundle does not show CISA KEV listing or cite active exploitation. Practical abuse requires local access first, so this is most relevant after credential compromise, insider access, or weak administrative separation on Command Centre hosts.

Researcher notes

The available evidence supports local privilege escalation through an unquoted Windows service path. The bundle names only Command Centre 8.50 before 8.50.2048 (MR3). It does not provide public exploit evidence, affected CPEs, or broader product impact.

Mitigation direction

  • Upgrade Gallagher Command Centre 8.50 to 8.50.2048 (MR3) or later.
  • Review Gallagher's advisory for any environment-specific upgrade guidance.
  • Restrict local interactive access to Command Centre servers.
  • Limit write permissions on service installation directories and parent paths.
  • Prioritize remediation on systems with shared users or broader local access.

Validation and detection

  • Inventory Gallagher Command Centre installations and record exact versions.
  • Flag any 8.50 deployment older than 8.50.2048 (MR3).
  • Verify the Gallagher Controller Service executable path is safely quoted after remediation.
  • Review local group membership and access paths to affected hosts.
  • Confirm service directory permissions are limited to trusted administrators.
Prepared
Confidence
high
Sources
3

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 · low confidence lookup

CWE-428: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-23197 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.2 (3.1)
Known Exploited
No
Published

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

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
2Source 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.2CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N22.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

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

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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
GallagherCommand Centre8.50Listed
Weakness

CWE details

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

CWE-428 · source CWE mapping

Unquoted Search Path or Element

Unquoted Search Path or Element represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.