CVE-2017-11173
CVE-2017-11173 is a high-severity vulnerability in Rack-cors Project Rack-cors with a CVSS 3.x base score of 8.8. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low.
Key facts
- Severity: High (CVSS 3.x base score 8.8)
- CVSS v2: 6.8
- EPSS exploit prediction: 2% (82nd percentile)
- Actively exploited: Not listed in CISA KEV
- Affected product: Rack-cors Project Rack-cors
- Published:
- Last modified:
Description
Missing anchor in generated regex for rack-cors before 0.4.1 allows a malicious third-party site to perform CORS requests. If the configuration were intended to allow only the trusted example.com domain name and not the malicious example.net domain name, then example.com.example.net (as well as example.com-example.net) would be inadvertently allowed.
Frequently asked questions
- What is CVE-2017-11173?
- Missing anchor in generated regex for rack-cors before 0.4.1 allows a malicious third-party site to perform CORS requests. If the configuration were intended to allow only the trusted example.com domain name and not the malicious example.net domain name, then example.com.example.net (as well as example.com-example.net) would be inadvertently allowed.
- How severe is CVE-2017-11173?
- CVE-2017-11173 has a CVSS 3.x base score of 8.8, rated high severity. It is exploitable over network with low attack complexity, requires no privileges and user interaction. Impact on confidentiality is high, integrity high, and availability high.
- Is CVE-2017-11173 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 2% (82nd percentile), an estimate of the probability of exploitation in the next 30 days.
- What products are affected by CVE-2017-11173?
- CVE-2017-11173 primarily affects Rack-cors Project Rack-cors. In total, 2 product configurations (CPEs) are listed as vulnerable; see the affected-products list for the exact versions.
- How do I fix CVE-2017-11173?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround. Given its high severity, prioritise patching exposed systems.
- When was CVE-2017-11173 published?
- CVE-2017-11173 was published on 2017-07-13 and last updated on 2026-06-17.
References
- http://seclists.org/fulldisclosure/2017/Jul/22
- http://www.debian.org/security/2017/dsa-3931
- https://github.com/cyu/rack-cors/commit/42ebe6caa8e85ffa9c8a171bda668ba1acc7a5e6
- https://packetstormsecurity.com/files/143345/rack-cors-Missing-Anchor.html
Affected products (2)
- cpe:2.3:a:rack-cors_project:rack-cors:*:*:*:*:*:ruby:*:*
- cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*
More vulnerabilities in Rack-cors Project Rack-cors
- CVE-2019-18978 — Medium (CVSS 5.3): An issue was discovered in the rack-cors (aka Rack CORS Middleware) gem before 1.0.4 for Ruby. It allows ../ directory…