CVE-2024-27285: YARD's default template vulnerable to Cross-site Scripting in generated frames.html

Published Feb 28, 2024
·
Updated

Summary The "frames.html" file within the Yard Doc's generated documentation is vulnerable to Cross-Site Scripting (XSS) attacks due to inadequate sanitization of user input within the JavaScript segment of the "frames.erb" template file.

Details The vulnerability stems from mishandling user-controlled data retrieved from the URL hash in the embedded JavaScript code within the "frames.erb" template file. Specifically, the script lacks proper sanitization of the hash data before utilizing it to establish the top-level window's location. This oversight permits an attacker to inject malicious JavaScript payloads through carefully crafted URLs.

Snippet from "frames.erb": (v0.9.34) erb <script type="text/javascript"> var match = unescape(window.location.hash).match(/^#!(.+)/); var name = match ? match[1] : '<%= urlformain %>'; name = name.replace(/^(\w+):\/\//, '').replace(/^\/\//, ''); window.top.location = name; </script>

(v0.9.35) erb <script type="text/javascript"> var match = decodeURIComponent(window.location.hash).match(/^#!(.+)/); var name = match ? match[1] : '<%= urlformain %>'; name = name.replace(/^((\w):)?[\/\\]/gm, '').trim(); window.top.location.replace(name) </script>

PoC (Proof of Concept) To exploit this vulnerability: 1. Gain access to the generated Yard Doc. 2. Locate and access the "frames.html" file. 3. Construct a URL containing the malicious payload in the hash segment, for instance: #!javascript:xss for v0.9.34, and #:javascript:xss for v0.9.35

Impact This XSS vulnerability presents a substantial threat by enabling an attacker to execute arbitrary JavaScript code within the user's session context. Potential ramifications include session hijacking, theft of sensitive data, unauthorized access to user accounts, and defacement of websites. Any user visiting the compromised page is susceptible to exploitation. It is critical to promptly address this vulnerability to mitigate potential harm to users and preserve the application's integrity.

Other sources

YARD is a Ruby Documentation tool. The "frames.html" file within the Yard Doc's generated documentation is vulnerable to Cross-Site Scripting (XSS) attacks due to inadequate sanitization of user input within the JavaScript segment of the "frames.erb" template file. This vulnerability is fixed in 0.9.36.

Ubuntu

Affected Software

11 affected componentsFixes available
rubygems/yard<0.9.36
0.9.36
debian/yard<=0.9.16-1, <=0.9.24-1, <=0.9.28-2
0.9.16-1+deb10u10.9.24-1+deb11u10.9.28-2+deb12u20.9.36-1
ubuntu/yard<0.9.12-2ubuntu0.1~
0.9.12-2ubuntu0.1~
ubuntu/yard<0.9.24-1+
0.9.24-1+
ubuntu/yard<0.9.26-1ubuntu0.1
0.9.26-1ubuntu0.1
ubuntu/yard<0.9.28-2ubuntu0.1
0.9.28-2ubuntu0.1
ubuntu/yard<0.9.36
0.9.36
ubuntu/yard<0.8.7.6+
0.8.7.6+
Yardoc Yard<0.9.36
Fedoraproject Fedora=38
Debian Debian Linux=10.0

Event History

Feb 28, 2024
Advisory Published
via GitHub·06:57 PM
CVE Published
via MITRE·07:22 PM
Data Sourced
via MITRE·07:22 PM
DescriptionSeverityWeakness
Data Sourced
via NVD·08:15 PM
DescriptionSeverityWeakness
Data Sourced
via NVD·08:15 PM
RemedyAffected Software
Apr 15, 2024
Data Sourced
via Launchpad·10:56 AM
Description

Parent advisories

This vulnerability appears in the following advisories.

Frequently Asked Questions

1

What is the severity of CVE-2024-27285?

CVE-2024-27285 has been classified as a high severity vulnerability due to its potential for Cross-Site Scripting (XSS) attacks.

2

How do I fix CVE-2024-27285?

To fix CVE-2024-27285, upgrade the Yard documentation tool to version 0.9.36 or later.

3

What software is affected by CVE-2024-27285?

CVE-2024-27285 affects multiple versions of the Yard documentation tool prior to 0.9.36.

4

What type of attack is associated with CVE-2024-27285?

CVE-2024-27285 is associated with Cross-Site Scripting (XSS) attacks due to inadequate sanitization.

5

Is there a known exploit for CVE-2024-27285?

Currently, there are no public reports of an active exploit specifically targeting CVE-2024-27285.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203