We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff419e commit 415ec1aCopy full SHA for 415ec1a
1 file changed
gems/ffi/CVE-2018-1000201.yml
@@ -0,0 +1,22 @@
1
+---
2
+gem: ffi
3
+cve: 2018-1000201
4
+url: https://github.com/ffi/ffi/releases/tag/1.9.24
5
+title: ruby-ffi DDL loading issue on Windows OS
6
+date: 2018-06-22
7
+
8
+description: |
9
+ ruby-ffi version 1.9.23 and earlier has a DLL loading issue which can be
10
+ hijacked on Windows OS, when a Symbol is used as DLL name instead of a String
11
+ This vulnerability appears to have been fixed in v1.9.24 and later.
12
13
+cvss_v2: 6.8
14
+cvss_v3: 7.8
15
16
+patched_versions:
17
+ - ">= 1.9.24"
18
19
+related:
20
+ url:
21
+ - https://github.com/ffi/ffi/commit/09e0c6076466b4383da7fa4e13f714311109945a
22
+ - https://github.com/ffi/ffi/commit/e0fe486df0e117ed67b0282b6ada04b7214ca05c
0 commit comments