Moderate severityNVD Advisory· Published Feb 19, 2015· Updated May 6, 2026
CVE-2015-1585
CVE-2015-1585
Description
Fat Free CRM before 0.13.6 allows remote attackers to conduct cross-site request forgery (CSRF) attacks via a request without the authenticity_token, as demonstrated by a crafted HTML page that creates a new administrator account.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
fat_free_crmRubyGems | < 0.13.6 | 0.13.6 |
Affected products
1Patches
186fd7f98c958Fix for CVE-2015-1585 - CSRF vulnerability.
1 file changed · +10 −0
app/controllers/application_controller.rb+10 −0 modified@@ -49,6 +49,16 @@ def auto_complete private + # + # In rails 3, the default behaviour for handle_unverified_request is to delete the session + # and continue executing the request. However, we use cookie based authentication and need + # to halt proceedings. In Rails 4, use "protect_from_forgery with: :exception" + # See http://blog.nvisium.com/2014/09/understanding-protectfromforgery.html for more details. + #---------------------------------------------------------------------------- + def handle_unverified_request + raise ActionController::InvalidAuthenticityToken + end + # # Takes { :related => 'campaigns/7' } or { :related => '5' } # and returns array of object ids that should be excluded from search
Vulnerability mechanics
Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.
References
7- packetstormsecurity.com/files/130410/Fat-Free-CRM-0.13.5-Cross-Site-Request-Forgery.htmlnvdExploitWEB
- github.com/advisories/GHSA-wx7c-8j35-mpg8ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2015-1585ghsaADVISORY
- exchange.xforce.ibmcloud.com/vulnerabilities/100925nvdWEB
- github.com/fatfreecrm/fat_free_crm/commit/86fd7f98c9583fd36384987282d1c086fdcecd7cghsaWEB
- github.com/rubysec/ruby-advisory-db/blob/master/gems/fat_free_crm/CVE-2015-1585.ymlghsaWEB
- www.securityfocus.com/archive/1/534709/100/0/threadednvd
News mentions
0No linked articles in our index yet.