Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2025-24293

8.1 · HIGH
Published Jan 30, 2026 CWE-77

Overview

CVE-2025-24293 is a high-severity vulnerability. It was published on January 30, 2026 and has a CVSS 3.1 base score of 8.1 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.1, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

# Active Storage allowed transformation methods potentially unsafe

Active Storage attempts to prevent the use of potentially unsafe image

transformation methods and parameters by default.

The default allowed list contains three methods allow for the circumvention

of the safe defaults which enables potential command injection

vulnerabilities in cases where arbitrary user supplied input is accepted as

valid transformation methods or parameters.

Impact

------

This vulnerability impacts applications that use Active Storage with the image_processing processing gem in addition to mini_magick as the image processor.

Vulnerable code will look something similar to this:

```

<%= image_tag blob.variant(params[:t] => params[:v]) %>

```

Where the transformation method or its arguments are untrusted arbitrary input.

All users running an affected release should either upgrade or use one of the workarounds immediately.

Workarounds

-----------

Consuming user suppli

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2025-24293?

CVE-2025-24293 is a high-severity vulnerability. It was published on January 30, 2026 and has a CVSS 3.1 base score of 8.1 (HIGH).

How severe is CVE-2025-24293?

This vulnerability has a CVSS 3.1 base score of 8.1, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2025-24293?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2025-24293?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-24293 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.