Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-53510 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

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.

Metrics

References 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.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-94Improper Control of Generation of Code ('Code Injection')[email protected]

Affected Products

ProductVersions
Savon
>= 0.9.8, < 2.17.2 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 2.17.2moderate effort
  • Workaround:low effort

    Avoid using the `.all_operations` method for untrusted WSDL documents. Instead, use the `.operations` method with trusted operation names.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-53510
NVD Published Date:
Jul 31, 2026
NVD Last Modified:
Sep 9, 2026
Source:
[email protected]
CVE-2026-53510 Details - Not Deferred