LiveActive security incident?Get immediate response
CVE Record

CVE-2022-50909: Algo 8028 Control Panel - Remote Code Execution (RCE) (Authenticated)

Algo 8028 Control Panel version 3.3.3 contains a command injection vulnerability in the fm-data.lua endpoint that allows authenticated attackers to execute arbitrary commands. Attackers can exploit the insecure 'source' parameter by injecting commands that are executed with root privileges, enabling remote code execution through a crafted POST request.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2022-50909 affects the Algo 8028 Control Panel version 3.3.3. An authenticated attacker can abuse a vulnerable parameter to run operating system commands as root. This can lead to full device compromise. Public exploit information exists, but the provided sources do not show confirmed active exploitation.

Executive priority

Treat as a high-priority device-management risk. If affected devices are internet-accessible or broadly reachable internally, prioritize containment and firmware review. Root-level compromise of these systems could disrupt operations or provide a foothold.

Technical view

The vulnerability is CWE-78 command injection in the fm-data.lua endpoint. The source parameter is not safely handled, allowing authenticated remote command execution through a crafted POST request. CVSS 3.1 is 8.8 with low complexity, network access, and low privileges required. Impact is high for confidentiality, integrity, and availability.

Likely exposure

Exposure is likely limited to organizations running Algo 8028 Control Panel version 3.3.3, especially where the management interface is reachable by untrusted networks or weakly controlled user accounts.

Exploitation context

The attack requires authentication but no user interaction. Public exploit material is referenced by ExploitDB, increasing practical risk. The sources do not indicate CISA KEV listing or confirmed exploitation in the wild.

Researcher notes

Evidence supports authenticated command injection in fm-data.lua via the source parameter on Algo 8028 Control Panel 3.3.3. Public exploit availability is documented. The provided sources do not identify a fixed version or vendor advisory details, so remediation should be tied to current vendor firmware guidance.

Mitigation direction

  • Identify any Algo 8028 devices running Control Panel version 3.3.3.
  • Restrict management access to trusted administrative networks only.
  • Review Algo firmware downloads and vendor guidance for updated firmware.
  • Apply any vendor-provided fixed firmware after normal change testing.
  • Remove or rotate unnecessary Control Panel accounts.

Validation and detection

  • Inventory Algo 8028 devices and record firmware or Control Panel versions.
  • Confirm whether version 3.3.3 is present.
  • Verify management interfaces are not internet-exposed.
  • Review authentication logs for unexpected Control Panel access.
  • Check vendor sources for fixed-version guidance before remediation closure.
Prepared
Confidence
medium
Sources
5

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-78: Command execution behavior lookup

Command injection weaknesses can lead defenders to review execution techniques and command interpreter telemetry. 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-2022-50909 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
High
CVSS
8.8 (3.1)
Known Exploited
No
Published

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

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
5Source 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
8.8CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H2.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.8High
CVSS 3.1 vector shape for CVE-2022-50909Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
Algo SolutionsAlgo 80283.3.3Listed
Weakness

CWE details

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

CWE-78 · source CWE mapping

Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')

Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.