avo

CVE-2023-34103

CVE-2023-34103 is a high-severity cross-site scripting (XSS) vulnerability in avo (rubygems), affecting versions <= 2.33.2. It is fixed in 2.33.3.

Key facts
CVSS score
7.3
High
Attack vector
Network
Issuing authority
GitHub Advisory Database
Affected package
avo
Fixed in
2.33.3
Disclosed
2023

Summary

Summary Some avo fields are vulnerable to XSS when rendering html based content. Details During the analysis of the web application, a rendered field was discovered that did not filter JS / HTML tags in a safe way and can be abused to execute js code on a client side. The trix field uses the trix editor in the backend to edit rich text data which basically operates with html tags. To display the stored data in a rendered view, the HasHTMLAttributes concern is used. This can be exploited by an attacker to store javascript code in any trix field by intercepting the request and modifying the post data, as the trix editor does not allow adding custom html or js tags on the frontend. PoC Adding javascript in the post request which is used when editing a "post" resource (body is declared as a trix field) Successful execution of JS code on live demo environment Impact Unlike non-persistent XSS, persistent XSS does not require a social engineering phase. Victims of this attack do not need to be tricked into clicking a link or something like that. However, by exploiting such a vulnerability on this particular target, attackers may be able to gain access to accounts that require special protection, such as administrators of the web service, which is what Avo is primarily intended to be used for. Recommendation The content of a field that contains html code should be sanitized using the according rails helper which uses a whitelist of known-safe tags and attributes. Also this security consideration should be applied to the “as_html” attribute as well because it may contain user controlled input as well. https://api.rubyonrails.org/classes/ActionView/Helpers/SanitizeHelper.html

Impact

What is cross-site scripting (XSS)?

Untrusted input is rendered as active markup in a victim's browser, which can run script in their session. Typical impact: session or credential theft, and actions taken as the user.

Severity and exposure

CVE-2023-34103 has a CVSS score of 7.3 (High). The vector is network-reachable, low privileges required, and user interaction required. A CVSS score reflects the worst-case severity of the vulnerability, not your specific exposure. Whether this affects your application depends on whether the vulnerable code is present and reachable in your environment.

A fixed version is available (2.33.3). Upgrading removes the vulnerable code path.

Affected versions

rubygems

  • avo (<= 2.33.2)
  • avo (>= 3.0.0.pre1, <= 3.0.0.pre12)

Security releases

  • avo → 2.33.3 (rubygems)
Kodem intelligence

Severity tells you how bad this could be in the worst case. It does not tell you whether you are exposed. Exploitability and impact are functions of runtime truth: whether the vulnerable code is present, reachable, and actually executes in your application. A vulnerable package can sit in your dependency tree and never run.

Kodem, an Intelligent Application Security platform, uses runtime intelligence to reveal which vulnerabilities actually execute in production, so teams prioritize the ones that genuinely matter instead of chasing every advisory.

Kodem's runtime-powered SCA identifies whether CVE-2023-34103 is reachable in your applications. Explore open-source security for your team.

See if CVE-2023-34103 is reachable in your applications. Get a demo

Remediation advice

Upgrade avo to 2.33.3 or later to resolve this vulnerability.

Kodem Kai can prioritize this vulnerability in your dependency tree and generate a fix recommendation.

Frequently asked questions about CVE-2023-34103

What is CVE-2023-34103?

CVE-2023-34103 is a high-severity cross-site scripting (XSS) vulnerability in avo (rubygems), affecting versions <= 2.33.2. It is fixed in 2.33.3. Untrusted input is rendered as active markup in a victim's browser, which can run script in their session.

How severe is CVE-2023-34103?

CVE-2023-34103 has a CVSS score of 7.3 (High). This score reflects the worst-case severity of the vulnerability, not your specific exposure. Whether it represents real risk in your environment depends on whether the vulnerable code is present and reachable.

Which versions of avo are affected by CVE-2023-34103?

avo (rubygems) versions <= 2.33.2 is affected.

Is there a fix for CVE-2023-34103?

Yes. CVE-2023-34103 is fixed in 2.33.3. Upgrade to this version or later.

Is CVE-2023-34103 exploitable, and should I be worried?

Whether CVE-2023-34103 is exploitable in your environment depends on whether the vulnerable code is present and reachable. A CVSS score is a worst-case rating; it does not account for your specific deployment, configuration, or usage patterns. Kodem, an Intelligent Application Security platform, uses runtime intelligence to show which vulnerabilities actually execute in production, so you can focus on the ones that represent real risk. Get a demo

What actually determines whether CVE-2023-34103 is exploitable, and how bad it is?

Exploitability and impact are not fixed properties of a CVE. They depend on runtime truth: whether the vulnerable code is present, reachable, and actually executes in your application. A high CVSS score on a dependency that never runs is not the same as real risk. Kodem, an Intelligent Application Security platform, uses runtime intelligence to reveal which vulnerabilities actually execute in production, so teams prioritize the ones that genuinely matter.

How do I fix CVE-2023-34103?

Upgrade avo to 2.33.3 or later.

Stop the waste.
Protect your environment with Kodem.