Skip to content

Commit ab525ab

Browse files
committed
Add CVE-2019-10842 - remote code exection in bootstrap-sass
1 parent c667dc5 commit ab525ab

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
gem: bootstrap-sass
3+
cve: 2019-10842
4+
url: https://github.com/twbs/bootstrap-sass/issues/1195
5+
title: Remote code execution in bootstrap-sass
6+
date: 2019-04-04
7+
8+
description: >-
9+
bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right
10+
into your Sass powered applications. Affected versions of this package are
11+
malicious. The file `lib/active-controller/middleware.rb` contains a backdoor
12+
which will enable a remote attacker to run arbitrary code on the server by
13+
decoding a specific cookie value and evaluating its content.
14+
15+
unaffected_versions:
16+
- "<= 3.2.0.2"
17+
patched_versions:
18+
- ">= 3.2.0.4"

0 commit comments

Comments
 (0)