Skip to content

XSS Vulnerability in Action View tag helpers

Moderate severity GitHub Reviewed Published Apr 27, 2022 to the GitHub Advisory Database • Updated Jun 7, 2023

Package

bundler actionview (RubyGems)

Affected versions

<= 5.2.7.0
>= 6.0.0, <= 6.0.4.7
>= 6.1.0, <= 6.1.5.0
>= 7.0.0, <= 7.0.2.3

Patched versions

5.2.7.1
6.0.4.8
6.1.5.1
7.0.2.4

Description

There is a possible XSS vulnerability in Action View tag helpers. Passing untrusted input as hash keys can lead to a possible XSS vulnerability. This vulnerability has been assigned the CVE identifier CVE-2022-27777.

Versions Affected: ALL
Not affected: NONE
Fixed Versions: 7.0.2.4, 6.1.5.1, 6.0.4.8, 5.2.7.1

Impact

If untrusted data is passed as the hash key for tag attributes, there is a possibility that the untrusted data may not be properly escaped which can lead to an XSS vulnerability.

Impacted code will look something like this:

check_box_tag('thename', 'thevalue', false, aria: { malicious_input => 'thevalueofaria' })

Where the "malicious_input" variable contains untrusted data.

All users running an affected release should either upgrade or use one of the workarounds immediately.

Releases

The FIXED releases are available at the normal locations.

Workarounds

Escape the untrusted data before using it as a key for tag helper methods.

References

Published to the GitHub Advisory Database Apr 27, 2022
Reviewed Apr 27, 2022
Published by the National Vulnerability Database May 26, 2022
Last updated Jun 7, 2023

Severity

Moderate

CVSS overall score

This score calculates overall vulnerability severity from 0 to 10 and is based on the Common Vulnerability Scoring System (CVSS).
/ 10

CVSS v3 base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

CVSS v3 base metrics

Attack vector: More severe the more the remote (logically and physically) an attacker can be in order to exploit the vulnerability.
Attack complexity: More severe for the least complex attacks.
Privileges required: More severe if no privileges are required.
User interaction: More severe when no user interaction is required.
Scope: More severe when a scope change occurs, e.g. one vulnerable component impacts resources in components beyond its security scope.
Confidentiality: More severe when loss of data confidentiality is highest, measuring the level of data access available to an unauthorized user.
Integrity: More severe when loss of data integrity is the highest, measuring the consequence of data modification possible by an unauthorized user.
Availability: More severe when the loss of impacted component availability is highest.
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

EPSS score

0.080%
(36th percentile)

Weaknesses

CVE ID

CVE-2022-27777

GHSA ID

GHSA-ch3h-j2vf-95pv

Source code

Credits

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.