Lucene search
+L

809 matches found

Debian CVE
Debian CVE
added 2017/06/11 5:0 p.m.41 views

CVE-2017-9527

The markcontextstack function in gc.c in mruby through 1.2.0 allows attackers to cause a denial of service heap-based use-after-free and application crash or possibly have unspecified other impact via a crafted .rb file...

7.8CVSS7.9AI score0.0097EPSS
SaveExploits1
RubySec
RubySec
added 2017/06/11 12:0 a.m.16 views

Heap use-after-free in mark_context_stack

The markcontextstack function in gc.c in mruby through 1.2.0 allows attackers to cause a denial of service heap-based use-after-free and application crash or possibly have unspecified other impact via a crafted .rb file...

7.8CVSS7AI score0.0097EPSS
SaveExploits1References1Affected Software1
Prion
Prion
added 2017/05/12 6:29 p.m.13 views

Format string

H2O versions 2.0.3 and earlier and 2.1.0-beta2 and earlier allows remote attackers to cause a denial-of-service DoS via format string specifiers in a template file via fastcgi, mruby, proxy, redirect or reproxy...

5CVSS7AI score0.01802EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2017/05/12 6:29 p.m.16 views

CVE-2016-4864

H2O versions 2.0.3 and earlier and 2.1.0-beta2 and earlier allows remote attackers to cause a denial-of-service DoS via format string specifiers in a template file via fastcgi, mruby, proxy, redirect or reproxy...

7.5CVSS6.8AI score
SaveExploits0References2
CVE
CVE
added 2017/05/12 6:0 p.m.55 views

CVE-2016-4864

CVE-2016-4864 affects H2O web server: versions 2.0.3 and earlier and 2.1.0-beta2 and earlier are vulnerable to a DoS via format string specifiers in template files processed by fastcgi, mruby, proxy, redirect or reproxy. Connected sources confirm this vulnerability class and affected ranges, with...

7.5CVSS7.3AI score0.01802EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2017/05/12 6:0 p.m.42 views

CVE-2016-4864

H2O versions 2.0.3 and earlier and 2.1.0-beta2 and earlier allows remote attackers to cause a denial-of-service DoS via format string specifiers in a template file via fastcgi, mruby, proxy, redirect or reproxy...

7.5CVSS7.4AI score0.01802EPSS
SaveExploits0
Hacker One
Hacker One
added 2017/05/11 6:53 p.m.18 views

shopify-scripts: Heap Overflow in fiber_switch triggered from Fiber.transfer

It appears as if my recommendations were ignored in the GitHub issue, so I've repeated the issue here. PoC Fiber.new.transfer 0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0, 0,0,0,0,0 Explanation The cause of this is th...

0.9AI score
SaveExploits0
Hacker One
Hacker One
added 2017/04/19 2:3 p.m.28 views

shopify-scripts: heap use after free in fiber_switch

@ssarong reported an input that triggers a heap use-after-free: https://github.com/mruby/mruby/issues/3619 The issue was addressed upstream in https://github.com/mruby/mruby/commit/15fba69710c7395b4e9523edb191ef84f672fa28...

7AI score
SaveExploits0
Hacker One
Hacker One
added 2017/04/05 4:41 p.m.22 views

shopify-scripts: SIGABRT in sym_validate_len - symbol.c:44

File 2 as input causes a sigabrt in mruby. mruby raise an exception in symvalidatelen symbol.c:44 0 0x00000000005d3908 in raise 1 0x00000000005d3b3a in abort 2 0x0000000000415b52 in mrbexcraise mrb=, exc=... at /tmp/mruby/src/error.c:310 3 0x0000000000415c81 in mrbraise mrb=0x94fc10, c=, msg= at...

1.7AI score
SaveExploits0
Hacker One
Hacker One
added 2017/04/04 5:2 p.m.26 views

shopify-scripts: Invalid pointer dereference in OP_ENTER

PoC === The following demonstrates a mruby/sandbox crash: def methodmissing end send...

0.4AI score
SaveExploits0
Hacker One
Hacker One
added 2017/04/04 4:56 p.m.30 views

shopify-scripts: SIGSEGV in array_copy - array.c:71

File 2 as input causes a segfault in mruby. mruby crashes in arycopy array.c:71: Program received signal SIGSEGV, Segmentation fault. 0x000000000040e088 in arraycopy src=, size=, dst= at /tmp/mruby/src/array.c:71 71 dsti = srci; Test platform: Linux 3.16.0-4-amd64 1 SMP Debian 3.16.39-1+deb8u1...

