Lookup for vulnerabilities affecting packages.

GET /api/vulnerabilities/15397?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/15397?format=api",
    "vulnerability_id": "VCID-5bh7-drnb-7ygg",
    "summary": "Rails has possible XSS Vulnerability in Action Controller\n# Possible XSS Vulnerability in Action Controller\n\nThere is a possible XSS vulnerability when using the translation helpers\n(`translate`, `t`, etc) in Action Controller. This vulnerability has been\nassigned the CVE identifier CVE-2024-26143.\n\nVersions Affected:  >= 7.0.0.\nNot affected:       < 7.0.0\nFixed Versions:     7.1.3.1, 7.0.8.1\n\nImpact\n------\nApplications using translation methods like `translate`, or `t` on a\ncontroller, with a key ending in \"_html\", a `:default` key which contains\nuntrusted user input, and the resulting string is used in a view, may be\nsusceptible to an XSS vulnerability.\n\nFor example, impacted code will look something like this:\n\n```ruby\nclass ArticlesController < ApplicationController\n  def show  \n    @message = t(\"message_html\", default: untrusted_input)\n    # The `show` template displays the contents of `@message`\n  end\nend\n```\n\nTo reiterate the pre-conditions, applications must:\n\n* Use a translation function from a controller (i.e. _not_ I18n.t, or `t` from\n  a view)\n* Use a key that ends in `_html`\n* Use a default value where the default value is untrusted and unescaped input\n* Send the text to the victim (whether that's part of a template, or a\n  `render` call)\n\nAll users running an affected release should either upgrade or use one of the\nworkarounds immediately.\n\nReleases\n--------\nThe fixed releases are available at the normal locations.\n\nWorkarounds\n-----------\nThere are no feasible workarounds for this issue.\n\nPatches\n-------\nTo aid users who aren't able to upgrade immediately we have provided patches for\nthe two supported release series. They are in git-am format and consist of a\nsingle changeset.\n\n*  7-0-translate-xss.patch - Patch for 7.0 series\n*  7-1-translate-xss.patch - Patch for 7.1 series\n\nCredits\n-------\n\nThanks to [ooooooo_q](https://hackerone.com/ooooooo_q) for the patch and fix!",
    "aliases": [
        {
            "alias": "CVE-2024-26143"
        },
        {
            "alias": "GHSA-9822-6m93-xqf4"
        }
    ],
    "fixed_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/937467?format=api",
            "purl": "pkg:deb/debian/rails@0?distro=trixie",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/rails@0%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/937455?format=api",
            "purl": "pkg:deb/debian/rails@2:6.0.3.7%2Bdfsg-2%2Bdeb11u2?distro=trixie",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4tzv-1t1b-t3g3"
                },
                {
                    "vulnerability": "VCID-5tky-d2en-u7c7"
                },
                {
                    "vulnerability": "VCID-96qr-hdbp-p7ff"
                },
                {
                    "vulnerability": "VCID-a6z9-5n6k-2kak"
                },
                {
                    "vulnerability": "VCID-ad6q-vtdf-syb6"
                },
                {
                    "vulnerability": "VCID-hatd-vkun-13hj"
                },
                {
                    "vulnerability": "VCID-n8r7-wthv-fqaj"
                },
                {
                    "vulnerability": "VCID-qxe4-dubt-1kfp"
                },
                {
                    "vulnerability": "VCID-sarm-n22v-akcm"
                },
                {
                    "vulnerability": "VCID-wpmk-wgpm-cuee"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/rails@2:6.0.3.7%252Bdfsg-2%252Bdeb11u2%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/937453?format=api",
            "purl": "pkg:deb/debian/rails@2:6.1.7.10%2Bdfsg-1~deb12u2?distro=trixie",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4tzv-1t1b-t3g3"
                },
                {
                    "vulnerability": "VCID-5tky-d2en-u7c7"
                },
                {
                    "vulnerability": "VCID-96qr-hdbp-p7ff"
                },
                {
                    "vulnerability": "VCID-a6z9-5n6k-2kak"
                },
                {
                    "vulnerability": "VCID-ad6q-vtdf-syb6"
                },
                {
                    "vulnerability": "VCID-hatd-vkun-13hj"
                },
                {
                    "vulnerability": "VCID-qxe4-dubt-1kfp"
                },
                {
                    "vulnerability": "VCID-sarm-n22v-akcm"
                },
                {
                    "vulnerability": "VCID-wpmk-wgpm-cuee"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/rails@2:6.1.7.10%252Bdfsg-1~deb12u2%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/937458?format=api",
            "purl": "pkg:deb/debian/rails@2:7.2.2.2%2Bdfsg-2~deb13u1?distro=trixie",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4tzv-1t1b-t3g3"
                },
                {
                    "vulnerability": "VCID-5tky-d2en-u7c7"
                },
                {
                    "vulnerability": "VCID-96qr-hdbp-p7ff"
                },
                {
                    "vulnerability": "VCID-a6z9-5n6k-2kak"
                },
                {
                    "vulnerability": "VCID-ad6q-vtdf-syb6"
                },
                {
                    "vulnerability": "VCID-hatd-vkun-13hj"
                },
                {
                    "vulnerability": "VCID-qxe4-dubt-1kfp"
                },
                {
                    "vulnerability": "VCID-sarm-n22v-akcm"
                },
                {
                    "vulnerability": "VCID-wpmk-wgpm-cuee"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/rails@2:7.2.2.2%252Bdfsg-2~deb13u1%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/937456?format=api",
            "purl": "pkg:deb/debian/rails@2:7.2.2.2%2Bdfsg-2?distro=trixie",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/rails@2:7.2.2.2%252Bdfsg-2%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/937457?format=api",
            "purl": "pkg:deb/debian/rails@2:7.2.3%2Bdfsg-3?distro=trixie",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-4tzv-1t1b-t3g3"
                },
                {
                    "vulnerability": "VCID-5tky-d2en-u7c7"
                },
                {
                    "vulnerability": "VCID-96qr-hdbp-p7ff"
                },
                {
                    "vulnerability": "VCID-a6z9-5n6k-2kak"
                },
                {
                    "vulnerability": "VCID-ad6q-vtdf-syb6"
                },
                {
                    "vulnerability": "VCID-hatd-vkun-13hj"
                },
                {
                    "vulnerability": "VCID-qxe4-dubt-1kfp"
                },
                {
                    "vulnerability": "VCID-sarm-n22v-akcm"
                },
                {
                    "vulnerability": "VCID-wpmk-wgpm-cuee"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/rails@2:7.2.3%252Bdfsg-3%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/1066847?format=api",
            "purl": "pkg:deb/debian/rails@2:7.2.3.1%2Bdfsg-1?distro=trixie",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:deb/debian/rails@2:7.2.3.1%252Bdfsg-1%3Fdistro=trixie"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/54401?format=api",
            "purl": "pkg:gem/actionpack@7.0.8.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-g3rk-djae-pkeh"
                },
                {
                    "vulnerability": "VCID-p22r-u1dd-b7b3"
                },
                {
                    "vulnerability": "VCID-sfyc-jewr-wuf5"
                },
                {
                    "vulnerability": "VCID-sgdb-985e-4uej"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/actionpack@7.0.8.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/52891?format=api",
            "purl": "pkg:gem/actionpack@7.1.3.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-g3rk-djae-pkeh"
                },
                {
                    "vulnerability": "VCID-p22r-u1dd-b7b3"
                },
                {
                    "vulnerability": "VCID-sfyc-jewr-wuf5"
                },
                {
                    "vulnerability": "VCID-sgdb-985e-4uej"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/actionpack@7.1.3.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/54403?format=api",
            "purl": "pkg:gem/rails@7.0.8.1",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/rails@7.0.8.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/54405?format=api",
            "purl": "pkg:gem/rails@7.1.3.1",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/rails@7.1.3.1"
        }
    ],
    "affected_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/55814?format=api",
            "purl": "pkg:gem/actionpack@7.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-63gy-6njy-kbd8"
                },
                {
                    "vulnerability": "VCID-6tty-dbwx-rbgx"
                },
                {
                    "vulnerability": "VCID-ce39-j83r-6ug9"
                },
                {
                    "vulnerability": "VCID-dd9p-x7k3-37ea"
                },
                {
                    "vulnerability": "VCID-ehbj-aezy-d7h4"
                },
                {
                    "vulnerability": "VCID-g3rk-djae-pkeh"
                },
                {
                    "vulnerability": "VCID-hppf-a715-r7b2"
                },
                {
                    "vulnerability": "VCID-jwun-grgg-2uet"
                },
                {
                    "vulnerability": "VCID-p22r-u1dd-b7b3"
                },
                {
                    "vulnerability": "VCID-p5mc-r1rg-5ff7"
                },
                {
                    "vulnerability": "VCID-sfyc-jewr-wuf5"
                },
                {
                    "vulnerability": "VCID-sgdb-985e-4uej"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/actionpack@7.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/136971?format=api",
            "purl": "pkg:gem/actionpack@7.0.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-63gy-6njy-kbd8"
                },
                {
                    "vulnerability": "VCID-6tty-dbwx-rbgx"
                },
                {
                    "vulnerability": "VCID-ce39-j83r-6ug9"
                },
                {
                    "vulnerability": "VCID-dd9p-x7k3-37ea"
                },
                {
                    "vulnerability": "VCID-ehbj-aezy-d7h4"
                },
                {
                    "vulnerability": "VCID-g3rk-djae-pkeh"
                },
                {
                    "vulnerability": "VCID-hppf-a715-r7b2"
                },
                {
                    "vulnerability": "VCID-jwun-grgg-2uet"
                },
                {
                    "vulnerability": "VCID-p22r-u1dd-b7b3"
                },
                {
                    "vulnerability": "VCID-p5mc-r1rg-5ff7"
                },
                {
                    "vulnerability": "VCID-sfyc-jewr-wuf5"
                },
                {
                    "vulnerability": "VCID-sgdb-985e-4uej"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/actionpack@7.0.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/136972?format=api",
            "purl": "pkg:gem/actionpack@7.0.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-63gy-6njy-kbd8"
                },
                {
                    "vulnerability": "VCID-6tty-dbwx-rbgx"
                },
                {
                    "vulnerability": "VCID-ce39-j83r-6ug9"
                },
                {
                    "vulnerability": "VCID-dd9p-x7k3-37ea"
                },
                {
                    "vulnerability": "VCID-ehbj-aezy-d7h4"
                },
                {
                    "vulnerability": "VCID-g3rk-djae-pkeh"
                },
                {
                    "vulnerability": "VCID-hppf-a715-r7b2"
                },
                {
                    "vulnerability": "VCID-jwun-grgg-2uet"
                },
                {
                    "vulnerability": "VCID-p22r-u1dd-b7b3"
                },
                {
                    "vulnerability": "VCID-p5mc-r1rg-5ff7"
                },
                {
                    "vulnerability": "VCID-sfyc-jewr-wuf5"
                },
                {
                    "vulnerability": "VCID-sgdb-985e-4uej"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/actionpack@7.0.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/46099?format=api",
            "purl": "pkg:gem/actionpack@7.0.2.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-63gy-6njy-kbd8"
                },
                {
                    "vulnerability": "VCID-6tty-dbwx-rbgx"
                },
                {
                    "vulnerability": "VCID-ce39-j83r-6ug9"
                },
                {
                    "vulnerability": "VCID-dd9p-x7k3-37ea"
                },
                {
                    "vulnerability": "VCID-ehbj-aezy-d7h4"
                },
                {
                    "vulnerability": "VCID-g3rk-djae-pkeh"
                },
                {
                    "vulnerability": "VCID-hppf-a715-r7b2"
                },
                {
                    "vulnerability": "VCID-jwun-grgg-2uet"
                },
                {
                    "vulnerability": "VCID-p22r-u1dd-b7b3"
                },
                {
                    "vulnerability": "VCID-p5mc-r1rg-5ff7"
                },
                {
                    "vulnerability": "VCID-sfyc-jewr-wuf5"
                },
                {
                    "vulnerability": "VCID-sgdb-985e-4uej"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/actionpack@7.0.2.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/46105?format=api",
            "purl": "pkg:gem/actionpack@7.0.2.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-63gy-6njy-kbd8"
                },
                {
                    "vulnerability": "VCID-6tty-dbwx-rbgx"
                },
                {
                    "vulnerability": "VCID-ce39-j83r-6ug9"
                },
                {
                    "vulnerability": "VCID-dd9p-x7k3-37ea"
                },
                {
                    "vulnerability": "VCID-ehbj-aezy-d7h4"
                },
                {
                    "vulnerability": "VCID-g3rk-djae-pkeh"
                },
                {
                    "vulnerability": "VCID-hppf-a715-r7b2"
                },
                {
                    "vulnerability": "VCID-p22r-u1dd-b7b3"
                },
                {
                    "vulnerability": "VCID-p5mc-r1rg-5ff7"
                },
                {
                    "vulnerability": "VCID-sfyc-jewr-wuf5"
                },
                {
                    "vulnerability": "VCID-sgdb-985e-4uej"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/actionpack@7.0.2.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/136973?format=api",
            "purl": "pkg:gem/actionpack@7.0.2.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-63gy-6njy-kbd8"
                },
                {
                    "vulnerability": "VCID-6tty-dbwx-rbgx"
                },
                {
                    "vulnerability": "VCID-ce39-j83r-6ug9"
                },
                {
                    "vulnerability": "VCID-dd9p-x7k3-37ea"
                },
                {
                    "vulnerability": "VCID-ehbj-aezy-d7h4"
                },
                {
                    "vulnerability": "VCID-g3rk-djae-pkeh"
                },
                {
                    "vulnerability": "VCID-hppf-a715-r7b2"
                },
                {
                    "vulnerability": "VCID-p22r-u1dd-b7b3"
                },
                {
                    "vulnerability": "VCID-p5mc-r1rg-5ff7"
                },
                {
                    "vulnerability": "VCID-sfyc-jewr-wuf5"
                },
                {
                    "vulnerability": "VCID-sgdb-985e-4uej"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/actionpack@7.0.2.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/79895?format=api",
            "purl": "pkg:gem/actionpack@7.0.2.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-63gy-6njy-kbd8"
                },
                {
                    "vulnerability": "VCID-6tty-dbwx-rbgx"
                },
                {
                    "vulnerability": "VCID-dd9p-x7k3-37ea"
                },
                {
                    "vulnerability": "VCID-ehbj-aezy-d7h4"
                },
                {
                    "vulnerability": "VCID-g3rk-djae-pkeh"
                },
                {
                    "vulnerability": "VCID-hppf-a715-r7b2"
                },
                {
                    "vulnerability": "VCID-p22r-u1dd-b7b3"
                },
                {
                    "vulnerability": "VCID-sfyc-jewr-wuf5"
                },
                {
                    "vulnerability": "VCID-sgdb-985e-4uej"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/actionpack@7.0.2.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/136974?format=api",
            "purl": "pkg:gem/actionpack@7.0.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-63gy-6njy-kbd8"
                },
                {
                    "vulnerability": "VCID-6tty-dbwx-rbgx"
                },
                {
                    "vulnerability": "VCID-dd9p-x7k3-37ea"
                },
                {
                    "vulnerability": "VCID-ehbj-aezy-d7h4"
                },
                {
                    "vulnerability": "VCID-g3rk-djae-pkeh"
                },
                {
                    "vulnerability": "VCID-hppf-a715-r7b2"
                },
                {
                    "vulnerability": "VCID-p22r-u1dd-b7b3"
                },
                {
                    "vulnerability": "VCID-sfyc-jewr-wuf5"
                },
                {
                    "vulnerability": "VCID-sgdb-985e-4uej"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/actionpack@7.0.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/136975?format=api",
            "purl": "pkg:gem/actionpack@7.0.3.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-63gy-6njy-kbd8"
                },
                {
                    "vulnerability": "VCID-6tty-dbwx-rbgx"
                },
                {
                    "vulnerability": "VCID-dd9p-x7k3-37ea"
                },
                {
                    "vulnerability": "VCID-ehbj-aezy-d7h4"
                },
                {
                    "vulnerability": "VCID-g3rk-djae-pkeh"
                },
                {
                    "vulnerability": "VCID-hppf-a715-r7b2"
                },
                {
                    "vulnerability": "VCID-p22r-u1dd-b7b3"
                },
                {
                    "vulnerability": "VCID-sfyc-jewr-wuf5"
                },
                {
                    "vulnerability": "VCID-sgdb-985e-4uej"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/actionpack@7.0.3.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/136976?format=api",
            "purl": "pkg:gem/actionpack@7.0.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-63gy-6njy-kbd8"
                },
                {
                    "vulnerability": "VCID-6tty-dbwx-rbgx"
                },
                {
                    "vulnerability": "VCID-86d2-rv8v-vqbt"
                },
                {
                    "vulnerability": "VCID-dd9p-x7k3-37ea"
                },
                {
                    "vulnerability": "VCID-ehbj-aezy-d7h4"
                },
                {
                    "vulnerability": "VCID-g3rk-djae-pkeh"
                },
                {
                    "vulnerability": "VCID-hppf-a715-r7b2"
                },
                {
                    "vulnerability": "VCID-p22r-u1dd-b7b3"
                },
                {
                    "vulnerability": "VCID-sfyc-jewr-wuf5"
                },
                {
                    "vulnerability": "VCID-sgdb-985e-4uej"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/actionpack@7.0.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/55815?format=api",
            "purl": "pkg:gem/actionpack@7.0.4.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-63gy-6njy-kbd8"
                },
                {
                    "vulnerability": "VCID-dd9p-x7k3-37ea"
                },
                {
                    "vulnerability": "VCID-ehbj-aezy-d7h4"
                },
                {
                    "vulnerability": "VCID-g3rk-djae-pkeh"
                },
                {
                    "vulnerability": "VCID-hppf-a715-r7b2"
                },
                {
                    "vulnerability": "VCID-p22r-u1dd-b7b3"
                },
                {
                    "vulnerability": "VCID-sfyc-jewr-wuf5"
                },
                {
                    "vulnerability": "VCID-sgdb-985e-4uej"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/actionpack@7.0.4.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/139130?format=api",
            "purl": "pkg:gem/actionpack@7.0.4.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-dd9p-x7k3-37ea"
                },
                {
                    "vulnerability": "VCID-ehbj-aezy-d7h4"
                },
                {
                    "vulnerability": "VCID-g3rk-djae-pkeh"
                },
                {
                    "vulnerability": "VCID-p22r-u1dd-b7b3"
                },
                {
                    "vulnerability": "VCID-sfyc-jewr-wuf5"
                },
                {
                    "vulnerability": "VCID-sgdb-985e-4uej"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/actionpack@7.0.4.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/139131?format=api",
            "purl": "pkg:gem/actionpack@7.0.4.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-dd9p-x7k3-37ea"
                },
                {
                    "vulnerability": "VCID-ehbj-aezy-d7h4"
                },
                {
                    "vulnerability": "VCID-g3rk-djae-pkeh"
                },
                {
                    "vulnerability": "VCID-p22r-u1dd-b7b3"
                },
                {
                    "vulnerability": "VCID-sfyc-jewr-wuf5"
                },
                {
                    "vulnerability": "VCID-sgdb-985e-4uej"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/actionpack@7.0.4.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/139132?format=api",
            "purl": "pkg:gem/actionpack@7.0.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-dd9p-x7k3-37ea"
                },
                {
                    "vulnerability": "VCID-ehbj-aezy-d7h4"
                },
                {
                    "vulnerability": "VCID-g3rk-djae-pkeh"
                },
                {
                    "vulnerability": "VCID-p22r-u1dd-b7b3"
                },
                {
                    "vulnerability": "VCID-sfyc-jewr-wuf5"
                },
                {
                    "vulnerability": "VCID-sgdb-985e-4uej"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/actionpack@7.0.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/58479?format=api",
            "purl": "pkg:gem/actionpack@7.0.5.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-ehbj-aezy-d7h4"
                },
                {
                    "vulnerability": "VCID-g3rk-djae-pkeh"
                },
                {
                    "vulnerability": "VCID-p22r-u1dd-b7b3"
                },
                {
                    "vulnerability": "VCID-sfyc-jewr-wuf5"
                },
                {
                    "vulnerability": "VCID-sgdb-985e-4uej"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/actionpack@7.0.5.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/139133?format=api",
            "purl": "pkg:gem/actionpack@7.0.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-ehbj-aezy-d7h4"
                },
                {
                    "vulnerability": "VCID-g3rk-djae-pkeh"
                },
                {
                    "vulnerability": "VCID-p22r-u1dd-b7b3"
                },
                {
                    "vulnerability": "VCID-sfyc-jewr-wuf5"
                },
                {
                    "vulnerability": "VCID-sgdb-985e-4uej"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/actionpack@7.0.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/139134?format=api",
            "purl": "pkg:gem/actionpack@7.0.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-ehbj-aezy-d7h4"
                },
                {
                    "vulnerability": "VCID-g3rk-djae-pkeh"
                },
                {
                    "vulnerability": "VCID-p22r-u1dd-b7b3"
                },
                {
                    "vulnerability": "VCID-sfyc-jewr-wuf5"
                },
                {
                    "vulnerability": "VCID-sgdb-985e-4uej"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/actionpack@7.0.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/139135?format=api",
            "purl": "pkg:gem/actionpack@7.0.7.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-ehbj-aezy-d7h4"
                },
                {
                    "vulnerability": "VCID-g3rk-djae-pkeh"
                },
                {
                    "vulnerability": "VCID-p22r-u1dd-b7b3"
                },
                {
                    "vulnerability": "VCID-sfyc-jewr-wuf5"
                },
                {
                    "vulnerability": "VCID-sgdb-985e-4uej"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/actionpack@7.0.7.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/139136?format=api",
            "purl": "pkg:gem/actionpack@7.0.7.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-ehbj-aezy-d7h4"
                },
                {
                    "vulnerability": "VCID-g3rk-djae-pkeh"
                },
                {
                    "vulnerability": "VCID-p22r-u1dd-b7b3"
                },
                {
                    "vulnerability": "VCID-sfyc-jewr-wuf5"
                },
                {
                    "vulnerability": "VCID-sgdb-985e-4uej"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/actionpack@7.0.7.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/139137?format=api",
            "purl": "pkg:gem/actionpack@7.0.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-ehbj-aezy-d7h4"
                },
                {
                    "vulnerability": "VCID-g3rk-djae-pkeh"
                },
                {
                    "vulnerability": "VCID-p22r-u1dd-b7b3"
                },
                {
                    "vulnerability": "VCID-sfyc-jewr-wuf5"
                },
                {
                    "vulnerability": "VCID-sgdb-985e-4uej"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/actionpack@7.0.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/62701?format=api",
            "purl": "pkg:gem/actionpack@7.1.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-ehbj-aezy-d7h4"
                },
                {
                    "vulnerability": "VCID-g3rk-djae-pkeh"
                },
                {
                    "vulnerability": "VCID-p22r-u1dd-b7b3"
                },
                {
                    "vulnerability": "VCID-sfyc-jewr-wuf5"
                },
                {
                    "vulnerability": "VCID-sgdb-985e-4uej"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/actionpack@7.1.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/139141?format=api",
            "purl": "pkg:gem/actionpack@7.1.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-ehbj-aezy-d7h4"
                },
                {
                    "vulnerability": "VCID-g3rk-djae-pkeh"
                },
                {
                    "vulnerability": "VCID-p22r-u1dd-b7b3"
                },
                {
                    "vulnerability": "VCID-sfyc-jewr-wuf5"
                },
                {
                    "vulnerability": "VCID-sgdb-985e-4uej"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/actionpack@7.1.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/139142?format=api",
            "purl": "pkg:gem/actionpack@7.1.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-ehbj-aezy-d7h4"
                },
                {
                    "vulnerability": "VCID-g3rk-djae-pkeh"
                },
                {
                    "vulnerability": "VCID-p22r-u1dd-b7b3"
                },
                {
                    "vulnerability": "VCID-sfyc-jewr-wuf5"
                },
                {
                    "vulnerability": "VCID-sgdb-985e-4uej"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/actionpack@7.1.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/139143?format=api",
            "purl": "pkg:gem/actionpack@7.1.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-ehbj-aezy-d7h4"
                },
                {
                    "vulnerability": "VCID-g3rk-djae-pkeh"
                },
                {
                    "vulnerability": "VCID-p22r-u1dd-b7b3"
                },
                {
                    "vulnerability": "VCID-sfyc-jewr-wuf5"
                },
                {
                    "vulnerability": "VCID-sgdb-985e-4uej"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/actionpack@7.1.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/43314?format=api",
            "purl": "pkg:gem/rails@7.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-1x8k-t8mr-3fgp"
                },
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-63gy-6njy-kbd8"
                },
                {
                    "vulnerability": "VCID-65tq-e5eb-eucj"
                },
                {
                    "vulnerability": "VCID-6tty-dbwx-rbgx"
                },
                {
                    "vulnerability": "VCID-hppf-a715-r7b2"
                },
                {
                    "vulnerability": "VCID-jwun-grgg-2uet"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/rails@7.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/43320?format=api",
            "purl": "pkg:gem/rails@7.0.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-63gy-6njy-kbd8"
                },
                {
                    "vulnerability": "VCID-65tq-e5eb-eucj"
                },
                {
                    "vulnerability": "VCID-6tty-dbwx-rbgx"
                },
                {
                    "vulnerability": "VCID-hppf-a715-r7b2"
                },
                {
                    "vulnerability": "VCID-jwun-grgg-2uet"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/rails@7.0.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/283811?format=api",
            "purl": "pkg:gem/rails@7.0.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-63gy-6njy-kbd8"
                },
                {
                    "vulnerability": "VCID-65tq-e5eb-eucj"
                },
                {
                    "vulnerability": "VCID-6tty-dbwx-rbgx"
                },
                {
                    "vulnerability": "VCID-hppf-a715-r7b2"
                },
                {
                    "vulnerability": "VCID-jwun-grgg-2uet"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/rails@7.0.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/355394?format=api",
            "purl": "pkg:gem/rails@7.0.2.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-63gy-6njy-kbd8"
                },
                {
                    "vulnerability": "VCID-65tq-e5eb-eucj"
                },
                {
                    "vulnerability": "VCID-6tty-dbwx-rbgx"
                },
                {
                    "vulnerability": "VCID-hppf-a715-r7b2"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/rails@7.0.2.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/46078?format=api",
            "purl": "pkg:gem/rails@7.0.2.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-63gy-6njy-kbd8"
                },
                {
                    "vulnerability": "VCID-65tq-e5eb-eucj"
                },
                {
                    "vulnerability": "VCID-6tty-dbwx-rbgx"
                },
                {
                    "vulnerability": "VCID-hppf-a715-r7b2"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/rails@7.0.2.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/355395?format=api",
            "purl": "pkg:gem/rails@7.0.2.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-63gy-6njy-kbd8"
                },
                {
                    "vulnerability": "VCID-65tq-e5eb-eucj"
                },
                {
                    "vulnerability": "VCID-6tty-dbwx-rbgx"
                },
                {
                    "vulnerability": "VCID-hppf-a715-r7b2"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/rails@7.0.2.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/355396?format=api",
            "purl": "pkg:gem/rails@7.0.2.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-63gy-6njy-kbd8"
                },
                {
                    "vulnerability": "VCID-65tq-e5eb-eucj"
                },
                {
                    "vulnerability": "VCID-6tty-dbwx-rbgx"
                },
                {
                    "vulnerability": "VCID-hppf-a715-r7b2"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/rails@7.0.2.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/355397?format=api",
            "purl": "pkg:gem/rails@7.0.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-63gy-6njy-kbd8"
                },
                {
                    "vulnerability": "VCID-65tq-e5eb-eucj"
                },
                {
                    "vulnerability": "VCID-6tty-dbwx-rbgx"
                },
                {
                    "vulnerability": "VCID-hppf-a715-r7b2"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/rails@7.0.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/355398?format=api",
            "purl": "pkg:gem/rails@7.0.3.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-63gy-6njy-kbd8"
                },
                {
                    "vulnerability": "VCID-65tq-e5eb-eucj"
                },
                {
                    "vulnerability": "VCID-6tty-dbwx-rbgx"
                },
                {
                    "vulnerability": "VCID-hppf-a715-r7b2"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/rails@7.0.3.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/355399?format=api",
            "purl": "pkg:gem/rails@7.0.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-63gy-6njy-kbd8"
                },
                {
                    "vulnerability": "VCID-65tq-e5eb-eucj"
                },
                {
                    "vulnerability": "VCID-6tty-dbwx-rbgx"
                },
                {
                    "vulnerability": "VCID-hppf-a715-r7b2"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/rails@7.0.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/55813?format=api",
            "purl": "pkg:gem/rails@7.0.4.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-65tq-e5eb-eucj"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/rails@7.0.4.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666240?format=api",
            "purl": "pkg:gem/rails@7.0.4.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-65tq-e5eb-eucj"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/rails@7.0.4.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666241?format=api",
            "purl": "pkg:gem/rails@7.0.4.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-65tq-e5eb-eucj"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/rails@7.0.4.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666242?format=api",
            "purl": "pkg:gem/rails@7.0.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-65tq-e5eb-eucj"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/rails@7.0.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666243?format=api",
            "purl": "pkg:gem/rails@7.0.5.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-65tq-e5eb-eucj"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/rails@7.0.5.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666244?format=api",
            "purl": "pkg:gem/rails@7.0.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-65tq-e5eb-eucj"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/rails@7.0.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666245?format=api",
            "purl": "pkg:gem/rails@7.0.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-65tq-e5eb-eucj"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/rails@7.0.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666246?format=api",
            "purl": "pkg:gem/rails@7.0.7.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-65tq-e5eb-eucj"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/rails@7.0.7.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666247?format=api",
            "purl": "pkg:gem/rails@7.0.7.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-65tq-e5eb-eucj"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/rails@7.0.7.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666248?format=api",
            "purl": "pkg:gem/rails@7.0.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-65tq-e5eb-eucj"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/rails@7.0.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/62703?format=api",
            "purl": "pkg:gem/rails@7.1.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-ehbj-aezy-d7h4"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/rails@7.1.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666249?format=api",
            "purl": "pkg:gem/rails@7.1.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-ehbj-aezy-d7h4"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/rails@7.1.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666250?format=api",
            "purl": "pkg:gem/rails@7.1.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-ehbj-aezy-d7h4"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/rails@7.1.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/666251?format=api",
            "purl": "pkg:gem/rails@7.1.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-5bh7-drnb-7ygg"
                },
                {
                    "vulnerability": "VCID-ehbj-aezy-d7h4"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:gem/rails@7.1.3"
        }
    ],
    "references": [
        {
            "reference_url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-26143.json",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "4.1",
                    "scoring_system": "cvssv3",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:L/I:L/A:L"
                }
            ],
            "url": "https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2024-26143.json"
        },
        {
            "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2024-26143",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "0.02067",
                    "scoring_system": "epss",
                    "scoring_elements": "0.83957",
                    "published_at": "2026-04-16T12:55:00Z"
                },
                {
                    "value": "0.02067",
                    "scoring_system": "epss",
                    "scoring_elements": "0.83933",
                    "published_at": "2026-04-13T12:55:00Z"
                },
                {
                    "value": "0.02067",
                    "scoring_system": "epss",
                    "scoring_elements": "0.83937",
                    "published_at": "2026-04-12T12:55:00Z"
                },
                {
                    "value": "0.02067",
                    "scoring_system": "epss",
                    "scoring_elements": "0.83944",
                    "published_at": "2026-04-11T12:55:00Z"
                },
                {
                    "value": "0.02067",
                    "scoring_system": "epss",
                    "scoring_elements": "0.83927",
                    "published_at": "2026-04-09T12:55:00Z"
                },
                {
                    "value": "0.02067",
                    "scoring_system": "epss",
                    "scoring_elements": "0.83921",
                    "published_at": "2026-04-08T12:55:00Z"
                },
                {
                    "value": "0.02067",
                    "scoring_system": "epss",
                    "scoring_elements": "0.83898",
                    "published_at": "2026-04-07T12:55:00Z"
                },
                {
                    "value": "0.02067",
                    "scoring_system": "epss",
                    "scoring_elements": "0.83896",
                    "published_at": "2026-04-04T12:55:00Z"
                },
                {
                    "value": "0.02067",
                    "scoring_system": "epss",
                    "scoring_elements": "0.8388",
                    "published_at": "2026-04-02T12:55:00Z"
                }
            ],
            "url": "https://api.first.org/data/v1/epss?cve=CVE-2024-26143"
        },
        {
            "reference_url": "https://discuss.rubyonrails.org/t/possible-xss-vulnerability-in-action-controller/84947",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "6.1",
                    "scoring_system": "cvssv3",
                    "scoring_elements": ""
                },
                {
                    "value": "6.1",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-02-29T18:24:49Z/"
                }
            ],
            "url": "https://discuss.rubyonrails.org/t/possible-xss-vulnerability-in-action-controller/84947"
        },
        {
            "reference_url": "https://ftp.suse.com/pub/projects/security/yaml/suse-cvss-scores.yaml",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "5.4",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N"
                }
            ],
            "url": "https://ftp.suse.com/pub/projects/security/yaml/suse-cvss-scores.yaml"
        },
        {
            "reference_url": "https://github.com/rails/rails",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "6.1",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/rails/rails"
        },
        {
            "reference_url": "https://github.com/rails/rails/commit/4c83b331092a79d58e4adffe4be5f250fa5782cc",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "6.1",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-02-29T18:24:49Z/"
                }
            ],
            "url": "https://github.com/rails/rails/commit/4c83b331092a79d58e4adffe4be5f250fa5782cc"
        },
        {
            "reference_url": "https://github.com/rails/rails/commit/5187a9ef51980ad1b8e81945ebe0462d28f84f9e",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "6.1",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-02-29T18:24:49Z/"
                }
            ],
            "url": "https://github.com/rails/rails/commit/5187a9ef51980ad1b8e81945ebe0462d28f84f9e"
        },
        {
            "reference_url": "https://github.com/rails/rails/security/advisories/GHSA-9822-6m93-xqf4",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "6.1",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "cvssv3.1_qr",
                    "scoring_elements": ""
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-02-29T18:24:49Z/"
                }
            ],
            "url": "https://github.com/rails/rails/security/advisories/GHSA-9822-6m93-xqf4"
        },
        {
            "reference_url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionpack/CVE-2024-26143.yml",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "6.1",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-02-29T18:24:49Z/"
                }
            ],
            "url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/actionpack/CVE-2024-26143.yml"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26143",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "6.1",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26143"
        },
        {
            "reference_url": "https://security.netapp.com/advisory/ntap-20240510-0004",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "6.1",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
                },
                {
                    "value": "MODERATE",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://security.netapp.com/advisory/ntap-20240510-0004"
        },
        {
            "reference_url": "https://bugzilla.redhat.com/show_bug.cgi?id=2266388",
            "reference_id": "2266388",
            "reference_type": "",
            "scores": [],
            "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2266388"
        },
        {
            "reference_url": "https://github.com/advisories/GHSA-9822-6m93-xqf4",
            "reference_id": "GHSA-9822-6m93-xqf4",
            "reference_type": "",
            "scores": [
                {
                    "value": "MODERATE",
                    "scoring_system": "cvssv3.1_qr",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/advisories/GHSA-9822-6m93-xqf4"
        },
        {
            "reference_url": "https://security.netapp.com/advisory/ntap-20240510-0004/",
            "reference_id": "ntap-20240510-0004",
            "reference_type": "",
            "scores": [
                {
                    "value": "6.1",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
                },
                {
                    "value": "Track",
                    "scoring_system": "ssvc",
                    "scoring_elements": "SSVCv2/E:N/A:N/T:P/P:M/B:A/M:M/D:T/2024-02-29T18:24:49Z/"
                }
            ],
            "url": "https://security.netapp.com/advisory/ntap-20240510-0004/"
        }
    ],
    "weaknesses": [
        {
            "cwe_id": 79,
            "name": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')",
            "description": "The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users."
        },
        {
            "cwe_id": 937,
            "name": "OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities",
            "description": "Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013."
        },
        {
            "cwe_id": 1035,
            "name": "OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities",
            "description": "Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017."
        }
    ],
    "exploits": [],
    "severity_range_score": "4.0 - 6.9",
    "exploitability": "0.5",
    "weighted_severity": "6.2",
    "risk_score": 3.1,
    "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-5bh7-drnb-7ygg"
}