All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-57234
LOWpublished 2026-06-25 15:16 UTC · 3 days ago · modified 2026-06-26 19:03 UTC
2.6
CVSS / 10
// description
Nokogiri is an open source XML and HTML library for the Ruby programming language. Prior to 1.19.4, the NONET parse option, which Nokogiri turns on by default for Nokogiri::XML::Schema (see CVE-2020-26247), was not correctly enforced on the JRuby implementation. As a result, a schema parsed with default options could still cause external resources to be fetched over the network, potentially enabling SSRF or XXE attacks. This vulnerability is fixed in 1.19.4.
// cvss 3.1 vector
CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:N/A:N
// weaknesses (CWE)
- CWE-178
- CWE-184
- CWE-611