LiveActive security incident?Get immediate response
CVE Record

CVE-2021-47728: Selea Targa IP Camera Remote Code Execution via Utils

Selea Targa IP OCR-ANPR Camera contains an unauthenticated command injection vulnerability in utils.php that allows remote attackers to execute arbitrary shell commands. Attackers can exploit the 'addr' and 'port' parameters to inject commands and gain www-data user access through chained local file inclusion techniques.

CriticalCVSS 9.3Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

CVE-2021-47728 is a critical unauthenticated command injection issue in Selea Targa IP OCR-ANPR cameras. A remote attacker could run operating-system commands as the web server user. This matters most where these cameras are reachable from untrusted networks or the internet.

Executive priority

Treat this as urgent for any exposed Selea Targa camera. Prioritize discovery and isolation first, because the sources do not name a patched version. If no devices are deployed, business impact is likely low.

Technical view

The issue is CWE-78 command injection in utils.php. The provided advisory states the addr and port parameters can be abused to execute shell commands, with access as www-data through chained local file inclusion techniques. CVSS 4.0 is 9.3, network reachable, low complexity, no privileges, and no user interaction.

Likely exposure

Exposure is likely limited to organizations operating Selea Targa IP OCR-ANPR cameras, especially if their web interface is internet-accessible or reachable from broad internal networks. Affected versions are not specified in the provided sources.

Exploitation context

A public ExploitDB reference exists, but the CVE is not listed as KEV in the provided bundle. There is no cited evidence of active exploitation. Public exploit availability still increases urgency for exposed devices.

Researcher notes

The sources identify the vulnerable component and parameters, but affected version ranges and vendor remediation details are incomplete. Avoid assuming all Selea products are affected. Public exploit availability is documented, but active exploitation is not established by the provided sources.

Mitigation direction

  • Identify all Selea Targa IP OCR-ANPR cameras in the environment.
  • Remove camera web interfaces from direct internet exposure.
  • Restrict access to trusted management networks or VPNs only.
  • Check Selea or integrator guidance for fixed firmware or configuration mitigations.
  • Monitor for suspicious access to utils.php and unusual addr or port parameter activity.

Validation and detection

  • Confirm whether any Selea Targa IP OCR-ANPR cameras are deployed.
  • Review asset inventories, network scans, and procurement records for Selea devices.
  • Determine whether camera management interfaces are internet-facing.
  • Review web logs for abnormal utils.php requests or command-like parameter values.
  • Verify firmware status and remediation options with Selea or the system integrator.
Prepared
Confidence
medium
Sources
6

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-2021-47728 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.3 (4.0)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 4.0 score

9.3Critical
CVSS 4.0 vector shape for CVE-2021-47728Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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
SeleaSelea Targa IP OCR-ANPR CameraUnknownunaffected
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.