RubySec

Providing security resources for the Ruby community

CVE-2021-3517 (nokogiri): Nokogiri contains libxml Out-of-bounds Write vulnerability

ADVISORIES

GEM

nokogiri

SEVERITY

CVSS v3.x: 8.6 (High)

PATCHED VERSIONS

  • >= 1.11.4

DESCRIPTION

There is a flaw in the xml entity encoding functionality of libxml2 in versions before 2.9.11. An attacker who is able to supply a crafted file to be processed by an application linked with the affected functionality of libxml2 could trigger an out-of-bounds read. The most likely impact of this flaw is to application availability, with some potential impact to confidentiality and integrity if an attacker is able to use memory information to further exploit the application.

Nokogiri prior to version 1.11.4 used a vulnerable version of libxml2. Nokogiri 1.11.4 updated libxml2 to version 2.9.11 to address this and other vulnerabilities in libxml2.

RELATED