Loading...
Skip to main content

CVE-2013-6461

MEDIUM

Nokogiri vulnerable to DoS while parsing XML entities

Published May 5, 2022Updated February 16, 2024Source: osv

Summary

Nokogiri gem 1.5.x and 1.6.x has DoS while parsing XML entities by failing to apply limits

Remediation

Upgrade to the fixed version using your package manager.

Bundler
Update nokogiri to 1.6.1 or later
gem install nokogiri -v 1.6.1
Bundler
Update nokogiri to 1.5.11 or later
gem install nokogiri -v 1.5.11

After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.

Affected Packages (2)

PackageEcosystemAffectedFixed In
nokogiri
rubygems
1.6.01.6.1
nokogiri
rubygems
1.5.0, 1.5.1, 1.5.1.rc1, 1.5.10 (+25 more)1.5.11

Vulnerability Classification

Common Weakness Enumeration (CWE) identifiers for this vulnerability type.

CVSS Score Breakdown

What the CVSS (Common Vulnerability Scoring System) 6.5 score means for each attack dimension.

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H

Frequently Asked Questions

What is CVE-2013-6461?
Nokogiri vulnerable to DoS while parsing XML entities This vulnerability has been assigned a severity rating of MEDIUM (CVSS score: 6.5/10).
How do I check if my project is affected by CVE-2013-6461?
CVE-2013-6461 affects nokogiri. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2013-6461 and 200,000+ other known vulnerabilities.

Severity & Exploitability

CVSS Score
6.5

Exploitation requires specific conditions or has limited impact. Remediate within weeks.

Also Known As

GHSA-jmhh-w7xp-wg39

Related CVEs

Check if you're affected

Scan your dependencies to see if this vulnerability affects your projects.

Scan Your Dependencies