Moderate severityNVD Advisory· Published Jan 2, 2014· Updated Apr 29, 2026
CVE-2013-7223
CVE-2013-7223
Description
Multiple cross-site request forgery (CSRF) vulnerabilities in Fat Free CRM before 0.12.1 allow remote attackers to hijack the authentication of unspecified victims via unknown vectors, related to the lack of a protect_from_forgery line in app/controllers/application_controller.rb.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
fat_free_crmRubyGems | < 0.12.1 | 0.12.1 |
Affected products
10cpe:2.3:a:fatfreecrm:fat_free_crm:*:*:*:*:*:*:*:*+ 9 more
- cpe:2.3:a:fatfreecrm:fat_free_crm:*:*:*:*:*:*:*:*range: <=0.12.0
- cpe:2.3:a:fatfreecrm:fat_free_crm:0.10.1:*:*:*:*:*:*:*
- cpe:2.3:a:fatfreecrm:fat_free_crm:0.11.0:*:*:*:*:*:*:*
- cpe:2.3:a:fatfreecrm:fat_free_crm:0.11.1:*:*:*:*:*:*:*
- cpe:2.3:a:fatfreecrm:fat_free_crm:0.11.2:*:*:*:*:*:*:*
- cpe:2.3:a:fatfreecrm:fat_free_crm:0.9.10:*:*:*:*:*:*:*
- cpe:2.3:a:fatfreecrm:fat_free_crm:0.9.6:*:*:*:*:*:*:*
- cpe:2.3:a:fatfreecrm:fat_free_crm:0.9.7:*:*:*:*:*:*:*
- cpe:2.3:a:fatfreecrm:fat_free_crm:0.9.8:*:*:*:*:*:*:*
- cpe:2.3:a:fatfreecrm:fat_free_crm:0.9.9:*:*:*:*:*:*:*
Patches
1a7fedbb36388Ensure requests are protected.
1 file changed · +2 −0
app/controllers/application_controller.rb+2 −0 modified@@ -5,6 +5,8 @@ #------------------------------------------------------------------------------ class ApplicationController < ActionController::Base + protect_from_forgery + before_filter :set_context before_filter :clear_setting_cache before_filter "hook(:app_before_filter, self)"
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- github.com/fatfreecrm/fat_free_crm/commit/a7fedbb36388bad0c0f32b2346481e0ea126dea6nvdPatchWEB
- www.phenoelit.org/stuff/ffcrm.txtnvdExploit
- github.com/advisories/GHSA-mcvq-7xjq-46x6ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2013-7223ghsaADVISORY
- openwall.com/lists/oss-security/2013/12/28/2nvdWEB
- seclists.org/fulldisclosure/2013/Dec/199nvdWEB
- github.com/fatfreecrm/fat_free_crm/issues/300nvdWEB
News mentions
0No linked articles in our index yet.