CVE-2026-53510

CVE-2026-53510 is a high-severity code injection vulnerability in savon (rubygems), affecting versions >= 0.9.8, < 2.17.2. It is fixed in 2.17.2.

Does this CVE actually affect you?

Kodem shows which CVEs are reachable and running in your applications, so you fix what's exploitable, not just what's listed.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Runtime intelligence, not another scanner.

Summary

Savon::Model evaluates WSDL operation names as Ruby source

Workarounds

Avoid .all_operations for untrusted WSDL documents. Use .operations with trusted operation names instead.

Impact

Savon::Model generated SOAP operation methods by interpolating operation names into Ruby source passed to module_eval. An attacker who can control the operation names of a WSDL, can inject Ruby code that executes in the application process. This affects only the .all_operations class method provided by Savon::Model to automatically register all operations provided by the WSDL. Configuring Savon::Model with trusted operation names via .operations is safe.

Untrusted input is evaluated as executable code within the application's runtime environment. Typical impact: arbitrary code execution within the application's privilege context.

CVE-2026-53510 has a CVSS score of 8.1 (High). The vector is network-reachable, no privileges required, and no user interaction. 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.17.2); upgrading removes the vulnerable code path.

Affected versions

savon (>= 0.9.8, < 2.17.2)

Security releases

savon → 2.17.2 (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. Kodem's runtime-powered SCA identifies whether this CVE is reachable in your applications.

Already deployed Kodem?

See it in your environmentNew to Kodem? Get a demo →

Remediation advice

Patched in Savon 2.17.2.

Users should upgrade to 2.17.2 or later.

Frequently Asked Questions

  1. What is CVE-2026-53510? CVE-2026-53510 is a high-severity code injection vulnerability in savon (rubygems), affecting versions >= 0.9.8, < 2.17.2. It is fixed in 2.17.2. Untrusted input is evaluated as executable code within the application's runtime environment.
  2. How severe is CVE-2026-53510? CVE-2026-53510 has a CVSS score of 8.1 (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.
  3. Which versions of savon are affected by CVE-2026-53510? savon (rubygems) versions >= 0.9.8, < 2.17.2 is affected.
  4. Is there a fix for CVE-2026-53510? Yes. CVE-2026-53510 is fixed in 2.17.2. Upgrade to this version or later.
  5. Is CVE-2026-53510 exploitable, and should I be worried? Whether CVE-2026-53510 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
  6. What actually determines whether CVE-2026-53510 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.
  7. How do I fix CVE-2026-53510? Upgrade savon to 2.17.2 or later.

Stop the waste.
Protect your environment with Kodem.