{
    "containers": {
        "cna": {
            "affected": [
                {
                    "product": "Spring Framework",
                    "vendor": "Pivotal",
                    "versions": [
                        {
                            "lessThan": "5.0.7",
                            "status": "affected",
                            "version": "5.0.x",
                            "versionType": "custom"
                        },
                        {
                            "lessThan": "4.3.18",
                            "status": "affected",
                            "version": "4.3.x",
                            "versionType": "custom"
                        }
                    ]
                }
            ],
            "datePublic": "2018-06-14T00:00:00",
            "descriptions": [
                {
                    "lang": "en",
                    "value": "Spring Framework, versions 5.0.x prior to 5.0.7 and 4.3.x prior to 4.3.18 and older unsupported versions, allows web applications to enable cross-domain requests via JSONP (JSON with Padding) through AbstractJsonpResponseBodyAdvice for REST controllers and MappingJackson2JsonView for browser requests. Both are not enabled by default in Spring Framework nor Spring Boot, however, when MappingJackson2JsonView is configured in an application, JSONP support is automatically ready to use through the \"jsonp\" and \"callback\" JSONP parameters, enabling cross-domain requests."
                }
            ],
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "description": "JSONP enabled by default in MappingJackson2JsonView",
                            "lang": "en",
                            "type": "text"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "dateUpdated": "2021-10-20T10:37:57",
                "orgId": "c550e75a-17ff-4988-97f0-544cde3820fe",
                "shortName": "dell"
            },
            "references": [
                {
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "http://www.oracle.com/technetwork/security-advisory/cpuoct2018-4428296.html"
                },
                {
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://www.oracle.com/security-alerts/cpujul2020.html"
                },
                {
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://www.oracle.com/technetwork/security-advisory/cpujan2019-5072801.html"
                },
                {
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://www.oracle.com/technetwork/security-advisory/cpuapr2019-5072813.html"
                },
                {
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.html"
                },
                {
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://www.oracle.com/security-alerts/cpujan2020.html"
                },
                {
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://pivotal.io/security/cve-2018-11040"
                },
                {
                    "name": "[debian-lts-announce] 20210423 [SECURITY] [DLA 2635-1] libspring-java security update",
                    "tags": [
                        "mailing-list",
                        "x_refsource_MLIST"
                    ],
                    "url": "https://lists.debian.org/debian-lts-announce/2021/04/msg00022.html"
                },
                {
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://www.oracle.com/security-alerts/cpuoct2021.html"
                }
            ],
            "source": {
                "discovery": "UNKNOWN"
            },
            "x_legacyV4Record": {
                "CVE_data_meta": {
                    "ASSIGNER": "secure@dell.com",
                    "DATE_PUBLIC": "2018-06-14T04:00:00.000Z",
                    "ID": "CVE-2018-11040",
                    "STATE": "PUBLIC"
                },
                "affects": {
                    "vendor": {
                        "vendor_data": [
                            {
                                "product": {
                                    "product_data": [
                                        {
                                            "product_name": "Spring Framework",
                                            "version": {
                                                "version_data": [
                                                    {
                                                        "affected": "<",
                                                        "version_affected": "<",
                                                        "version_name": "5.0.x",
                                                        "version_value": "5.0.7"
                                                    },
                                                    {
                                                        "affected": "<",
                                                        "version_affected": "<",
                                                        "version_name": "4.3.x",
                                                        "version_value": "4.3.18"
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "vendor_name": "Pivotal"
                            }
                        ]
                    }
                },
                "data_format": "MITRE",
                "data_type": "CVE",
                "data_version": "4.0",
                "description": {
                    "description_data": [
                        {
                            "lang": "eng",
                            "value": "Spring Framework, versions 5.0.x prior to 5.0.7 and 4.3.x prior to 4.3.18 and older unsupported versions, allows web applications to enable cross-domain requests via JSONP (JSON with Padding) through AbstractJsonpResponseBodyAdvice for REST controllers and MappingJackson2JsonView for browser requests. Both are not enabled by default in Spring Framework nor Spring Boot, however, when MappingJackson2JsonView is configured in an application, JSONP support is automatically ready to use through the \"jsonp\" and \"callback\" JSONP parameters, enabling cross-domain requests."
                        }
                    ]
                },
                "problemtype": {
                    "problemtype_data": [
                        {
                            "description": [
                                {
                                    "lang": "eng",
                                    "value": "JSONP enabled by default in MappingJackson2JsonView"
                                }
                            ]
                        }
                    ]
                },
                "references": {
                    "reference_data": [
                        {
                            "name": "http://www.oracle.com/technetwork/security-advisory/cpuoct2018-4428296.html",
                            "refsource": "CONFIRM",
                            "url": "http://www.oracle.com/technetwork/security-advisory/cpuoct2018-4428296.html"
                        },
                        {
                            "name": "https://www.oracle.com/security-alerts/cpujul2020.html",
                            "refsource": "MISC",
                            "url": "https://www.oracle.com/security-alerts/cpujul2020.html"
                        },
                        {
                            "name": "https://www.oracle.com/technetwork/security-advisory/cpujan2019-5072801.html",
                            "refsource": "CONFIRM",
                            "url": "https://www.oracle.com/technetwork/security-advisory/cpujan2019-5072801.html"
                        },
                        {
                            "name": "https://www.oracle.com/technetwork/security-advisory/cpuapr2019-5072813.html",
                            "refsource": "MISC",
                            "url": "https://www.oracle.com/technetwork/security-advisory/cpuapr2019-5072813.html"
                        },
                        {
                            "name": "https://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.html",
                            "refsource": "MISC",
                            "url": "https://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.html"
                        },
                        {
                            "name": "https://www.oracle.com/security-alerts/cpujan2020.html",
                            "refsource": "MISC",
                            "url": "https://www.oracle.com/security-alerts/cpujan2020.html"
                        },
                        {
                            "name": "https://pivotal.io/security/cve-2018-11040",
                            "refsource": "CONFIRM",
                            "url": "https://pivotal.io/security/cve-2018-11040"
                        },
                        {
                            "name": "[debian-lts-announce] 20210423 [SECURITY] [DLA 2635-1] libspring-java security update",
                            "refsource": "MLIST",
                            "url": "https://lists.debian.org/debian-lts-announce/2021/04/msg00022.html"
                        },
                        {
                            "name": "https://www.oracle.com/security-alerts/cpuoct2021.html",
                            "refsource": "MISC",
                            "url": "https://www.oracle.com/security-alerts/cpuoct2021.html"
                        }
                    ]
                },
                "source": {
                    "discovery": "UNKNOWN"
                }
            }
        },
        "adp": [
            {
                "providerMetadata": {
                    "orgId": "af854a3a-2127-422b-91ae-364da2661108",
                    "shortName": "CVE",
                    "dateUpdated": "2024-08-05T07:54:36.553Z"
                },
                "title": "CVE Program Container",
                "references": [
                    {
                        "tags": [
                            "x_refsource_CONFIRM",
                            "x_transferred"
                        ],
                        "url": "http://www.oracle.com/technetwork/security-advisory/cpuoct2018-4428296.html"
                    },
                    {
                        "tags": [
                            "x_refsource_MISC",
                            "x_transferred"
                        ],
                        "url": "https://www.oracle.com/security-alerts/cpujul2020.html"
                    },
                    {
                        "tags": [
                            "x_refsource_CONFIRM",
                            "x_transferred"
                        ],
                        "url": "https://www.oracle.com/technetwork/security-advisory/cpujan2019-5072801.html"
                    },
                    {
                        "tags": [
                            "x_refsource_MISC",
                            "x_transferred"
                        ],
                        "url": "https://www.oracle.com/technetwork/security-advisory/cpuapr2019-5072813.html"
                    },
                    {
                        "tags": [
                            "x_refsource_MISC",
                            "x_transferred"
                        ],
                        "url": "https://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.html"
                    },
                    {
                        "tags": [
                            "x_refsource_MISC",
                            "x_transferred"
                        ],
                        "url": "https://www.oracle.com/security-alerts/cpujan2020.html"
                    },
                    {
                        "tags": [
                            "x_refsource_CONFIRM",
                            "x_transferred"
                        ],
                        "url": "https://pivotal.io/security/cve-2018-11040"
                    },
                    {
                        "name": "[debian-lts-announce] 20210423 [SECURITY] [DLA 2635-1] libspring-java security update",
                        "tags": [
                            "mailing-list",
                            "x_refsource_MLIST",
                            "x_transferred"
                        ],
                        "url": "https://lists.debian.org/debian-lts-announce/2021/04/msg00022.html"
                    },
                    {
                        "tags": [
                            "x_refsource_MISC",
                            "x_transferred"
                        ],
                        "url": "https://www.oracle.com/security-alerts/cpuoct2021.html"
                    }
                ]
            }
        ]
    },
    "cveMetadata": {
        "assignerOrgId": "c550e75a-17ff-4988-97f0-544cde3820fe",
        "assignerShortName": "dell",
        "cveId": "CVE-2018-11040",
        "datePublished": "2018-06-25T15:00:00Z",
        "dateReserved": "2018-05-14T00:00:00",
        "dateUpdated": "2024-09-17T02:06:00.434Z",
        "state": "PUBLISHED"
    },
    "dataType": "CVE_RECORD",
    "dataVersion": "5.1"
}