CVE-2026-53510
Received Received - Intake

Remote Code Execution in Savon SOAP Client

Vulnerability report for CVE-2026-53510, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-31

Last updated on: 2026-07-31

Assigner: GitHub, Inc.

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-31
Last Modified
2026-07-31
Generated
2026-08-01
AI Q&A
2026-07-31
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
savon savon to 2.17.2 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-94 The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

Savon is a Ruby SOAP client library. The vulnerability exists in versions 0.9.8 through 2.17.2 where the Savon::Model.all_operations method uses attacker-controlled WSDL operation names in Ruby source code passed to module_eval. This allows arbitrary Ruby code execution within the application process.

Detection Guidance

To detect this vulnerability, check the installed version of the Savon gem. If it is between 0.9.8 and 2.17.1, the system is vulnerable. Run: gem list savon to verify the version. Update to version 2.17.2 or later to mitigate the issue.

Impact Analysis

An attacker could exploit this to execute malicious Ruby code in your application, potentially leading to data theft, system compromise, or unauthorized actions. The high CVSS score indicates significant risk as it requires no privileges or user interaction.

Compliance Impact

This vulnerability could lead to unauthorized data access or modification, violating GDPR's integrity and confidentiality requirements or HIPAA's security rules. Organizations using affected Savon versions may face compliance violations if exploited.

Mitigation Strategies

Upgrade Savon to version 2.17.2 or later to address the Ruby code execution vulnerability in Savon::Model.all_operations.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-53510. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart