Security readout for executives and security teams
Plain-English summary
CVE-2021-23472 is a low-severity XSS issue in bootstrap-table before 1.19.1. If an application passes array input where the library expected text, sanitization may be bypassed even when escaping is enabled. Business urgency is generally low, but teams should remove affected versions where untrusted table data is rendered to users.
Executive priority
Treat as routine remediation unless the product displays untrusted user content in bootstrap-table views. Prioritize alongside dependency hygiene work, not as an emergency response, because severity is low and active exploitation is not evidenced in the supplied sources.
Technical view
The issue is type confusion in bootstrap-table's escapeHTML handling: array input can bypass escaping despite the escape attribute. CVSS v3.1 is 3.1 with network attack vector, high complexity, no privileges, and user interaction required. The only named affected product is bootstrap-table below 1.19.1.
Likely exposure
Exposure is most likely in web applications using bootstrap-table below 1.19.1 to display attacker-influenced table content. Java projects may inherit exposure through referenced WebJars packages. Systems not using bootstrap-table, or only rendering trusted static table data, are less likely affected.
Exploitation context
The bundle does not show CISA KEV listing or cited evidence of active exploitation. Exploitation requires user interaction and a specific data-shape condition where array input reaches escaping logic. Potential impact is limited to confidentiality loss according to the supplied CVSS vector.
Researcher notes
Key validation hinges on data flow, not only dependency presence. Focus on whether array-typed, attacker-controlled values can reach bootstrap-table rendering with escapeHTML expectations. The source bundle provides limited vulnerability detail and does not include exploit status beyond KEV=false.
Mitigation direction
- Upgrade bootstrap-table to version 1.19.1 or later.
- Update WebJars or packaged bootstrap-table dependencies where present.
- Check vendor and package-manager advisories before release.
- Avoid passing untrusted array values into table-rendered HTML fields.
- Keep escaping enabled and validate table data types server-side.
Validation and detection
- Review package manifests, lockfiles, and SBOMs for bootstrap-table below 1.19.1.
- Check Java dependencies for referenced WebJars bootstrap-table packages.
- Inventory routes that render user-controlled data through bootstrap-table.
- Confirm upgraded builds resolve the vulnerable dependency version.
- Regression-test affected table views for safe rendering behavior.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-2021-23472 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Low
- CVSS
- 3.1 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N1.61.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
3.1LowVector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://snyk.io/vuln/SNYK-JS-BOOTSTRAPTABLE-1657597CVE reference · x_refsource_MISC
- https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSBOWERGITHUBWENZHIXIN-1910687CVE reference · x_refsource_MISC
- https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1910688CVE reference · x_refsource_MISC
- https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSBOWER-1910689CVE reference · x_refsource_MISC
- https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARS-1910690CVE reference · x_refsource_MISC
- https://github.com/wenzhixin/bootstrap-table/blob/develop/src/utils/index.js%23L218CVE reference · x_refsource_MISC
- https://security.snyk.io/vuln/SNYK-JS-BOOTSTRAPTABLE-1657597CVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