2AI score
SaveExploits0
Hacker One
Hacker One
added 2017/04/03 1:22 a.m.29 views

shopify-scripts: Null pointer dereference in OP_ENTER

PoC === The following demonstrates a crash: class A def foo end end class B argv = ary-ptr; gdb p ary $1 = struct RArray 0x0 Test platform ============= Linux Mint 17.3 Cinnamon 64-bit, built with gcc version 4.8.4 Ubuntu 4.8.4-2ubuntu114.04.3 mruby SHA: a14a930c800aa50a191922580d53a2ce09287912...

0.1AI score
SaveExploits0
Hacker One
Hacker One
added 2017/03/29 8:41 p.m.23 views

shopify-scripts: SIGSEGV in mrb_vm_exec

PoC ------------------- The following code triggers the bug attached as testmrbvmexec.rb: def methodmissingmeth,argsyieldmeth,argsend enumfor.next Debug - mirb ------------------- x@x:/Desktop/test/mruby/bin$ gdb -q ./mirb rReading symbols from ./mirb...done. gdb r testmrbvmexec.rb Starting...

1.3AI score
SaveExploits0
Hacker One
Hacker One
added 2017/03/29 12:42 p.m.15 views

shopify-scripts: Heap Buffer Overflow in mrb_hash_keys

@ssarong reported a heap buffer overflow in MRuby: https://github.com/mruby/mruby/issues/3565 The issue was corrected in https://github.com/mruby/mruby/commit/39ca4ef3bcdfec6047647e697f94cb84f2251175...

0.9AI score
SaveExploits0
Hacker One
Hacker One
added 2017/03/28 6:59 a.m.20 views

shopify-scripts: Crash in ary_concat()

The code above raises a segmentation fault both in mruby and mruby-engine N case when nil -do end def eend end ASAN report : line 1:3: '' interpreted as argument prefix ASAN:SIGSEGV ================================================================= ==111090==ERROR: AddressSanitizer: SEGV on unknow...

1.2AI score
SaveExploits0
Hacker One
Hacker One
added 2017/03/27 8:11 a.m.30 views

shopify-scripts: Null pointer dereferences in mrb_get_args

@ssarong reported a null pointer dereference in MRuby: https://github.com/mruby/mruby/issues/3559 The issue was corrected in https://github.com/mruby/mruby/commit/dcbfe7162586eb46e583cb140f4f6cde7ae2b87a...

0.3AI score
SaveExploits0
Hacker One
Hacker One
added 2017/03/24 5:27 p.m.27 views

shopify-scripts: Null pointer dereference in mrb_class

PoC === The following demonstrates a crash: if def class A ensure e rescue 0 end end .map.a Debug info ========== The crash happens due to a null pointer dereference in mrbclass, class.h:50. 50├ return mrbobjptrv-c; Valgrind shows several reads inside free'd blocks. Test platform =============...

0.1AI score
SaveExploits0
Hacker One
Hacker One
added 2017/03/24 2:38 p.m.21 views

shopify-scripts: Garbage collector crash

This github issue-tt != MRBTTFREE' failed. Aborted The issue was reintroduced in ecee8c51b0ad8cddd9e422a3e5105f902d7e2781 and is still present in 051e40c0493f2de332f5439e3230c9fe6958bf1a. The issue is fixed by reverting ecee8c51b0ad8cddd9e422a3e5105f902d7e2781. Thank you, Dinko Galetic Denis Kasa...

0.4AI score
SaveExploits0
Hacker One
Hacker One
added 2017/03/19 3:38 p.m.21 views

shopify-scripts: Null pointer dereference in ary_concat

PoC === The following demonstrates a crash: def f end @a = f &:s Debug info ========== mruby crashes in array.c:260 due to a null pointer dereference. 256│ aryconcatmrbstate mrb, struct RArray a, struct RArray a2 257│ 258│ mrbint len; 259│ 260├ if a2-len ARYMAXSIZE - a-len 261│ mrbraisemrb,...

0.7AI score
SaveExploits0
Hacker One
Hacker One
added 2017/03/17 2:11 p.m.15 views

shopify-scripts: Null pointer dereferences in ary_concat

@ssarong reported a null pointer dereference in MRuby: https://github.com/mruby/mruby/issues/3532 The issue was corrected in https://github.com/mruby/mruby/commit/d35fcf1ea2bfc3933b2f2543265874669feeee95...

0.3AI score
SaveExploits0
Rows per page
Query Builder