CVE-2026-53510 Details
Description
Savon is a Ruby SOAP client. From 0.9.8 until 2.17.2, Savon::Model .all_operations interpolates attacker-controlled WSDL operation names into Ruby source passed to module_eval, allowing Ruby code execution in the application process. This issue is fixed in version 2.17.2.
A code injection vulnerability has been identified in the Savon Ruby gem, specifically in versions 0.9.8 prior to 2.17.2. The issue arises in the Savon::Model class, where the .all_operations method interpolates WSDL operation names into Ruby code executed via module_eval. This behavior allows an attacker to inject and execute arbitrary Ruby code in the application process, provided they can control the operation names in the WSDL. The vulnerability is present only when using the .all_operations method with untrusted WSDL documents. The issue has been patched in Savon version 2.17.2.
Users are advised to upgrade to Savon version 2.17.2 or later. For those using version 2.17.0, the Faraday transport option has been reintroduced to handle cookies correctly.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 31, 2026CISA-ADP
Assessed Jul 31, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/savonrb/savon/commit/8f22eb543e7436f6247172c9be47e22792d375e9 | [email protected] | Source CodeVendor |
| https://github.com/savonrb/savon/releases/tag/v2.17.2 | [email protected] | Release NotesVendor |
| https://github.com/savonrb/savon/security/advisories/GHSA-mx5j-mp4f-g8jg | [email protected] | AdvisoryRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-94 | Improper Control of Generation of Code ('Code Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Savon | >= 0.9.8, < 2.17.2 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 31, 2026 | New CVE Received | [email protected] |
| Jul 31, 2026 | CVE Modified | CISA-ADP |
Volerion