原始 OSV JSON{
"id": "GHSA-gw55-jm4h-x339",
"aliases": [
"CVE-2020-11050"
],
"details": "The Java-WebSocket Client does not perform hostname verification.\n\n - This means that SSL certificates of other hosts are accepted as long as they are trusted. To exploit this vulnerability an attacker has to perform a man-in-the-middle (MITM) attack between a Java application using the Java-WebSocket Client and an WebSocket server it's connecting to.\n - TLS normally protects users and systems against MITM attacks, it cannot if certificates from other trusted hosts are accepted by the client.\n\nFor more information see: CWE-297: Improper Validation of Certificate with Host Mismatch - https://cwe.mitre.org/data/definitions/297.html\n\n## Important note\n\nThe OWASP Dependency-Check (https://jeremylong.github.io/DependencyCheck/index.html) may report that a dependency of your project is affected by this security vulnerability, but you don't use this lib.\nThis is caused by the fuzzy search in the OWASP implementation.\nCheck out this issue (https://github.com/TooTallNate/Java-WebSocket/issues/1019#issuecomment-628507934) for more information and a way to suppress the warning.",
"summary": "Improper Validation of Certificate with Host Mismatch in Java-WebSocket",
"affected": [
{
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.5.0"
}
]
}
],
"package": {
"name": "org.java-websocket:Java-WebSocket",
"ecosystem": "Maven"
},
"database_specific": {
"last_known_affected_version_range": "<= 1.4.1"
}
}
],
"modified": "2021-10-08T19:56:49Z",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H"
}
],
"published": "2020-05-08T18:54:39Z",
"references": [
{
"url": "https://github.com/TooTallNate/Java-WebSocket/security/advisories/GHSA-gw55-jm4h-x339",
"type": "WEB"
},
{
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-11050",
"type": "ADVISORY"
},
{
"url": "https://github.com/TooTallNate/Java-WebSocket",
"type": "PACKAGE"
}
],
"schema_version": "1.4.0",
"database_specific": {
"cwe_ids": [
"CWE-295",
"CWE-297"
],
"severity": "HIGH",
"github_reviewed": true,
"nvd_published_at": "2020-05-07T21:15:00Z",
"github_reviewed_at": "2020-05-08T18:54:10Z"
}
}