{
    "dataType": "CVE_RECORD",
    "cveMetadata": {
        "cveId": "CVE-2024-22243",
        "assignerOrgId": "dcf2e128-44bd-42ed-91e8-88f912c1401d",
        "state": "PUBLISHED",
        "assignerShortName": "vmware",
        "dateReserved": "2024-01-08T18:43:03.535Z",
        "datePublished": "2024-02-23T05:03:54.426Z",
        "dateUpdated": "2024-09-10T05:02:44.560Z"
    },
    "containers": {
        "cna": {
            "affected": [
                {
                    "defaultStatus": "affected",
                    "product": "Spring Framework",
                    "vendor": "Spring",
                    "versions": [
                        {
                            "lessThan": "6.0.17",
                            "status": "affected",
                            "version": "6.0.x",
                            "versionType": "6.0.17"
                        },
                        {
                            "lessThan": "6.1.4",
                            "status": "affected",
                            "version": "6.1.x",
                            "versionType": "6.1.4"
                        },
                        {
                            "lessThan": "5.3.32",
                            "status": "affected",
                            "version": "5.3.x",
                            "versionType": "5.3.32"
                        }
                    ]
                }
            ],
            "datePublic": "2024-02-21T16:18:00.000Z",
            "descriptions": [
                {
                    "lang": "en",
                    "supportingMedia": [
                        {
                            "base64": false,
                            "type": "text/html",
                            "value": "<span style=\"background-color: rgb(255, 255, 255);\">Applications that use </span><code>UriComponentsBuilder</code><span style=\"background-color: rgb(255, 255, 255);\">&nbsp;to parse an externally provided URL (e.g. through a query parameter) </span><em>AND</em><span style=\"background-color: rgb(255, 255, 255);\">&nbsp;perform validation checks on the host of the parsed URL may be vulnerable to a </span><a target=\"_blank\" rel=\"nofollow\" href=\"https://cwe.mitre.org/data/definitions/601.html\">open redirect</a><span style=\"background-color: rgb(255, 255, 255);\">&nbsp;attack or to a SSRF attack if the URL is used after passing validation checks.</span><br>"
                        }
                    ],
                    "value": "Applications that use UriComponentsBuilder to parse an externally provided URL (e.g. through a query parameter) AND perform validation checks on the host of the parsed URL may be vulnerable to a  open redirect https://cwe.mitre.org/data/definitions/601.html  attack or to a SSRF attack if the URL is used after passing validation checks.\n"
                }
            ],
            "metrics": [
                {
                    "cvssV3_1": {
                        "attackComplexity": "LOW",
                        "attackVector": "NETWORK",
                        "availabilityImpact": "NONE",
                        "baseScore": 8.1,
                        "baseSeverity": "HIGH",
                        "confidentialityImpact": "HIGH",
                        "integrityImpact": "HIGH",
                        "privilegesRequired": "NONE",
                        "scope": "UNCHANGED",
                        "userInteraction": "REQUIRED",
                        "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
                        "version": "3.1"
                    },
                    "format": "CVSS",
                    "scenarios": [
                        {
                            "lang": "en",
                            "value": "GENERAL"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "dcf2e128-44bd-42ed-91e8-88f912c1401d",
                "shortName": "vmware",
                "dateUpdated": "2024-02-23T05:03:54.426Z"
            },
            "references": [
                {
                    "url": "https://spring.io/security/cve-2024-22243"
                },
                {
                    "url": "https://security.netapp.com/advisory/ntap-20240524-0001/"
                }
            ],
            "source": {
                "discovery": "UNKNOWN"
            },
            "title": "CVE-2024-22243: Spring Framework URL Parsing with Host Validation",
            "x_generator": {
                "engine": "Vulnogram 0.1.0-dev"
            }
        },
        "adp": [
            {
                "problemTypes": [
                    {
                        "descriptions": [
                            {
                                "type": "CWE",
                                "cweId": "CWE-601",
                                "lang": "en",
                                "description": "CWE-601 URL Redirection to Untrusted Site ('Open Redirect')"
                            }
                        ]
                    }
                ],
                "affected": [
                    {
                        "vendor": "vmware",
                        "product": "spring_framework",
                        "cpes": [
                            "cpe:2.3:a:vmware:spring_framework:6.0.0:-:*:*:*:*:*:*"
                        ],
                        "defaultStatus": "unknown",
                        "versions": [
                            {
                                "version": "6.0.0",
                                "status": "affected",
                                "lessThan": "6.0.17",
                                "versionType": "custom"
                            }
                        ]
                    },
                    {
                        "vendor": "vmware",
                        "product": "spring_framework",
                        "cpes": [
                            "cpe:2.3:a:vmware:spring_framework:6.1.0:*:*:*:*:*:*:*"
                        ],
                        "defaultStatus": "unknown",
                        "versions": [
                            {
                                "version": "6.1.0",
                                "status": "affected",
                                "lessThan": "6.1.4",
                                "versionType": "custom"
                            }
                        ]
                    },
                    {
                        "vendor": "pivotal_software",
                        "product": "spring_framework",
                        "cpes": [
                            "cpe:2.3:a:pivotal_software:spring_framework:5.3.0:*:*:*:*:*:*:*"
                        ],
                        "defaultStatus": "unknown",
                        "versions": [
                            {
                                "version": "5.3.0",
                                "status": "affected",
                                "lessThan": "5.3.32",
                                "versionType": "custom"
                            }
                        ]
                    },
                    {
                        "vendor": "netapp",
                        "product": "active_iq_unified_manager",
                        "cpes": [
                            "cpe:2.3:a:netapp:active_iq_unified_manager:-:*:*:*:*:linux:*:*"
                        ],
                        "defaultStatus": "unknown",
                        "versions": [
                            {
                                "version": "5.0",
                                "status": "affected"
                            }
                        ]
                    },
                    {
                        "vendor": "netapp",
                        "product": "active_iq_unified_manager",
                        "cpes": [
                            "cpe:2.3:a:netapp:active_iq_unified_manager:-:*:*:*:*:vmware_vsphere:*:*"
                        ],
                        "defaultStatus": "unknown",
                        "versions": [
                            {
                                "version": "5.0",
                                "status": "affected"
                            }
                        ]
                    },
                    {
                        "vendor": "netapp",
                        "product": "active_iq_unified_manager",
                        "cpes": [
                            "cpe:2.3:a:netapp:active_iq_unified_manager:-:*:*:*:*:windows:*:*"
                        ],
                        "defaultStatus": "unknown",
                        "versions": [
                            {
                                "version": "5.0",
                                "status": "affected"
                            }
                        ]
                    }
                ],
                "metrics": [
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "timestamp": "2024-06-27T00:00:00+00:00",
                                "options": [
                                    {
                                        "Exploitation": "none"
                                    },
                                    {
                                        "Automatable": "no"
                                    },
                                    {
                                        "Technical Impact": "total"
                                    }
                                ],
                                "role": "CISA Coordinator",
                                "version": "2.0.3",
                                "id": "CVE-2024-22243"
                            }
                        }
                    }
                ],
                "title": "CISA ADP Vulnrichment",
                "providerMetadata": {
                    "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
                    "shortName": "CISA-ADP",
                    "dateUpdated": "2024-08-27T03:55:12.310Z"
                }
            },
            {
                "title": "CVE Program Container",
                "references": [
                    {
                        "url": "https://spring.io/security/cve-2024-22243",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://security.netapp.com/advisory/ntap-20240524-0001/",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "http://seclists.org/fulldisclosure/2024/Sep/24"
                    }
                ],
                "providerMetadata": {
                    "orgId": "af854a3a-2127-422b-91ae-364da2661108",
                    "shortName": "CVE",
                    "dateUpdated": "2024-09-10T05:02:44.560Z"
                }
            }
        ]
    },
    "dataVersion": "5.1"
}