Skip to content

Commit c86b5fc

Browse files
committed
update CHANGELOG
related to #1915
1 parent 5fe449f commit c86b5fc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Nokogiri Changelog
22

3+
## 1.10.4 / 2019-08-07
4+
5+
### Security
6+
7+
#### Address CVE-2019-5477 (#1915)
8+
9+
A command injection vulnerability in Nokogiri v1.10.3 and earlier allows commands to be executed in a subprocess by Ruby's `Kernel.open` method. Processes are vulnerable only if the undocumented method `Nokogiri::CSS::Tokenizer#load_file` is being passed untrusted user input.
10+
11+
This vulnerability appears in code generated by the Rexical gem versions v1.0.6 and earlier. Rexical is used by Nokogiri to generate lexical scanner code for parsing CSS queries. The underlying vulnerability was addressed in Rexical v1.0.7 and Nokogiri upgraded to this version of Rexical in Nokogiri v1.10.4.
12+
13+
This CVE's public notice is https://github.com/sparklemotion/nokogiri/issues/1915
14+
15+
316
## 1.10.3 / 2019-04-22
417

518
### Security Notes

0 commit comments

Comments
 (0)