LiveActive security incident?Get immediate response
CVE Record

CVE-2023-0671: Code Injection in froxlor/froxlor

Code Injection in GitHub repository froxlor/froxlor prior to 2.0.10.

CriticalCVSS 9.9Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

A flaw in Froxlor could let an authenticated attacker inject code into the hosting control panel. The public record rates it critical because successful abuse could compromise data, change systems, or disrupt service. The provided sources identify versions before 2.0.10 as affected.

Executive priority

Prioritize remediation for any internet-reachable or shared-hosting Froxlor deployment. The issue is critical, but urgency depends on whether vulnerable Froxlor versions are deployed and who can authenticate to them.

Technical view

CVE-2023-0671 is CWE-94 code injection in froxlor/froxlor before 2.0.10. CVSS 9.9 indicates network access, low complexity, low privileges, no user interaction, changed scope, and high confidentiality, integrity, and availability impact. The bundle does not identify the exact vulnerable component.

Likely exposure

Exposure is limited to environments running Froxlor before 2.0.10. Risk is higher where the Froxlor interface is reachable over a network and untrusted or weakly controlled users can authenticate.

Exploitation context

The CVE is not listed as KEV, and the provided sources do not state active exploitation. The CVSS vector indicates exploitation requires authenticated low-privilege access, not anonymous access or user interaction.

Researcher notes

The public bundle confirms code injection, affected versions before 2.0.10, severity, CWE, and fix reference. It does not provide enough detail to name the vulnerable endpoint, parameters, exploit maturity, or operational indicators.

Mitigation direction

  • Upgrade Froxlor to 2.0.10 or later.
  • Review Froxlor vendor guidance for any configuration-specific mitigation.
  • Restrict access to Froxlor administration interfaces where operationally possible.
  • Audit Froxlor accounts and remove unnecessary low-privilege access.
  • Monitor for unusual authenticated control-panel activity.

Validation and detection

  • Inventory all Froxlor installations and record versions.
  • Treat versions before 2.0.10 as vulnerable.
  • Confirm whether the relevant upstream fix is present.
  • Review authentication logs for unusual low-privilege user activity.
  • Check change records for timely upgrade completion.
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-94: Code execution behavior lookup

Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process 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
cve · low confidence lookup

CVE-2023-0671 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
Critical
CVSS
9.9 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/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
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
9.9CVSS 3.0CriticalCVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H3.16Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

9.9Critical
CVSS 3.0 vector shape for CVE-2023-0671Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
froxlorfroxlor/froxlorunspecifiedListed
Weakness

CWE details

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

CWE-94 · source CWE mapping

Improper Control of Generation of Code ('Code Injection')

Improper Control of Generation of Code ('Code Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.