CVE-2021-43809
Description
Bundler is a package for managing application dependencies in Ruby. In bundler versions before 2.2.33, when working with untrusted and apparently harmless Gemfiles, it is not expected that they lead to execution of external code, unless thats explicit in the ruby code inside the Gemfile itself. However, if the Gemfile includes gem entries that use the git option with invalid, but seemingly harmless, values with a leading dash, this can be false. To handle dependencies that come from a Git repository instead of a registry, Bundler uses various commands, such as git clone. These commands are being constructed using user input (e.g. the repository URL). When building the commands, Bundler versions before 2.2.33 correctly avoid Command Injection vulnerabilities by passing an array of arguments instead of a command string. However, there is the possibility that a user input starts with a dash (-) and is therefore treated as an optional argument instead of a positional one. This can lead to Code Execution because some of the commands have options that can be leveraged to run arbitrary executables. Since this value comes from the Gemfile file, it can contain any character, including a leading dash.To exploit this vulnerability, an attacker has to craft a directory containing a Gemfile file that declares a dependency that is located in a Git repository. This dependency has to have a Git URL in the form of -u./payload. This URL will be used to construct a Git clone command but will be interpreted as the upload-pack argument. Then this directory needs to be shared with the victim, who then needs to run a command that evaluates the Gemfile, such as bundle lock, inside.This vulnerability can lead to Arbitrary Code Execution, which could potentially lead to the takeover of the system. However, the exploitability is very low, because it requires a lot of user interaction. Bundler 2.2.33 has patched this problem by inserting -- as an argument before any positional arguments to those Git commands that were affected by this issue. Regardless of whether users can upgrade or not, they should review any untrustred Gemfiles before running any bundler commands that may read them, since they can contain arbitrary ruby code.
Risk Information
Associated Vulnerability
| Vulnerability | OS Platform |
|---|---|
| Vulnerabilities CVE-2021-43809 are fixed in Ruby-bundler 2.2.33 | Windows |
| SUSE-SU-2024:3873-1(Basesystem Module 15-SP6) ruby2.5-rubygem-bundler-1.16.1-150000.3.6.1.x86_64.rpm | Linux |
| SUSE-SU-2024:3873-1(Basesystem Module 15-SP5) ruby2.5-rubygem-bundler-1.16.1-150000.3.6.1.x86_64.rpm | Linux |
| Rubygem-bundler update (ELSA-2025-7539) rubygem-bundler-1.16.1-5.module+el8.10.0+90580+29305b94.noarch.rpm | Linux |
| Rubygem-bson-doc update (ELSA-2025-7539) rubygem-bson-doc-4.3.0-2.module+el8.9.0+90042+a65659a6.noarch.rpm | Linux |
| Rubygem-bson update (ELSA-2025-7539) rubygem-bson-4.3.0-2.module+el8.9.0+90042+a65659a6.x86_64.rpm | Linux |
| Rubygem-bigdecimal update (ELSA-2025-7539) rubygem-bigdecimal-1.3.4-114.module+el8.10.0+90580+29305b94.x86_64.rpm | Linux |
| Rubygem-bigdecimal update (ELSA-2025-7539) rubygem-bigdecimal-1.3.4-114.module+el8.10.0+90580+29305b94.i686.rpm | Linux |
| Rubygem-abrt-doc update (ELSA-2025-7539) rubygem-abrt-doc-0.3.0-4.module+el8.10.0+90367+ae9e8511.noarch.rpm | Linux |
| Rubygem-abrt update (ELSA-2025-7539) rubygem-abrt-0.3.0-4.module+el8.10.0+90367+ae9e8511.noarch.rpm | Linux |
| Ruby-libs update (ELSA-2025-7539) ruby-libs-2.5.9-114.module+el8.10.0+90580+29305b94.x86_64.rpm | Linux |
| Ruby-libs update (ELSA-2025-7539) ruby-libs-2.5.9-114.module+el8.10.0+90580+29305b94.i686.rpm | Linux |
| Ruby-irb update (ELSA-2025-7539) ruby-irb-2.5.9-114.module+el8.10.0+90580+29305b94.noarch.rpm | Linux |
| Ruby-doc update (ELSA-2025-7539) ruby-doc-2.5.9-114.module+el8.10.0+90580+29305b94.noarch.rpm | Linux |
| Ruby-devel update (ELSA-2025-7539) ruby-devel-2.5.9-114.module+el8.10.0+90580+29305b94.x86_64.rpm | Linux |
| Ruby-devel update (ELSA-2025-7539) ruby-devel-2.5.9-114.module+el8.10.0+90580+29305b94.i686.rpm | Linux |
| Ruby update (ELSA-2025-7539) ruby-2.5.9-114.module+el8.10.0+90580+29305b94.x86_64.rpm | Linux |
| Ruby update (ELSA-2025-7539) ruby-2.5.9-114.module+el8.10.0+90580+29305b94.i686.rpm | Linux |
| Rubygem-bundler-doc update (ELSA-2025-7539) rubygem-bundler-doc-1.16.1-5.module+el8.10.0+90580+29305b94.noarch.rpm | Linux |
| Rubygems-devel update (ELSA-2025-7539) rubygems-devel-2.7.6.3-114.module+el8.10.0+90580+29305b94.noarch.rpm | Linux |
| Rubygems update (ELSA-2025-7539) rubygems-2.7.6.3-114.module+el8.10.0+90580+29305b94.noarch.rpm | Linux |
| Rubygem-xmlrpc update (ELSA-2025-7539) rubygem-xmlrpc-0.3.0-114.module+el8.10.0+90580+29305b94.noarch.rpm | Linux |
| Rubygem-test-unit update (ELSA-2025-7539) rubygem-test-unit-3.2.7-114.module+el8.10.0+90580+29305b94.noarch.rpm | Linux |
| Rubygem-rdoc update (ELSA-2025-7539) rubygem-rdoc-6.0.1.1-114.module+el8.10.0+90580+29305b94.noarch.rpm | Linux |
| Rubygem-rake update (ELSA-2025-7539) rubygem-rake-12.3.3-114.module+el8.10.0+90580+29305b94.noarch.rpm | Linux |
| Rubygem-psych update (ELSA-2025-7539) rubygem-psych-3.0.2-114.module+el8.10.0+90580+29305b94.x86_64.rpm | Linux |
| Rubygem-psych update (ELSA-2025-7539) rubygem-psych-3.0.2-114.module+el8.10.0+90580+29305b94.i686.rpm | Linux |
| Rubygem-power_assert update (ELSA-2025-7539) rubygem-power_assert-1.1.1-114.module+el8.10.0+90580+29305b94.noarch.rpm | Linux |
| Rubygem-pg-doc update (ELSA-2025-7539) rubygem-pg-doc-1.0.0-3.module+el8.9.0+90042+a65659a6.noarch.rpm | Linux |
| Rubygem-pg update (ELSA-2025-7539) rubygem-pg-1.0.0-3.module+el8.9.0+90042+a65659a6.x86_64.rpm | Linux |
| Rubygem-did_you_mean update (ELSA-2025-7539) rubygem-did_you_mean-1.2.0-114.module+el8.10.0+90580+29305b94.noarch.rpm | Linux |
| Rubygem-openssl update (ELSA-2025-7539) rubygem-openssl-2.1.2-114.module+el8.10.0+90580+29305b94.i686.rpm | Linux |
| Rubygem-net-telnet update (ELSA-2025-7539) rubygem-net-telnet-0.1.1-114.module+el8.10.0+90580+29305b94.noarch.rpm | Linux |
| Rubygem-mysql2-doc update (ELSA-2025-7539) rubygem-mysql2-doc-0.4.10-4.module+el8.9.0+90042+a65659a6.noarch.rpm | Linux |
| Rubygem-mysql2 update (ELSA-2025-7539) rubygem-mysql2-0.4.10-4.module+el8.9.0+90042+a65659a6.x86_64.rpm | Linux |
| Rubygem-mongo-doc update (ELSA-2025-7539) rubygem-mongo-doc-2.5.1-2.module+el8.9.0+90042+a65659a6.noarch.rpm | Linux |
| Rubygem-mongo update (ELSA-2025-7539) rubygem-mongo-2.5.1-2.module+el8.9.0+90042+a65659a6.noarch.rpm | Linux |
| Rubygem-minitest update (ELSA-2025-7539) rubygem-minitest-5.10.3-114.module+el8.10.0+90580+29305b94.noarch.rpm | Linux |
| Rubygem-json update (ELSA-2025-7539) rubygem-json-2.1.0-114.module+el8.10.0+90580+29305b94.x86_64.rpm | Linux |
| Rubygem-json update (ELSA-2025-7539) rubygem-json-2.1.0-114.module+el8.10.0+90580+29305b94.i686.rpm | Linux |
| Rubygem-io-console update (ELSA-2025-7539) rubygem-io-console-0.4.6-114.module+el8.10.0+90580+29305b94.x86_64.rpm | Linux |
| Rubygem-io-console update (ELSA-2025-7539) rubygem-io-console-0.4.6-114.module+el8.10.0+90580+29305b94.i686.rpm | Linux |
| Rubygem-openssl update (ELSA-2025-7539) rubygem-openssl-2.1.2-114.module+el8.10.0+90580+29305b94.x86_64.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update rubygems-devel-2.7.6.3-114.module+el8.10.0+23088+750dc6ca.noarch.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update rubygems-2.7.6.3-114.module+el8.10.0+23088+750dc6ca.noarch.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update rubygem-xmlrpc-0.3.0-114.module+el8.10.0+23088+750dc6ca.noarch.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update rubygem-test-unit-3.2.7-114.module+el8.10.0+23088+750dc6ca.noarch.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update rubygem-rdoc-6.0.1.1-114.module+el8.10.0+23088+750dc6ca.noarch.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update rubygem-rake-12.3.3-114.module+el8.10.0+23088+750dc6ca.noarch.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update rubygem-psych-3.0.2-114.module+el8.10.0+23088+750dc6ca.x86_64.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update rubygem-psych-3.0.2-114.module+el8.10.0+23088+750dc6ca.i686.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update rubygem-power_assert-1.1.1-114.module+el8.10.0+23088+750dc6ca.noarch.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update rubygem-pg-doc-1.0.0-3.module+el8.9.0+19193+435404ae.noarch.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update rubygem-pg-1.0.0-3.module+el8.9.0+19193+435404ae.x86_64.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update rubygem-openssl-2.1.2-114.module+el8.10.0+23088+750dc6ca.x86_64.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update rubygem-openssl-2.1.2-114.module+el8.10.0+23088+750dc6ca.i686.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update rubygem-net-telnet-0.1.1-114.module+el8.10.0+23088+750dc6ca.noarch.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update rubygem-mysql2-doc-0.4.10-4.module+el8.9.0+19193+435404ae.noarch.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update rubygem-mysql2-0.4.10-4.module+el8.9.0+19193+435404ae.x86_64.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update rubygem-mongo-doc-2.5.1-2.module+el8.9.0+19193+435404ae.noarch.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update rubygem-mongo-2.5.1-2.module+el8.9.0+19193+435404ae.noarch.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update rubygem-minitest-5.10.3-114.module+el8.10.0+23088+750dc6ca.noarch.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update rubygem-json-2.1.0-114.module+el8.10.0+23088+750dc6ca.x86_64.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update rubygem-json-2.1.0-114.module+el8.10.0+23088+750dc6ca.i686.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update rubygem-io-console-0.4.6-114.module+el8.10.0+23088+750dc6ca.x86_64.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update rubygem-io-console-0.4.6-114.module+el8.10.0+23088+750dc6ca.i686.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update rubygem-did_you_mean-1.2.0-114.module+el8.10.0+23088+750dc6ca.noarch.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update rubygem-bundler-doc-1.16.1-5.module+el8.10.0+23088+750dc6ca.noarch.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update rubygem-bundler-1.16.1-5.module+el8.10.0+23088+750dc6ca.noarch.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update rubygem-bson-doc-4.3.0-2.module+el8.9.0+19193+435404ae.noarch.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update rubygem-bson-4.3.0-2.module+el8.9.0+19193+435404ae.x86_64.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update rubygem-bigdecimal-1.3.4-114.module+el8.10.0+23088+750dc6ca.x86_64.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update rubygem-bigdecimal-1.3.4-114.module+el8.10.0+23088+750dc6ca.i686.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update rubygem-abrt-doc-0.3.0-4.module+el8.10.0+22021+135c76a8.noarch.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update rubygem-abrt-0.3.0-4.module+el8.10.0+22021+135c76a8.noarch.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update ruby-libs-2.5.9-114.module+el8.10.0+23088+750dc6ca.x86_64.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update ruby-libs-2.5.9-114.module+el8.10.0+23088+750dc6ca.i686.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update ruby-irb-2.5.9-114.module+el8.10.0+23088+750dc6ca.noarch.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update ruby-doc-2.5.9-114.module+el8.10.0+23088+750dc6ca.noarch.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update ruby-devel-2.5.9-114.module+el8.10.0+23088+750dc6ca.x86_64.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update ruby-devel-2.5.9-114.module+el8.10.0+23088+750dc6ca.i686.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update ruby-2.5.9-114.module+el8.10.0+23088+750dc6ca.x86_64.rpm | Linux |
| (RHSA-2025:7539)Moderate: security update ruby-2.5.9-114.module+el8.10.0+23088+750dc6ca.i686.rpm | Linux |
| Vulnerabilities CVE-2021-43809 are fixed in Ruby-bundler for Linux 2.2.33 | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 rubygems-devel-2.7.6.3-114.module_el8.10.0+3991+5e651d4e.noarch.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 rubygems-2.7.6.3-114.module_el8.10.0+3991+5e651d4e.noarch.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 rubygem-xmlrpc-0.3.0-114.module_el8.10.0+3991+5e651d4e.noarch.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 rubygem-test-unit-3.2.7-114.module_el8.10.0+3991+5e651d4e.noarch.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 rubygem-rdoc-6.0.1.1-114.module_el8.10.0+3991+5e651d4e.noarch.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 rubygem-rake-12.3.3-114.module_el8.10.0+3991+5e651d4e.noarch.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 rubygem-psych-3.0.2-114.module_el8.10.0+3991+5e651d4e.x86_64.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 rubygem-psych-3.0.2-114.module_el8.10.0+3991+5e651d4e.i686.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 rubygem-power_assert-1.1.1-114.module_el8.10.0+3991+5e651d4e.noarch.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 rubygem-pg-doc-1.0.0-3.module_el8.9.0+3635+c6f99506.noarch.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 rubygem-pg-1.0.0-3.module_el8.9.0+3635+c6f99506.x86_64.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 rubygem-openssl-2.1.2-114.module_el8.10.0+3991+5e651d4e.x86_64.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 rubygem-openssl-2.1.2-114.module_el8.10.0+3991+5e651d4e.i686.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 rubygem-net-telnet-0.1.1-114.module_el8.10.0+3991+5e651d4e.noarch.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 rubygem-mysql2-doc-0.4.10-4.module_el8.5.0+2625+ec418553.noarch.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 rubygem-mysql2-0.4.10-4.module_el8.5.0+2625+ec418553.x86_64.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 rubygem-mongo-doc-2.5.1-2.module_el8.5.0+2625+ec418553.noarch.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 rubygem-mongo-2.5.1-2.module_el8.5.0+2625+ec418553.noarch.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 rubygem-minitest-5.10.3-114.module_el8.10.0+3991+5e651d4e.noarch.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 rubygem-json-2.1.0-114.module_el8.10.0+3991+5e651d4e.x86_64.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 rubygem-json-2.1.0-114.module_el8.10.0+3991+5e651d4e.i686.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 rubygem-io-console-0.4.6-114.module_el8.10.0+3991+5e651d4e.x86_64.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 rubygem-io-console-0.4.6-114.module_el8.10.0+3991+5e651d4e.i686.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 rubygem-did_you_mean-1.2.0-114.module_el8.10.0+3991+5e651d4e.noarch.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 rubygem-bundler-doc-1.16.1-5.module_el8.10.0+3991+5e651d4e.noarch.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 rubygem-bundler-1.16.1-5.module_el8.10.0+3991+5e651d4e.noarch.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 rubygem-bson-doc-4.3.0-2.module_el8.5.0+2625+ec418553.noarch.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 rubygem-bson-4.3.0-2.module_el8.5.0+2625+ec418553.x86_64.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 rubygem-bigdecimal-1.3.4-114.module_el8.10.0+3991+5e651d4e.x86_64.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 rubygem-bigdecimal-1.3.4-114.module_el8.10.0+3991+5e651d4e.i686.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 rubygem-abrt-doc-0.3.0-4.module_el8.10.0+3871+342e2c2f.noarch.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 rubygem-abrt-0.3.0-4.module_el8.5.0+2625+ec418553.noarch.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 ruby-libs-2.5.9-114.module_el8.10.0+3991+5e651d4e.x86_64.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 ruby-libs-2.5.9-114.module_el8.10.0+3991+5e651d4e.i686.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 ruby-irb-2.5.9-114.module_el8.10.0+3991+5e651d4e.noarch.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 ruby-doc-2.5.9-114.module_el8.10.0+3991+5e651d4e.noarch.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 ruby-devel-2.5.9-114.module_el8.10.0+3991+5e651d4e.x86_64.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 ruby-devel-2.5.9-114.module_el8.10.0+3991+5e651d4e.i686.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 ruby-2.5.9-114.module_el8.10.0+3991+5e651d4e.x86_64.rpm | Linux |
| Moderate: ruby:2.5 security update ALSA-2025:7539 ruby-2.5.9-114.module_el8.10.0+3991+5e651d4e.i686.rpm | Linux |
| ruby:2.5 security update (RLSA-2025:7539) RLSA-2025:7539 rubygem-xmlrpc-0.3.0-114.module+el8.10.0+1979+815637df.noarch.rpm | Linux |
| ruby:2.5 security update (RLSA-2025:7539) RLSA-2025:7539 rubygem-openssl-2.1.2-114.module+el8.10.0+1979+815637df.x86_64.rpm | Linux |
| ruby:2.5 security update (RLSA-2025:7539) RLSA-2025:7539 rubygem-openssl-2.1.2-114.module+el8.10.0+1979+815637df.i686.rpm | Linux |
| ruby:2.5 security update (RLSA-2025:7539) RLSA-2025:7539 rubygem-net-telnet-0.1.1-114.module+el8.10.0+1979+815637df.noarch.rpm | Linux |
| ruby:2.5 security update (RLSA-2025:7539) RLSA-2025:7539 rubygem-mongo-doc-2.5.1-2.module+el8.9.0+1536+5f79634e.noarch.rpm | Linux |
| ruby:2.5 security update (RLSA-2025:7539) RLSA-2025:7539 rubygem-mongo-2.5.1-2.module+el8.9.0+1536+5f79634e.noarch.rpm | Linux |
| ruby:2.5 security update (RLSA-2025:7539) RLSA-2025:7539 rubygem-did_you_mean-1.2.0-114.module+el8.10.0+1979+815637df.noarch.rpm | Linux |
| ruby:2.5 security update (RLSA-2025:7539) RLSA-2025:7539 rubygem-bundler-doc-1.16.1-5.module+el8.10.0+1979+815637df.noarch.rpm | Linux |
| ruby:2.5 security update (RLSA-2025:7539) RLSA-2025:7539 rubygem-bson-doc-4.3.0-2.module+el8.9.0+1536+5f79634e.noarch.rpm | Linux |
| ruby:2.5 security update (RLSA-2025:7539) RLSA-2025:7539 rubygem-bson-4.3.0-2.module+el8.9.0+1536+5f79634e.x86_64.rpm | Linux |
| ruby:2.5 security update (RLSA-2025:7539) RLSA-2025:7539 ruby-irb-2.5.9-114.module+el8.10.0+1979+815637df.noarch.rpm | Linux |
Patch Details
No records foundReferences
https://nvd.nist.gov/vuln/detail/CVE-2023-1234
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-1234