LiveActive security incident?Get immediate response
CVE Record

CVE-2021-4255: ctrlo lenio contractor.tt cross site scripting

A vulnerability was found in ctrlo lenio and classified as problematic. Affected by this issue is some unknown functionality of the file views/contractor.tt. The manipulation of the argument contractor.name leads to cross site scripting. The attack may be launched remotely. The name of the patch is e1646d5cd0a2fbab9eb505196dd2ca1c9e4cdd97. It is recommended to apply a patch to fix this issue. The identifier of this vulnerability is VDB-216212.

LowCVSS 3.5Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

This is a low-severity cross-site scripting issue in ctrlo lenio. A crafted contractor name could cause unintended script execution in a user's browser when viewed. Business impact appears limited, but affected deployments should patch because browser-side integrity issues can undermine user trust and administrative workflows.

Executive priority

Treat as routine patching unless lenio is internet-facing or used by untrusted users. The available evidence supports low urgency, but the version ambiguity means teams should verify exposure rather than assume they are unaffected.

Technical view

CVE-2021-4255 affects ctrlo lenio in views/contractor.tt. The contractor.name argument is improperly handled, leading to cross-site scripting. CVSS 3.1 is 3.5: network-reachable, low complexity, privileges required, user interaction required, unchanged scope, limited integrity impact, and no cited confidentiality or availability impact.

Likely exposure

Exposure is limited to organizations running ctrlo lenio, especially deployments with contractor records whose names can be influenced by authenticated users. The affected versions are not specified in the sources, so asset owners must compare their code against the referenced patch.

Exploitation context

The source bundle says the attack may be launched remotely, but CVSS requires privileges and user interaction. KEV status is false, and no cited source confirms active exploitation. Evidence is incomplete on exploit availability and real-world targeting.

Researcher notes

The record identifies the vulnerable file and parameter but not affected versions, deployment prevalence, or exploit status. The cited patch is the strongest remediation evidence. Avoid expanding scope beyond ctrlo lenio without additional vendor data.

Mitigation direction

  • Apply upstream commit e1646d5cd0a2fbab9eb505196dd2ca1c9e4cdd97 if running ctrlo lenio.
  • Check vendor or project guidance for affected versions and release packaging.
  • Restrict who can create or modify contractor names until patched.
  • Review templates for consistent output encoding of user-controlled values.

Validation and detection

  • Inventory whether any deployed application uses ctrlo lenio.
  • Confirm whether views/contractor.tt includes the referenced patch.
  • Review access paths where contractor.name can be created or changed.
  • Run regression tests covering safe rendering of contractor names.
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 · low confidence lookup

CWE-707: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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-4255 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
Low
CVSS
3.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A: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
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
3.5CVSS 3.1LowCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N2.11.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

3.5Low
CVSS 3.1 vector shape for CVE-2021-4255Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
ctrlolenion/aListed
Weakness

CWE details

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

CWE-707 · source CWE mapping

Improper Neutralization

Improper Neutralization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.