Skip to content

Commit 20dca5f

Browse files
tegonreedloden
authored andcommitted
Add CVE-2019-16676 for Simple Form (#417)
1 parent c9589a4 commit 20dca5f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

gems/simple_form/CVE-2019-16676.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
gem: simple_form
3+
cve: 2019-16676
4+
ghsa: r74q-gxcg-73hx
5+
url: https://github.com/plataformatec/simple_form/security/advisories/GHSA-r74q-gxcg-73hx
6+
title: simple_form Gem for Ruby Incorrect Access Control for forms based on user input
7+
date: 2019-09-27
8+
description: |
9+
Simple Form before 5.0 has Incorrect Access Control in `file_method?` in `lib/simple_form/form_builder.rb`,
10+
because a user-supplied string is invoked as a method call.
11+
12+
This only happens for pages that build forms based on user input.
13+
14+
patched_versions:
15+
- ">= 5.0"

0 commit comments

Comments
 (0)