{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-66066",
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "state": "PUBLISHED",
        "assignerShortName": "GitHub_M",
        "dateReserved": "2026-07-23T23:25:28.897Z",
        "datePublished": "2026-07-30T18:32:11.419Z",
        "dateUpdated": "2026-08-05T13:46:21.375Z"
    },
    "containers": {
        "cna": {
            "title": "Action Pack: Possible arbitrary file read and remote code execution in Active Storage variant processing",
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-1188",
                            "lang": "en",
                            "description": "CWE-1188: Insecure Default Initialization of Resource",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "metrics": [
                {
                    "cvssV4_0": {
                        "attackVector": "NETWORK",
                        "attackComplexity": "LOW",
                        "attackRequirements": "PRESENT",
                        "privilegesRequired": "NONE",
                        "userInteraction": "NONE",
                        "vulnConfidentialityImpact": "HIGH",
                        "vulnIntegrityImpact": "HIGH",
                        "vulnAvailabilityImpact": "HIGH",
                        "subConfidentialityImpact": "HIGH",
                        "subIntegrityImpact": "HIGH",
                        "subAvailabilityImpact": "HIGH",
                        "baseScore": 9.5,
                        "baseSeverity": "CRITICAL",
                        "vectorString": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H",
                        "version": "4.0"
                    }
                }
            ],
            "references": [
                {
                    "name": "https://github.com/rails/rails/security/advisories/GHSA-xr9x-r78c-5hrm",
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://github.com/rails/rails/security/advisories/GHSA-xr9x-r78c-5hrm"
                },
                {
                    "name": "https://github.com/rails/rails/commit/1c01bb587206ee6eb0e1179c2cef96a6a47acb1e",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/rails/rails/commit/1c01bb587206ee6eb0e1179c2cef96a6a47acb1e"
                },
                {
                    "name": "https://github.com/rails/rails/commit/349e7a5d5b4b715af1e416db824f3c078a7d59e5",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/rails/rails/commit/349e7a5d5b4b715af1e416db824f3c078a7d59e5"
                },
                {
                    "name": "https://github.com/rails/rails/commit/d79b7f4aa17dec8ce4960fef05733c8c0c7ef49a",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/rails/rails/commit/d79b7f4aa17dec8ce4960fef05733c8c0c7ef49a"
                },
                {
                    "name": "https://github.com/rails/rails/releases/tag/v7.2.3.2",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/rails/rails/releases/tag/v7.2.3.2"
                },
                {
                    "name": "https://github.com/rails/rails/releases/tag/v8.0.5.1",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/rails/rails/releases/tag/v8.0.5.1"
                },
                {
                    "name": "https://github.com/rails/rails/releases/tag/v8.1.3.1",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/rails/rails/releases/tag/v8.1.3.1"
                },
                {
                    "name": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activestorage/CVE-2026-66066.yml",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activestorage/CVE-2026-66066.yml"
                },
                {
                    "name": "https://thehackernews.com/2026/07/critical-rails-flaw-could-let.html",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://thehackernews.com/2026/07/critical-rails-flaw-could-let.html"
                }
            ],
            "affected": [
                {
                    "vendor": "rails",
                    "product": "rails",
                    "versions": [
                        {
                            "version": "< 7.2.3.2",
                            "status": "affected"
                        },
                        {
                            "version": ">= 8.0.0.beta1, < 8.0.5.1",
                            "status": "affected"
                        },
                        {
                            "version": ">= 8.1.0.beta1, < 8.1.3.1",
                            "status": "affected"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
                "shortName": "GitHub_M",
                "dateUpdated": "2026-07-30T18:32:11.419Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "Action Pack is a framework for handling and responding to web requests. In versions prior to 7.2.3.2, 8.0.5.1 and 8.1.3.1, Active Storage does not disable libvips operations marked unsafe for untrusted content, allowing a crafted upload to invoke such an operation. Consuming applications are affected when configured to use libvips and accept image uploads from untrusted users. An unauthenticated attacker may exploit this behavior to read arbitrary files accessible to the Rails process, including environment variables and application secrets. Exposure of credentials such as secret_key_base or external-service tokens may enable remote code execution or lateral movement. This issue has been fixed in versions 7.2.3.2, 8.0.5.1 and 8.1.3.1."
                }
            ],
            "source": {
                "advisory": "GHSA-xr9x-r78c-5hrm",
                "discovery": "UNKNOWN"
            }
        },
        "adp": [
            {
                "title": "CVE Program Container",
                "references": [
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/07/29/9"
                    },
                    {
                        "url": "https://ethiack.com/info-hub/research/kindarails2shell-rails-rce-cve-2026-66066"
                    },
                    {
                        "url": "http://www.openwall.com/lists/oss-security/2026/08/01/6"
                    }
                ],
                "providerMetadata": {
                    "orgId": "af854a3a-2127-422b-91ae-364da2661108",
                    "shortName": "CVE",
                    "dateUpdated": "2026-08-01T06:50:02.396Z"
                }
            },
            {
                "references": [
                    {
                        "url": "https://github.com/rails/rails-forensics-CVE-2026-66066",
                        "tags": [
                            "exploit"
                        ]
                    }
                ],
                "metrics": [
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "timestamp": "2026-08-04T03:56:19.910457Z",
                                "id": "CVE-2026-66066",
                                "options": [
                                    {
                                        "Exploitation": "poc"
                                    },
                                    {
                                        "Automatable": "yes"
                                    },
                                    {
                                        "Technical Impact": "total"
                                    }
                                ],
                                "role": "CISA Coordinator",
                                "version": "2.0.3"
                            }
                        }
                    }
                ],
                "title": "CISA ADP Vulnrichment",
                "providerMetadata": {
                    "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
                    "shortName": "CISA-ADP",
                    "dateUpdated": "2026-08-05T13:46:21.375Z"
                }
            }
        ]
    }
}