Show filters
264 Total Results
Displaying 91-100 of 264
Sort by:
Attacker Value
Unknown

CVE-2019-8320

Disclosure Date: June 06, 2019 (last updated November 27, 2024)
A Directory Traversal issue was discovered in RubyGems 2.7.6 and later through 3.0.2. Before making new directories or touching files (which now include path-checking code for symlinks), it would delete the target destination. If that destination was hidden behind a symlink, a malicious gem could delete arbitrary files on the user's machine, presuming the attacker could guess at paths. Given how frequently gem is run as sudo, and how predictable paths are on modern systems (/tmp, /usr, etc.), this could likely lead to data loss or an unusable system.
0
Attacker Value
Unknown

Multiple SAML libraries may allow authentication bypass via incorrect XML cano…

Disclosure Date: April 17, 2019 (last updated November 27, 2024)
OneLogin Ruby-SAML 1.6.0 and earlier may incorrectly utilize the results of XML DOM traversal and canonicalization APIs in such a way that an attacker may be able to manipulate the SAML data without invalidating the cryptographic signature, allowing the attack to potentially bypass authentication to SAML service providers.
0
Attacker Value
Unknown

CVE-2018-16396

Disclosure Date: November 16, 2018 (last updated November 27, 2024)
An issue was discovered in Ruby before 2.3.8, 2.4.x before 2.4.5, 2.5.x before 2.5.2, and 2.6.x before 2.6.0-preview3. It does not taint strings that result from unpacking tainted strings with some formats.
0
Attacker Value
Unknown

CVE-2018-16395

Disclosure Date: November 16, 2018 (last updated November 27, 2024)
An issue was discovered in the OpenSSL library in Ruby before 2.3.8, 2.4.x before 2.4.5, 2.5.x before 2.5.2, and 2.6.x before 2.6.0-preview3. When two OpenSSL::X509::Name objects are compared using ==, depending on the ordering, non-equal objects may return true. When the first argument is one character longer than the second, or the second argument contains a character that is one less than a character in the same position of the first argument, the result of == will be true. This could be leveraged to create an illegitimate certificate that may be accepted as legitimate and then used in signing or encryption operations.
0
Attacker Value
Unknown

CVE-2018-14337

Disclosure Date: July 17, 2018 (last updated November 27, 2024)
The CHECK macro in mrbgems/mruby-sprintf/src/sprintf.c in mruby 1.4.1 contains a signed integer overflow, possibly leading to out-of-bounds memory access because the mrb_str_resize function in string.c does not check for a negative length.
Attacker Value
Unknown

CVE-2018-1000544

Disclosure Date: June 26, 2018 (last updated November 26, 2024)
rubyzip gem rubyzip version 1.2.1 and earlier contains a Directory Traversal vulnerability in Zip::File component that can result in write arbitrary files to the filesystem. This attack appear to be exploitable via If a site allows uploading of .zip files , an attacker can upload a malicious file that contains symlinks or files with absolute pathnames "../" to write arbitrary files to the filesystem..
Attacker Value
Unknown

CVE-2018-1000201

Disclosure Date: June 22, 2018 (last updated November 26, 2024)
ruby-ffi version 1.9.23 and earlier has a DLL loading issue which can be hijacked on Windows OS, when a Symbol is used as DLL name instead of a String This vulnerability appears to have been fixed in v1.9.24 and later.
0
Attacker Value
Unknown

CVE-2018-12248

Disclosure Date: June 12, 2018 (last updated November 26, 2024)
An issue was discovered in mruby 1.4.1. There is a heap-based buffer over-read associated with OP_ENTER because mrbgems/mruby-fiber/src/fiber.c does not extend the stack in cases of many arguments to fiber.
0
Attacker Value
Unknown

CVE-2018-12247

Disclosure Date: June 12, 2018 (last updated November 26, 2024)
An issue was discovered in mruby 1.4.1. There is a NULL pointer dereference in mrb_class, related to certain .clone usage, because mrb_obj_clone in kernel.c copies flags other than the MRB_FLAG_IS_FROZEN flag (e.g., the embedded flag).
0
Attacker Value
Unknown

CVE-2018-12249

Disclosure Date: June 12, 2018 (last updated November 26, 2024)
An issue was discovered in mruby 1.4.1. There is a NULL pointer dereference in mrb_class_real because "class BasicObject" is not properly supported in class.c.