LiveActive security incident?Get immediate response
CVE Record

CVE-2021-47729: Selea Targa IP Camera Stored Cross-Site Scripting via Files List

Selea Targa IP OCR-ANPR Camera contains a stored cross-site scripting vulnerability in the 'files_list' parameter that allows attackers to inject malicious HTML and script code. Attackers can send a POST request to /cgi-bin/get_file.php with crafted payload to execute arbitrary scripts in victim's browser session.

MediumCVSS 5.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This issue affects a listed Selea Targa IP OCR-ANPR camera configuration and lets a logged-in attacker store script content that runs in another user’s browser. Business risk is mainly compromise of camera administration sessions, data viewed in the interface, or configuration changes through a trusted user’s browser.

Executive priority

Treat as a targeted medium-priority remediation item. Prioritize if camera administration is reachable beyond a tightly controlled network or shared with many operators. Do not treat as confirmed mass exploitation based on the provided sources.

Technical view

CVE-2021-47729 is a stored cross-site scripting flaw in the files_list parameter of /cgi-bin/get_file.php on Selea Targa IP OCR-ANPR Camera. The provided record lists model iZero with firmware BLD201113005214 and CPS 4.013(201105). CVSS 4.0 score is 5.1, with low attack complexity, low privileges required, and user interaction required.

Likely exposure

Exposure appears limited to organizations running the specified Selea Targa IP OCR-ANPR camera configuration, especially if the camera web interface is reachable by untrusted users. The record marks default status as unaffected, so confirm exact model, firmware, and CPS before treating other versions as affected.

Exploitation context

Public exploit reference exists in Exploit-DB, but the source bundle does not show CISA KEV listing or active exploitation. Successful abuse requires authenticated access and victim interaction, consistent with stored XSS against an administrative or operator browser session.

Researcher notes

Evidence identifies stored XSS in files_list for a narrow Selea camera configuration. The bundle includes an exploit reference and third-party advisories, but no vendor patch details or active exploitation evidence. Avoid extrapolating affected versions beyond those listed without additional vendor confirmation.

Mitigation direction

  • Check Selea guidance for fixed firmware or vendor-recommended mitigations.
  • Restrict camera web administration access to trusted management networks only.
  • Remove internet exposure for camera management interfaces.
  • Limit user accounts and privileges on affected cameras.
  • Use browser session hygiene for administrators managing camera interfaces.

Validation and detection

  • Inventory Selea Targa IP OCR-ANPR cameras and record model, firmware, and CPS versions.
  • Confirm whether any device matches iZero, BLD201113005214, CPS 4.013(201105).
  • Review access controls for the camera web interface.
  • Check logs for suspicious authenticated file-list or web-interface activity.
  • Monitor vendor and CVE references for remediation updates.
Prepared
Confidence
high
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-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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-2021-47729 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.1 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/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
5.1CVSS 4.0MediumCVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/SA:NPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

5.1Medium
CVSS 4.0 vector shape for CVE-2021-47729Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/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
selea s.r.l.Selea Targa IP OCR-ANPR CameraModel: iZero, Firmware: BLD201113005214, CPS: 4.013(201105)unaffected
Weakness

CWE details

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

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.