Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Davidwilemski

#35079of 53,632
7.5Total CVSS
Vulnerabilities · 1
PT-2022-16017
7.5
2022-12-08
Nokogiri · Nokogiri · CVE-2022-23476
**Name of the Vulnerable Software and Affected Versions** Nokogiri versions 1.13.8 through 1.13.9 **Description** Nokogiri is an open source XML and HTML library for the Ruby programming language. It fails to check the return value from `xmlTextReaderExpand` in the method `Nokogiri::XML::Reader#attribute hash`. This can lead to a null pointer exception when invalid markup is being parsed. For applications using `XML::Reader` to parse untrusted inputs, this may potentially be a vector for a denial of service attack. **Recommendations** Upgrade to Nokogiri >= 1.13.10. As a temporary workaround, consider searching code for calls to either `XML::Reader#attributes` or `XML::Reader#attribute hash` to determine if you are affected.