Skip to content

Commit f27c4f0

Browse files
authored
Merge pull request #386 from eoinkelly/CVE-2019-10842
Add CVE-2019-10842 - remote code execution in bootstrap-sass
2 parents c667dc5 + 76d1b03 commit f27c4f0

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
Arbitrary code execution (via backdoor code, when
10+
downloaded from rubygems.org) was discovered in
11+
bootstrap-sass 3.2.0.3.
12+
13+
Users are advised to upgrade immediately to 3.2.0.4
14+
15+
An unauthenticated attacker can craft the ___cfduid cookie value
16+
with base64 arbitrary code to be executed via eval(), which can
17+
be leveraged to execute arbitrary code on the target system.
18+
(Note that there are three underscore characters in the cookie name.
19+
This is unrelated to the __cfduid cookie that is legitimately used by
20+
Cloudflare.)
21+
22+
unaffected_versions:
23+
- "<= 3.2.0.2"
24+
patched_versions:
25+
- ">= 3.2.0.4"

0 commit comments

Comments
 (0)