CVE-2020-7595:
libxml as used in Nokogiri has an infinite loop in a certain end-of-file situation
7.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.64231%
CWE
Published
2/24/2020
Updated
6/9/2023
KEV Status
No
Technology
Ruby
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
nokogiri | rubygems | < 1.10.8 | 1.10.8 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability is directly associated with the xmlStringLenDecodeEntities
function in parser.c
. The patch modifies this function to prevent the infinite loop, indicating it is the key function related to the vulnerability.