The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Cross-site Scripting (XSS) vulnerabilities in an interactive lesson.
Start learningThere is no fixed version for Debian:12
ruby-carrierwave
.
Note: Versions mentioned in the description apply only to the upstream ruby-carrierwave
package and not the ruby-carrierwave
package as distributed by Debian
.
See How to fix?
for Debian:12
relevant fixed versions and status.
CarrierWave is a solution for file uploads for Rails, Sinatra and other Ruby web frameworks. CarrierWave has a Content-Type allowlist bypass vulnerability, possibly leading to XSS. The validation in allowlisted_content_type?
determines Content-Type permissions by performing a partial match. If the content_type
argument of allowlisted_content_type?
is passed a value crafted by the attacker, Content-Types not included in the content_type_allowlist
will be allowed. This issue has been patched in versions 2.2.5 and 3.0.5.