LiveActive security incident?Get immediate response
CVE Record

CVE-2022-23519: Possible XSS vulnerability with certain configurations of rails-html-sanitizer

rails-html-sanitizer is responsible for sanitizing HTML fragments in Rails applications. Prior to version 1.4.4, a possible XSS vulnerability with certain configurations of Rails::Html::Sanitizer may allow an attacker to inject content if the application developer has overridden the sanitizer's allowed tags in either of the following ways: allow both "math" and "style" elements, or allow both "svg" and "style" elements. Code is only impacted if allowed tags are being overridden. . This issue is fixed in version 1.4.4. All users overriding the allowed tags to include "math" or "svg" and "style" should either upgrade or use the following workaround immediately: Remove "style" from the overridden allowed tags, or remove "math" and "svg" from the overridden allowed tags.

HighCVSS 7.2Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This is a cross-site scripting risk in Rails HTML sanitization, but only for applications that changed the sanitizer allowlist in a specific unsafe way. If user-supplied HTML is rendered after allowing style with math or svg, injected content may survive sanitization. The fixed version is rails-html-sanitizer 1.4.4.

Executive priority

Treat as high priority for Rails applications that accept or display user-controlled HTML with customized sanitizer rules. Organizations using default sanitizer settings or fixed versions have lower urgency, but should still confirm dependency versions and configuration.

Technical view

rails-html-sanitizer before 1.4.4 may allow XSS when Rails::Html::Sanitizer allowed tags are overridden to include both math and style, or both svg and style. The issue is CWE-79 with CVSS 3.1 score 7.2: AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N.

Likely exposure

Exposure is limited to Rails applications using rails-html-sanitizer below 1.4.4 with custom allowed tags matching the affected combinations. Sources state code is only impacted when allowed tags are overridden. Default sanitizer configurations are not described as affected in the provided sources.

Exploitation context

The CVE is not listed as KEV, and the provided source bundle does not state active exploitation. The CVSS vector indicates remote, unauthenticated, low-complexity exploitation without user interaction, but only where the vulnerable sanitizer configuration exists.

Researcher notes

The key differentiator is configuration: the vulnerable library version alone is not enough to prove exploitability. Validate the application’s actual sanitizer allowlist and data flow from untrusted HTML input to rendered output. No source in the bundle supports claiming active exploitation.

Mitigation direction

  • Upgrade rails-html-sanitizer to version 1.4.4 or later.
  • Remove style from overridden allowed tags if immediate upgrade is not possible.
  • Alternatively remove math and svg from overridden allowed tags.
  • Review vendor and distribution advisories for packaged dependency updates.

Validation and detection

  • Inventory applications using rails-html-sanitizer versions before 1.4.4.
  • Check sanitizer configuration for overridden allowed tags.
  • Flag configurations allowing style with math or svg.
  • Confirm dependency resolution actually loads the fixed sanitizer version.
  • Review routes or features that render untrusted HTML fragments.
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-2022-23519 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
High
CVSS
7.2 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/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
5Source 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
7.2CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N3.92.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.2High
CVSS 3.1 vector shape for CVE-2022-23519Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/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
railsrails-html-sanitizer< 1.4.4Listed
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.