Skip to content

Commit b27b958

Browse files
committed
Add CVE-2018-3779 for active-support
1 parent 4599e9f commit b27b958

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
gem: active-support
3+
cve: 2018-3779
4+
url: https://rubygems.org/gems/active-support
5+
title: Malicious ruby gem - active-support
6+
date: 2018-08-09
7+
8+
description: |
9+
The gem duplicates official `activesupport` (no hyphen) code, but adds a
10+
compiled extension. The extension attempts to resolve a base64 encoded
11+
domain, downloads a payload, and executes.
12+
13+
Replace this gem with the official `activesupport` gem.

0 commit comments

Comments
 (0)