LiveActive security incident?Get immediate response
CVE Record

CVE-2022-50806: 4images 1.9 - Remote Command Execution (RCE)

4images 1.9 contains a remote command execution vulnerability that allows authenticated administrators to inject reverse shell code through template editing functionality. Attackers can save malicious code in the template and execute arbitrary commands by accessing a specific categories.php endpoint with a crafted cat_id parameter.

HighCVSS 8.6Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2022-50806 affects 4images 1.9. A logged-in administrator can abuse template editing to run operating-system commands on the server. This is high impact because compromise could expose data, alter the site, or disrupt service. The sources do not show confirmed active exploitation.

Executive priority

Treat as a high-priority review for any environment running 4images 1.9, especially public websites. Immediate focus should be inventory, admin-access control, and vendor guidance. Risk depends heavily on whether administrator access can be compromised or misused.

Technical view

The vulnerability is a CWE-94 code injection issue in 4Homepages 4images 1.9. Authenticated administrators can save malicious code through template editing and trigger command execution via the application. The supplied CVSS 4.0 score is 8.6 with network access, low complexity, and high privileges required.

Likely exposure

Exposure is mainly 4images 1.9 deployments where untrusted or compromised administrator accounts can access template editing. Internet-facing instances increase operational risk. No other affected versions are identified in the provided sources.

Exploitation context

A public Exploit-DB entry and VulnCheck advisory exist, indicating exploit details are publicly available. However, the CVE is not listed as KEV in the provided bundle, and no cited source confirms active exploitation in the wild.

Researcher notes

The issue requires high privileges but can produce full server-side command execution. The available sources identify 4images 1.9 only. No patch information is present in the provided bundle, so remediation should be tied to vendor guidance and exposure reduction.

Mitigation direction

  • Identify any 4images 1.9 deployments and owners.
  • Check official 4images guidance for updates or vendor-recommended fixes.
  • Restrict administrator access to trusted users and networks.
  • Review and harden administrator account security.
  • Remove or isolate unused 4images installations.

Validation and detection

  • Confirm whether 4images is deployed and verify its version.
  • Review administrator accounts for unauthorized or stale access.
  • Inspect templates for unexpected code changes.
  • Review web and application logs for suspicious administrator activity.
  • Validate compensating access controls around the admin interface.
Prepared
Confidence
high
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-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
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-50806 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.6 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA: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
4Source 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.6CVSS 4.0HighCVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:NPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

8.6High
CVSS 4.0 vector shape for CVE-2022-50806Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
4Homepages4images1.9Listed
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.