LiveActive security incident?Get immediate response
CVE Record

CVE-2021-33348: An issue was discovered in JFinal framework v4.9.10 and below.

An issue was discovered in JFinal framework v4.9.10 and below. The "set" method of the "Controller" class of jfinal framework is not strictly filtered, which will lead to XSS vulnerabilities in some cases.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

CVE-2021-33348 describes a cross-site scripting risk in JFinal v4.9.10 and earlier. In some application patterns, data set through the framework Controller.set method may not be strictly filtered before reaching a page, allowing script execution in a user’s browser.

Executive priority

Treat this as a targeted web-application hygiene issue until affected JFinal usage is confirmed. Prioritize externally exposed apps first because successful XSS can support account compromise, session abuse, or phishing inside trusted workflows.

Technical view

The CVE states that JFinal framework Controller.set lacks strict filtering, creating XSS exposure in some cases. The bundle does not provide CVSS, CWE mapping, exact exploit conditions, or a vendor-confirmed fixed release. Impact depends on whether applications pass untrusted data into rendered views through this path.

Likely exposure

Exposure is most likely in web applications built on JFinal v4.9.10 or earlier, especially where user-controlled input is assigned through Controller.set and later rendered in HTML responses.

Exploitation context

The provided sources do not show active exploitation, and the CVE is not marked KEV. The public description indicates plausible XSS impact, but exploitability depends on application-specific data flow and rendering behavior.

Researcher notes

The source bundle is sparse: no CVSS, CWE, affected CPEs, exploit details, or fixed version are provided. Analysis should focus on version inventory and application data-flow review rather than assuming universal exploitability.

Mitigation direction

  • Check JFinal issue and release notes for vendor-confirmed fixed versions.
  • Inventory applications using JFinal v4.9.10 or earlier.
  • Review Controller.set usage involving user-controlled values.
  • Ensure untrusted values are safely encoded before browser rendering.
  • Prioritize upgrade planning where affected JFinal versions are confirmed.

Validation and detection

  • Identify deployed JFinal versions across internet-facing and internal web apps.
  • Trace whether user input reaches Controller.set and rendered views.
  • Review templates for unsafe rendering of values set by controllers.
  • Run safe XSS regression tests in staging only.
  • Confirm remediation against vendor guidance before closure.
Prepared
Confidence
medium
Sources
3

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.

cve · low confidence lookup

CVE-2021-33348 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

No CWE listed

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