{
    "containers": {
        "cna": {
            "affected": [
                {
                    "product": "Spring Security",
                    "vendor": "Spring",
                    "versions": [
                        {
                            "lessThan": "5.0.11.RELEASE",
                            "status": "affected",
                            "version": "5.0",
                            "versionType": "custom"
                        },
                        {
                            "lessThan": "5.1.4.RELEASE",
                            "status": "affected",
                            "version": "5.1",
                            "versionType": "custom"
                        },
                        {
                            "lessThan": "4.2.11.RELEASE",
                            "status": "affected",
                            "version": "4.2",
                            "versionType": "custom"
                        }
                    ]
                }
            ],
            "datePublic": "2019-04-04T00:00:00",
            "descriptions": [
                {
                    "lang": "en",
                    "value": "Spring Security versions 4.2.x prior to 4.2.12, 5.0.x prior to 5.0.12, and 5.1.x prior to 5.1.5 contain an insecure randomness vulnerability when using SecureRandomFactoryBean#setSeed to configure a SecureRandom instance. In order to be impacted, an honest application must provide a seed and make the resulting random material available to an attacker for inspection."
                }
            ],
            "metrics": [
                {
                    "cvssV3_0": {
                        "attackComplexity": "HIGH",
                        "attackVector": "PHYSICAL",
                        "availabilityImpact": "NONE",
                        "baseScore": 3.8,
                        "baseSeverity": "LOW",
                        "confidentialityImpact": "NONE",
                        "integrityImpact": "HIGH",
                        "privilegesRequired": "HIGH",
                        "scope": "UNCHANGED",
                        "userInteraction": "REQUIRED",
                        "vectorString": "CVSS:3.0/AV:P/AC:H/PR:H/UI:R/S:U/C:N/I:H/A:N",
                        "version": "3.0"
                    }
                }
            ],
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-330",
                            "description": "CWE-330: Use of Insufficiently Random Values",
                            "lang": "en",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "dateUpdated": "2019-05-20T05:06:01",
                "orgId": "c550e75a-17ff-4988-97f0-544cde3820fe",
                "shortName": "dell"
            },
            "references": [
                {
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://pivotal.io/security/cve-2019-3795"
                },
                {
                    "name": "107802",
                    "tags": [
                        "vdb-entry",
                        "x_refsource_BID"
                    ],
                    "url": "http://www.securityfocus.com/bid/107802"
                },
                {
                    "name": "[debian-lts-announce] 20190520 [SECURITY] [DLA 1794-1] libspring-security-2.0-java security update",
                    "tags": [
                        "mailing-list",
                        "x_refsource_MLIST"
                    ],
                    "url": "https://lists.debian.org/debian-lts-announce/2019/05/msg00026.html"
                }
            ],
            "source": {
                "discovery": "UNKNOWN"
            },
            "title": "Insecure Randomness When Using a SecureRandom Instance Constructed by Spring Security",
            "x_legacyV4Record": {
                "CVE_data_meta": {
                    "ASSIGNER": "security_alert@emc.com",
                    "DATE_PUBLIC": "2019-04-04T18:01:40.000Z",
                    "ID": "CVE-2019-3795",
                    "STATE": "PUBLIC",
                    "TITLE": "Insecure Randomness When Using a SecureRandom Instance Constructed by Spring Security"
                },
                "affects": {
                    "vendor": {
                        "vendor_data": [
                            {
                                "product": {
                                    "product_data": [
                                        {
                                            "product_name": "Spring Security",
                                            "version": {
                                                "version_data": [
                                                    {
                                                        "affected": "<",
                                                        "version_affected": "<",
                                                        "version_name": "5.0",
                                                        "version_value": "5.0.11.RELEASE"
                                                    },
                                                    {
                                                        "affected": "<",
                                                        "version_affected": "<",
                                                        "version_name": "5.1",
                                                        "version_value": "5.1.4.RELEASE"
                                                    },
                                                    {
                                                        "affected": "<",
                                                        "version_affected": "<",
                                                        "version_name": "4.2",
                                                        "version_value": "4.2.11.RELEASE"
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "vendor_name": "Spring"
                            }
                        ]
                    }
                },
                "data_format": "MITRE",
                "data_type": "CVE",
                "data_version": "4.0",
                "description": {
                    "description_data": [
                        {
                            "lang": "eng",
                            "value": "Spring Security versions 4.2.x prior to 4.2.12, 5.0.x prior to 5.0.12, and 5.1.x prior to 5.1.5 contain an insecure randomness vulnerability when using SecureRandomFactoryBean#setSeed to configure a SecureRandom instance. In order to be impacted, an honest application must provide a seed and make the resulting random material available to an attacker for inspection."
                        }
                    ]
                },
                "impact": {
                    "cvss": {
                        "attackComplexity": "HIGH",
                        "attackVector": "PHYSICAL",
                        "availabilityImpact": "NONE",
                        "baseScore": 3.8,
                        "baseSeverity": "LOW",
                        "confidentialityImpact": "NONE",
                        "integrityImpact": "HIGH",
                        "privilegesRequired": "HIGH",
                        "scope": "UNCHANGED",
                        "userInteraction": "REQUIRED",
                        "vectorString": "CVSS:3.0/AV:P/AC:H/PR:H/UI:R/S:U/C:N/I:H/A:N",
                        "version": "3.0"
                    }
                },
                "problemtype": {
                    "problemtype_data": [
                        {
                            "description": [
                                {
                                    "lang": "eng",
                                    "value": "CWE-330: Use of Insufficiently Random Values"
                                }
                            ]
                        }
                    ]
                },
                "references": {
                    "reference_data": [
                        {
                            "name": "https://pivotal.io/security/cve-2019-3795",
                            "refsource": "CONFIRM",
                            "url": "https://pivotal.io/security/cve-2019-3795"
                        },
                        {
                            "name": "107802",
                            "refsource": "BID",
                            "url": "http://www.securityfocus.com/bid/107802"
                        },
                        {
                            "name": "[debian-lts-announce] 20190520 [SECURITY] [DLA 1794-1] libspring-security-2.0-java security update",
                            "refsource": "MLIST",
                            "url": "https://lists.debian.org/debian-lts-announce/2019/05/msg00026.html"
                        }
                    ]
                },
                "source": {
                    "discovery": "UNKNOWN"
                }
            }
        },
        "adp": [
            {
                "providerMetadata": {
                    "orgId": "af854a3a-2127-422b-91ae-364da2661108",
                    "shortName": "CVE",
                    "dateUpdated": "2024-08-04T19:19:18.467Z"
                },
                "title": "CVE Program Container",
                "references": [
                    {
                        "tags": [
                            "x_refsource_CONFIRM",
                            "x_transferred"
                        ],
                        "url": "https://pivotal.io/security/cve-2019-3795"
                    },
                    {
                        "name": "107802",
                        "tags": [
                            "vdb-entry",
                            "x_refsource_BID",
                            "x_transferred"
                        ],
                        "url": "http://www.securityfocus.com/bid/107802"
                    },
                    {
                        "name": "[debian-lts-announce] 20190520 [SECURITY] [DLA 1794-1] libspring-security-2.0-java security update",
                        "tags": [
                            "mailing-list",
                            "x_refsource_MLIST",
                            "x_transferred"
                        ],
                        "url": "https://lists.debian.org/debian-lts-announce/2019/05/msg00026.html"
                    }
                ]
            }
        ]
    },
    "cveMetadata": {
        "assignerOrgId": "c550e75a-17ff-4988-97f0-544cde3820fe",
        "assignerShortName": "dell",
        "cveId": "CVE-2019-3795",
        "datePublished": "2019-04-09T15:29:02.127885Z",
        "dateReserved": "2019-01-03T00:00:00",
        "dateUpdated": "2024-09-17T00:02:03.823Z",
        "state": "PUBLISHED"
    },
    "dataType": "CVE_RECORD",
    "dataVersion": "5.1"
}