We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354b59a commit d074fb8Copy full SHA for d074fb8
gems/haml/CVE-2017-1002201.yml
@@ -0,0 +1,19 @@
1
+---
2
+gem: haml
3
+cve: 2017-1002201
4
+url: https://github.com/haml/haml/commit/18576ae6e9bdcb4303fdbe6b3199869d289d67c2
5
+title: haml failure to escape single quotes
6
+date: 2017-05-08
7
+description: |
8
+ In haml versions prior to version 5.0.0.beta.2, when using user input to
9
+ perform tasks on the server, characters like < > " ' must be escaped properly.
10
+ In this case, the ' character was missed. An attacker can manipulate the input
11
+ to introduce additional attributes, potentially executing code.
12
+cvss_v2: 4.3
13
+cvss_v3: 6.1
14
+patched_versions:
15
+ - ">= 5.0.0.beta.2"
16
+
17
+related:
18
+ url:
19
+ - https://snyk.io/vuln/SNYK-RUBY-HAML-20362
0 commit comments