Skip to content

Commit b08435d

Browse files
committed
Merge pull request #249 from tute/master
Add CVE-2016-3098 for administrate gem
2 parents cca8b77 + dff5544 commit b08435d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

gems/administrate/CVE-2016-3098.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
gem: administrate
3+
cve: 2016-3098
4+
title: Cross-site request forgery (CSRF) vulnerability in administrate gem
5+
date: 2016-04-01
6+
url: http://seclists.org/oss-sec/2016/q2/0
7+
8+
description: >-
9+
`Administrate::ApplicationController` actions didn't have CSRF
10+
protection. Remote attackers can hijack user's sessions and use any
11+
functionality that administrate exposes on their behalf.
12+
13+
patched_versions:
14+
- ">= 0.1.5"

0 commit comments

Comments
 (0)