Answer in brief
CVE-2026-53510 records a High severity security vulnerability in Savon::Model evaluates WSDL operation names as Ruby source. The source record does not mark it as known exploited. 1 affected package is mapped in the feed.
Answer in brief
CVE-2026-53510 records a High severity security vulnerability in Savon::Model evaluates WSDL operation names as Ruby source. The source record does not mark it as known exploited. 1 affected package is mapped in the feed.
Update savon to 2.17.2 if you use the affected versions. Test the change in a non-production environment first.
Local check
hol-guard supply-chain scanVulnerability describes the vulnerability class recorded for this advisory. The current record does not mark CVE-2026-53510 as known exploited; continue to monitor the source for status changes. The feed includes package mappings that can be checked against lockfiles and deployed manifests.
| Package | Affected range | Fixed version |
|---|---|---|
| savonrubygems | >=0.9.8,<2.17.2 | 2.17.2 |
Fixed versions are reported by the source feed; confirm compatibility before updating.
Reported by GitHub Security Advisories (ghsa).
CVE-2026-53510 records a High severity security vulnerability in Savon::Model evaluates WSDL operation names as Ruby source. The source record does not mark it as known exploited. 1 affected package is mapped in the feed.
The source record does not mark it as known exploited.
Check lockfiles and deployed manifests for savon.
HOL Guard can help your team review package activity against supported protection paths.
Explore HOL GuardUpdate savon to 2.17.2 if you use the affected versions. Test the change in a non-production environment first.
Local check
hol-guard supply-chain scanVulnerability describes the vulnerability class recorded for this advisory. The current record does not mark CVE-2026-53510 as known exploited; continue to monitor the source for status changes. The feed includes package mappings that can be checked against lockfiles and deployed manifests.
| Package | Affected range | Fixed version |
|---|---|---|
| savonrubygems | >=0.9.8,<2.17.2 | 2.17.2 |
Fixed versions are reported by the source feed; confirm compatibility before updating.
Reported by GitHub Security Advisories (ghsa).
CVE-2026-53510 records a High severity security vulnerability in Savon::Model evaluates WSDL operation names as Ruby source. The source record does not mark it as known exploited. 1 affected package is mapped in the feed.
The source record does not mark it as known exploited.
Check lockfiles and deployed manifests for savon.
HOL Guard can help your team review package activity against supported protection paths.
Explore HOL Guard### 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. ### Patches Patched in Savon 2.17.2. Users should upgrade to 2.17.2 or later. ### 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. ### Patches Patched in Savon 2.17.2. Users should upgrade to 2.17.2 or later. ### Workarounds Avoid `.all_operations` for untrusted WSDL documents. Use `.operations` with trusted operation names instead.