CVE-2013-1801: High severity John Nunemaker Httparty vulnerability
Tasha Drew reports:
Researchers investigating the Rails parameter parsing vulnerability discovered that the same or similar vulnerable code had made its way into multiple other libraries. If your application uses these libraries to process untrusted data, it may still be vulnerable even if you have upgraded Rails. Check your Gemfile and Gemfile.lock for vulnerable versions of the following libraries, and if you are using one, update it immediately.
You can update each of these by using "bundle update <gem name>". httparty
Vulnerable: <= 0.9.0
Fixed: 0.10.0
External references: https://support.cloud.engineyard.com/entries/22915701-january-14-2013-security-vulnerabilities-httparty-extlib-crack-nori-update-these-gems-immediately
https://github.com/jnunemaker/httparty/commit/53a812426dd32108d6cba4272b493aa03bc8c031
https://rubygems.org/gems/httparty/
Other sources
The httparty gem 0.9.0 and earlier for Ruby does not properly restrict casts of string values, which might allow remote attackers to conduct object-injection attacks and execute arbitrary code, or cause a denial of service (memory and CPU consumption) by leveraging Action Pack support for YAML type conversion, a similar vulnerability to CVE-2013-0156.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2013-1801?
CVE-2013-1801 is classified as a moderate severity vulnerability, which could lead to security risks if untrusted data is processed.
How do I fix CVE-2013-1801?
To fix CVE-2013-1801, update to the latest version of the HTTParty library that addresses this vulnerability.
Which versions of HTTParty are affected by CVE-2013-1801?
CVE-2013-1801 affects HTTParty versions up to and including 0.9.0.
What impact does CVE-2013-1801 have on applications?
Applications using vulnerable versions of HTTParty may inadvertently process untrusted data, potentially leading to attacks.
Is CVE-2013-1801 still a concern for current applications?
If your application is using a version of HTTParty prior to the patched versions, CVE-2013-1801 remains a significant security concern.